Commit d88b4434 authored by Sergei Golubchik's avatar Sergei Golubchik

debian update for 10.7

parent b836f84b
......@@ -111,7 +111,7 @@ collation-server = utf8mb4_general_ci
# you can put MariaDB-only options here
[mariadb]
# This group is only read by MariaDB-10.6 servers.
# This group is only read by MariaDB-10.7 servers.
# If you use the same .cnf file for MariaDB of different versions,
# use this group for options that older servers don't understand
[mariadb-10.6]
[mariadb-10.7]
'''apport package hook for mariadb-10.6
'''apport package hook for mariadb-10.7
(c) 2009 Canonical Ltd.
Author: Mathias Gug <mathias.gug@canonical.com>
......@@ -21,7 +21,7 @@ def _add_my_conf_files(report, filename):
continue
def add_info(report):
attach_conffiles(report, 'mariadb-server-10.6', conffiles=None)
attach_conffiles(report, 'mariadb-server-10.7', conffiles=None)
key = 'Logs' + path_to_key('/var/log/daemon.log')
report[key] = ""
for line in read_file('/var/log/daemon.log').split('\n'):
......
......@@ -57,7 +57,7 @@ then
sed "/Package: mariadb-plugin-rocksdb/,/^$/d" -i debian/control
sed "/Package: mariadb-plugin-spider/,/^$/d" -i debian/control
sed "/Package: mariadb-plugin-oqgraph/,/^$/d" -i debian/control
sed "/ha_sphinx.so/d" -i debian/mariadb-server-10.6.install
sed "/ha_sphinx.so/d" -i debian/mariadb-server-10.7.install
sed "/Package: libmariadbd19/,/^$/d" -i debian/control
sed "/Package: libmariadbd-dev/,/^$/d" -i debian/control
fi
......
mariadb-10.6 (1:10.6.0) unstable; urgency=medium
mariadb-10.7 (1:10.7.0) unstable; urgency=medium
* Initial Release
......
This diff is collapsed.
# According to /usr/share/menu/ policy 1.4, not /usr/share/doc/debian-policy/
?package(mariadb-client-10.6):needs="text" section="Applications/Data Management"\
?package(mariadb-client-10.7):needs="text" section="Applications/Data Management"\
title="Innotop" command="/usr/bin/innotop"
......@@ -9,6 +9,6 @@ ${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 }
# Beware that there are two ypwhich one of them needs the 2>/dev/null!
if test -n "`which ypwhich 2>/dev/null`" && ypwhich >/dev/null 2>&1; then
db_input high mariadb-server-10.6/nis_warning || true
db_input high mariadb-server-10.7/nis_warning || true
db_go
fi
......@@ -3,7 +3,7 @@ debian/additions/debian-start.inc.sh usr/share/mysql
debian/additions/echo_stderr usr/share/mysql
debian/additions/mariadb.conf.d/50-mysqld_safe.cnf etc/mysql/mariadb.conf.d
debian/additions/mariadb.conf.d/50-server.cnf etc/mysql/mariadb.conf.d
debian/additions/source_mariadb-10.6.py usr/share/apport/package-hooks
debian/additions/source_mariadb-10.7.py usr/share/apport/package-hooks
etc/apparmor.d/usr.sbin.mariadbd
etc/security/user_map.conf
lib/*/security/pam_user_map.so
......@@ -52,7 +52,7 @@ usr/lib/mysql/plugin/simple_password_check.so
usr/lib/mysql/plugin/sql_errlog.so
usr/lib/mysql/plugin/type_mysql_json.so
usr/lib/mysql/plugin/wsrep_info.so
usr/share/doc/mariadb-server-10.6/mariadbd.sym.gz
usr/share/doc/mariadb-server-10.7/mariadbd.sym.gz
usr/share/man/man1/aria_chk.1
usr/share/man/man1/aria_dump_log.1
usr/share/man/man1/aria_ftdump.1
......
......@@ -165,7 +165,7 @@ case "${1:-''}" in
if ! mariadbd_status check_dead warn; then
log_end_msg 1
log_failure_msg "Please stop MariaDB manually and read /usr/share/doc/mariadb-server-10.6/README.Debian.gz!"
log_failure_msg "Please stop MariaDB manually and read /usr/share/doc/mariadb-server-10.7/README.Debian.gz!"
exit -1
else
log_end_msg 0
......
......@@ -7,7 +7,7 @@
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.
Template: mariadb-server-10.6/old_data_directory_saved
Template: mariadb-server-10.7/old_data_directory_saved
Type: note
_Description: The old data directory will be saved at new location
A file named /var/lib/mysql/debian-*.flag exists on this system.
......@@ -19,7 +19,7 @@ _Description: The old data directory will be saved at new location
.
Please manually export/import your data (e.g. with mysqldump) if needed.
Template: mariadb-server-10.6/nis_warning
Template: mariadb-server-10.7/nis_warning
Type: note
#flag:translate!:3,5
_Description: Important note for NIS/YP users
......@@ -33,7 +33,7 @@ _Description: Important note for NIS/YP users
.
/var/lib/mysql: drwxr-xr-x mysql mysql
Template: mariadb-server-10.6/postrm_remove_databases
Template: mariadb-server-10.7/postrm_remove_databases
Type: boolean
Default: false
_Description: Remove all MariaDB databases?
......
......@@ -16,15 +16,15 @@ usr/lib/*/libdbbc.a # ColumnStore header file
usr/lib/*/libidbboot.a # ColumnStore header file
usr/lib/*/libprocessor.a # ColumnStore header file
usr/lib/*/libwe_xml.a # ColumnStore header file
usr/share/doc/mariadb-server-10.6/COPYING
usr/share/doc/mariadb-server-10.6/COPYING.AGPLv3
usr/share/doc/mariadb-server-10.6/COPYING.GPLv2
usr/share/doc/mariadb-server-10.6/COPYING.thirdparty
usr/share/doc/mariadb-server-10.6/CREDITS
usr/share/doc/mariadb-server-10.6/EXCEPTIONS-CLIENT
usr/share/doc/mariadb-server-10.6/INSTALL-BINARY
usr/share/doc/mariadb-server-10.6/PATENTS
usr/share/doc/mariadb-server-10.6/README-wsrep
usr/share/doc/mariadb-server-10.7/COPYING
usr/share/doc/mariadb-server-10.7/COPYING.AGPLv3
usr/share/doc/mariadb-server-10.7/COPYING.GPLv2
usr/share/doc/mariadb-server-10.7/COPYING.thirdparty
usr/share/doc/mariadb-server-10.7/CREDITS
usr/share/doc/mariadb-server-10.7/EXCEPTIONS-CLIENT
usr/share/doc/mariadb-server-10.7/INSTALL-BINARY
usr/share/doc/mariadb-server-10.7/PATENTS
usr/share/doc/mariadb-server-10.7/README-wsrep
usr/share/groonga/COPYING
usr/share/groonga-normalizer-mysql/lgpl-2.0.txt
usr/share/groonga-normalizer-mysql/README.md
......
[type: gettext/rfc822deb] mariadb-server-10.6.templates
[type: gettext/rfc822deb] mariadb-server-10.7.templates
......@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: templates\n"
"Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2007-05-01 13:04+0300\n"
"Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n"
......@@ -27,13 +27,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid "The old data directory will be saved at new location"
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
......@@ -42,7 +42,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
......@@ -50,20 +50,20 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid "Important note for NIS/YP users"
msgstr "ملاحظة هامة لمستخدمي NIS/YP"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
......@@ -71,7 +71,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
#, fuzzy
#| msgid ""
#| "You should also check the permissions and the owner of the /var/lib/mysql "
......@@ -83,13 +83,13 @@ msgstr "عليك أيضاً أن تقوم بالتأكد من صلاحيات م
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "إزالة جميع قواعد بيانات MariaDB؟"
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
......@@ -97,7 +97,7 @@ msgstr "الدليل /var/lib/mysql الذي يحتوي قواعد بيانات
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "
......
# mariadb (debconf) translation to Catalan.
# his file is distributed under the same license as the mariadb-10.6 package.
# his file is distributed under the same license as the mariadb-10.7 package.
# Aleix Badia i Bosch <abadia@ica.es> 2004
# Innocent De Marchi <tangram.peces@gmail.com> 2017
#
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.6\n"
"Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"Project-Id-Version: mariadb-10.7\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-03-20 17:55+0100\n"
"Last-Translator: Innocent De Marchi <tangram.peces@gmail.com>\n"
......@@ -19,13 +19,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "El directori de dades antigues es desarà a una nova localització"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
......@@ -37,7 +37,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
......@@ -47,7 +47,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
......@@ -56,13 +56,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Nota important pels usuaris de «NIS/YP»"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
......@@ -72,7 +72,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
......@@ -82,13 +82,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Eliminar totes les bases de dades MariaDB?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
......@@ -98,7 +98,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "
......
......@@ -13,8 +13,8 @@
#
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.6\n"
"Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"Project-Id-Version: mariadb-10.7\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2020-10-18 17:13+0200\n"
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
......@@ -26,13 +26,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "Starý adresář s daty bude uložen na novém místě."
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
......@@ -44,7 +44,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
......@@ -54,7 +54,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
......@@ -63,13 +63,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Důležitá poznámka pro uživatele NIS/YP"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
......@@ -79,7 +79,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
......@@ -88,13 +88,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Odstranit všechny MariaDB databáze?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
......@@ -104,7 +104,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "
......
# Danish translation mariadb-10.6.
# Copyright (C) 2014 mariadb-10.6 og nedenstående oversættere.
# This file is distributed under the same license as the mariadb-10.6 package.
# Danish translation mariadb-10.7.
# Copyright (C) 2014 mariadb-10.7 og nedenstående oversættere.
# This file is distributed under the same license as the mariadb-10.7 package.
# Claus Hindsgaul <claus.hindsgaul@gmail.com>, 2005, 2006, 2007.
# Joe Hansen <joedalton2@yahoo.dk>, 2014, 2016.
#
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.6\n"
"Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"Project-Id-Version: mariadb-10.7\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-07-09 22:41+0200\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
......@@ -19,13 +19,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "Den gamle datamappe vil blive gemt på en ny placering"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
......@@ -37,7 +37,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
......@@ -47,7 +47,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
......@@ -56,13 +56,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Vigtig oplysning til NIS/YP-brugere"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
......@@ -72,7 +72,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
......@@ -82,13 +82,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Fjern alle MariaDB-databaser?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
......@@ -98,7 +98,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "
......
# German translation of mariadb-10.6 10.0.13-1
# German translation of mariadb-10.7 10.0.13-1
# Alwin Meschede <ameschede@gmx.de>, 2006, 2007.
# Thomas Mueller <thomas.mueller@tmit.eu>, 2009.
# Chris Leick <c.leick@vollbio.de>, 2014-2016.
......@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mariadb 10.0.25-1\n"
"Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-05-12 22:39+0100\n"
"Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
......@@ -19,13 +19,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "Das alte Datenverzeichnis wird an einer neuen Stelle gespeichert"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
......@@ -37,7 +37,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
......@@ -47,7 +47,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
......@@ -56,13 +56,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Wichtige Anmerkung für NIS/YP-Benutzer!"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
......@@ -72,7 +72,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
......@@ -82,13 +82,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Alle MariaDB-Datenbanken entfernen?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
......@@ -98,7 +98,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "
......
......@@ -40,7 +40,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mysql-dfsg-5.1_5.0.24-3\n"
"Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-04-30 21:26+0200\n"
"Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"
......@@ -54,13 +54,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "Se guardará el directorio antiguo de datos a la nueva ubicación"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
......@@ -72,7 +72,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
......@@ -82,7 +82,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
......@@ -91,13 +91,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Nota importante para los usuarios de NIS/YP"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
......@@ -107,7 +107,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
......@@ -117,13 +117,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "¿Desea eliminar todas las bases de datos MariaDB?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
......@@ -133,7 +133,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "
......
......@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: eu\n"
"Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2009-07-29 11:59+0200\n"
"Last-Translator: Piarres Beobide <pi@beobide.net>\n"
......@@ -20,13 +20,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid "The old data directory will be saved at new location"
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
......@@ -35,7 +35,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
......@@ -43,20 +43,20 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid "Important note for NIS/YP users"
msgstr "NIS/YP erabiltzaileentzat ohar garrantzitsua"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
......@@ -64,7 +64,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
#, fuzzy
#| msgid ""
#| "You should also check the permissions and the owner of the /var/lib/mysql "
......@@ -78,13 +78,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Ezabatu MariaDB datubase guztiak?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
......@@ -93,7 +93,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "
......
# Finnish translations for mariadb-10.6 package
# This file is distributed under the same license as the mariadb-10.6 package.
# Finnish translations for mariadb-10.7 package
# This file is distributed under the same license as the mariadb-10.7 package.
# Antti Järvinen <antti.jarvinen@katiska.org>, 2017.
#
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.6\n"
"Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"Project-Id-Version: mariadb-10.7\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-03-15 22:36+0200\n"
"Last-Translator: antti.jarvinen@katiska.org\n"
......@@ -19,13 +19,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "Vanha datahakemisto tullaan tallentamaan uuteen paikkaan"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
......@@ -37,7 +37,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
......@@ -47,7 +47,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
......@@ -56,13 +56,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Merkittävä huomio NIS/YP -käyttäjille"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
......@@ -72,7 +72,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
......@@ -80,13 +80,13 @@ msgstr "Tarkista myös hakemiston /var/lib/mysql omistaja ja oikeudet:"
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Poistetaanko kaikki MariaDB-tietokannat?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
......@@ -95,7 +95,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "
......
# Translation of mariadb-10.6 debconf templates to French
# Translation of mariadb-10.7 debconf templates to French
# Copyright (C) 2004-2016 Debian French l10n team <debian-l10n-french@lists.debian.org>
# This file is distributed under the same license as the mariadb-10.6 packages.
# This file is distributed under the same license as the mariadb-10.7 packages.
#
# Translators:
# Christian Perrier <bubulle@debian.org>, 2004, 2006, 2007, 2009, 2013.
......@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: fr\n"
"Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-12-31 18:35+0100\n"
"Last-Translator: Baptiste Jammet <baptiste@mailoo.org>\n"
......@@ -23,13 +23,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "L'ancien répertoire de données sera sauvegardé à un nouvel emplacement"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
......@@ -41,7 +41,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
......@@ -51,7 +51,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
......@@ -60,13 +60,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Note importante pour les utilisateurs NIS/YP"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
......@@ -76,7 +76,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
......@@ -86,13 +86,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Faut-il supprimer toutes les bases de données MariaDB ?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
......@@ -102,7 +102,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "
......
......@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mysql-dfsg-5.1\n"
"Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2007-04-20 09:44+0200\n"
"Last-Translator: Jacobo Tarrio <jtarrio@debian.org>\n"
......@@ -17,13 +17,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid "The old data directory will be saved at new location"
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
......@@ -32,7 +32,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
......@@ -40,20 +40,20 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Nota importante para os usuarios de NIS/YP"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
......@@ -61,7 +61,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
#, fuzzy
#| msgid ""
#| "You should also check the permissions and the owner of the /var/lib/mysql "
......@@ -75,13 +75,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "¿Eliminar tódalas bases de datos de MariaDB?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
......@@ -91,7 +91,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "
......
# Italian (it) translation of debconf templates for mariadb-10.6
# This file is distributed under the same license as the mariadb-10.6 package.
# Italian (it) translation of debconf templates for mariadb-10.7
# This file is distributed under the same license as the mariadb-10.7 package.
# Luca Monducci <luca.mo@tiscali.it>, 2006-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.6 10.0.13 italian debconf templates\n"
"Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"Project-Id-Version: mariadb-10.7 10.0.13 italian debconf templates\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-083-20 20:29+0100\n"
"Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"
......@@ -17,13 +17,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "La vecchia directory data verrà salvata in una nuova posizione"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
......@@ -35,7 +35,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
......@@ -45,7 +45,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
......@@ -54,13 +54,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Nota importante per gli utenti NIS/YP"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
......@@ -70,7 +70,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
......@@ -80,13 +80,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Eliminare tutti i database MariaDB?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
......@@ -96,7 +96,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "
......
......@@ -15,8 +15,8 @@
#
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.6 10.0.32-1\n"
"Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"Project-Id-Version: mariadb-10.7 10.0.32-1\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-05-01 11:27+0900\n"
"Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n"
......@@ -30,13 +30,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "古いデータディレクトリは、新しい場所に保存されます"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
......@@ -48,7 +48,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
......@@ -58,7 +58,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
......@@ -67,13 +67,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid "Important note for NIS/YP users"
msgstr "NIS/YP ユーザへの重要な注意"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
......@@ -83,7 +83,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
......@@ -91,13 +91,13 @@ msgstr "/var/lib/mysql の所有者権限をチェックする必要もありま
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "すべての MariaDB データベースを削除しますか?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
......@@ -107,7 +107,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "
......
......@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mysql_nb\n"
"Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2007-02-18 12:13+0100\n"
"Last-Translator: Bjørn Steensrud <bjornst@powertech.no>\n"
......@@ -19,13 +19,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid "The old data directory will be saved at new location"
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
......@@ -34,7 +34,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
......@@ -42,14 +42,14 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
#, fuzzy
#| msgid "Important note for NIS/YP users!"
msgid "Important note for NIS/YP users"
......@@ -57,7 +57,7 @@ msgstr "Viktig merknad for NIS/YP-brukere!"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
......@@ -65,7 +65,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
......@@ -73,13 +73,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid "Remove all MariaDB databases?"
msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
......@@ -87,7 +87,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
#, fuzzy
#| msgid ""
#| "The script is about to remove the data directory /var/lib/mysql. If it is "
......
# Dutch mariadb-10 po-debconf translation,
# Copyright (C) 2006 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the mariadb-10.6 package.
# This file is distributed under the same license as the mariadb-10.7 package.
# Vincent Zweije <zweije@xs4all.nl>, 2006.
# Frans Spiesschaert <Frans.Spiesschaert@yucom.be>, 2014, 2016, 2018.
#
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.2.7-1\n"
"Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2018-03-29 21:25+0200\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
......@@ -21,13 +21,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "De oude data-map zal op een nieuwe locatie bewaard worden"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
......@@ -39,7 +39,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
......@@ -49,7 +49,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
......@@ -58,13 +58,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Belangrijke opmerking voor gebruikers van NIS/YP"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
......@@ -74,7 +74,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
......@@ -84,13 +84,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Wilt u alle MariaDB-databases verwijderen?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
......@@ -100,7 +100,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "
......
......@@ -6,8 +6,8 @@
#
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.6\n"
"Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"Project-Id-Version: mariadb-10.7\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-08-06 10:00+0100\n"
"Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
......@@ -20,13 +20,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "O antigo directório de data será guardado num novo local"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
......@@ -38,7 +38,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
......@@ -48,7 +48,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
......@@ -57,13 +57,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Nota importante para os utilizadores de NIS/YP"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
......@@ -73,7 +73,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
......@@ -82,13 +82,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Remover todas as bases de dados MariaDB?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
......@@ -98,7 +98,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "
......
# Debconf translations for mariadb-10.6.
# This file is distributed under the same license as the mariadb-10.6 package.
# Debconf translations for mariadb-10.7.
# This file is distributed under the same license as the mariadb-10.7 package.
# André Luís Lopes, <andrelop@debian.org>, 2005-2007.
# Adriano Rafael Gomes <adrianorg@arg.eti.br>, 2015-2016.
#
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.6\n"
"Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"Project-Id-Version: mariadb-10.7\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-04-30 16:16-0300\n"
"Last-Translator: Adriano Rafael Gomes <adrianorg@arg.eti.br>\n"
......@@ -19,13 +19,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "O diretório de dados antigo será salvo em novo local"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
......@@ -37,7 +37,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
......@@ -47,7 +47,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
......@@ -56,13 +56,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Aviso importante para usuários NIS/YP"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
......@@ -72,7 +72,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
......@@ -82,13 +82,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Remover todas as bases de dados do MariaDB?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
......@@ -98,7 +98,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "
......
......@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: po-debconf://mysql-dfsg\n"
"Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2006-12-20 21:27+0200\n"
"Last-Translator: stan ioan-eugen <stan.ieugen@gmail.com>\n"
......@@ -19,13 +19,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid "The old data directory will be saved at new location"
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
......@@ -34,7 +34,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
......@@ -42,14 +42,14 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
#, fuzzy
#| msgid "Important note for NIS/YP users!"
msgid "Important note for NIS/YP users"
......@@ -57,7 +57,7 @@ msgstr "Notă importantă pentru utilizatorii NIS/YP!"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
......@@ -65,7 +65,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
......@@ -73,13 +73,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid "Remove all MariaDB databases?"
msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
......@@ -87,7 +87,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
#, fuzzy
#| msgid ""
#| "The script is about to remove the data directory /var/lib/mysql. If it is "
......
......@@ -6,8 +6,8 @@
# Yuri Kozlov <yuray@komyakino.ru>, 2009, 2014, 2016.
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.6 10.0.25-1\n"
"Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"Project-Id-Version: mariadb-10.7 10.0.25-1\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-05-04 18:56+0300\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
......@@ -22,13 +22,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "Каталог со старыми данными будет сохранён в новом месте"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
......@@ -40,7 +40,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
......@@ -51,7 +51,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
......@@ -60,13 +60,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Важное замечание для пользователей NIS/YP"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
......@@ -76,7 +76,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
......@@ -84,13 +84,13 @@ msgstr "Также проверьте права доступа и владел
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Удалить все базы данных MariaDB?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
......@@ -99,7 +99,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "
......
# Translation of mariadb-10.6 debconf template to Swedish
# Translation of mariadb-10.7 debconf template to Swedish
# Copyright (C) 2017 Martin Bagge <brother@bsnet.se>
# This file is distributed under the same license as the mariadb-10.6 package.
# This file is distributed under the same license as the mariadb-10.7 package.
#
# Andreas Henriksson <andreas@fatal.se>, 2007
# Martin Bagge <brother@bsnet.se>, 2009, 2015, 2017
msgid ""
msgstr ""
"Project-Id-Version: mysql-dfsg-5.1 5.0.21-3\n"
"Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-03-23 09:20+0100\n"
"Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n"
......@@ -20,13 +20,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "Den gamla data-katalogen kommer att sparas till en ny plats"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
......@@ -38,7 +38,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
......@@ -48,7 +48,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
......@@ -57,13 +57,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Viktig information för NIS/YP-användare"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
......@@ -73,7 +73,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
......@@ -83,13 +83,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Ta bort alla MariaDB-databaser?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
......@@ -99,7 +99,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "
......
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the mariadb-10.6 package.
# This file is distributed under the same license as the mariadb-10.7 package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.6\n"
"Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"Project-Id-Version: mariadb-10.7\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
......@@ -19,13 +19,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid "The old data directory will be saved at new location"
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
......@@ -34,7 +34,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
......@@ -42,20 +42,20 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid "Important note for NIS/YP users"
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
......@@ -63,7 +63,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
......@@ -71,13 +71,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid "Remove all MariaDB databases?"
msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
......@@ -85,7 +85,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "
......
......@@ -5,8 +5,8 @@
#
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.6\n"
"Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"Project-Id-Version: mariadb-10.7\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-03-16 13:16+0300\n"
"Last-Translator: Atila KOÇ <koc@artielektronik.com.tr>\n"
......@@ -20,13 +20,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "Eski veritabanı dizini yeni konumuna kaydedilecektir"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
......@@ -38,7 +38,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
......@@ -48,20 +48,20 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "Gerektiğinde verinizi elle (ör. mysqldump ile) içe/dışa aktarın."
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid "Important note for NIS/YP users"
msgstr "NIS/YP kullanıcıları için önemli not"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
......@@ -71,7 +71,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
......@@ -81,13 +81,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Tüm MariaDB veritabanları kaldırılsın mı?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
......@@ -96,7 +96,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "
......
# Vietnamese translations for mariadb-10.6 package
# Bản dịch Tiếng Việt dành cho gói mariadb-10.6.
# This file is distributed under the same license as the mariadb-10.6 package.
# Vietnamese translations for mariadb-10.7 package
# Bản dịch Tiếng Việt dành cho gói mariadb-10.7.
# This file is distributed under the same license as the mariadb-10.7 package.
# Trần Ngọc Quân <vnwildman@gmail.com>, 2017.
#
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.6\n"
"Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"Project-Id-Version: mariadb-10.7\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-03-18 13:32+0700\n"
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
......@@ -20,13 +20,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "Thư mục dữ liệu cũ sẽ được lưu tại vị trí mới"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
......@@ -38,7 +38,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
......@@ -48,7 +48,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:2001
#: ../mariadb-server-10.7.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
......@@ -57,13 +57,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Chú ý quan trọng cho người dùng NIS/YP"
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
......@@ -73,7 +73,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.6.templates:3001
#: ../mariadb-server-10.7.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
......@@ -82,13 +82,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Xóa bỏ mọi cơ sở dữ liệu MariaDB chứ?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
......@@ -98,7 +98,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.6.templates:4001
#: ../mariadb-server-10.7.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "
......
......@@ -139,12 +139,12 @@ override_dh_auto_install:
ifneq (,$(filter linux,$(DEB_HOST_ARCH_OS)))
# Copy systemd files to a location available for dh_installinit
cp $(BUILDDIR)/support-files/mariadb.service debian/mariadb-server-10.6.mariadb.service
cp $(BUILDDIR)/support-files/mariadb.socket debian/mariadb-server-10.6.mariadb.socket
cp $(BUILDDIR)/support-files/mariadb-extra.socket debian/mariadb-server-10.6.mariadb-extra.socket
cp $(BUILDDIR)/support-files/mariadb@.service debian/mariadb-server-10.6.mariadb@.service
cp $(BUILDDIR)/support-files/mariadb@.socket debian/mariadb-server-10.6.mariadb@.socket
cp $(BUILDDIR)/support-files/mariadb-extra@.socket debian/mariadb-server-10.6.mariadb-extra@.socket
cp $(BUILDDIR)/support-files/mariadb.service debian/mariadb-server-10.7.mariadb.service
cp $(BUILDDIR)/support-files/mariadb.socket debian/mariadb-server-10.7.mariadb.socket
cp $(BUILDDIR)/support-files/mariadb-extra.socket debian/mariadb-server-10.7.mariadb-extra.socket
cp $(BUILDDIR)/support-files/mariadb@.service debian/mariadb-server-10.7.mariadb@.service
cp $(BUILDDIR)/support-files/mariadb@.socket debian/mariadb-server-10.7.mariadb@.socket
cp $(BUILDDIR)/support-files/mariadb-extra@.socket debian/mariadb-server-10.7.mariadb-extra@.socket
endif
# Run 'make install' without output since it is uninteresting and
......@@ -163,7 +163,7 @@ endif
# nm numeric soft is not enough, therefore extra sort in command
# to satisfy Debian reproducible build requirements
nm --defined-only $(BUILDDIR)/sql/mariadbd | LC_ALL=C sort | gzip -n -9 > $(TMP)/usr/share/doc/mariadb-server-10.6/mariadbd.sym.gz
nm --defined-only $(BUILDDIR)/sql/mariadbd | LC_ALL=C sort | gzip -n -9 > $(TMP)/usr/share/doc/mariadb-server-10.7/mariadbd.sym.gz
# Rename and install AppArmor profile
install -D -m 644 debian/apparmor-profile $(TMP)/etc/apparmor.d/usr.sbin.mariadbd
......
# Necessary for drop-in-place-replacement upgrades on mysql-server/-client
# since package breaks/replaces these but at the same time also provides them
version-substvar-for-external-package mariadb-client-core-10.6 -> mysql-client-5.5
version-substvar-for-external-package mariadb-server-10.6 -> mysql-server
version-substvar-for-external-package mariadb-server-10.6 -> mysql-server
version-substvar-for-external-package mariadb-client-core-10.7 -> mysql-client-5.5
version-substvar-for-external-package mariadb-server-10.7 -> mysql-server
version-substvar-for-external-package mariadb-server-10.7 -> mysql-server
version-substvar-for-external-package libmariadb-dev -> libmysqlclient-dev
version-substvar-for-external-package libmariadb-dev -> libmysqld-dev
version-substvar-for-external-package mariadb-server-10.6 -> mysql-client-5.5
version-substvar-for-external-package mariadb-server-10.6 -> mysql-client-5.6
version-substvar-for-external-package mariadb-server-10.6 -> mysql-client-5.7
version-substvar-for-external-package mariadb-server-10.6 -> mysql-client-8.0
version-substvar-for-external-package mariadb-client-10.6 -> mysql-client-core-5.1
version-substvar-for-external-package mariadb-client-10.6 -> mysql-client-core-5.1
version-substvar-for-external-package mariadb-client-10.6 -> mysql-client-core-5.5
version-substvar-for-external-package mariadb-client-10.6 -> mysql-client-core-5.5
version-substvar-for-external-package mariadb-client-10.6 -> mysql-client-core-5.6
version-substvar-for-external-package mariadb-client-10.6 -> mysql-client-core-5.6
version-substvar-for-external-package mariadb-client-10.6 -> mysql-client-core-5.7
version-substvar-for-external-package mariadb-client-10.6 -> mysql-client-core-5.7
version-substvar-for-external-package mariadb-client-10.6 -> mysql-client-core-8.0
version-substvar-for-external-package mariadb-client-10.6 -> mysql-client-core-8.0
version-substvar-for-external-package mariadb-server-10.7 -> mysql-client-5.5
version-substvar-for-external-package mariadb-server-10.7 -> mysql-client-5.6
version-substvar-for-external-package mariadb-server-10.7 -> mysql-client-5.7
version-substvar-for-external-package mariadb-server-10.7 -> mysql-client-8.0
version-substvar-for-external-package mariadb-client-10.7 -> mysql-client-core-5.1
version-substvar-for-external-package mariadb-client-10.7 -> mysql-client-core-5.1
version-substvar-for-external-package mariadb-client-10.7 -> mysql-client-core-5.5
version-substvar-for-external-package mariadb-client-10.7 -> mysql-client-core-5.5
version-substvar-for-external-package mariadb-client-10.7 -> mysql-client-core-5.6
version-substvar-for-external-package mariadb-client-10.7 -> mysql-client-core-5.6
version-substvar-for-external-package mariadb-client-10.7 -> mysql-client-core-5.7
version-substvar-for-external-package mariadb-client-10.7 -> mysql-client-core-5.7
version-substvar-for-external-package mariadb-client-10.7 -> mysql-client-core-8.0
version-substvar-for-external-package mariadb-client-10.7 -> mysql-client-core-8.0
version-substvar-for-external-package libmariadbd-dev -> libmariadbclient-dev
# ColumnStore not used in Debian, safe to ignore. Reported upstream in https://jira.mariadb.org/browse/MDEV-24124
source-is-missing storage/columnstore/columnstore/utils/jemalloc/libjemalloc.so.2
......@@ -3,7 +3,7 @@ Tests: smoke
# for its existence (see the list in debian/control), install it if available
# and check in the test if it's funcational when it should be.
# The plugin package also already depends on the other one.
Depends: mariadb-plugin-rocksdb | mariadb-server-10.6
Depends: mariadb-plugin-rocksdb | mariadb-server-10.7
Restrictions: allow-stderr needs-root isolation-container
Tests: upstream
......
......@@ -4,7 +4,7 @@
#
# This test should be declared in debian/tests/control with a dependency
# on the package that provides a configured MariaDB server (eg.
# mariadb-server-10.6).
# mariadb-server-10.7).
#
# This test should be declared in debian/tests/control with the
# following restrictions:
......@@ -88,7 +88,7 @@ if [ "$(dpkg-architecture -qDEB_HOST_ARCH_BITS)" != 32 ] &&
LOG=/var/lib/mysql/#rocksdb/LOG
# XXX: The server may only be started during the install of
# mariadb-server-10.6, which happens before that of the plugin.
# mariadb-server-10.7, which happens before that of the plugin.
[ -e $LOG ] || mysql -e "INSTALL PLUGIN RocksDB SONAME 'ha_rocksdb';"
# XXX: rocksdb_supported_compression_types variable does not report ZSTD.
......
......@@ -39,8 +39,8 @@
# you can put MariaDB-only options here
[mariadb]
# This group is only read by MariaDB-10.6 servers.
# This group is only read by MariaDB-10.7 servers.
# If you use the same .cnf file for MariaDB of different versions,
# use this group for options that older servers don't understand
[mariadb-10.6]
[mariadb-10.7]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment