diff options
Diffstat (limited to 'debian/po/templates.pot')
-rw-r--r-- | debian/po/templates.pot | 155 |
1 files changed, 155 insertions, 0 deletions
diff --git a/debian/po/templates.pot b/debian/po/templates.pot new file mode 100644 index 00000000000..e4ec4e95ca5 --- /dev/null +++ b/debian/po/templates.pot @@ -0,0 +1,155 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: ch@debian.org\n" +"POT-Creation-Date: 2007-02-16 22:27+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../mysql-server-5.0.templates:1001 +msgid "Do you really want to downgrade?" +msgstr "" + +#. Type: boolean +#. Description +#: ../mysql-server-5.0.templates:1001 +msgid "" +"WARNING: The file /var/lib/mysql/debian-*.flag exists. This indicates that a " +"mysql-server package with a higher version has been installed before. It can " +"not be guaranteed that this version can use its data." +msgstr "" + +#. Type: note +#. Description +#: ../mysql-server-5.0.templates:2001 +msgid "Important note for NIS/YP users!" +msgstr "" + +#. Type: note +#. Description +#: ../mysql-server-5.0.templates:2001 +msgid "" +"To use mysql you must install an equivalent user and group to the following " +"and ensure yourself that /var/lib/mysql has the right permissions (the uid/" +"gid may be different)." +msgstr "" + +#. Type: note +#. Description +#: ../mysql-server-5.0.templates:2001 +msgid "" +"/etc/passwd: mysql:x:100:101:MySQL Server:/var/lib/mysql:/bin/false" +msgstr "" + +#. Type: note +#. Description +#: ../mysql-server-5.0.templates:2001 +msgid "/etc/group: mysql:x:101:" +msgstr "" + +#. Type: note +#. Description +#: ../mysql-server-5.0.templates:2001 +msgid "/var/lib/mysql: drwxr-xr-x mysql mysql" +msgstr "" + +#. Type: boolean +#. Description +#: ../mysql-server-5.0.templates:3001 +msgid "Remove the databases used by all MySQL versions?" +msgstr "" + +#. Type: boolean +#. Description +#: ../mysql-server-5.0.templates:3001 +msgid "" +"The script is about to remove the data directory /var/lib/mysql. If it is " +"planned to just install a higher MySQL version or if a different mysql-" +"server package is already using it, the data should be kept." +msgstr "" + +#. Type: boolean +#. Description +#: ../mysql-server-5.0.templates:4001 +msgid "Should MySQL start on boot?" +msgstr "" + +#. Type: boolean +#. Description +#: ../mysql-server-5.0.templates:4001 +msgid "" +"The MySQL can start automatically on boot time or only if you manually type " +"'/etc/init.d/mysql start'." +msgstr "" + +#. Type: password +#. Description +#: ../mysql-server-5.0.templates:5001 +msgid "New password for MySQL \"root\" user:" +msgstr "" + +#. Type: password +#. Description +#: ../mysql-server-5.0.templates:5001 +msgid "" +"It is highly recommended that you set a password for the MySQL " +"administrative \"root\" user." +msgstr "" + +#. Type: password +#. Description +#: ../mysql-server-5.0.templates:5001 +msgid "" +"If you do not provide a password no changes will be made to the account." +msgstr "" + +#. Type: error +#. Description +#: ../mysql-server-5.0.templates:6001 +msgid "Unable to set password for MySQL \"root\" user" +msgstr "" + +#. Type: error +#. Description +#: ../mysql-server-5.0.templates:6001 +msgid "" +"It seems an error occurred while setting the password for the MySQL " +"administrative user. This may have happened because the user already has a " +"password, or because there was a problem communicating with the MySQL server." +msgstr "" + +#. Type: error +#. Description +#: ../mysql-server-5.0.templates:6001 +msgid "" +"When installation finishes, you should verify that the account is properly " +"protected with a password (see README.Debian for more information)." +msgstr "" + +#. Type: boolean +#. Description +#: ../mysql-server-5.0.templates:7001 +msgid "Support MySQL connections from hosts running Debian \"sarge\" or older?" +msgstr "" + +#. Type: boolean +#. Description +#: ../mysql-server-5.0.templates:7001 +msgid "" +"The way passwords were stored was not very secure. This has been improved " +"with the drawback that clients (e.g. PHP) from hosts running Debian 3.1 " +"Sarge will not be able to connect to account which are new or whose password " +"have been changed. See /usr/share/doc/mysql-server-5.0/README.Debian." +msgstr "" |