Commit 4501c7e8 authored by Otto Kekäläinen's avatar Otto Kekäläinen

Deb: Rename relevant occurrences of 10.5 to 10.6 now in 10.6 series

parent 20fa2509
...@@ -158,7 +158,7 @@ case "${1:-''}" in ...@@ -158,7 +158,7 @@ case "${1:-''}" in
if ! mysqld_status check_dead warn; then if ! mysqld_status check_dead warn; then
log_end_msg 1 log_end_msg 1
log_failure_msg "Please stop MariaDB manually and read /usr/share/doc/mariadb-server-10.5/README.Debian.gz!" log_failure_msg "Please stop MariaDB manually and read /usr/share/doc/mariadb-server-10.6/README.Debian.gz!"
exit -1 exit -1
else else
log_end_msg 0 log_end_msg 0
......
'''apport package hook for mariadb-10.5 '''apport package hook for mariadb-10.6
(c) 2009 Canonical Ltd. (c) 2009 Canonical Ltd.
Author: Mathias Gug <mathias.gug@canonical.com> Author: Mathias Gug <mathias.gug@canonical.com>
...@@ -21,7 +21,7 @@ def _add_my_conf_files(report, filename): ...@@ -21,7 +21,7 @@ def _add_my_conf_files(report, filename):
continue continue
def add_info(report): def add_info(report):
attach_conffiles(report, 'mariadb-server-10.5', conffiles=None) attach_conffiles(report, 'mariadb-server-10.6', conffiles=None)
key = 'Logs' + path_to_key('/var/log/daemon.log') key = 'Logs' + path_to_key('/var/log/daemon.log')
report[key] = "" report[key] = ""
for line in read_file('/var/log/daemon.log').split('\n'): for line in read_file('/var/log/daemon.log').split('\n'):
......
...@@ -90,7 +90,7 @@ then ...@@ -90,7 +90,7 @@ then
sed -i -e "/Package: mariadb-plugin-mroonga/,/^$/d" debian/control sed -i -e "/Package: mariadb-plugin-mroonga/,/^$/d" debian/control
sed -i -e "/Package: mariadb-plugin-spider/,/^$/d" debian/control sed -i -e "/Package: mariadb-plugin-spider/,/^$/d" debian/control
sed -i -e "/Package: mariadb-plugin-oqgraph/,/^$/d" debian/control sed -i -e "/Package: mariadb-plugin-oqgraph/,/^$/d" debian/control
sed -i -e "/usr\/lib\/mysql\/plugin\/ha_sphinx.so/d" debian/mariadb-server-10.5.install sed -i -e "/usr\/lib\/mysql\/plugin\/ha_sphinx.so/d" debian/mariadb-server-10.6.install
sed -i -e "/Package: libmariadbd-dev/,/^$/d" debian/control sed -i -e "/Package: libmariadbd-dev/,/^$/d" debian/control
fi fi
......
mariadb-10.5 (1:10.5.0) unstable; urgency=low mariadb-10.6 (1:10.6.0) unstable; urgency=medium
* Initial Release * Initial Release
-- Vicentiu Ciorbaru <vicentiu@mariadb.org> Tue, 21 May 2019 13:27:19 +0000 -- Otto Kekäläinen <otto@debian.org> Thu, 14 May 2020 18:00:57 +0300
mariadb-10.4 (1:10.4.0) unstable; urgency=low
* Initial release.
-- Otto Kekäläinen <otto@debian.org> Sun, 05 Aug 2018 00:06:30 -0500
mariadb-10.3 (1:10.3.0) unstable; urgency=low
* Bump epoch to supersede 1:10.1.29-6 in Debian
-- Otto Kekäläinen <otto@mariadb.org> Sat, 31 Mar 2018 22:34:34 +0300
mariadb-10.3 (10.3.0) unstable; urgency=low
* Initial release.
-- Vicențiu Ciorbaru <vicentiu@mariadb.org> Wed, 5 Apr 2017 21:18:02 +0200
mariadb-10.2 (10.2.0) unstable; urgency=low
* Initial release.
-- Otto Kekäläinen <otto@mariadb.org> Sat, 14 Nov 2015 21:26:45 +0200
mariadb-10.1 (10.1.0) unstable; urgency=low
* Initial release.
-- Sergei Golubchik <serg@askmonty.org> Fri, 23 May 2014 09:44:38 -0200
mariadb-10.0 (10.0.0) unstable; urgency=low
* Initial release.
-- Sergei Golubchik <serg@askmonty.org> Sat, 20 Oct 2012 17:18:44 -0100
mariadb-5.5 (5.5.1) unstable; urgency=low
* Initial release.
-- Kristian Nielsen <knielsen@askmonty.org> Fri, 6 Jan 2012 15:17:23 -0100
mariadb-5.3 (5.3.0) unstable; urgency=low
* Initial release.
-- Sergei Golubchik <serg@askmonty.org> Mon, 1 Nov 2010 09:16:01 -0100
mariadb-5.2 (5.2.0) unstable; urgency=low
* Initial release.
-- Kristian Nielsen <knielsen@askmonty.org> Wed, 17 Mar 2010 12:54:51 -0100
mariadb-5.1 (5.1.0) unstable; urgency=low
* Initial release.
-- Peter Lieverdink <peter@openquery.com> Tue, 29 Sep 2009 17:05:03 +1000
This diff is collapsed.
# According to /usr/share/menu/ policy 1.4, not /usr/share/doc/debian-policy/ # According to /usr/share/menu/ policy 1.4, not /usr/share/doc/debian-policy/
?package(mariadb-client-10.5):needs="text" section="Applications/Data Management"\ ?package(mariadb-client-10.6):needs="text" section="Applications/Data Management"\
title="Innotop" command="/usr/bin/innotop" title="Innotop" command="/usr/bin/innotop"
...@@ -3,7 +3,7 @@ debian/additions/debian-start.inc.sh usr/share/mysql ...@@ -3,7 +3,7 @@ debian/additions/debian-start.inc.sh usr/share/mysql
debian/additions/echo_stderr usr/share/mysql debian/additions/echo_stderr usr/share/mysql
debian/additions/mysql.init usr/share/mysql debian/additions/mysql.init usr/share/mysql
debian/additions/mysqld_safe_syslog.cnf etc/mysql/conf.d debian/additions/mysqld_safe_syslog.cnf etc/mysql/conf.d
debian/additions/source_mariadb-10.5.py usr/share/apport/package-hooks debian/additions/source_mariadb-10.6.py usr/share/apport/package-hooks
etc/apparmor.d/usr.sbin.mysqld etc/apparmor.d/usr.sbin.mysqld
etc/security/user_map.conf etc/security/user_map.conf
lib/*/security/pam_user_map.so lib/*/security/pam_user_map.so
...@@ -61,7 +61,7 @@ usr/lib/mysql/plugin/server_audit.so ...@@ -61,7 +61,7 @@ usr/lib/mysql/plugin/server_audit.so
usr/lib/mysql/plugin/simple_password_check.so usr/lib/mysql/plugin/simple_password_check.so
usr/lib/mysql/plugin/sql_errlog.so usr/lib/mysql/plugin/sql_errlog.so
usr/lib/mysql/plugin/wsrep_info.so usr/lib/mysql/plugin/wsrep_info.so
usr/share/doc/mariadb-server-10.5/mysqld.sym.gz usr/share/doc/mariadb-server-10.6/mysqld.sym.gz
usr/share/man/man1/aria_chk.1 usr/share/man/man1/aria_chk.1
usr/share/man/man1/aria_dump_log.1 usr/share/man/man1/aria_dump_log.1
usr/share/man/man1/aria_ftdump.1 usr/share/man/man1/aria_ftdump.1
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# Even minor modifications require translation updates and such # Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers. # changes should be coordinated with translators and reviewers.
Template: mariadb-server-10.5/old_data_directory_saved Template: mariadb-server-10.6/old_data_directory_saved
Type: note Type: note
_Description: The old data directory will be saved at new location _Description: The old data directory will be saved at new location
A file named /var/lib/mysql/debian-*.flag exists on this system. 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 ...@@ -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. Please manually export/import your data (e.g. with mysqldump) if needed.
Template: mariadb-server-10.5/nis_warning Template: mariadb-server-10.6/nis_warning
Type: note Type: note
#flag:translate!:3,5 #flag:translate!:3,5
_Description: Important note for NIS/YP users _Description: Important note for NIS/YP users
...@@ -33,7 +33,7 @@ _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 /var/lib/mysql: drwxr-xr-x mysql mysql
Template: mariadb-server-10.5/postrm_remove_databases Template: mariadb-server-10.6/postrm_remove_databases
Type: boolean Type: boolean
Default: false Default: false
_Description: Remove all MariaDB databases? _Description: Remove all MariaDB databases?
...@@ -66,11 +66,10 @@ _Description: Unable to set password for the MariaDB "root" user ...@@ -66,11 +66,10 @@ _Description: Unable to set password for the MariaDB "root" user
. .
You should check the account's password after the package installation. You should check the account's password after the package installation.
. .
Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file
for more information. for more information.
Template: mysql-server/password_mismatch Template: mysql-server/password_mismatch
Type: error Type: error
_Description: Password input error _Description: Password input error
The two passwords you entered were not the same. Please try again. The two passwords you entered were not the same. Please try again.
...@@ -7,15 +7,15 @@ usr/lib/sysusers.d/sysusers.conf ...@@ -7,15 +7,15 @@ usr/lib/sysusers.d/sysusers.conf
usr/lib/tmpfiles.d/tmpfiles.conf usr/lib/tmpfiles.d/tmpfiles.conf
usr/lib/mysql/plugin/JavaWrappers.jar # These are only built if JNI/libjawt.so is installed from e.g. openjdk-8-jre-headless usr/lib/mysql/plugin/JavaWrappers.jar # These are only built if JNI/libjawt.so is installed from e.g. openjdk-8-jre-headless
usr/lib/mysql/plugin/JdbcInterface.jar # These are only built if JNI/libjawt.so is installed from e.g. openjdk-8-jre-headless usr/lib/mysql/plugin/JdbcInterface.jar # These are only built if JNI/libjawt.so is installed from e.g. openjdk-8-jre-headless
usr/share/doc/mariadb-server-10.5/COPYING usr/share/doc/mariadb-server-10.6/COPYING
usr/share/doc/mariadb-server-10.5/COPYING.AGPLv3 usr/share/doc/mariadb-server-10.6/COPYING.AGPLv3
usr/share/doc/mariadb-server-10.5/COPYING.GPLv2 usr/share/doc/mariadb-server-10.6/COPYING.GPLv2
usr/share/doc/mariadb-server-10.5/COPYING.thirdparty usr/share/doc/mariadb-server-10.6/COPYING.thirdparty
usr/share/doc/mariadb-server-10.5/CREDITS usr/share/doc/mariadb-server-10.6/CREDITS
usr/share/doc/mariadb-server-10.5/EXCEPTIONS-CLIENT usr/share/doc/mariadb-server-10.6/EXCEPTIONS-CLIENT
usr/share/doc/mariadb-server-10.5/INSTALL-BINARY usr/share/doc/mariadb-server-10.6/INSTALL-BINARY
usr/share/doc/mariadb-server-10.5/PATENTS usr/share/doc/mariadb-server-10.6/PATENTS
usr/share/doc/mariadb-server-10.5/README-wsrep usr/share/doc/mariadb-server-10.6/README-wsrep
usr/share/groonga/COPYING usr/share/groonga/COPYING
usr/share/groonga-normalizer-mysql/lgpl-2.0.txt usr/share/groonga-normalizer-mysql/lgpl-2.0.txt
usr/share/groonga-normalizer-mysql/README.md usr/share/groonga-normalizer-mysql/README.md
......
[type: gettext/rfc822deb] mariadb-server-10.5.templates [type: gettext/rfc822deb] mariadb-server-10.6.templates
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: templates\n" "Project-Id-Version: templates\n"
"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"POT-Creation-Date: 2016-10-08 01:26+0300\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n"
"PO-Revision-Date: 2007-05-01 13:04+0300\n" "PO-Revision-Date: 2007-05-01 13:04+0300\n"
"Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n" "Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n"
...@@ -27,13 +27,13 @@ msgstr "" ...@@ -27,13 +27,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -42,7 +42,7 @@ msgstr "" ...@@ -42,7 +42,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -50,20 +50,20 @@ msgstr "" ...@@ -50,20 +50,20 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "ملاحظة هامة لمستخدمي NIS/YP" msgstr "ملاحظة هامة لمستخدمي NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -71,7 +71,7 @@ msgstr "" ...@@ -71,7 +71,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "You should also check the permissions and the owner of the /var/lib/mysql " #| "You should also check the permissions and the owner of the /var/lib/mysql "
...@@ -83,13 +83,13 @@ msgstr "عليك أيضاً أن تقوم بالتأكد من صلاحيات م ...@@ -83,13 +83,13 @@ msgstr "عليك أيضاً أن تقوم بالتأكد من صلاحيات م
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "إزالة جميع قواعد بيانات MariaDB؟" msgstr "إزالة جميع قواعد بيانات MariaDB؟"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -97,7 +97,7 @@ msgstr "الدليل /var/lib/mysql الذي يحتوي قواعد بيانات ...@@ -97,7 +97,7 @@ msgstr "الدليل /var/lib/mysql الذي يحتوي قواعد بيانات
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "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, " "recent version or if a different mariadb-server package is already using it, "
...@@ -108,13 +108,13 @@ msgstr "" ...@@ -108,13 +108,13 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "New password for the MariaDB \"root\" user:" msgid "New password for the MariaDB \"root\" user:"
msgstr "كلمة المرور الجديدة لمستخد \"root\" الخاص بـMariaDB:" msgstr "كلمة المرور الجديدة لمستخد \"root\" الخاص بـMariaDB:"
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "" msgid ""
"While not mandatory, it is highly recommended that you set a password for " "While not mandatory, it is highly recommended that you set a password for "
"the MariaDB administrative \"root\" user." "the MariaDB administrative \"root\" user."
...@@ -124,7 +124,7 @@ msgstr "" ...@@ -124,7 +124,7 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
#, fuzzy #, fuzzy
#| msgid "If that field is left blank, the password will not be changed." #| msgid "If that field is left blank, the password will not be changed."
msgid "If this field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed."
...@@ -132,7 +132,7 @@ msgstr "إن ترك الحقل فارغاً، فلن يتم تغيير كلمة ...@@ -132,7 +132,7 @@ msgstr "إن ترك الحقل فارغاً، فلن يتم تغيير كلمة
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:6001 #: ../mariadb-server-10.6.templates:6001
#, fuzzy #, fuzzy
#| msgid "New password for the MariaDB \"root\" user:" #| msgid "New password for the MariaDB \"root\" user:"
msgid "Repeat password for the MariaDB \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:"
...@@ -140,13 +140,13 @@ msgstr "كلمة المرور الجديدة لمستخد \"root\" الخاص ب ...@@ -140,13 +140,13 @@ msgstr "كلمة المرور الجديدة لمستخد \"root\" الخاص ب
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "Unable to set password for the MariaDB \"root\" user" msgid "Unable to set password for the MariaDB \"root\" user"
msgstr "تعذر تعيين كلمة مرور للمستخدم \"root\" الخاص بـMariaDB." msgstr "تعذر تعيين كلمة مرور للمستخدم \"root\" الخاص بـMariaDB."
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "" msgid ""
"An error occurred while setting the password for the MariaDB administrative " "An error occurred while setting the password for the MariaDB administrative "
"user. This may have happened because the account already has a password, or " "user. This may have happened because the account already has a password, or "
...@@ -158,7 +158,7 @@ msgstr "" ...@@ -158,7 +158,7 @@ msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "You should check the account's password after tha package installation." #| "You should check the account's password after tha package installation."
...@@ -167,26 +167,26 @@ msgstr "يجب عليك التحقق من كلمة مرور الحساب عقب ...@@ -167,26 +167,26 @@ msgstr "يجب عليك التحقق من كلمة مرور الحساب عقب
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for " #| "Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for "
#| "more information." #| "more information."
msgid "" msgid ""
"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
"more information." "more information."
msgstr "" msgstr ""
"الرجاء قراءة الملف /usr/share/doc/mariadb-server-10.5/README.Debian للمزيد " "الرجاء قراءة الملف /usr/share/doc/mariadb-server-10.6/README.Debian للمزيد "
"من المعلومات." "من المعلومات."
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "Password input error" msgid "Password input error"
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "The two passwords you entered were not the same. Please try again." msgid "The two passwords you entered were not the same. Please try again."
msgstr "" msgstr ""
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mysql-dfsg-4.1\n" "Project-Id-Version: mysql-dfsg-4.1\n"
"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"POT-Creation-Date: 2016-10-08 01:26+0300\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n"
"PO-Revision-Date: 2004-01-31 19:20GMT\n" "PO-Revision-Date: 2004-01-31 19:20GMT\n"
"Last-Translator: Aleix Badia i Bosch <abadia@ica.es>\n" "Last-Translator: Aleix Badia i Bosch <abadia@ica.es>\n"
...@@ -17,13 +17,13 @@ msgstr "" ...@@ -17,13 +17,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -32,7 +32,7 @@ msgstr "" ...@@ -32,7 +32,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -40,14 +40,14 @@ msgstr "" ...@@ -40,14 +40,14 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
#, fuzzy #, fuzzy
#| msgid "Important note for NIS/YP users!" #| msgid "Important note for NIS/YP users!"
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
...@@ -55,7 +55,7 @@ msgstr "Nota important pels usuaris de NIS/YP" ...@@ -55,7 +55,7 @@ msgstr "Nota important pels usuaris de NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -63,7 +63,7 @@ msgstr "" ...@@ -63,7 +63,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -71,13 +71,13 @@ msgstr "" ...@@ -71,13 +71,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "" msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -85,7 +85,7 @@ msgstr "" ...@@ -85,7 +85,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "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, " "recent version or if a different mariadb-server package is already using it, "
...@@ -94,13 +94,13 @@ msgstr "" ...@@ -94,13 +94,13 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "New password for the MariaDB \"root\" user:" msgid "New password for the MariaDB \"root\" user:"
msgstr "" msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "" msgid ""
"While not mandatory, it is highly recommended that you set a password for " "While not mandatory, it is highly recommended that you set a password for "
"the MariaDB administrative \"root\" user." "the MariaDB administrative \"root\" user."
...@@ -108,25 +108,25 @@ msgstr "" ...@@ -108,25 +108,25 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "If this field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed."
msgstr "" msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:6001 #: ../mariadb-server-10.6.templates:6001
msgid "Repeat password for the MariaDB \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:"
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "Unable to set password for the MariaDB \"root\" user" msgid "Unable to set password for the MariaDB \"root\" user"
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "" msgid ""
"An error occurred while setting the password for the MariaDB administrative " "An error occurred while setting the password for the MariaDB administrative "
"user. This may have happened because the account already has a password, or " "user. This may have happened because the account already has a password, or "
...@@ -135,26 +135,26 @@ msgstr "" ...@@ -135,26 +135,26 @@ msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "You should check the account's password after the package installation." msgid "You should check the account's password after the package installation."
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "" msgid ""
"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
"more information." "more information."
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "Password input error" msgid "Password input error"
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "The two passwords you entered were not the same. Please try again." msgid "The two passwords you entered were not the same. Please try again."
msgstr "" msgstr ""
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mysql-dfsg-5.1\n" "Project-Id-Version: mysql-dfsg-5.1\n"
"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"POT-Creation-Date: 2016-10-08 01:26+0300\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n"
"PO-Revision-Date: 2007-05-01 13:01+0200\n" "PO-Revision-Date: 2007-05-01 13:01+0200\n"
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n" "Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
...@@ -26,13 +26,13 @@ msgstr "" ...@@ -26,13 +26,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -41,7 +41,7 @@ msgstr "" ...@@ -41,7 +41,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -49,20 +49,20 @@ msgstr "" ...@@ -49,20 +49,20 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Důležitá poznámka pro uživatele NIS/YP" msgstr "Důležitá poznámka pro uživatele NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -70,7 +70,7 @@ msgstr "" ...@@ -70,7 +70,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "You should also check the permissions and the owner of the /var/lib/mysql " #| "You should also check the permissions and the owner of the /var/lib/mysql "
...@@ -83,13 +83,13 @@ msgstr "" ...@@ -83,13 +83,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Odstranit všechny MariaDB databáze?" msgstr "Odstranit všechny MariaDB databáze?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -99,7 +99,7 @@ msgstr "" ...@@ -99,7 +99,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "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, " "recent version or if a different mariadb-server package is already using it, "
...@@ -111,13 +111,13 @@ msgstr "" ...@@ -111,13 +111,13 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "New password for the MariaDB \"root\" user:" msgid "New password for the MariaDB \"root\" user:"
msgstr "Nové heslo MariaDB uživatele \"root\":" msgstr "Nové heslo MariaDB uživatele \"root\":"
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "" msgid ""
"While not mandatory, it is highly recommended that you set a password for " "While not mandatory, it is highly recommended that you set a password for "
"the MariaDB administrative \"root\" user." "the MariaDB administrative \"root\" user."
...@@ -127,7 +127,7 @@ msgstr "" ...@@ -127,7 +127,7 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
#, fuzzy #, fuzzy
#| msgid "If that field is left blank, the password will not be changed." #| msgid "If that field is left blank, the password will not be changed."
msgid "If this field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed."
...@@ -135,7 +135,7 @@ msgstr "Ponecháte-li pole prázdné, heslo se nezmění." ...@@ -135,7 +135,7 @@ msgstr "Ponecháte-li pole prázdné, heslo se nezmění."
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:6001 #: ../mariadb-server-10.6.templates:6001
#, fuzzy #, fuzzy
#| msgid "New password for the MySQL \"root\" user:" #| msgid "New password for the MySQL \"root\" user:"
msgid "Repeat password for the MariaDB \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:"
...@@ -143,13 +143,13 @@ msgstr "Nové heslo MariaDB uživatele \"root\":" ...@@ -143,13 +143,13 @@ msgstr "Nové heslo MariaDB uživatele \"root\":"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "Unable to set password for the MariaDB \"root\" user" msgid "Unable to set password for the MariaDB \"root\" user"
msgstr "Nelze nastavit heslo MariaDB uživatele \"root\"" msgstr "Nelze nastavit heslo MariaDB uživatele \"root\""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "" msgid ""
"An error occurred while setting the password for the MariaDB administrative " "An error occurred while setting the password for the MariaDB administrative "
"user. This may have happened because the account already has a password, or " "user. This may have happened because the account already has a password, or "
...@@ -161,7 +161,7 @@ msgstr "" ...@@ -161,7 +161,7 @@ msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "You should check the account's password after tha package installation." #| "You should check the account's password after tha package installation."
...@@ -170,25 +170,25 @@ msgstr "Po instalaci balíku byste měli heslo ověřit." ...@@ -170,25 +170,25 @@ msgstr "Po instalaci balíku byste měli heslo ověřit."
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for " #| "Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for "
#| "more information." #| "more information."
msgid "" msgid ""
"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
"more information." "more information."
msgstr "" msgstr ""
"Více informací naleznete v /usr/share/doc/mariadb-server-10.5/README.Debian." "Více informací naleznete v /usr/share/doc/mariadb-server-10.6/README.Debian."
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "Password input error" msgid "Password input error"
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "The two passwords you entered were not the same. Please try again." msgid "The two passwords you entered were not the same. Please try again."
msgstr "" msgstr ""
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mysql-dfsg-4.1\n" "Project-Id-Version: mysql-dfsg-4.1\n"
"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"POT-Creation-Date: 2016-10-08 01:26+0300\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n"
"PO-Revision-Date: 2007-05-30 22:41+0200\n" "PO-Revision-Date: 2007-05-30 22:41+0200\n"
"Last-Translator: Claus Hindsgaul <claus.hindsgaul@gmail.com>\n" "Last-Translator: Claus Hindsgaul <claus.hindsgaul@gmail.com>\n"
...@@ -27,13 +27,13 @@ msgstr "" ...@@ -27,13 +27,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -42,7 +42,7 @@ msgstr "" ...@@ -42,7 +42,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -50,20 +50,20 @@ msgstr "" ...@@ -50,20 +50,20 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Vigtig oplysning til NIS/YP-brugere" msgstr "Vigtig oplysning til NIS/YP-brugere"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -71,7 +71,7 @@ msgstr "" ...@@ -71,7 +71,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "You should also check the permissions and the owner of the /var/lib/mysql " #| "You should also check the permissions and the owner of the /var/lib/mysql "
...@@ -80,17 +80,17 @@ msgid "" ...@@ -80,17 +80,17 @@ msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
msgstr "" msgstr ""
"Du br ogs tjekke filrettighederne og ejerskabet af mappen /var/lib/mysql:" "Du b�r ogs� tjekke filrettighederne og ejerskabet af mappen /var/lib/mysql:"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Fjern alle MariaDB-databaser?" msgstr "Fjern alle MariaDB-databaser?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -100,43 +100,43 @@ msgstr "" ...@@ -100,43 +100,43 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "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, " "recent version or if a different mariadb-server package is already using it, "
"the data should be kept." "the data should be kept."
msgstr "" msgstr ""
"Hvis du fjerner MariaDB-pakken for senere at installere en nyere version, " "Hvis du fjerner MariaDB-pakken for senere at installere en nyere version, "
"eller hvis en anden mariadb-server-pakke allerede benytter den, br dataene " "eller hvis en anden mariadb-server-pakke allerede benytter den, br dataene "
"bevares." "bevares."
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "New password for the MariaDB \"root\" user:" msgid "New password for the MariaDB \"root\" user:"
msgstr "Ny adgangskode for MariaDB's \"root\"-bruger:" msgstr "Ny adgangskode for MariaDB's \"root\"-bruger:"
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "" msgid ""
"While not mandatory, it is highly recommended that you set a password for " "While not mandatory, it is highly recommended that you set a password for "
"the MariaDB administrative \"root\" user." "the MariaDB administrative \"root\" user."
msgstr "" msgstr ""
"Selvom det ikke krves, anbefales det kraftigt, at du stter en adgangskode " "Selvom det ikke kr�ves, anbefales det kraftigt, at du s�tter en adgangskode "
"for MariaDB's administrationsbruger \"root\"." "for MariaDB's administrationsbruger \"root\"."
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
#, fuzzy #, fuzzy
#| msgid "If that field is left blank, the password will not be changed." #| msgid "If that field is left blank, the password will not be changed."
msgid "If this field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed."
msgstr "Hvis du lader dette felt st tomt, vil adgangskoden ikke blive ndret." msgstr "Hvis du lader dette felt st� tomt, vil adgangskoden ikke blive �ndret."
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:6001 #: ../mariadb-server-10.6.templates:6001
#, fuzzy #, fuzzy
#| msgid "New password for the MySQL \"root\" user:" #| msgid "New password for the MySQL \"root\" user:"
msgid "Repeat password for the MariaDB \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:"
...@@ -144,51 +144,51 @@ msgstr "Ny adgangskode for MariaDB's \"root\"-bruger:" ...@@ -144,51 +144,51 @@ msgstr "Ny adgangskode for MariaDB's \"root\"-bruger:"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "Unable to set password for the MariaDB \"root\" user" msgid "Unable to set password for the MariaDB \"root\" user"
msgstr "Kunne ikke stte adgangskoden for MariaDB's \"root\"-bruger" msgstr "Kunne ikke stte adgangskoden for MariaDB's \"root\"-bruger"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "" msgid ""
"An error occurred while setting the password for the MariaDB administrative " "An error occurred while setting the password for the MariaDB administrative "
"user. This may have happened because the account already has a password, or " "user. This may have happened because the account already has a password, or "
"because of a communication problem with the MariaDB server." "because of a communication problem with the MariaDB server."
msgstr "" msgstr ""
"Der opstod en fejl, da adgangskoden for MariaDB's administrationsbruger blev " "Der opstod en fejl, da adgangskoden for MariaDB's administrationsbruger blev "
"forsgt ndret. Dette kan vre sket, fordi brugeren allerede har en " "fors�gt �ndret. Dette kan v�re sket, fordi brugeren allerede har en "
"adgangskode, eller fordi der var problemer med at kommunikere med MariaDB-" "adgangskode, eller fordi der var problemer med at kommunikere med MariaDB-"
"serveren." "serveren."
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "You should check the account's password after the package installation." msgid "You should check the account's password after the package installation."
msgstr "Du br tjekke kontoens adgangskode efter pakkeinstallationen." msgstr "Du br tjekke kontoens adgangskode efter pakkeinstallationen."
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for " #| "Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for "
#| "more information." #| "more information."
msgid "" msgid ""
"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
"more information." "more information."
msgstr "" msgstr ""
"Se filen /usr/share/doc/mariadb-server-10.5/README.Debian for yderligere " "Se filen /usr/share/doc/mariadb-server-10.6/README.Debian for yderligere "
"oplysninger." "oplysninger."
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "Password input error" msgid "Password input error"
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "The two passwords you entered were not the same. Please try again." msgid "The two passwords you entered were not the same. Please try again."
msgstr "" msgstr ""
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mysql-dfsg-5.1_5.1.37-1_de\n" "Project-Id-Version: mysql-dfsg-5.1_5.1.37-1_de\n"
"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"POT-Creation-Date: 2016-10-08 01:26+0300\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n"
"PO-Revision-Date: 2009-08-27 22:41+0200\n" "PO-Revision-Date: 2009-08-27 22:41+0200\n"
"Last-Translator: Thomas Mueller <thomas.mueller@tmit.eu>\n" "Last-Translator: Thomas Mueller <thomas.mueller@tmit.eu>\n"
...@@ -29,13 +29,13 @@ msgstr "" ...@@ -29,13 +29,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -44,7 +44,7 @@ msgstr "" ...@@ -44,7 +44,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -52,20 +52,20 @@ msgstr "" ...@@ -52,20 +52,20 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Wichtige Anmerkung für NIS/YP-Benutzer!" msgstr "Wichtige Anmerkung für NIS/YP-Benutzer!"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -75,7 +75,7 @@ msgstr "" ...@@ -75,7 +75,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -85,13 +85,13 @@ msgstr "" ...@@ -85,13 +85,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Alle MariaDB-Datenbanken entfernen?" msgstr "Alle MariaDB-Datenbanken entfernen?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -101,7 +101,7 @@ msgstr "" ...@@ -101,7 +101,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "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, " "recent version or if a different mariadb-server package is already using it, "
...@@ -113,13 +113,13 @@ msgstr "" ...@@ -113,13 +113,13 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "New password for the MariaDB \"root\" user:" msgid "New password for the MariaDB \"root\" user:"
msgstr "Neues Passwort für den MariaDB »root«-Benutzer:" msgstr "Neues Passwort für den MariaDB »root«-Benutzer:"
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "" msgid ""
"While not mandatory, it is highly recommended that you set a password for " "While not mandatory, it is highly recommended that you set a password for "
"the MariaDB administrative \"root\" user." "the MariaDB administrative \"root\" user."
...@@ -129,25 +129,25 @@ msgstr "" ...@@ -129,25 +129,25 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "If this field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed."
msgstr "Wenn dieses Feld freigelassen wird, wird das Passwort nicht geändert." msgstr "Wenn dieses Feld freigelassen wird, wird das Passwort nicht geändert."
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:6001 #: ../mariadb-server-10.6.templates:6001
msgid "Repeat password for the MariaDB \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:"
msgstr "Wiederholen Sie das Passwort für den MariaDB-»root«-Benutzer:" msgstr "Wiederholen Sie das Passwort für den MariaDB-»root«-Benutzer:"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "Unable to set password for the MariaDB \"root\" user" msgid "Unable to set password for the MariaDB \"root\" user"
msgstr "Konnte für den MariaDB-»root«-Benutzer kein Passwort setzen" msgstr "Konnte für den MariaDB-»root«-Benutzer kein Passwort setzen"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "" msgid ""
"An error occurred while setting the password for the MariaDB administrative " "An error occurred while setting the password for the MariaDB administrative "
"user. This may have happened because the account already has a password, or " "user. This may have happened because the account already has a password, or "
...@@ -160,7 +160,7 @@ msgstr "" ...@@ -160,7 +160,7 @@ msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "You should check the account's password after the package installation." msgid "You should check the account's password after the package installation."
msgstr "" msgstr ""
"Sie sollten das Passwort des administrativen Benutzers nach der " "Sie sollten das Passwort des administrativen Benutzers nach der "
...@@ -168,13 +168,13 @@ msgstr "" ...@@ -168,13 +168,13 @@ msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "Please read the /usr/share/doc/mariadb-server-5.1/README.Debian file for " #| "Please read the /usr/share/doc/mariadb-server-5.1/README.Debian file for "
#| "more information." #| "more information."
msgid "" msgid ""
"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
"more information." "more information."
msgstr "" msgstr ""
"Für weitere Informationen lesen Sie /usr/share/doc/mariadb-server-5.1/README." "Für weitere Informationen lesen Sie /usr/share/doc/mariadb-server-5.1/README."
...@@ -182,13 +182,13 @@ msgstr "" ...@@ -182,13 +182,13 @@ msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "Password input error" msgid "Password input error"
msgstr "Passwort-Eingabefehler" msgstr "Passwort-Eingabefehler"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "The two passwords you entered were not the same. Please try again." msgid "The two passwords you entered were not the same. Please try again."
msgstr "" msgstr ""
"Die beiden von Ihnen eingegebenen Passwörter sind nicht identisch. Bitte " "Die beiden von Ihnen eingegebenen Passwörter sind nicht identisch. Bitte "
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mysql-dfsg-5.1_5.0.24-3\n" "Project-Id-Version: mysql-dfsg-5.1_5.0.24-3\n"
"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"POT-Creation-Date: 2016-10-08 01:26+0300\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n"
"PO-Revision-Date: 2007-05-28 22:21+0200\n" "PO-Revision-Date: 2007-05-28 22:21+0200\n"
"Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n" "Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"
...@@ -52,13 +52,13 @@ msgstr "" ...@@ -52,13 +52,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -67,7 +67,7 @@ msgstr "" ...@@ -67,7 +67,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -75,20 +75,20 @@ msgstr "" ...@@ -75,20 +75,20 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Nota importante para los usuarios de NIS/YP" msgstr "Nota importante para los usuarios de NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -96,7 +96,7 @@ msgstr "" ...@@ -96,7 +96,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "You should also check the permissions and the owner of the /var/lib/mysql " #| "You should also check the permissions and the owner of the /var/lib/mysql "
...@@ -110,13 +110,13 @@ msgstr "" ...@@ -110,13 +110,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "¿Desea eliminar todas las bases de datos MariaDB?" msgstr "¿Desea eliminar todas las bases de datos MariaDB?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -126,7 +126,7 @@ msgstr "" ...@@ -126,7 +126,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "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, " "recent version or if a different mariadb-server package is already using it, "
...@@ -138,13 +138,13 @@ msgstr "" ...@@ -138,13 +138,13 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "New password for the MariaDB \"root\" user:" msgid "New password for the MariaDB \"root\" user:"
msgstr "Nueva contraseña para el usuario «root» de MariaDB:" msgstr "Nueva contraseña para el usuario «root» de MariaDB:"
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "" msgid ""
"While not mandatory, it is highly recommended that you set a password for " "While not mandatory, it is highly recommended that you set a password for "
"the MariaDB administrative \"root\" user." "the MariaDB administrative \"root\" user."
...@@ -154,7 +154,7 @@ msgstr "" ...@@ -154,7 +154,7 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
#, fuzzy #, fuzzy
#| msgid "If that field is left blank, the password will not be changed." #| msgid "If that field is left blank, the password will not be changed."
msgid "If this field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed."
...@@ -162,7 +162,7 @@ msgstr "No se modificará la contraseña si deja el espacio en blanco." ...@@ -162,7 +162,7 @@ msgstr "No se modificará la contraseña si deja el espacio en blanco."
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:6001 #: ../mariadb-server-10.6.templates:6001
#, fuzzy #, fuzzy
#| msgid "New password for the MySQL \"root\" user:" #| msgid "New password for the MySQL \"root\" user:"
msgid "Repeat password for the MariaDB \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:"
...@@ -170,13 +170,13 @@ msgstr "Nueva contraseña para el usuario «root» de MariaDB:" ...@@ -170,13 +170,13 @@ msgstr "Nueva contraseña para el usuario «root» de MariaDB:"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "Unable to set password for the MariaDB \"root\" user" msgid "Unable to set password for the MariaDB \"root\" user"
msgstr "No se pudo fijar la contraseña para el usuario «root» de MariaDB" msgstr "No se pudo fijar la contraseña para el usuario «root» de MariaDB"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "" msgid ""
"An error occurred while setting the password for the MariaDB administrative " "An error occurred while setting the password for the MariaDB administrative "
"user. This may have happened because the account already has a password, or " "user. This may have happened because the account already has a password, or "
...@@ -189,7 +189,7 @@ msgstr "" ...@@ -189,7 +189,7 @@ msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "You should check the account's password after the package installation." msgid "You should check the account's password after the package installation."
msgstr "" msgstr ""
"Debería comprobar la contraseña de la cuenta después de la instalación del " "Debería comprobar la contraseña de la cuenta después de la instalación del "
...@@ -197,26 +197,26 @@ msgstr "" ...@@ -197,26 +197,26 @@ msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for " #| "Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for "
#| "more information." #| "more information."
msgid "" msgid ""
"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
"more information." "more information."
msgstr "" msgstr ""
"Consulte /usr/share/doc/mariadb-server-10.5/README.Debian para más " "Consulte /usr/share/doc/mariadb-server-10.6/README.Debian para más "
"información." "información."
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "Password input error" msgid "Password input error"
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "The two passwords you entered were not the same. Please try again." msgid "The two passwords you entered were not the same. Please try again."
msgstr "" msgstr ""
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: eu\n" "Project-Id-Version: eu\n"
"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"POT-Creation-Date: 2016-10-08 01:26+0300\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n"
"PO-Revision-Date: 2009-07-29 11:59+0200\n" "PO-Revision-Date: 2009-07-29 11:59+0200\n"
"Last-Translator: Piarres Beobide <pi@beobide.net>\n" "Last-Translator: Piarres Beobide <pi@beobide.net>\n"
...@@ -20,13 +20,13 @@ msgstr "" ...@@ -20,13 +20,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -35,7 +35,7 @@ msgstr "" ...@@ -35,7 +35,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -43,20 +43,20 @@ msgstr "" ...@@ -43,20 +43,20 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "NIS/YP erabiltzaileentzat ohar garrantzitsua" msgstr "NIS/YP erabiltzaileentzat ohar garrantzitsua"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -64,7 +64,7 @@ msgstr "" ...@@ -64,7 +64,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "You should also check the permissions and the owner of the /var/lib/mysql " #| "You should also check the permissions and the owner of the /var/lib/mysql "
...@@ -78,13 +78,13 @@ msgstr "" ...@@ -78,13 +78,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Ezabatu MariaDB datubase guztiak?" msgstr "Ezabatu MariaDB datubase guztiak?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -93,7 +93,7 @@ msgstr "" ...@@ -93,7 +93,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "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, " "recent version or if a different mariadb-server package is already using it, "
...@@ -105,13 +105,13 @@ msgstr "" ...@@ -105,13 +105,13 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "New password for the MariaDB \"root\" user:" msgid "New password for the MariaDB \"root\" user:"
msgstr "MariaDB \"root\" erabiltzailearen pasahitz berria:" msgstr "MariaDB \"root\" erabiltzailearen pasahitz berria:"
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "" msgid ""
"While not mandatory, it is highly recommended that you set a password for " "While not mandatory, it is highly recommended that you set a password for "
"the MariaDB administrative \"root\" user." "the MariaDB administrative \"root\" user."
...@@ -121,7 +121,7 @@ msgstr "" ...@@ -121,7 +121,7 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
#, fuzzy #, fuzzy
#| msgid "If that field is left blank, the password will not be changed." #| msgid "If that field is left blank, the password will not be changed."
msgid "If this field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed."
...@@ -129,19 +129,19 @@ msgstr "Eremua hau zurian utziaz gero ez da pasahitza aldatuko." ...@@ -129,19 +129,19 @@ msgstr "Eremua hau zurian utziaz gero ez da pasahitza aldatuko."
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:6001 #: ../mariadb-server-10.6.templates:6001
msgid "Repeat password for the MariaDB \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:"
msgstr "Errepikatu MariaDB \"root\" erabiltzailearen pasahitza:" msgstr "Errepikatu MariaDB \"root\" erabiltzailearen pasahitza:"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "Unable to set password for the MariaDB \"root\" user" msgid "Unable to set password for the MariaDB \"root\" user"
msgstr "Ezin da MariaDB \"root\" erabiltzailearen pasahitza ezarri" msgstr "Ezin da MariaDB \"root\" erabiltzailearen pasahitza ezarri"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "" msgid ""
"An error occurred while setting the password for the MariaDB administrative " "An error occurred while setting the password for the MariaDB administrative "
"user. This may have happened because the account already has a password, or " "user. This may have happened because the account already has a password, or "
...@@ -153,33 +153,33 @@ msgstr "" ...@@ -153,33 +153,33 @@ msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "You should check the account's password after the package installation." msgid "You should check the account's password after the package installation."
msgstr "" msgstr ""
"Kontuaren pasahitza egiaztatu beharko zenuke paketea instalatu aurretik." "Kontuaren pasahitza egiaztatu beharko zenuke paketea instalatu aurretik."
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " #| "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
#| "more information." #| "more information."
msgid "" msgid ""
"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
"more information." "more information."
msgstr "" msgstr ""
"Mesedez irakurri /usr/share/doc/mariadb-server-10.5/README.Debian fitxategia " "Mesedez irakurri /usr/share/doc/mariadb-server-10.6/README.Debian fitxategia "
"xehetasun gehiagorako." "xehetasun gehiagorako."
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "Password input error" msgid "Password input error"
msgstr "Pasahitz sarrera errorea" msgstr "Pasahitz sarrera errorea"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "The two passwords you entered were not the same. Please try again." msgid "The two passwords you entered were not the same. Please try again."
msgstr "Idatzi dituzun bi pasahitzak ez dira berdina. Mesedez saiatu berriz." msgstr "Idatzi dituzun bi pasahitzak ez dira berdina. Mesedez saiatu berriz."
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: fr\n" "Project-Id-Version: fr\n"
"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"POT-Creation-Date: 2016-10-08 01:26+0300\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n"
"PO-Revision-Date: 2009-08-08 14:56+0200\n" "PO-Revision-Date: 2009-08-08 14:56+0200\n"
"Last-Translator: Christian Perrier <bubulle@debian.org>\n" "Last-Translator: Christian Perrier <bubulle@debian.org>\n"
...@@ -22,13 +22,13 @@ msgstr "" ...@@ -22,13 +22,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -37,7 +37,7 @@ msgstr "" ...@@ -37,7 +37,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -45,20 +45,20 @@ msgstr "" ...@@ -45,20 +45,20 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Note importante pour les utilisateurs NIS/YP" msgstr "Note importante pour les utilisateurs NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -68,7 +68,7 @@ msgstr "" ...@@ -68,7 +68,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -78,13 +78,13 @@ msgstr "" ...@@ -78,13 +78,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Faut-il supprimer toutes les bases de données MariaDB ?" msgstr "Faut-il supprimer toutes les bases de données MariaDB ?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -94,7 +94,7 @@ msgstr "" ...@@ -94,7 +94,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "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, " "recent version or if a different mariadb-server package is already using it, "
...@@ -105,13 +105,13 @@ msgstr "" ...@@ -105,13 +105,13 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "New password for the MariaDB \"root\" user:" msgid "New password for the MariaDB \"root\" user:"
msgstr "Nouveau mot de passe du superutilisateur de MariaDB :" msgstr "Nouveau mot de passe du superutilisateur de MariaDB :"
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "" msgid ""
"While not mandatory, it is highly recommended that you set a password for " "While not mandatory, it is highly recommended that you set a password for "
"the MariaDB administrative \"root\" user." "the MariaDB administrative \"root\" user."
...@@ -121,26 +121,26 @@ msgstr "" ...@@ -121,26 +121,26 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "If this field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed."
msgstr "Si ce champ est laissé vide, le mot de passe ne sera pas changé." msgstr "Si ce champ est laissé vide, le mot de passe ne sera pas changé."
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:6001 #: ../mariadb-server-10.6.templates:6001
msgid "Repeat password for the MariaDB \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:"
msgstr "Confirmation du mot de passe du superutilisateur de MariaDB :" msgstr "Confirmation du mot de passe du superutilisateur de MariaDB :"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "Unable to set password for the MariaDB \"root\" user" msgid "Unable to set password for the MariaDB \"root\" user"
msgstr "" msgstr ""
"Impossible de changer le mot de passe de l'utilisateur « root » de MariaDB" "Impossible de changer le mot de passe de l'utilisateur « root » de MariaDB"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "" msgid ""
"An error occurred while setting the password for the MariaDB administrative " "An error occurred while setting the password for the MariaDB administrative "
"user. This may have happened because the account already has a password, or " "user. This may have happened because the account already has a password, or "
...@@ -152,7 +152,7 @@ msgstr "" ...@@ -152,7 +152,7 @@ msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "You should check the account's password after the package installation." msgid "You should check the account's password after the package installation."
msgstr "" msgstr ""
"Vous devriez vérifier le mot de passe de ce compte après l'installation du " "Vous devriez vérifier le mot de passe de ce compte après l'installation du "
...@@ -160,27 +160,27 @@ msgstr "" ...@@ -160,27 +160,27 @@ msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " #| "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
#| "more information." #| "more information."
msgid "" msgid ""
"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
"more information." "more information."
msgstr "" msgstr ""
"Veuillez consulter le fichier /usr/share/doc/mysql-server-10.5/README.Debian " "Veuillez consulter le fichier /usr/share/doc/mysql-server-10.6/README.Debian "
"pour plus d'informations." "pour plus d'informations."
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "Password input error" msgid "Password input error"
msgstr "Erreur de saisie du mot de passe" msgstr "Erreur de saisie du mot de passe"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "The two passwords you entered were not the same. Please try again." msgid "The two passwords you entered were not the same. Please try again."
msgstr "" msgstr ""
"Le mot de passe et sa confirmation ne sont pas identiques. Veuillez " "Le mot de passe et sa confirmation ne sont pas identiques. Veuillez "
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mysql-dfsg-5.1\n" "Project-Id-Version: mysql-dfsg-5.1\n"
"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"POT-Creation-Date: 2016-10-08 01:26+0300\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n"
"PO-Revision-Date: 2007-04-20 09:44+0200\n" "PO-Revision-Date: 2007-04-20 09:44+0200\n"
"Last-Translator: Jacobo Tarrio <jtarrio@debian.org>\n" "Last-Translator: Jacobo Tarrio <jtarrio@debian.org>\n"
...@@ -17,13 +17,13 @@ msgstr "" ...@@ -17,13 +17,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -32,7 +32,7 @@ msgstr "" ...@@ -32,7 +32,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -40,20 +40,20 @@ msgstr "" ...@@ -40,20 +40,20 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Nota importante para os usuarios de NIS/YP" msgstr "Nota importante para os usuarios de NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -61,7 +61,7 @@ msgstr "" ...@@ -61,7 +61,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "You should also check the permissions and the owner of the /var/lib/mysql " #| "You should also check the permissions and the owner of the /var/lib/mysql "
...@@ -75,13 +75,13 @@ msgstr "" ...@@ -75,13 +75,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "¿Eliminar tódalas bases de datos de MariaDB?" msgstr "¿Eliminar tódalas bases de datos de MariaDB?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -91,7 +91,7 @@ msgstr "" ...@@ -91,7 +91,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "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, " "recent version or if a different mariadb-server package is already using it, "
...@@ -103,13 +103,13 @@ msgstr "" ...@@ -103,13 +103,13 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "New password for the MariaDB \"root\" user:" msgid "New password for the MariaDB \"root\" user:"
msgstr "Novo contrasinal para o usuario \"root\" de MariaDB:" msgstr "Novo contrasinal para o usuario \"root\" de MariaDB:"
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "" msgid ""
"While not mandatory, it is highly recommended that you set a password for " "While not mandatory, it is highly recommended that you set a password for "
"the MariaDB administrative \"root\" user." "the MariaDB administrative \"root\" user."
...@@ -119,7 +119,7 @@ msgstr "" ...@@ -119,7 +119,7 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
#, fuzzy #, fuzzy
#| msgid "If that field is left blank, the password will not be changed." #| msgid "If that field is left blank, the password will not be changed."
msgid "If this field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed."
...@@ -127,7 +127,7 @@ msgstr "Se deixa o campo en branco, non se ha cambiar o contrasinal." ...@@ -127,7 +127,7 @@ msgstr "Se deixa o campo en branco, non se ha cambiar o contrasinal."
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:6001 #: ../mariadb-server-10.6.templates:6001
#, fuzzy #, fuzzy
#| msgid "New password for the MySQL \"root\" user:" #| msgid "New password for the MySQL \"root\" user:"
msgid "Repeat password for the MariaDB \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:"
...@@ -135,13 +135,13 @@ msgstr "Novo contrasinal para o usuario \"root\" de MariaDB:" ...@@ -135,13 +135,13 @@ msgstr "Novo contrasinal para o usuario \"root\" de MariaDB:"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "Unable to set password for the MariaDB \"root\" user" msgid "Unable to set password for the MariaDB \"root\" user"
msgstr "Non se puido establecer o contrasinal do usuario \"root\" de MariaDB" msgstr "Non se puido establecer o contrasinal do usuario \"root\" de MariaDB"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "" msgid ""
"An error occurred while setting the password for the MariaDB administrative " "An error occurred while setting the password for the MariaDB administrative "
"user. This may have happened because the account already has a password, or " "user. This may have happened because the account already has a password, or "
...@@ -153,7 +153,7 @@ msgstr "" ...@@ -153,7 +153,7 @@ msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "You should check the account's password after tha package installation." #| "You should check the account's password after tha package installation."
...@@ -162,26 +162,26 @@ msgstr "Debería comprobar o contrasinal da conta trala instalación do paquete. ...@@ -162,26 +162,26 @@ msgstr "Debería comprobar o contrasinal da conta trala instalación do paquete.
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for " #| "Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for "
#| "more information." #| "more information."
msgid "" msgid ""
"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
"more information." "more information."
msgstr "" msgstr ""
"Consulte o ficheiro /usr/share/doc/mariadb-server-10.5/README.Debian para " "Consulte o ficheiro /usr/share/doc/mariadb-server-10.6/README.Debian para "
"máis información." "máis información."
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "Password input error" msgid "Password input error"
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "The two passwords you entered were not the same. Please try again." msgid "The two passwords you entered were not the same. Please try again."
msgstr "" msgstr ""
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mysql-dfsg-5.1 5.1.37 italian debconf templates\n" "Project-Id-Version: mysql-dfsg-5.1 5.1.37 italian debconf templates\n"
"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"POT-Creation-Date: 2016-10-08 01:26+0300\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n"
"PO-Revision-Date: 2009-08-08 11:03+0200\n" "PO-Revision-Date: 2009-08-08 11:03+0200\n"
"Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n" "Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"
...@@ -18,13 +18,13 @@ msgstr "" ...@@ -18,13 +18,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -33,7 +33,7 @@ msgstr "" ...@@ -33,7 +33,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -41,20 +41,20 @@ msgstr "" ...@@ -41,20 +41,20 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Nota importante per gli utenti NIS/YP" msgstr "Nota importante per gli utenti NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -64,7 +64,7 @@ msgstr "" ...@@ -64,7 +64,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -74,13 +74,13 @@ msgstr "" ...@@ -74,13 +74,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Eliminare tutti i database MariaDB?" msgstr "Eliminare tutti i database MariaDB?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -90,7 +90,7 @@ msgstr "" ...@@ -90,7 +90,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "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, " "recent version or if a different mariadb-server package is already using it, "
...@@ -102,13 +102,13 @@ msgstr "" ...@@ -102,13 +102,13 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "New password for the MariaDB \"root\" user:" msgid "New password for the MariaDB \"root\" user:"
msgstr "Nuova password per l'utente «root» di MariaDB:" msgstr "Nuova password per l'utente «root» di MariaDB:"
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "" msgid ""
"While not mandatory, it is highly recommended that you set a password for " "While not mandatory, it is highly recommended that you set a password for "
"the MariaDB administrative \"root\" user." "the MariaDB administrative \"root\" user."
...@@ -118,25 +118,25 @@ msgstr "" ...@@ -118,25 +118,25 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "If this field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed."
msgstr "Se questo campo è lasciato vuoto, la password non viene cambiata." msgstr "Se questo campo è lasciato vuoto, la password non viene cambiata."
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:6001 #: ../mariadb-server-10.6.templates:6001
msgid "Repeat password for the MariaDB \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:"
msgstr "Ripetere la password per l'utente «root» di MariaDB:" msgstr "Ripetere la password per l'utente «root» di MariaDB:"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "Unable to set password for the MariaDB \"root\" user" msgid "Unable to set password for the MariaDB \"root\" user"
msgstr "Impossibile impostare la password per l'utente «root» di MariaDB" msgstr "Impossibile impostare la password per l'utente «root» di MariaDB"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "" msgid ""
"An error occurred while setting the password for the MariaDB administrative " "An error occurred while setting the password for the MariaDB administrative "
"user. This may have happened because the account already has a password, or " "user. This may have happened because the account already has a password, or "
...@@ -149,33 +149,33 @@ msgstr "" ...@@ -149,33 +149,33 @@ msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "You should check the account's password after the package installation." msgid "You should check the account's password after the package installation."
msgstr "" msgstr ""
"Al termine dell'installazione si deve verificare la password dell'account." "Al termine dell'installazione si deve verificare la password dell'account."
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " #| "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
#| "more information." #| "more information."
msgid "" msgid ""
"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
"more information." "more information."
msgstr "" msgstr ""
"Per maggiori informazioni si consulti il file /usr/share/doc/mariadb-" "Per maggiori informazioni si consulti il file /usr/share/doc/mariadb-"
"server-10.5/README.Debian." "server-10.6/README.Debian."
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "Password input error" msgid "Password input error"
msgstr "Errore di inserimento della password" msgstr "Errore di inserimento della password"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "The two passwords you entered were not the same. Please try again." msgid "The two passwords you entered were not the same. Please try again."
msgstr "Le due password inserite sono diverse. Riprovare." msgstr "Le due password inserite sono diverse. Riprovare."
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mysql-dfsg-5.1 5.1.37-1\n" "Project-Id-Version: mysql-dfsg-5.1 5.1.37-1\n"
"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"POT-Creation-Date: 2016-10-08 01:26+0300\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n"
"PO-Revision-Date: 2009-09-01 08:25+0900\n" "PO-Revision-Date: 2009-09-01 08:25+0900\n"
"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n" "Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
...@@ -27,13 +27,13 @@ msgstr "" ...@@ -27,13 +27,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -42,7 +42,7 @@ msgstr "" ...@@ -42,7 +42,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -50,20 +50,20 @@ msgstr "" ...@@ -50,20 +50,20 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "NIS/YP ユーザへの重要な注意" msgstr "NIS/YP ユーザへの重要な注意"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -73,7 +73,7 @@ msgstr "" ...@@ -73,7 +73,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -81,13 +81,13 @@ msgstr "/var/lib/mysql の所有者権限をチェックする必要もありま ...@@ -81,13 +81,13 @@ msgstr "/var/lib/mysql の所有者権限をチェックする必要もありま
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "すべての MariaDB データベースを削除しますか?" msgstr "すべての MariaDB データベースを削除しますか?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -97,7 +97,7 @@ msgstr "" ...@@ -97,7 +97,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "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, " "recent version or if a different mariadb-server package is already using it, "
...@@ -109,13 +109,13 @@ msgstr "" ...@@ -109,13 +109,13 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "New password for the MariaDB \"root\" user:" msgid "New password for the MariaDB \"root\" user:"
msgstr "MariaDB の \"root\" ユーザに対する新しいパスワード:" msgstr "MariaDB の \"root\" ユーザに対する新しいパスワード:"
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "" msgid ""
"While not mandatory, it is highly recommended that you set a password for " "While not mandatory, it is highly recommended that you set a password for "
"the MariaDB administrative \"root\" user." "the MariaDB administrative \"root\" user."
...@@ -125,25 +125,25 @@ msgstr "" ...@@ -125,25 +125,25 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "If this field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed."
msgstr "この値を空のままにしておいた場合は、パスワードは変更されません。" msgstr "この値を空のままにしておいた場合は、パスワードは変更されません。"
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:6001 #: ../mariadb-server-10.6.templates:6001
msgid "Repeat password for the MariaDB \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:"
msgstr "MariaDB の \"root\" ユーザに対する新しいパスワード:" msgstr "MariaDB の \"root\" ユーザに対する新しいパスワード:"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "Unable to set password for the MariaDB \"root\" user" msgid "Unable to set password for the MariaDB \"root\" user"
msgstr "MariaDB の \"root\" ユーザのパスワードを設定できません" msgstr "MariaDB の \"root\" ユーザのパスワードを設定できません"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "" msgid ""
"An error occurred while setting the password for the MariaDB administrative " "An error occurred while setting the password for the MariaDB administrative "
"user. This may have happened because the account already has a password, or " "user. This may have happened because the account already has a password, or "
...@@ -155,32 +155,32 @@ msgstr "" ...@@ -155,32 +155,32 @@ msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "You should check the account's password after the package installation." msgid "You should check the account's password after the package installation."
msgstr "" msgstr ""
"パッケージのインストール後、アカウントのパスワードを確認する必要があります。" "パッケージのインストール後、アカウントのパスワードを確認する必要があります。"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " #| "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
#| "more information." #| "more information."
msgid "" msgid ""
"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
"more information." "more information."
msgstr "" msgstr ""
"詳細は /usr/share/doc/mariadb-server-10.5/README.Debian を参照してください。" "詳細は /usr/share/doc/mariadb-server-10.6/README.Debian を参照してください。"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "Password input error" msgid "Password input error"
msgstr "パスワード入力エラー" msgstr "パスワード入力エラー"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "The two passwords you entered were not the same. Please try again." msgid "The two passwords you entered were not the same. Please try again."
msgstr "入力された二つのパスワードが一致しません。再入力してください。" msgstr "入力された二つのパスワードが一致しません。再入力してください。"
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mysql_nb\n" "Project-Id-Version: mysql_nb\n"
"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"POT-Creation-Date: 2016-10-08 01:26+0300\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n"
"PO-Revision-Date: 2007-02-18 12:13+0100\n" "PO-Revision-Date: 2007-02-18 12:13+0100\n"
"Last-Translator: Bjørn Steensrud <bjornst@powertech.no>\n" "Last-Translator: Bjørn Steensrud <bjornst@powertech.no>\n"
...@@ -19,13 +19,13 @@ msgstr "" ...@@ -19,13 +19,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -34,7 +34,7 @@ msgstr "" ...@@ -34,7 +34,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -42,14 +42,14 @@ msgstr "" ...@@ -42,14 +42,14 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
#, fuzzy #, fuzzy
#| msgid "Important note for NIS/YP users!" #| msgid "Important note for NIS/YP users!"
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!" ...@@ -57,7 +57,7 @@ msgstr "Viktig merknad for NIS/YP-brukere!"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -65,7 +65,7 @@ msgstr "" ...@@ -65,7 +65,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -73,13 +73,13 @@ msgstr "" ...@@ -73,13 +73,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "" msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -87,7 +87,7 @@ msgstr "" ...@@ -87,7 +87,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "The script is about to remove the data directory /var/lib/mysql. If it is " #| "The script is about to remove the data directory /var/lib/mysql. If it is "
...@@ -104,7 +104,7 @@ msgstr "" ...@@ -104,7 +104,7 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
#, fuzzy #, fuzzy
#| msgid "New password for MySQL \"root\" user:" #| msgid "New password for MySQL \"root\" user:"
msgid "New password for the MariaDB \"root\" user:" msgid "New password for the MariaDB \"root\" user:"
...@@ -112,7 +112,7 @@ msgstr "Nytt passord for MariaDBs «root»-bruker:" ...@@ -112,7 +112,7 @@ msgstr "Nytt passord for MariaDBs «root»-bruker:"
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "It is highly recommended that you set a password for the MySQL " #| "It is highly recommended that you set a password for the MySQL "
...@@ -126,13 +126,13 @@ msgstr "" ...@@ -126,13 +126,13 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "If this field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed."
msgstr "" msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:6001 #: ../mariadb-server-10.6.templates:6001
#, fuzzy #, fuzzy
#| msgid "New password for MySQL \"root\" user:" #| msgid "New password for MySQL \"root\" user:"
msgid "Repeat password for the MariaDB \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:"
...@@ -140,7 +140,7 @@ msgstr "Nytt passord for MariaDBs «root»-bruker:" ...@@ -140,7 +140,7 @@ msgstr "Nytt passord for MariaDBs «root»-bruker:"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
#, fuzzy #, fuzzy
#| msgid "Unable to set password for MySQL \"root\" user" #| msgid "Unable to set password for MySQL \"root\" user"
msgid "Unable to set password for the MariaDB \"root\" user" msgid "Unable to set password for the MariaDB \"root\" user"
...@@ -148,7 +148,7 @@ msgstr "Klarer ikke angi passord for MariaDBs «root»-bruker" ...@@ -148,7 +148,7 @@ msgstr "Klarer ikke angi passord for MariaDBs «root»-bruker"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "It seems an error occurred while setting the password for the MySQL " #| "It seems an error occurred while setting the password for the MySQL "
...@@ -167,26 +167,26 @@ msgstr "" ...@@ -167,26 +167,26 @@ msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "You should check the account's password after the package installation." msgid "You should check the account's password after the package installation."
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "" msgid ""
"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
"more information." "more information."
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "Password input error" msgid "Password input error"
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "The two passwords you entered were not the same. Please try again." msgid "The two passwords you entered were not the same. Please try again."
msgstr "" msgstr ""
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mysql-dfsg-5.1 5.0.30-1\n" "Project-Id-Version: mysql-dfsg-5.1 5.0.30-1\n"
"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"POT-Creation-Date: 2016-10-08 01:26+0300\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n"
"PO-Revision-Date: 2006-02-19 10.50+0100\n" "PO-Revision-Date: 2006-02-19 10.60+0100\n"
"Last-Translator: Thijs Kinkhorst <thijs@debian.org>\n" "Last-Translator: Thijs Kinkhorst <thijs@debian.org>\n"
"Language-Team: Debian-Dutch <debian-l10n-dutch@lists.debian.org>\n" "Language-Team: Debian-Dutch <debian-l10n-dutch@lists.debian.org>\n"
"Language: \n" "Language: \n"
...@@ -18,13 +18,13 @@ msgstr "" ...@@ -18,13 +18,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -33,7 +33,7 @@ msgstr "" ...@@ -33,7 +33,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -41,14 +41,14 @@ msgstr "" ...@@ -41,14 +41,14 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
#, fuzzy #, fuzzy
#| msgid "Important note for NIS/YP users!" #| msgid "Important note for NIS/YP users!"
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
...@@ -56,7 +56,7 @@ msgstr "Belangrijke opmerking voor gebruikers van NIS/YP!" ...@@ -56,7 +56,7 @@ msgstr "Belangrijke opmerking voor gebruikers van NIS/YP!"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -64,7 +64,7 @@ msgstr "" ...@@ -64,7 +64,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -72,13 +72,13 @@ msgstr "" ...@@ -72,13 +72,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "" msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -86,7 +86,7 @@ msgstr "" ...@@ -86,7 +86,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "The script is about to remove the data directory /var/lib/mysql. If it is " #| "The script is about to remove the data directory /var/lib/mysql. If it is "
...@@ -104,7 +104,7 @@ msgstr "" ...@@ -104,7 +104,7 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
#, fuzzy #, fuzzy
#| msgid "New password for MySQL \"root\" user:" #| msgid "New password for MySQL \"root\" user:"
msgid "New password for the MariaDB \"root\" user:" msgid "New password for the MariaDB \"root\" user:"
...@@ -112,7 +112,7 @@ msgstr "Nieuw wachtwoord voor de MariaDB \"root\"-gebruiker:" ...@@ -112,7 +112,7 @@ msgstr "Nieuw wachtwoord voor de MariaDB \"root\"-gebruiker:"
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "It is highly recommended that you set a password for the MySQL " #| "It is highly recommended that you set a password for the MySQL "
...@@ -126,13 +126,13 @@ msgstr "" ...@@ -126,13 +126,13 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "If this field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed."
msgstr "" msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:6001 #: ../mariadb-server-10.6.templates:6001
#, fuzzy #, fuzzy
#| msgid "New password for MySQL \"root\" user:" #| msgid "New password for MySQL \"root\" user:"
msgid "Repeat password for the MariaDB \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:"
...@@ -140,7 +140,7 @@ msgstr "Nieuw wachtwoord voor de MariaDB \"root\"-gebruiker:" ...@@ -140,7 +140,7 @@ msgstr "Nieuw wachtwoord voor de MariaDB \"root\"-gebruiker:"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
#, fuzzy #, fuzzy
#| msgid "Unable to set password for MySQL \"root\" user" #| msgid "Unable to set password for MySQL \"root\" user"
msgid "Unable to set password for the MariaDB \"root\" user" msgid "Unable to set password for the MariaDB \"root\" user"
...@@ -148,7 +148,7 @@ msgstr "Kan het wachtwoord voor de MariaDB \"root\"-gebruiker niet instellen" ...@@ -148,7 +148,7 @@ msgstr "Kan het wachtwoord voor de MariaDB \"root\"-gebruiker niet instellen"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "It seems an error occurred while setting the password for the MySQL " #| "It seems an error occurred while setting the password for the MySQL "
...@@ -167,26 +167,26 @@ msgstr "" ...@@ -167,26 +167,26 @@ msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "You should check the account's password after the package installation." msgid "You should check the account's password after the package installation."
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "" msgid ""
"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
"more information." "more information."
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "Password input error" msgid "Password input error"
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "The two passwords you entered were not the same. Please try again." msgid "The two passwords you entered were not the same. Please try again."
msgstr "" msgstr ""
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mysql-dfsg-5.1\n" "Project-Id-Version: mysql-dfsg-5.1\n"
"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"POT-Creation-Date: 2016-10-08 01:26+0300\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n"
"PO-Revision-Date: 2007-05-05 21:01+0100\n" "PO-Revision-Date: 2007-05-05 21:01+0100\n"
"Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n" "Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
...@@ -18,13 +18,13 @@ msgstr "" ...@@ -18,13 +18,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -33,7 +33,7 @@ msgstr "" ...@@ -33,7 +33,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -41,20 +41,20 @@ msgstr "" ...@@ -41,20 +41,20 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Nota importante para utilizadores de NIS/YP" msgstr "Nota importante para utilizadores de NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -62,7 +62,7 @@ msgstr "" ...@@ -62,7 +62,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "You should also check the permissions and the owner of the /var/lib/mysql " #| "You should also check the permissions and the owner of the /var/lib/mysql "
...@@ -75,13 +75,13 @@ msgstr "" ...@@ -75,13 +75,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Remover todas as bases de dados MariaDB?" msgstr "Remover todas as bases de dados MariaDB?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -91,7 +91,7 @@ msgstr "" ...@@ -91,7 +91,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "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, " "recent version or if a different mariadb-server package is already using it, "
...@@ -103,13 +103,13 @@ msgstr "" ...@@ -103,13 +103,13 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "New password for the MariaDB \"root\" user:" msgid "New password for the MariaDB \"root\" user:"
msgstr "Nova palavra-passe para o utilizador \"root\" do MariaDB:" msgstr "Nova palavra-passe para o utilizador \"root\" do MariaDB:"
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "" msgid ""
"While not mandatory, it is highly recommended that you set a password for " "While not mandatory, it is highly recommended that you set a password for "
"the MariaDB administrative \"root\" user." "the MariaDB administrative \"root\" user."
...@@ -119,7 +119,7 @@ msgstr "" ...@@ -119,7 +119,7 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
#, fuzzy #, fuzzy
#| msgid "If that field is left blank, the password will not be changed." #| msgid "If that field is left blank, the password will not be changed."
msgid "If this field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed."
...@@ -128,7 +128,7 @@ msgstr "" ...@@ -128,7 +128,7 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:6001 #: ../mariadb-server-10.6.templates:6001
#, fuzzy #, fuzzy
#| msgid "New password for the MySQL \"root\" user:" #| msgid "New password for the MySQL \"root\" user:"
msgid "Repeat password for the MariaDB \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:"
...@@ -136,7 +136,7 @@ msgstr "Nova palavra-passe para o utilizador \"root\" do MariaDB:" ...@@ -136,7 +136,7 @@ msgstr "Nova palavra-passe para o utilizador \"root\" do MariaDB:"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "Unable to set password for the MariaDB \"root\" user" msgid "Unable to set password for the MariaDB \"root\" user"
msgstr "" msgstr ""
"Não foi possível definir a palavra-passe para o utilizador \"root\" do " "Não foi possível definir a palavra-passe para o utilizador \"root\" do "
...@@ -144,7 +144,7 @@ msgstr "" ...@@ -144,7 +144,7 @@ msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "" msgid ""
"An error occurred while setting the password for the MariaDB administrative " "An error occurred while setting the password for the MariaDB administrative "
"user. This may have happened because the account already has a password, or " "user. This may have happened because the account already has a password, or "
...@@ -157,7 +157,7 @@ msgstr "" ...@@ -157,7 +157,7 @@ msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "You should check the account's password after tha package installation." #| "You should check the account's password after tha package installation."
...@@ -167,26 +167,26 @@ msgstr "" ...@@ -167,26 +167,26 @@ msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for " #| "Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for "
#| "more information." #| "more information."
msgid "" msgid ""
"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
"more information." "more information."
msgstr "" msgstr ""
"Para mais informação por favor leia o ficheiro /usr/share/doc/mariadb-" "Para mais informação por favor leia o ficheiro /usr/share/doc/mariadb-"
"server-10.5/README.Debian." "server-10.6/README.Debian."
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "Password input error" msgid "Password input error"
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "The two passwords you entered were not the same. Please try again." msgid "The two passwords you entered were not the same. Please try again."
msgstr "" msgstr ""
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mysql-dfsg-5.1\n" "Project-Id-Version: mysql-dfsg-5.1\n"
"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"POT-Creation-Date: 2016-10-08 01:26+0300\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n"
"PO-Revision-Date: 2007-04-21 15:59-0300\n" "PO-Revision-Date: 2007-04-21 15:59-0300\n"
"Last-Translator: André Luís Lopes <andrelop@debian.org>\n" "Last-Translator: André Luís Lopes <andrelop@debian.org>\n"
...@@ -21,13 +21,13 @@ msgstr "" ...@@ -21,13 +21,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -36,7 +36,7 @@ msgstr "" ...@@ -36,7 +36,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -44,20 +44,20 @@ msgstr "" ...@@ -44,20 +44,20 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Aviso importante para usuários NIS/YP" msgstr "Aviso importante para usuários NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -65,7 +65,7 @@ msgstr "" ...@@ -65,7 +65,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "You should also check the permissions and the owner of the /var/lib/mysql " #| "You should also check the permissions and the owner of the /var/lib/mysql "
...@@ -78,13 +78,13 @@ msgstr "" ...@@ -78,13 +78,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Remover todas as bases de dados do MariaDB?" msgstr "Remover todas as bases de dados do MariaDB?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -94,7 +94,7 @@ msgstr "" ...@@ -94,7 +94,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "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, " "recent version or if a different mariadb-server package is already using it, "
...@@ -106,13 +106,13 @@ msgstr "" ...@@ -106,13 +106,13 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "New password for the MariaDB \"root\" user:" msgid "New password for the MariaDB \"root\" user:"
msgstr "Nova senha para o usuário \"root\" do MariaDB:" msgstr "Nova senha para o usuário \"root\" do MariaDB:"
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "" msgid ""
"While not mandatory, it is highly recommended that you set a password for " "While not mandatory, it is highly recommended that you set a password for "
"the MariaDB administrative \"root\" user." "the MariaDB administrative \"root\" user."
...@@ -122,7 +122,7 @@ msgstr "" ...@@ -122,7 +122,7 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
#, fuzzy #, fuzzy
#| msgid "If that field is left blank, the password will not be changed." #| msgid "If that field is left blank, the password will not be changed."
msgid "If this field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed."
...@@ -130,7 +130,7 @@ msgstr "Caso este campo seja deixado em branco, a senha não sera mudada." ...@@ -130,7 +130,7 @@ msgstr "Caso este campo seja deixado em branco, a senha não sera mudada."
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:6001 #: ../mariadb-server-10.6.templates:6001
#, fuzzy #, fuzzy
#| msgid "New password for the MySQL \"root\" user:" #| msgid "New password for the MySQL \"root\" user:"
msgid "Repeat password for the MariaDB \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:"
...@@ -138,13 +138,13 @@ msgstr "Nova senha para o usuário \"root\" do MariaDB:" ...@@ -138,13 +138,13 @@ msgstr "Nova senha para o usuário \"root\" do MariaDB:"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "Unable to set password for the MariaDB \"root\" user" msgid "Unable to set password for the MariaDB \"root\" user"
msgstr "Impossível definir senha para o usuário \"root\" do MariaDB" msgstr "Impossível definir senha para o usuário \"root\" do MariaDB"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "" msgid ""
"An error occurred while setting the password for the MariaDB administrative " "An error occurred while setting the password for the MariaDB administrative "
"user. This may have happened because the account already has a password, or " "user. This may have happened because the account already has a password, or "
...@@ -157,7 +157,7 @@ msgstr "" ...@@ -157,7 +157,7 @@ msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "You should check the account's password after tha package installation." #| "You should check the account's password after tha package installation."
...@@ -166,26 +166,26 @@ msgstr "Você deverá checar a senha dessa conta após a instalação deste paco ...@@ -166,26 +166,26 @@ msgstr "Você deverá checar a senha dessa conta após a instalação deste paco
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for " #| "Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for "
#| "more information." #| "more information."
msgid "" msgid ""
"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
"more information." "more information."
msgstr "" msgstr ""
"Por favor, leia o arquivo /usr/share/doc/mariadb-server-10.5/README.Debian " "Por favor, leia o arquivo /usr/share/doc/mariadb-server-10.6/README.Debian "
"para maiores informações." "para maiores informações."
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "Password input error" msgid "Password input error"
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "The two passwords you entered were not the same. Please try again." msgid "The two passwords you entered were not the same. Please try again."
msgstr "" msgstr ""
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: po-debconf://mysql-dfsg\n" "Project-Id-Version: po-debconf://mysql-dfsg\n"
"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"POT-Creation-Date: 2016-10-08 01:26+0300\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n"
"PO-Revision-Date: 2006-12-20 21:27+0200\n" "PO-Revision-Date: 2006-12-20 21:27+0200\n"
"Last-Translator: stan ioan-eugen <stan.ieugen@gmail.com>\n" "Last-Translator: stan ioan-eugen <stan.ieugen@gmail.com>\n"
...@@ -19,13 +19,13 @@ msgstr "" ...@@ -19,13 +19,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -34,7 +34,7 @@ msgstr "" ...@@ -34,7 +34,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -42,14 +42,14 @@ msgstr "" ...@@ -42,14 +42,14 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
#, fuzzy #, fuzzy
#| msgid "Important note for NIS/YP users!" #| msgid "Important note for NIS/YP users!"
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!" ...@@ -57,7 +57,7 @@ msgstr "Notă importantă pentru utilizatorii NIS/YP!"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -65,7 +65,7 @@ msgstr "" ...@@ -65,7 +65,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -73,13 +73,13 @@ msgstr "" ...@@ -73,13 +73,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "" msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -87,7 +87,7 @@ msgstr "" ...@@ -87,7 +87,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "The script is about to remove the data directory /var/lib/mysql. If it is " #| "The script is about to remove the data directory /var/lib/mysql. If it is "
...@@ -104,7 +104,7 @@ msgstr "" ...@@ -104,7 +104,7 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
#, fuzzy #, fuzzy
#| msgid "New password for MySQL \"root\" user:" #| msgid "New password for MySQL \"root\" user:"
msgid "New password for the MariaDB \"root\" user:" msgid "New password for the MariaDB \"root\" user:"
...@@ -112,7 +112,7 @@ msgstr "Noua parolă pentru utilizatorul „root” al MariaDB:" ...@@ -112,7 +112,7 @@ msgstr "Noua parolă pentru utilizatorul „root” al MariaDB:"
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "It is highly recommended that you set a password for the MySQL " #| "It is highly recommended that you set a password for the MySQL "
...@@ -126,13 +126,13 @@ msgstr "" ...@@ -126,13 +126,13 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "If this field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed."
msgstr "" msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:6001 #: ../mariadb-server-10.6.templates:6001
#, fuzzy #, fuzzy
#| msgid "New password for MySQL \"root\" user:" #| msgid "New password for MySQL \"root\" user:"
msgid "Repeat password for the MariaDB \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:"
...@@ -140,7 +140,7 @@ msgstr "Noua parolă pentru utilizatorul „root” al MariaDB:" ...@@ -140,7 +140,7 @@ msgstr "Noua parolă pentru utilizatorul „root” al MariaDB:"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
#, fuzzy #, fuzzy
#| msgid "Unable to set password for MySQL \"root\" user" #| msgid "Unable to set password for MySQL \"root\" user"
msgid "Unable to set password for the MariaDB \"root\" user" msgid "Unable to set password for the MariaDB \"root\" user"
...@@ -148,7 +148,7 @@ msgstr "Nu s-a putut stabili parola pentru utilizatorul „root” al MariaDB" ...@@ -148,7 +148,7 @@ msgstr "Nu s-a putut stabili parola pentru utilizatorul „root” al MariaDB"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "It seems an error occurred while setting the password for the MySQL " #| "It seems an error occurred while setting the password for the MySQL "
...@@ -167,26 +167,26 @@ msgstr "" ...@@ -167,26 +167,26 @@ msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "You should check the account's password after the package installation." msgid "You should check the account's password after the package installation."
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "" msgid ""
"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
"more information." "more information."
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "Password input error" msgid "Password input error"
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "The two passwords you entered were not the same. Please try again." msgid "The two passwords you entered were not the same. Please try again."
msgstr "" msgstr ""
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mysql-dfsg-5.1 5.1.37-1\n" "Project-Id-Version: mysql-dfsg-5.1 5.1.37-1\n"
"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"POT-Creation-Date: 2016-10-08 01:26+0300\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n"
"PO-Revision-Date: 2009-08-06 20:27+0400\n" "PO-Revision-Date: 2009-08-06 20:27+0400\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n" "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
...@@ -32,13 +32,13 @@ msgstr "" ...@@ -32,13 +32,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -47,7 +47,7 @@ msgstr "" ...@@ -47,7 +47,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -55,20 +55,20 @@ msgstr "" ...@@ -55,20 +55,20 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Важное замечание для пользователей NIS/YP" msgstr "Важное замечание для пользователей NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -78,7 +78,7 @@ msgstr "" ...@@ -78,7 +78,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -86,13 +86,13 @@ msgstr "Также проверьте права доступа и владел ...@@ -86,13 +86,13 @@ msgstr "Также проверьте права доступа и владел
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Удалить все базы данных MariaDB?" msgstr "Удалить все базы данных MariaDB?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -101,7 +101,7 @@ msgstr "" ...@@ -101,7 +101,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "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, " "recent version or if a different mariadb-server package is already using it, "
...@@ -113,13 +113,13 @@ msgstr "" ...@@ -113,13 +113,13 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "New password for the MariaDB \"root\" user:" msgid "New password for the MariaDB \"root\" user:"
msgstr "Новый пароль для MariaDB пользователя \"root\":" msgstr "Новый пароль для MariaDB пользователя \"root\":"
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "" msgid ""
"While not mandatory, it is highly recommended that you set a password for " "While not mandatory, it is highly recommended that you set a password for "
"the MariaDB administrative \"root\" user." "the MariaDB administrative \"root\" user."
...@@ -129,25 +129,25 @@ msgstr "" ...@@ -129,25 +129,25 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "If this field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed."
msgstr "Если оставить поле пустым, то пароль изменён не будет." msgstr "Если оставить поле пустым, то пароль изменён не будет."
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:6001 #: ../mariadb-server-10.6.templates:6001
msgid "Repeat password for the MariaDB \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:"
msgstr "Повторите ввод пароля для MariaDB пользователя \"root\":" msgstr "Повторите ввод пароля для MariaDB пользователя \"root\":"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "Unable to set password for the MariaDB \"root\" user" msgid "Unable to set password for the MariaDB \"root\" user"
msgstr "Невозможно задать пароль MariaDB пользователю \"root\"" msgstr "Невозможно задать пароль MariaDB пользователю \"root\""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "" msgid ""
"An error occurred while setting the password for the MariaDB administrative " "An error occurred while setting the password for the MariaDB administrative "
"user. This may have happened because the account already has a password, or " "user. This may have happened because the account already has a password, or "
...@@ -159,31 +159,31 @@ msgstr "" ...@@ -159,31 +159,31 @@ msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "You should check the account's password after the package installation." msgid "You should check the account's password after the package installation."
msgstr "Проверьте пароль учётной записи после установки пакета." msgstr "Проверьте пароль учётной записи после установки пакета."
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " #| "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
#| "more information." #| "more information."
msgid "" msgid ""
"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
"more information." "more information."
msgstr "" msgstr ""
"Подробности см. в файле /usr/share/doc/mariadb-server-10.5/README.Debian." "Подробности см. в файле /usr/share/doc/mariadb-server-10.6/README.Debian."
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "Password input error" msgid "Password input error"
msgstr "Ошибка ввода пароля" msgstr "Ошибка ввода пароля"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "The two passwords you entered were not the same. Please try again." msgid "The two passwords you entered were not the same. Please try again."
msgstr "Два введённых пароля не одинаковы. Повторите ввод." msgstr "Два введённых пароля не одинаковы. Повторите ввод."
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mysql-dfsg-5.1 5.0.21-3\n" "Project-Id-Version: mysql-dfsg-5.1 5.0.21-3\n"
"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"POT-Creation-Date: 2016-10-08 01:26+0300\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n"
"PO-Revision-Date: 2009-09-08 21:42+0100\n" "PO-Revision-Date: 2009-09-08 21:42+0100\n"
"Last-Translator: Martin Bagge <brother@bsnet.se>\n" "Last-Translator: Martin Bagge <brother@bsnet.se>\n"
...@@ -21,13 +21,13 @@ msgstr "" ...@@ -21,13 +21,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -36,7 +36,7 @@ msgstr "" ...@@ -36,7 +36,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -44,20 +44,20 @@ msgstr "" ...@@ -44,20 +44,20 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Viktig information för NIS/YP-användare" msgstr "Viktig information för NIS/YP-användare"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -67,7 +67,7 @@ msgstr "" ...@@ -67,7 +67,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -77,13 +77,13 @@ msgstr "" ...@@ -77,13 +77,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Ta bort alla MariaDB-databaser?" msgstr "Ta bort alla MariaDB-databaser?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -93,7 +93,7 @@ msgstr "" ...@@ -93,7 +93,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "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, " "recent version or if a different mariadb-server package is already using it, "
...@@ -105,13 +105,13 @@ msgstr "" ...@@ -105,13 +105,13 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "New password for the MariaDB \"root\" user:" msgid "New password for the MariaDB \"root\" user:"
msgstr "Nytt lösenord för MariaDBs \"root\"-användare:" msgstr "Nytt lösenord för MariaDBs \"root\"-användare:"
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "" msgid ""
"While not mandatory, it is highly recommended that you set a password for " "While not mandatory, it is highly recommended that you set a password for "
"the MariaDB administrative \"root\" user." "the MariaDB administrative \"root\" user."
...@@ -121,25 +121,25 @@ msgstr "" ...@@ -121,25 +121,25 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "If this field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed."
msgstr "Om detta fält lämnas tom kommer lösenordet inte att ändras." msgstr "Om detta fält lämnas tom kommer lösenordet inte att ändras."
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:6001 #: ../mariadb-server-10.6.templates:6001
msgid "Repeat password for the MariaDB \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:"
msgstr "Repetera lösenordet för MariaDBs \"root\"-användare:" msgstr "Repetera lösenordet för MariaDBs \"root\"-användare:"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "Unable to set password for the MariaDB \"root\" user" msgid "Unable to set password for the MariaDB \"root\" user"
msgstr "Kunde inte sätta lösenord för MariaDBs \"root\"-användare" msgstr "Kunde inte sätta lösenord för MariaDBs \"root\"-användare"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "" msgid ""
"An error occurred while setting the password for the MariaDB administrative " "An error occurred while setting the password for the MariaDB administrative "
"user. This may have happened because the account already has a password, or " "user. This may have happened because the account already has a password, or "
...@@ -152,32 +152,32 @@ msgstr "" ...@@ -152,32 +152,32 @@ msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "You should check the account's password after the package installation." msgid "You should check the account's password after the package installation."
msgstr "Du bör kontrollera kontots lösenord efter installationen av paketet." msgstr "Du bör kontrollera kontots lösenord efter installationen av paketet."
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " #| "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
#| "more information." #| "more information."
msgid "" msgid ""
"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
"more information." "more information."
msgstr "" msgstr ""
"Läs filen /usr/share/doc/mariadb-server-10.5/README.Debian för mer " "Läs filen /usr/share/doc/mariadb-server-10.6/README.Debian för mer "
"information." "information."
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "Password input error" msgid "Password input error"
msgstr "Fel vid inmatning av lösenord" msgstr "Fel vid inmatning av lösenord"
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "The two passwords you entered were not the same. Please try again." msgid "The two passwords you entered were not the same. Please try again."
msgstr "De två lösenorden du angav stämde inte överrens. Prova igen." msgstr "De två lösenorden du angav stämde inte överrens. Prova igen."
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.5\n" "Project-Id-Version: mariadb-10.6\n"
"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"POT-Creation-Date: 2016-10-08 01:26+0300\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
...@@ -19,13 +19,13 @@ msgstr "" ...@@ -19,13 +19,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -34,7 +34,7 @@ msgstr "" ...@@ -34,7 +34,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -42,20 +42,20 @@ msgstr "" ...@@ -42,20 +42,20 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -63,7 +63,7 @@ msgstr "" ...@@ -63,7 +63,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -71,13 +71,13 @@ msgstr "" ...@@ -71,13 +71,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "" msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -85,7 +85,7 @@ msgstr "" ...@@ -85,7 +85,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "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, " "recent version or if a different mariadb-server package is already using it, "
...@@ -94,13 +94,13 @@ msgstr "" ...@@ -94,13 +94,13 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "New password for the MariaDB \"root\" user:" msgid "New password for the MariaDB \"root\" user:"
msgstr "" msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "" msgid ""
"While not mandatory, it is highly recommended that you set a password for " "While not mandatory, it is highly recommended that you set a password for "
"the MariaDB administrative \"root\" user." "the MariaDB administrative \"root\" user."
...@@ -108,25 +108,25 @@ msgstr "" ...@@ -108,25 +108,25 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "If this field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed."
msgstr "" msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:6001 #: ../mariadb-server-10.6.templates:6001
msgid "Repeat password for the MariaDB \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:"
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "Unable to set password for the MariaDB \"root\" user" msgid "Unable to set password for the MariaDB \"root\" user"
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "" msgid ""
"An error occurred while setting the password for the MariaDB administrative " "An error occurred while setting the password for the MariaDB administrative "
"user. This may have happened because the account already has a password, or " "user. This may have happened because the account already has a password, or "
...@@ -135,26 +135,26 @@ msgstr "" ...@@ -135,26 +135,26 @@ msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "You should check the account's password after the package installation." msgid "You should check the account's password after the package installation."
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "" msgid ""
"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
"more information." "more information."
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "Password input error" msgid "Password input error"
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "The two passwords you entered were not the same. Please try again." msgid "The two passwords you entered were not the same. Please try again."
msgstr "" msgstr ""
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mysql-dfsg-4.1\n" "Project-Id-Version: mysql-dfsg-4.1\n"
"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.6@packages.debian.org\n"
"POT-Creation-Date: 2016-10-08 01:26+0300\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n"
"PO-Revision-Date: 2004-06-05 08:53+0300\n" "PO-Revision-Date: 2004-06-05 08:53+0300\n"
"Last-Translator: Gürkan Aslan <gurkan@iaslan.com>\n" "Last-Translator: Gürkan Aslan <gurkan@iaslan.com>\n"
...@@ -18,13 +18,13 @@ msgstr "" ...@@ -18,13 +18,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -33,7 +33,7 @@ msgstr "" ...@@ -33,7 +33,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -41,14 +41,14 @@ msgstr "" ...@@ -41,14 +41,14 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:2001 #: ../mariadb-server-10.6.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
#, fuzzy #, fuzzy
#| msgid "Important note for NIS/YP users!" #| msgid "Important note for NIS/YP users!"
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
...@@ -56,7 +56,7 @@ msgstr "NIS/YP kullanıcıları için önemli not!" ...@@ -56,7 +56,7 @@ msgstr "NIS/YP kullanıcıları için önemli not!"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -64,7 +64,7 @@ msgstr "" ...@@ -64,7 +64,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.5.templates:3001 #: ../mariadb-server-10.6.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -72,13 +72,13 @@ msgstr "" ...@@ -72,13 +72,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "" msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -86,7 +86,7 @@ msgstr "" ...@@ -86,7 +86,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.5.templates:4001 #: ../mariadb-server-10.6.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "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, " "recent version or if a different mariadb-server package is already using it, "
...@@ -95,13 +95,13 @@ msgstr "" ...@@ -95,13 +95,13 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "New password for the MariaDB \"root\" user:" msgid "New password for the MariaDB \"root\" user:"
msgstr "" msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "" msgid ""
"While not mandatory, it is highly recommended that you set a password for " "While not mandatory, it is highly recommended that you set a password for "
"the MariaDB administrative \"root\" user." "the MariaDB administrative \"root\" user."
...@@ -109,25 +109,25 @@ msgstr "" ...@@ -109,25 +109,25 @@ msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:5001 #: ../mariadb-server-10.6.templates:5001
msgid "If this field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed."
msgstr "" msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#: ../mariadb-server-10.5.templates:6001 #: ../mariadb-server-10.6.templates:6001
msgid "Repeat password for the MariaDB \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:"
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "Unable to set password for the MariaDB \"root\" user" msgid "Unable to set password for the MariaDB \"root\" user"
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "" msgid ""
"An error occurred while setting the password for the MariaDB administrative " "An error occurred while setting the password for the MariaDB administrative "
"user. This may have happened because the account already has a password, or " "user. This may have happened because the account already has a password, or "
...@@ -136,26 +136,26 @@ msgstr "" ...@@ -136,26 +136,26 @@ msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "You should check the account's password after the package installation." msgid "You should check the account's password after the package installation."
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:7001 #: ../mariadb-server-10.6.templates:7001
msgid "" msgid ""
"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "Please read the /usr/share/doc/mariadb-server-10.6/README.Debian file for "
"more information." "more information."
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "Password input error" msgid "Password input error"
msgstr "" msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../mariadb-server-10.5.templates:8001 #: ../mariadb-server-10.6.templates:8001
msgid "The two passwords you entered were not the same. Please try again." msgid "The two passwords you entered were not the same. Please try again."
msgstr "" msgstr ""
...@@ -115,8 +115,8 @@ override_dh_auto_install: ...@@ -115,8 +115,8 @@ override_dh_auto_install:
ifneq (,$(filter linux,$(DEB_HOST_ARCH_OS))) ifneq (,$(filter linux,$(DEB_HOST_ARCH_OS)))
# Copy systemd files to a location available for dh_installinit # Copy systemd files to a location available for dh_installinit
cp $(BUILDDIR)/support-files/mariadb.service debian/mariadb-server-10.5.mariadb.service cp $(BUILDDIR)/support-files/mariadb.service debian/mariadb-server-10.6.mariadb.service
cp $(BUILDDIR)/support-files/mariadb@.service debian/mariadb-server-10.5.mariadb@.service cp $(BUILDDIR)/support-files/mariadb@.service debian/mariadb-server-10.6.mariadb@.service
endif endif
# Run 'make install' without output since it is uninteresting and # Run 'make install' without output since it is uninteresting and
...@@ -135,7 +135,7 @@ endif ...@@ -135,7 +135,7 @@ endif
# nm numeric soft is not enough, therefore extra sort in command # nm numeric soft is not enough, therefore extra sort in command
# to satisfy Debian reproducible build requirements # to satisfy Debian reproducible build requirements
nm --defined-only $(BUILDDIR)/sql/mysqld | LC_ALL=C sort | gzip -n -9 > $(TMP)/usr/share/doc/mariadb-server-10.5/mysqld.sym.gz nm --defined-only $(BUILDDIR)/sql/mysqld | LC_ALL=C sort | gzip -n -9 > $(TMP)/usr/share/doc/mariadb-server-10.6/mysqld.sym.gz
# rename and install AppArmor profile # rename and install AppArmor profile
install -D -m 644 debian/apparmor-profile $(TMP)/etc/apparmor.d/usr.sbin.mysqld install -D -m 644 debian/apparmor-profile $(TMP)/etc/apparmor.d/usr.sbin.mysqld
......
This diff is collapsed.
...@@ -2,23 +2,23 @@ ...@@ -2,23 +2,23 @@
source-is-missing extra/wolfssl/wolfssl/doc/formats/html/html_changes/menu.js line length is 679 characters (>512) source-is-missing extra/wolfssl/wolfssl/doc/formats/html/html_changes/menu.js line length is 679 characters (>512)
# Necessary for drop-in-place-replacement upgrades on mysql-server/-client # Necessary for drop-in-place-replacement upgrades on mysql-server/-client
# since package breaks/replaces these but at the same time also provides them # since package breaks/replaces these but at the same time also provides them
version-substvar-for-external-package mariadb-client-core-10.5 -> mysql-client-5.5 version-substvar-for-external-package mariadb-client-core-10.6 -> mysql-client-5.5
version-substvar-for-external-package mariadb-server-10.5 -> mysql-server version-substvar-for-external-package mariadb-server-10.6 -> mysql-server
version-substvar-for-external-package mariadb-server-10.5 -> mysql-server version-substvar-for-external-package mariadb-server-10.6 -> mysql-server
version-substvar-for-external-package libmariadb-dev -> libmysqlclient-dev version-substvar-for-external-package libmariadb-dev -> libmysqlclient-dev
version-substvar-for-external-package libmariadb-dev -> libmysqld-dev version-substvar-for-external-package libmariadb-dev -> libmysqld-dev
version-substvar-for-external-package mariadb-server-10.5 -> mysql-client-5.5 version-substvar-for-external-package mariadb-server-10.6 -> mysql-client-5.5
version-substvar-for-external-package mariadb-server-10.5 -> mysql-client-5.6 version-substvar-for-external-package mariadb-server-10.6 -> mysql-client-5.6
version-substvar-for-external-package mariadb-server-10.5 -> mysql-client-5.7 version-substvar-for-external-package mariadb-server-10.6 -> mysql-client-5.7
version-substvar-for-external-package mariadb-server-10.5 -> mysql-client-8.0 version-substvar-for-external-package mariadb-server-10.6 -> mysql-client-8.0
version-substvar-for-external-package mariadb-client-10.5 -> 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.5 -> 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.5 -> 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.5 -> 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.5 -> 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.5 -> 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.5 -> 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.5 -> 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.5 -> 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-client-10.5 -> mysql-client-core-8.0 version-substvar-for-external-package mariadb-client-10.6 -> mysql-client-core-8.0
version-substvar-for-external-package libmariadbd-dev -> libmariadbclient-dev version-substvar-for-external-package libmariadbd-dev -> libmariadbclient-dev
...@@ -3,7 +3,7 @@ Tests: smoke ...@@ -3,7 +3,7 @@ Tests: smoke
# for its existence (see the list in debian/control), install it if available # 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. # and check in the test if it's funcational when it should be.
# The plugin package also already depends on the other one. # The plugin package also already depends on the other one.
Depends: mariadb-plugin-rocksdb | mariadb-server-10.5 Depends: mariadb-plugin-rocksdb | mariadb-server-10.6
Restrictions: allow-stderr needs-root isolation-container Restrictions: allow-stderr needs-root isolation-container
Tests: upstream Tests: upstream
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# #
# This test should be declared in debian/tests/control with a dependency # This test should be declared in debian/tests/control with a dependency
# on the package that provides a configured MariaDB server (eg. # on the package that provides a configured MariaDB server (eg.
# mariadb-server-10.5). # mariadb-server-10.6).
# #
# This test should be declared in debian/tests/control with the # This test should be declared in debian/tests/control with the
# following restrictions: # following restrictions:
...@@ -81,7 +81,7 @@ if [ "$(dpkg-architecture -qDEB_HOST_ARCH_BITS)" != 32 ] && ...@@ -81,7 +81,7 @@ if [ "$(dpkg-architecture -qDEB_HOST_ARCH_BITS)" != 32 ] &&
LOG=/var/lib/mysql/#rocksdb/LOG LOG=/var/lib/mysql/#rocksdb/LOG
# XXX: The server may only be started during the install of # XXX: The server may only be started during the install of
# mariadb-server-10.5, which happens before that of the plugin. # mariadb-server-10.6, which happens before that of the plugin.
[ -e $LOG ] || mysql -e "INSTALL PLUGIN RocksDB SONAME 'ha_rocksdb';" [ -e $LOG ] || mysql -e "INSTALL PLUGIN RocksDB SONAME 'ha_rocksdb';"
# XXX: rocksdb_supported_compression_types variable does not report ZSTD. # XXX: rocksdb_supported_compression_types variable does not report ZSTD.
for a in LZ4 Snappy Zlib ZSTD; do for a in LZ4 Snappy Zlib ZSTD; do
......
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