Commit 054d2682 authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Update strings 10.0 -> 10.1 after importing 10.1.20

parent d5a11bae
...@@ -126,7 +126,7 @@ collation-server = utf8mb4_general_ci ...@@ -126,7 +126,7 @@ collation-server = utf8mb4_general_ci
# you can put MariaDB-only options here # you can put MariaDB-only options here
[mariadb] [mariadb]
# This group is only read by MariaDB-10.0 servers. # This group is only read by MariaDB-10.1 servers.
# If you use the same .cnf file for MariaDB of different versions, # If you use the same .cnf file for MariaDB of different versions,
# use this group for options that older servers don't understand # use this group for options that older servers don't understand
[mariadb-10.0] [mariadb-10.1]
'''apport package hook for mariadb-10.0 '''apport package hook for mariadb-10.1
(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.0', conffiles=None) attach_conffiles(report, 'mariadb-server-10.1', 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'):
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: MariaDB 10.0 Upstream-Name: MariaDB Server
Upstream-Contact: https://mariadb.org/jira Upstream-Contact: https://mariadb.org/jira
Source: https://github.com/MariaDB/server Source: https://github.com/MariaDB/server
Comment: Comment:
......
# 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.0):needs="text" section="Applications/Data Management"\ ?package(mariadb-client-10.1):needs="text" section="Applications/Data Management"\
title="Innotop" command="/usr/bin/innotop" title="Innotop" command="/usr/bin/innotop"
etc/mysql/conf.d/tokudb.cnf etc/mysql/mariadb.conf.d etc/mysql/conf.d/tokudb.cnf etc/mysql/mariadb.conf.d
usr/bin/tokuftdump usr/bin/tokuftdump
usr/lib/*/mariadb18/plugin/ha_tokudb.so usr/lib/*/mariadb18/plugin/ha_tokudb.so
usr/share/doc/mariadb-server-10.0/README.md usr/share/doc/mariadb-plugin-tokudb/README.md usr/share/doc/mariadb-server-10.1/README.md usr/share/doc/mariadb-plugin-tokudb/README.md
...@@ -9,6 +9,6 @@ ${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } ...@@ -9,6 +9,6 @@ ${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 }
# Beware that there are two ypwhich one of them needs the 2>/dev/null! # Beware that there are two ypwhich one of them needs the 2>/dev/null!
if test -n "`which ypwhich 2>/dev/null`" && ypwhich >/dev/null 2>&1; then if test -n "`which ypwhich 2>/dev/null`" && ypwhich >/dev/null 2>&1; then
db_input high mariadb-server-10.0/nis_warning || true db_input high mariadb-server-10.1/nis_warning || true
db_go db_go
fi fi
...@@ -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/mariadb.conf.d/50-mysqld_safe.cnf etc/mysql/mariadb.conf.d debian/additions/mariadb.conf.d/50-mysqld_safe.cnf etc/mysql/mariadb.conf.d
debian/additions/mariadb.conf.d/50-server.cnf etc/mysql/mariadb.conf.d debian/additions/mariadb.conf.d/50-server.cnf etc/mysql/mariadb.conf.d
debian/additions/source_mariadb-10.0.py usr/share/apport/package-hooks debian/additions/source_mariadb-10.1.py usr/share/apport/package-hooks
etc/apparmor.d/usr.sbin.mysqld etc/apparmor.d/usr.sbin.mysqld
usr/bin/aria_chk usr/bin/aria_chk
usr/bin/aria_dump_log usr/bin/aria_dump_log
...@@ -44,7 +44,7 @@ usr/lib/*/mariadb18/plugin/semisync_master.so ...@@ -44,7 +44,7 @@ usr/lib/*/mariadb18/plugin/semisync_master.so
usr/lib/*/mariadb18/plugin/semisync_slave.so usr/lib/*/mariadb18/plugin/semisync_slave.so
usr/lib/*/mariadb18/plugin/server_audit.so usr/lib/*/mariadb18/plugin/server_audit.so
usr/lib/*/mariadb18/plugin/sql_errlog.so usr/lib/*/mariadb18/plugin/sql_errlog.so
usr/share/doc/mariadb-server-10.0/mysqld.sym.gz usr/share/doc/mariadb-server-10.1/mysqld.sym.gz
usr/share/mysql/errmsg-utf8.txt usr/share/mysql/errmsg-utf8.txt
usr/share/mysql/fill_help_tables.sql usr/share/mysql/fill_help_tables.sql
usr/share/mysql/mysql_performance_tables.sql usr/share/mysql/mysql_performance_tables.sql
......
# ash's buildin has no "-e" so use /bin/echo # ash's buildin has no "-e" so use /bin/echo
mariadb-server-10.0: command-with-path-in-maintainer-script postinst:154 /bin/echo mariadb-server-10.1: command-with-path-in-maintainer-script postinst:154 /bin/echo
# OK, path /usr/sbin/invoke-rc.d is only used in check, executes are run without the path # OK, path /usr/sbin/invoke-rc.d is only used in check, executes are run without the path
mariadb-server-10.0: command-with-path-in-maintainer-script postinst:17 /usr/sbin/invoke-rc.d mariadb-server-10.1: command-with-path-in-maintainer-script postinst:17 /usr/sbin/invoke-rc.d
mariadb-server-10.0: command-with-path-in-maintainer-script postrm:15 /usr/sbin/invoke-rc.d mariadb-server-10.1: command-with-path-in-maintainer-script postrm:15 /usr/sbin/invoke-rc.d
mariadb-server-10.0: command-with-path-in-maintainer-script preinst:27 /usr/sbin/invoke-rc.d mariadb-server-10.1: command-with-path-in-maintainer-script preinst:27 /usr/sbin/invoke-rc.d
# False positive: unfortified calls have already been fully validated at compile-time # False positive: unfortified calls have already been fully validated at compile-time
# See full research at https://jira.mariadb.org/browse/MDEV-8377 # See full research at https://jira.mariadb.org/browse/MDEV-8377
mariadb-server-10.0: hardening-no-fortify-functions usr/lib/*/mariadb18/plugin/auth_pam.so mariadb-server-10.1: hardening-no-fortify-functions usr/lib/*/mariadb18/plugin/auth_pam.so
...@@ -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.0/README.Debian.gz!" log_failure_msg "Please stop MariaDB manually and read /usr/share/doc/mariadb-server-10.1/README.Debian.gz!"
exit -1 exit -1
else else
log_end_msg 0 log_end_msg 0
......
...@@ -105,7 +105,7 @@ EOF ...@@ -105,7 +105,7 @@ EOF
# Clean up old flags before setting new one # Clean up old flags before setting new one
rm -f $mysql_datadir/debian-*.flag rm -f $mysql_datadir/debian-*.flag
# Flag data dir to avoid downgrades # Flag data dir to avoid downgrades
touch $mysql_datadir/debian-10.0.flag touch $mysql_datadir/debian-10.1.flag
# initiate databases. Output is not allowed by debconf :-( # initiate databases. Output is not allowed by debconf :-(
# This will fail if we are upgrading an existing database; in this case # This will fail if we are upgrading an existing database; in this case
......
...@@ -49,9 +49,9 @@ if [ "$1" = "purge" -a ! \( -x /usr/sbin/mysqld -o -L /usr/sbin/mysqld \) ]; the ...@@ -49,9 +49,9 @@ if [ "$1" = "purge" -a ! \( -x /usr/sbin/mysqld -o -L /usr/sbin/mysqld \) ]; the
rm -f /var/log/mysql.{log,err}{,.0,.[1234567].gz} rm -f /var/log/mysql.{log,err}{,.0,.[1234567].gz}
rm -rf /var/log/mysql rm -rf /var/log/mysql
db_input high mariadb-server-10.0/postrm_remove_databases || true db_input high mariadb-server-10.1/postrm_remove_databases || true
db_go || true db_go || true
db_get mariadb-server-10.0/postrm_remove_databases || true db_get mariadb-server-10.1/postrm_remove_databases || true
if [ "$RET" = "true" ]; then if [ "$RET" = "true" ]; then
# never remove the debian.cnf when the databases are still existing # never remove the debian.cnf when the databases are still existing
# else we ran into big trouble on the next install! # else we ran into big trouble on the next install!
......
...@@ -109,7 +109,7 @@ fi ...@@ -109,7 +109,7 @@ fi
# Instead simply move the old datadir and create a new for this_version. # Instead simply move the old datadir and create a new for this_version.
if [ ! -z "$downgrade_detected" ] if [ ! -z "$downgrade_detected" ]
then then
db_input critical mariadb-server-10.0/old_data_directory_saved || true db_input critical mariadb-server-10.1/old_data_directory_saved || true
db_go db_go
echo "The file $mysql_datadir/debian-$found_version.flag indicates a" 1>&2 echo "The file $mysql_datadir/debian-$found_version.flag indicates a" 1>&2
echo "version that cannot automatically be upgraded. Therefore the" 1>&2 echo "version that cannot automatically be upgraded. Therefore the" 1>&2
......
...@@ -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.0/old_data_directory_saved Template: mariadb-server-10.1/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.0/nis_warning Template: mariadb-server-10.1/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.0/postrm_remove_databases Template: mariadb-server-10.1/postrm_remove_databases
Type: boolean Type: boolean
Default: false Default: false
_Description: Remove all MariaDB databases? _Description: Remove all MariaDB databases?
......
...@@ -10,8 +10,8 @@ Author: Otto Kekäläinen <otto@seravo.fi> ...@@ -10,8 +10,8 @@ Author: Otto Kekäläinen <otto@seravo.fi>
-IF(DEB) -IF(DEB)
- CONFIGURE_FILE( - CONFIGURE_FILE(
- ${CMAKE_SOURCE_DIR}/debian/mariadb-server-10.0.files.in - ${CMAKE_SOURCE_DIR}/debian/mariadb-server-10.1.files.in
- ${CMAKE_SOURCE_DIR}/debian/mariadb-server-10.0.files) - ${CMAKE_SOURCE_DIR}/debian/mariadb-server-10.1.files)
-ENDIF(DEB) -ENDIF(DEB)
- -
# Handle the "INFO_*" files. # Handle the "INFO_*" files.
......
[type: gettext/rfc822deb] mariadb-server-10.0.templates [type: gettext/rfc822deb] mariadb-server-10.1.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.0@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.1@packages.debian.org\n"
"POT-Creation-Date: 2016-04-30 22:44+0300\n" "POT-Creation-Date: 2016-04-30 22:44+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.0.templates:2001 #: ../mariadb-server-10.1.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.0.templates:2001 #: ../mariadb-server-10.1.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.0.templates:2001 #: ../mariadb-server-10.1.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.0.templates:2001 #: ../mariadb-server-10.1.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.0.templates:3001 #: ../mariadb-server-10.1.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.0.templates:3001 #: ../mariadb-server-10.1.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.0.templates:3001 #: ../mariadb-server-10.1.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.0.templates:4001 #: ../mariadb-server-10.1.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.0.templates:4001 #: ../mariadb-server-10.1.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.0.templates:4001 #: ../mariadb-server-10.1.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, "
...@@ -154,10 +154,10 @@ msgstr "" ...@@ -154,10 +154,10 @@ msgstr ""
#~| "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.0/README.Debian file for " #~ "Please read the /usr/share/doc/mariadb-server-10.1/README.Debian file for "
#~ "more information." #~ "more information."
#~ msgstr "" #~ msgstr ""
#~ "الرجاء قراءة الملف /usr/share/doc/mariadb-server-10.0/README.Debian " #~ "الرجاء قراءة الملف /usr/share/doc/mariadb-server-10.1/README.Debian "
#~ "للمزيد من المعلومات." #~ "للمزيد من المعلومات."
#~ msgid "New password for the MariaDB \"root\" user:" #~ msgid "New password for the MariaDB \"root\" user:"
......
...@@ -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.0@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.1@packages.debian.org\n"
"POT-Creation-Date: 2016-04-30 22:44+0300\n" "POT-Creation-Date: 2016-04-30 22:44+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.0.templates:2001 #: ../mariadb-server-10.1.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.0.templates:2001 #: ../mariadb-server-10.1.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.0.templates:2001 #: ../mariadb-server-10.1.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.0.templates:2001 #: ../mariadb-server-10.1.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.0.templates:3001 #: ../mariadb-server-10.1.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.0.templates:3001 #: ../mariadb-server-10.1.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.0.templates:3001 #: ../mariadb-server-10.1.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.0.templates:4001 #: ../mariadb-server-10.1.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "" msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.0.templates:4001 #: ../mariadb-server-10.1.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.0.templates:4001 #: ../mariadb-server-10.1.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, "
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.0\n" "Project-Id-Version: mariadb-10.1\n"
"Report-Msgid-Bugs-To: mariadb-10.0@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.1@packages.debian.org\n"
"POT-Creation-Date: 2016-04-30 22:44+0300\n" "POT-Creation-Date: 2016-04-30 22:44+0300\n"
"PO-Revision-Date: 2014-09-29 08:58+0200\n" "PO-Revision-Date: 2014-09-29 08:58+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.0.templates:2001 #: ../mariadb-server-10.1.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.0.templates:2001 #: ../mariadb-server-10.1.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.0.templates:2001 #: ../mariadb-server-10.1.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.0.templates:2001 #: ../mariadb-server-10.1.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.0.templates:3001 #: ../mariadb-server-10.1.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.0.templates:3001 #: ../mariadb-server-10.1.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:"
...@@ -72,7 +72,7 @@ msgstr "" ...@@ -72,7 +72,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.0.templates:3001 #: ../mariadb-server-10.1.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 "" ...@@ -81,13 +81,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.0.templates:4001 #: ../mariadb-server-10.1.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.0.templates:4001 #: ../mariadb-server-10.1.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.0.templates:4001 #: ../mariadb-server-10.1.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, "
...@@ -164,10 +164,10 @@ msgstr "" ...@@ -164,10 +164,10 @@ msgstr ""
#~ msgstr "Po instalaci balíku byste měli heslo ověřit." #~ msgstr "Po instalaci balíku byste měli heslo ověřit."
#~ msgid "" #~ msgid ""
#~ "Please read the /usr/share/doc/mariadb-server-10.0/README.Debian file for " #~ "Please read the /usr/share/doc/mariadb-server-10.1/README.Debian file for "
#~ "more information." #~ "more information."
#~ msgstr "" #~ msgstr ""
#~ "Více informací naleznete v /usr/share/doc/mariadb-server-10.0/README." #~ "Více informací naleznete v /usr/share/doc/mariadb-server-10.1/README."
#~ "Debian." #~ "Debian."
#~ msgid "New password for the MariaDB \"root\" user:" #~ msgid "New password for the MariaDB \"root\" user:"
......
# Danish translation mariadb-10.0. # Danish translation mariadb-10.1.
# Copyright (C) 2014 mariadb-10.0 og nedenstående oversættere. # Copyright (C) 2014 mariadb-10.1 og nedenstående oversættere.
# This file is distributed under the same license as the mariadb-10.0 package. # This file is distributed under the same license as the mariadb-10.1 package.
# Claus Hindsgaul <claus.hindsgaul@gmail.com>, 2005, 2006, 2007. # Claus Hindsgaul <claus.hindsgaul@gmail.com>, 2005, 2006, 2007.
# Joe Hansen <joedalton2@yahoo.dk>, 2014, 2016. # Joe Hansen <joedalton2@yahoo.dk>, 2014, 2016.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.0\n" "Project-Id-Version: mariadb-10.1\n"
"Report-Msgid-Bugs-To: mariadb-10.0@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.1@packages.debian.org\n"
"POT-Creation-Date: 2016-04-30 22:44+0300\n" "POT-Creation-Date: 2016-04-30 22:44+0300\n"
"PO-Revision-Date: 2016-07-09 22:41+0200\n" "PO-Revision-Date: 2016-07-09 22:41+0200\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
...@@ -19,13 +19,13 @@ msgstr "" ...@@ -19,13 +19,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.0.templates:2001 #: ../mariadb-server-10.1.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 "Den gamle datamappe vil blive gemt på en ny placering" msgstr "Den gamle datamappe vil blive gemt på en ny placering"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.0.templates:2001 #: ../mariadb-server-10.1.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.0.templates:2001 #: ../mariadb-server-10.1.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."
...@@ -47,7 +47,7 @@ msgstr "" ...@@ -47,7 +47,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.0.templates:2001 #: ../mariadb-server-10.1.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 ""
...@@ -56,13 +56,13 @@ msgstr "" ...@@ -56,13 +56,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.0.templates:3001 #: ../mariadb-server-10.1.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.0.templates:3001 #: ../mariadb-server-10.1.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:"
...@@ -72,7 +72,7 @@ msgstr "" ...@@ -72,7 +72,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.0.templates:3001 #: ../mariadb-server-10.1.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:"
...@@ -82,13 +82,13 @@ msgstr "" ...@@ -82,13 +82,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.0.templates:4001 #: ../mariadb-server-10.1.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.0.templates:4001 #: ../mariadb-server-10.1.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."
...@@ -98,7 +98,7 @@ msgstr "" ...@@ -98,7 +98,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.0.templates:4001 #: ../mariadb-server-10.1.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, "
......
# German translation of mariadb-10.0 10.0.13-1 # German translation of mariadb-10.1 10.0.13-1
# Alwin Meschede <ameschede@gmx.de>, 2006, 2007. # Alwin Meschede <ameschede@gmx.de>, 2006, 2007.
# Thomas Mueller <thomas.mueller@tmit.eu>, 2009. # Thomas Mueller <thomas.mueller@tmit.eu>, 2009.
# Chris Leick <c.leick@vollbio.de>, 2014-2016. # Chris Leick <c.leick@vollbio.de>, 2014-2016.
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb 10.0.25-1\n" "Project-Id-Version: mariadb 10.0.25-1\n"
"Report-Msgid-Bugs-To: mariadb-10.0@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.1@packages.debian.org\n"
"POT-Creation-Date: 2016-04-13 11:44+0300\n" "POT-Creation-Date: 2016-04-13 11:44+0300\n"
"PO-Revision-Date: 2016-05-12 22:39+0100\n" "PO-Revision-Date: 2016-05-12 22:39+0100\n"
"Last-Translator: Chris Leick <c.leick@vollbio.de>\n" "Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
...@@ -19,13 +19,13 @@ msgstr "" ...@@ -19,13 +19,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.0.templates:2001 #: ../mariadb-server-10.1.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 "Das alte Datenverzeichnis wird an einer neuen Stelle gespeichert" msgstr "Das alte Datenverzeichnis wird an einer neuen Stelle gespeichert"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.0.templates:2001 #: ../mariadb-server-10.1.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 "
...@@ -38,7 +38,7 @@ msgstr "" ...@@ -38,7 +38,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.0.templates:2001 #: ../mariadb-server-10.1.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."
...@@ -48,7 +48,7 @@ msgstr "" ...@@ -48,7 +48,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.0.templates:2001 #: ../mariadb-server-10.1.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 ""
...@@ -57,13 +57,13 @@ msgstr "" ...@@ -57,13 +57,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.0.templates:3001 #: ../mariadb-server-10.1.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.0.templates:3001 #: ../mariadb-server-10.1.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.0.templates:3001 #: ../mariadb-server-10.1.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:"
...@@ -83,13 +83,13 @@ msgstr "" ...@@ -83,13 +83,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.0.templates:4001 #: ../mariadb-server-10.1.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.0.templates:4001 #: ../mariadb-server-10.1.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.0.templates:4001 #: ../mariadb-server-10.1.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, "
......
Supports Markdown
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