mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
fix debian packaging for 10.2
This commit is contained in:
parent
d73cf394a5
commit
679aa122bf
55 changed files with 581 additions and 569 deletions
|
|
@ -441,8 +441,8 @@ CONFIGURE_FILE(
|
||||||
|
|
||||||
IF(DEB)
|
IF(DEB)
|
||||||
CONFIGURE_FILE(
|
CONFIGURE_FILE(
|
||||||
${CMAKE_SOURCE_DIR}/debian/mariadb-server-10.1.files.in
|
${CMAKE_SOURCE_DIR}/debian/mariadb-server-10.2.files.in
|
||||||
${CMAKE_SOURCE_DIR}/debian/mariadb-server-10.1.files)
|
${CMAKE_SOURCE_DIR}/debian/mariadb-server-10.2.files)
|
||||||
ENDIF(DEB)
|
ENDIF(DEB)
|
||||||
|
|
||||||
# Handle the "INFO_*" files.
|
# Handle the "INFO_*" files.
|
||||||
|
|
|
||||||
2
debian/autobake-deb.sh
vendored
2
debian/autobake-deb.sh
vendored
|
|
@ -37,7 +37,7 @@ if apt-cache madison cracklib2|grep 'cracklib2 *| *2\.[0-8]\.' >/dev/null 2>&1
|
||||||
then
|
then
|
||||||
# Anything in MARIADB_OPTIONAL_DEBS is omitted from the resulting
|
# Anything in MARIADB_OPTIONAL_DEBS is omitted from the resulting
|
||||||
# packages by snipped in rules file
|
# packages by snipped in rules file
|
||||||
MARIADB_OPTIONAL_DEBS="${MARIADB_OPTIONAL_DEBS} cracklib-password-check-10.1"
|
MARIADB_OPTIONAL_DEBS="${MARIADB_OPTIONAL_DEBS} cracklib-password-check-10.2"
|
||||||
sed -i -e "/\\\${MAYBE_LIBCRACK}/d" debian/control
|
sed -i -e "/\\\${MAYBE_LIBCRACK}/d" debian/control
|
||||||
else
|
else
|
||||||
MAYBE_LIBCRACK='libcrack2-dev (>= 2.9.0),'
|
MAYBE_LIBCRACK='libcrack2-dev (>= 2.9.0),'
|
||||||
|
|
|
||||||
68
debian/control
vendored
68
debian/control
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
Source: mariadb-10.1
|
Source: mariadb-10.2
|
||||||
Section: database
|
Section: database
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: MariaDB Developers <maria-developers@lists.launchpad.net>
|
Maintainer: MariaDB Developers <maria-developers@lists.launchpad.net>
|
||||||
|
|
@ -128,7 +128,7 @@ Description: MariaDB database common files (e.g. /etc/mysql/conf.d/mariadb.cnf)
|
||||||
This package includes files needed by all versions of the client library
|
This package includes files needed by all versions of the client library
|
||||||
(e.g. /etc/mysql/conf.d/mariadb.cnf).
|
(e.g. /etc/mysql/conf.d/mariadb.cnf).
|
||||||
|
|
||||||
Package: mariadb-client-core-10.1
|
Package: mariadb-client-core-10.2
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: libmariadbclient18 (>= ${source:Version}),
|
Depends: libmariadbclient18 (>= ${source:Version}),
|
||||||
mariadb-common (>= ${source:Version}),
|
mariadb-common (>= ${source:Version}),
|
||||||
|
|
@ -139,11 +139,13 @@ Provides: mysql-client-core,
|
||||||
mysql-client-core-5.5,
|
mysql-client-core-5.5,
|
||||||
mysql-client-core-5.6,
|
mysql-client-core-5.6,
|
||||||
virtual-mysql-client-core
|
virtual-mysql-client-core
|
||||||
Conflicts: mariadb-client-10.0,
|
Conflicts: mariadb-client-10.1,
|
||||||
|
mariadb-client-10.0,
|
||||||
mariadb-client-5.1,
|
mariadb-client-5.1,
|
||||||
mariadb-client-5.2,
|
mariadb-client-5.2,
|
||||||
mariadb-client-5.3,
|
mariadb-client-5.3,
|
||||||
mariadb-client-5.5,
|
mariadb-client-5.5,
|
||||||
|
mariadb-client-core-10.1,
|
||||||
mariadb-client-core-10.0,
|
mariadb-client-core-10.0,
|
||||||
mariadb-client-core-5.1,
|
mariadb-client-core-5.1,
|
||||||
mariadb-client-core-5.2,
|
mariadb-client-core-5.2,
|
||||||
|
|
@ -157,11 +159,13 @@ Conflicts: mariadb-client-10.0,
|
||||||
mysql-client-core-5.5,
|
mysql-client-core-5.5,
|
||||||
mysql-client-core-5.6,
|
mysql-client-core-5.6,
|
||||||
virtual-mysql-client-core
|
virtual-mysql-client-core
|
||||||
Replaces: mariadb-client-10.0,
|
Replaces: mariadb-client-10.1,
|
||||||
|
mariadb-client-10.0,
|
||||||
mariadb-client-5.1,
|
mariadb-client-5.1,
|
||||||
mariadb-client-5.2,
|
mariadb-client-5.2,
|
||||||
mariadb-client-5.3,
|
mariadb-client-5.3,
|
||||||
mariadb-client-5.5,
|
mariadb-client-5.5,
|
||||||
|
mariadb-client-core-10.1,
|
||||||
mariadb-client-core-10.0,
|
mariadb-client-core-10.0,
|
||||||
mariadb-client-core-5.1,
|
mariadb-client-core-5.1,
|
||||||
mariadb-client-core-5.2,
|
mariadb-client-core-5.2,
|
||||||
|
|
@ -183,13 +187,13 @@ Description: MariaDB database core client binaries
|
||||||
.
|
.
|
||||||
This package includes the core client files, as used by Akonadi.
|
This package includes the core client files, as used by Akonadi.
|
||||||
|
|
||||||
Package: mariadb-client-10.1
|
Package: mariadb-client-10.2
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: debianutils (>=1.6),
|
Depends: debianutils (>=1.6),
|
||||||
libdbd-mysql-perl (>= 1.2202),
|
libdbd-mysql-perl (>= 1.2202),
|
||||||
libdbi-perl,
|
libdbi-perl,
|
||||||
libmariadbclient18 (>= ${source:Version}),
|
libmariadbclient18 (>= ${source:Version}),
|
||||||
mariadb-client-core-10.1 (>= ${source:Version}),
|
mariadb-client-core-10.2 (>= ${source:Version}),
|
||||||
mariadb-common,
|
mariadb-common,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${perl:Depends},
|
${perl:Depends},
|
||||||
|
|
@ -202,6 +206,7 @@ Provides: mysql-client,
|
||||||
mysql-client-5.6,
|
mysql-client-5.6,
|
||||||
virtual-mysql-client
|
virtual-mysql-client
|
||||||
Conflicts: mariadb-client (<< ${source:Version}),
|
Conflicts: mariadb-client (<< ${source:Version}),
|
||||||
|
mariadb-client-10.1,
|
||||||
mariadb-client-10.0,
|
mariadb-client-10.0,
|
||||||
mariadb-client-5.1,
|
mariadb-client-5.1,
|
||||||
mariadb-client-5.2,
|
mariadb-client-5.2,
|
||||||
|
|
@ -214,6 +219,7 @@ Conflicts: mariadb-client (<< ${source:Version}),
|
||||||
mysql-client-5.6,
|
mysql-client-5.6,
|
||||||
virtual-mysql-client
|
virtual-mysql-client
|
||||||
Replaces: mariadb-client (<< ${source:Version}),
|
Replaces: mariadb-client (<< ${source:Version}),
|
||||||
|
mariadb-client-10.1,
|
||||||
mariadb-client-10.0,
|
mariadb-client-10.0,
|
||||||
mariadb-client-5.1,
|
mariadb-client-5.1,
|
||||||
mariadb-client-5.2,
|
mariadb-client-5.2,
|
||||||
|
|
@ -234,7 +240,7 @@ Description: MariaDB database client binaries
|
||||||
This package includes the client binaries and the additional tools
|
This package includes the client binaries and the additional tools
|
||||||
innotop and mysqlreport.
|
innotop and mysqlreport.
|
||||||
|
|
||||||
Package: mariadb-server-core-10.1
|
Package: mariadb-server-core-10.2
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: libmariadbclient18 (>= ${binary:Version}),
|
Depends: libmariadbclient18 (>= ${binary:Version}),
|
||||||
mariadb-common (>= ${source:Version}),
|
mariadb-common (>= ${source:Version}),
|
||||||
|
|
@ -245,7 +251,8 @@ Provides: mysql-server-core,
|
||||||
mysql-server-core-5.5,
|
mysql-server-core-5.5,
|
||||||
mysql-server-core-5.6,
|
mysql-server-core-5.6,
|
||||||
virtual-mysql-server-core
|
virtual-mysql-server-core
|
||||||
Conflicts: mariadb-server-core-10.0,
|
Conflicts: mariadb-server-core-10.1,
|
||||||
|
mariadb-server-core-10.0,
|
||||||
mariadb-server-core-5.1,
|
mariadb-server-core-5.1,
|
||||||
mariadb-server-core-5.2,
|
mariadb-server-core-5.2,
|
||||||
mariadb-server-core-5.3,
|
mariadb-server-core-5.3,
|
||||||
|
|
@ -256,7 +263,8 @@ Conflicts: mariadb-server-core-10.0,
|
||||||
mysql-server-core-5.5,
|
mysql-server-core-5.5,
|
||||||
mysql-server-core-5.6,
|
mysql-server-core-5.6,
|
||||||
virtual-mysql-server-core
|
virtual-mysql-server-core
|
||||||
Replaces: mariadb-server-core-10.0,
|
Replaces: mariadb-server-core-10.1,
|
||||||
|
mariadb-server-core-10.0,
|
||||||
mariadb-server-core-5.1,
|
mariadb-server-core-5.1,
|
||||||
mariadb-server-core-5.2,
|
mariadb-server-core-5.2,
|
||||||
mariadb-server-core-5.3,
|
mariadb-server-core-5.3,
|
||||||
|
|
@ -275,20 +283,22 @@ Description: MariaDB database core server files
|
||||||
.
|
.
|
||||||
This package includes the core server files, as used by Akonadi.
|
This package includes the core server files, as used by Akonadi.
|
||||||
|
|
||||||
Package: mariadb-test-10.1
|
Package: mariadb-test-10.2
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: mariadb-client-10.1 (= ${binary:Version}),
|
Depends: mariadb-client-10.2 (= ${binary:Version}),
|
||||||
mariadb-server-10.1 (= ${binary:Version})
|
mariadb-server-10.2 (= ${binary:Version})
|
||||||
Suggests: patch
|
Suggests: patch
|
||||||
Conflicts: mariadb-galera-server-5.5 (<< 5.5.33),
|
Conflicts: mariadb-galera-server-5.5 (<< 5.5.33),
|
||||||
mariadb-server-5.5 (<< 5.5.33),
|
mariadb-server-5.5 (<< 5.5.33),
|
||||||
mariadb-test (<< ${source:Version}),
|
mariadb-test (<< ${source:Version}),
|
||||||
|
mariadb-test-10.1,
|
||||||
mariadb-test-10.0,
|
mariadb-test-10.0,
|
||||||
mariadb-test-5.1,
|
mariadb-test-5.1,
|
||||||
mariadb-test-5.2,
|
mariadb-test-5.2,
|
||||||
mariadb-test-5.3,
|
mariadb-test-5.3,
|
||||||
virtual-mysql-testsuite
|
virtual-mysql-testsuite
|
||||||
Replaces: mariadb-test (<< ${source:Version}),
|
Replaces: mariadb-test (<< ${source:Version}),
|
||||||
|
mariadb-test-10.1,
|
||||||
mariadb-test-10.0,
|
mariadb-test-10.0,
|
||||||
mariadb-test-5.1,
|
mariadb-test-5.1,
|
||||||
mariadb-test-5.2,
|
mariadb-test-5.2,
|
||||||
|
|
@ -303,7 +313,7 @@ Description: MariaDB database regression test suite
|
||||||
.
|
.
|
||||||
This package includes the regression test suite.
|
This package includes the regression test suite.
|
||||||
|
|
||||||
Package: mariadb-server-10.1
|
Package: mariadb-server-10.2
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Suggests: mailx, mariadb-test, netcat-openbsd, socat, tinyca
|
Suggests: mailx, mariadb-test, netcat-openbsd, socat, tinyca
|
||||||
Recommends: libhtml-template-perl
|
Recommends: libhtml-template-perl
|
||||||
|
|
@ -318,8 +328,8 @@ Depends: bsdutils,
|
||||||
libdbi-perl,
|
libdbi-perl,
|
||||||
lsb-base (>= 3.0-10),
|
lsb-base (>= 3.0-10),
|
||||||
lsof,
|
lsof,
|
||||||
mariadb-client-10.1 (>= ${source:Version}),
|
mariadb-client-10.2 (>= ${source:Version}),
|
||||||
mariadb-server-core-10.1 (>= ${binary:Version}),
|
mariadb-server-core-10.2 (>= ${binary:Version}),
|
||||||
passwd,
|
passwd,
|
||||||
perl (>= 5.6),
|
perl (>= 5.6),
|
||||||
psmisc,
|
psmisc,
|
||||||
|
|
@ -329,6 +339,7 @@ Depends: bsdutils,
|
||||||
${shlibs:Depends}
|
${shlibs:Depends}
|
||||||
Provides: mariadb-server, mysql-server, virtual-mysql-server
|
Provides: mariadb-server, mysql-server, virtual-mysql-server
|
||||||
Conflicts: mariadb-server (<< ${source:Version}),
|
Conflicts: mariadb-server (<< ${source:Version}),
|
||||||
|
mariadb-server-10.1,
|
||||||
mariadb-server-10.0,
|
mariadb-server-10.0,
|
||||||
mariadb-server-5.1,
|
mariadb-server-5.1,
|
||||||
mariadb-server-5.2,
|
mariadb-server-5.2,
|
||||||
|
|
@ -346,6 +357,7 @@ Conflicts: mariadb-server (<< ${source:Version}),
|
||||||
Replaces: libmariadbclient-dev (<< 5.5.0),
|
Replaces: libmariadbclient-dev (<< 5.5.0),
|
||||||
libmariadbclient16 (<< 5.3.4),
|
libmariadbclient16 (<< 5.3.4),
|
||||||
mariadb-server (<< ${source:Version}),
|
mariadb-server (<< ${source:Version}),
|
||||||
|
mariadb-server-10.1,
|
||||||
mariadb-server-10.0,
|
mariadb-server-10.0,
|
||||||
mariadb-server-5.1,
|
mariadb-server-5.1,
|
||||||
mariadb-server-5.2,
|
mariadb-server-5.2,
|
||||||
|
|
@ -370,10 +382,10 @@ Description: MariaDB database server binaries
|
||||||
|
|
||||||
Package: mariadb-server
|
Package: mariadb-server
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: mariadb-server-10.1 (= ${source:Version}), ${misc:Depends}
|
Depends: mariadb-server-10.2 (= ${source:Version}), ${misc:Depends}
|
||||||
Description: MariaDB database server (metapackage depending on the latest version)
|
Description: MariaDB database server (metapackage depending on the latest version)
|
||||||
This is an empty package that depends on the current "best" version of
|
This is an empty package that depends on the current "best" version of
|
||||||
mariadb-server (currently mariadb-server-10.1), as determined by the MariaDB
|
mariadb-server (currently mariadb-server-10.2), as determined by the MariaDB
|
||||||
maintainers. Install this package if in doubt about which MariaDB
|
maintainers. Install this package if in doubt about which MariaDB
|
||||||
version you need. That will install the version recommended by the
|
version you need. That will install the version recommended by the
|
||||||
package maintainers.
|
package maintainers.
|
||||||
|
|
@ -385,26 +397,26 @@ Description: MariaDB database server (metapackage depending on the latest versio
|
||||||
|
|
||||||
Package: mariadb-client
|
Package: mariadb-client
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: mariadb-client-10.1 (= ${source:Version}), ${misc:Depends}
|
Depends: mariadb-client-10.2 (= ${source:Version}), ${misc:Depends}
|
||||||
Description: MariaDB database client (metapackage depending on the latest version)
|
Description: MariaDB database client (metapackage depending on the latest version)
|
||||||
This is an empty package that depends on the current "best" version of
|
This is an empty package that depends on the current "best" version of
|
||||||
mariadb-client (currently mariadb-client-10.1), as determined by the MariaDB
|
mariadb-client (currently mariadb-client-10.2), as determined by the MariaDB
|
||||||
maintainers. Install this package if in doubt about which MariaDB version
|
maintainers. Install this package if in doubt about which MariaDB version
|
||||||
you want, as this is the one considered to be in the best shape.
|
you want, as this is the one considered to be in the best shape.
|
||||||
|
|
||||||
Package: mariadb-test
|
Package: mariadb-test
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: mariadb-test-10.1 (= ${source:Version}), ${misc:Depends}
|
Depends: mariadb-test-10.2 (= ${source:Version}), ${misc:Depends}
|
||||||
Description: MariaDB database regression test suite (metapackage for the latest version)
|
Description: MariaDB database regression test suite (metapackage for the latest version)
|
||||||
This is an empty package that depends on the current "best" version of
|
This is an empty package that depends on the current "best" version of
|
||||||
mariadb-test (currently mariadb-test-10.1), as determined by the MariaDB
|
mariadb-test (currently mariadb-test-10.2), as determined by the MariaDB
|
||||||
maintainers.
|
maintainers.
|
||||||
|
|
||||||
Package: mariadb-connect-engine-10.1
|
Package: mariadb-connect-engine-10.2
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: libxml2, mariadb-server-10.1, unixODBC
|
Depends: libxml2, mariadb-server-10.2, unixODBC
|
||||||
Build-Depends: libxml2-dev,
|
Build-Depends: libxml2-dev,
|
||||||
mariadb-server-10.1,
|
mariadb-server-10.2,
|
||||||
unixODBC-dev,
|
unixODBC-dev,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends}
|
${shlibs:Depends}
|
||||||
|
|
@ -414,18 +426,18 @@ Description: Connect storage engine for MariaDB
|
||||||
other interesting features.
|
other interesting features.
|
||||||
This package contains the Connect plugin for MariaDB.
|
This package contains the Connect plugin for MariaDB.
|
||||||
|
|
||||||
Package: mariadb-oqgraph-engine-10.1
|
Package: mariadb-oqgraph-engine-10.2
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: libjudydebian1, mariadb-server-10.1, ${misc:Depends}, ${shlibs:Depends}
|
Depends: libjudydebian1, mariadb-server-10.2, ${misc:Depends}, ${shlibs:Depends}
|
||||||
Description: OQGraph storage engine for MariaDB
|
Description: OQGraph storage engine for MariaDB
|
||||||
The OQGraph engine is a computation engine plugin for handling hierarchies
|
The OQGraph engine is a computation engine plugin for handling hierarchies
|
||||||
(trees) and graphs (friend-of-a-friend, etc) cleanly through standard SQL.
|
(trees) and graphs (friend-of-a-friend, etc) cleanly through standard SQL.
|
||||||
This package contains the OQGraph plugin for MariaDB.
|
This package contains the OQGraph plugin for MariaDB.
|
||||||
|
|
||||||
Package: mariadb-cracklib-password-check-10.1
|
Package: mariadb-cracklib-password-check-10.2
|
||||||
Section: database
|
Section: database
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: libcrack2 (>= 2.9.0), mariadb-server-10.1
|
Depends: libcrack2 (>= 2.9.0), mariadb-server-10.2
|
||||||
Description: CrackLib Password Validation Plugin for MariaDB
|
Description: CrackLib Password Validation Plugin for MariaDB
|
||||||
This password validation plugin uses cracklib to allow only
|
This password validation plugin uses cracklib to allow only
|
||||||
sufficiently secure (as defined by cracklib) user passwords in MariaDB.
|
sufficiently secure (as defined by cracklib) user passwords in MariaDB.
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,6 @@ usr/bin
|
||||||
usr/sbin
|
usr/sbin
|
||||||
usr/share/man/man8
|
usr/share/man/man8
|
||||||
usr/share/mysql
|
usr/share/mysql
|
||||||
usr/share/doc/mariadb-server-10.1
|
usr/share/doc/mariadb-server-10.2
|
||||||
var/run/mysqld
|
var/run/mysqld
|
||||||
var/lib/mysql-upgrade
|
var/lib/mysql-upgrade
|
||||||
|
|
@ -20,7 +20,7 @@ usr/lib/mysql/plugin/sql_errlog.so
|
||||||
usr/lib/mysql/plugin/wsrep_info.so
|
usr/lib/mysql/plugin/wsrep_info.so
|
||||||
usr/lib/libhsclient.so.*
|
usr/lib/libhsclient.so.*
|
||||||
etc/apparmor.d/usr.sbin.mysqld
|
etc/apparmor.d/usr.sbin.mysqld
|
||||||
usr/share/apport/package-hooks/source_mariadb-10.1.py
|
usr/share/apport/package-hooks/source_mariadb-10.2.py
|
||||||
etc/mysql/debian-start
|
etc/mysql/debian-start
|
||||||
etc/mysql/conf.d/mysqld_safe_syslog.cnf
|
etc/mysql/conf.d/mysqld_safe_syslog.cnf
|
||||||
usr/bin/msql2mysql
|
usr/bin/msql2mysql
|
||||||
|
|
@ -55,9 +55,9 @@ usr/bin/wsrep_sst_mysqldump
|
||||||
usr/bin/wsrep_sst_rsync
|
usr/bin/wsrep_sst_rsync
|
||||||
usr/bin/wsrep_sst_xtrabackup
|
usr/bin/wsrep_sst_xtrabackup
|
||||||
usr/bin/wsrep_sst_xtrabackup-v2
|
usr/bin/wsrep_sst_xtrabackup-v2
|
||||||
usr/share/doc/mariadb-server-10.1/mysqld.sym.gz
|
usr/share/doc/mariadb-server-10.2/mysqld.sym.gz
|
||||||
usr/share/doc/mariadb-server-10.1/INFO_SRC
|
usr/share/doc/mariadb-server-10.2/INFO_SRC
|
||||||
usr/share/doc/mariadb-server-10.1/INFO_BIN
|
usr/share/doc/mariadb-server-10.2/INFO_BIN
|
||||||
usr/share/man/man1/msql2mysql.1
|
usr/share/man/man1/msql2mysql.1
|
||||||
usr/share/man/man1/myisamchk.1
|
usr/share/man/man1/myisamchk.1
|
||||||
usr/share/man/man1/myisam_ftdump.1
|
usr/share/man/man1/myisam_ftdump.1
|
||||||
|
|
@ -155,7 +155,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.1/README.Debian.gz!"
|
log_failure_msg "Please stop MariaDB manually and read /usr/share/doc/mariadb-server-10.2/README.Debian.gz!"
|
||||||
exit -1
|
exit -1
|
||||||
else
|
else
|
||||||
log_end_msg 0
|
log_end_msg 0
|
||||||
|
|
@ -131,7 +131,7 @@ EOF
|
||||||
db_set mysql-server/postrm_remove_database false || true
|
db_set mysql-server/postrm_remove_database false || true
|
||||||
|
|
||||||
# To avoid downgrades.
|
# To avoid downgrades.
|
||||||
touch $mysql_statedir/debian-10.1.flag
|
touch $mysql_statedir/debian-10.2.flag
|
||||||
|
|
||||||
## On every reconfiguration the maintenance user is recreated.
|
## On every reconfiguration the maintenance user is recreated.
|
||||||
#
|
#
|
||||||
|
|
@ -46,7 +46,7 @@ stop_server() {
|
||||||
|
|
||||||
################################ main() ##########################
|
################################ main() ##########################
|
||||||
|
|
||||||
this_version=10.1
|
this_version=10.2
|
||||||
|
|
||||||
# Safe the user from stupidities.
|
# Safe the user from stupidities.
|
||||||
show_downgrade_warning=0
|
show_downgrade_warning=0
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
'''apport package hook for mariadb-10.1
|
'''apport package hook for mariadb-10.2
|
||||||
|
|
||||||
(c) 2009 Canonical Ltd.
|
(c) 2009 Canonical Ltd.
|
||||||
Author: Mathias Gug <mathias.gug@canonical.com>
|
Author: Mathias Gug <mathias.gug@canonical.com>
|
||||||
|
|
@ -20,7 +20,7 @@ def _add_my_conf_files(report, filename):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
def add_info(report):
|
def add_info(report):
|
||||||
attach_conffiles(report, 'mariadb-server-10.1', conffiles=None)
|
attach_conffiles(report, 'mariadb-server-10.2', 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'):
|
||||||
|
|
@ -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.1/really_downgrade
|
Template: mariadb-server-10.2/really_downgrade
|
||||||
Type: boolean
|
Type: boolean
|
||||||
Default: false
|
Default: false
|
||||||
_Description: Really proceed with downgrade?
|
_Description: Really proceed with downgrade?
|
||||||
|
|
@ -73,7 +73,7 @@ _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.1/README.Debian file
|
Please read the /usr/share/doc/mariadb-server-10.2/README.Debian file
|
||||||
for more information.
|
for more information.
|
||||||
|
|
||||||
Template: mysql-server/password_mismatch
|
Template: mysql-server/password_mismatch
|
||||||
2
debian/po/POTFILES.in
vendored
2
debian/po/POTFILES.in
vendored
|
|
@ -1 +1 @@
|
||||||
[type: gettext/rfc822deb] mariadb-server-10.1.templates
|
[type: gettext/rfc822deb] mariadb-server-10.2.templates
|
||||||
|
|
|
||||||
50
debian/po/ar.po
vendored
50
debian/po/ar.po
vendored
|
|
@ -6,7 +6,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: templates\n"
|
"Project-Id-Version: templates\n"
|
||||||
"Report-Msgid-Bugs-To: mariadb-10.1@packages.debian.org\n"
|
"Report-Msgid-Bugs-To: mariadb-10.2@packages.debian.org\n"
|
||||||
"POT-Creation-Date: 2012-01-12 13:08+0100\n"
|
"POT-Creation-Date: 2012-01-12 13:08+0100\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,19 +27,19 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "Really proceed with downgrade?"
|
msgid "Really proceed with downgrade?"
|
||||||
msgstr "هل فعلاً تريد التثبيط؟"
|
msgstr "هل فعلاً تريد التثبيط؟"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
||||||
msgstr "هناك ملف مسمى /var/lib/mysql/debian-*.flag موجود على هذا النظام."
|
msgstr "هناك ملف مسمى /var/lib/mysql/debian-*.flag موجود على هذا النظام."
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Such file is an indication that a mariadb-server package with a higher "
|
#| "Such file is an indication that a mariadb-server package with a higher "
|
||||||
|
|
@ -52,7 +52,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"There is no guarantee that the version you're currently installing will be "
|
"There is no guarantee that the version you're currently installing will be "
|
||||||
"able to use the current databases."
|
"able to use the current databases."
|
||||||
|
|
@ -62,13 +62,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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.1.templates:3001
|
#: ../mariadb-server-10.2.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:"
|
||||||
|
|
@ -76,7 +76,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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 "
|
||||||
|
|
@ -88,13 +88,13 @@ msgstr "عليك أيضاً أن تقوم بالتأكد من صلاحيات م
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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.1.templates:4001
|
#: ../mariadb-server-10.2.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."
|
||||||
|
|
@ -102,7 +102,7 @@ msgstr "الدليل /var/lib/mysql الذي يحتوي قواعد بيانات
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid "Start the MariaDB server on boot?"
|
msgid "Start the MariaDB server on boot?"
|
||||||
msgstr "تشغيل خادم MariaDB عند الإقلاع؟"
|
msgstr "تشغيل خادم MariaDB عند الإقلاع؟"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid ""
|
msgid ""
|
||||||
"The MariaDB server can be launched automatically at boot time or manually "
|
"The MariaDB server can be launched automatically at boot time or manually "
|
||||||
"with the '/etc/init.d/mysql start' command."
|
"with the '/etc/init.d/mysql start' command."
|
||||||
|
|
@ -129,13 +129,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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."
|
||||||
|
|
@ -145,7 +145,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
#, 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."
|
||||||
|
|
@ -153,7 +153,7 @@ msgstr "إن ترك الحقل فارغاً، فلن يتم تغيير كلمة
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:7001
|
#: ../mariadb-server-10.2.templates:7001
|
||||||
#, 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:"
|
||||||
|
|
@ -161,13 +161,13 @@ msgstr "كلمة المرور الجديدة لمستخد \"root\" الخاص ب
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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 "
|
||||||
|
|
@ -179,7 +179,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
#, 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."
|
||||||
|
|
@ -188,27 +188,27 @@ msgstr "يجب عليك التحقق من كلمة مرور الحساب عقب
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
#, 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.1/README.Debian file for "
|
"Please read the /usr/share/doc/mariadb-server-10.2/README.Debian file for "
|
||||||
"more information."
|
"more information."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"الرجاء قراءة الملف /usr/share/doc/mariadb-server-10.1/README.Debian للمزيد من "
|
"الرجاء قراءة الملف /usr/share/doc/mariadb-server-10.2/README.Debian للمزيد من "
|
||||||
"المعلومات."
|
"المعلومات."
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
msgid "Password input error"
|
msgid "Password input error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
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 ""
|
||||||
|
|
||||||
|
|
|
||||||
52
debian/po/ca.po
vendored
52
debian/po/ca.po
vendored
|
|
@ -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.1@packages.debian.org\n"
|
"Report-Msgid-Bugs-To: mariadb-10.2@packages.debian.org\n"
|
||||||
"POT-Creation-Date: 2012-01-12 13:08+0100\n"
|
"POT-Creation-Date: 2012-01-12 13:08+0100\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,19 +17,19 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "Really proceed with downgrade?"
|
msgid "Really proceed with downgrade?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"Such a file is an indication that a mariadb-server package with a higher "
|
"Such a file is an indication that a mariadb-server package with a higher "
|
||||||
"version has been installed previously."
|
"version has been installed previously."
|
||||||
|
|
@ -37,7 +37,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"There is no guarantee that the version you're currently installing will be "
|
"There is no guarantee that the version you're currently installing will be "
|
||||||
"able to use the current databases."
|
"able to use the current databases."
|
||||||
|
|
@ -45,7 +45,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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"
|
||||||
|
|
@ -53,7 +53,7 @@ msgstr "Nota important pels usuaris de NIS/YP"
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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:"
|
||||||
|
|
@ -69,13 +69,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.templates:4001
|
||||||
msgid "Remove all MariaDB databases?"
|
msgid "Remove all MariaDB databases?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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."
|
||||||
|
|
@ -83,7 +83,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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, "
|
||||||
|
|
@ -92,7 +92,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Should MySQL start on boot?"
|
#| msgid "Should MySQL start on boot?"
|
||||||
msgid "Start the MariaDB server on boot?"
|
msgid "Start the MariaDB server on boot?"
|
||||||
|
|
@ -100,7 +100,7 @@ msgstr "Voleu que el MariaDB s'inici
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"The MariaDB server can be launched automatically at boot time or manually "
|
"The MariaDB server can be launched automatically at boot time or manually "
|
||||||
|
|
@ -112,13 +112,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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."
|
||||||
|
|
@ -126,25 +126,25 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:7001
|
#: ../mariadb-server-10.2.templates:7001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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,27 +153,27 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please read the /usr/share/doc/mariadb-server-10.1/README.Debian file for "
|
"Please read the /usr/share/doc/mariadb-server-10.2/README.Debian file for "
|
||||||
"more information."
|
"more information."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
msgid "Password input error"
|
msgid "Password input error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
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 ""
|
||||||
|
|
||||||
|
|
@ -207,13 +207,13 @@ msgstr ""
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "MySQL will only install if you have a non-numeric hostname that is "
|
#~ "MySQL will only install if you have a non-numeric hostname that is "
|
||||||
#~ "resolvable via the /etc/hosts file. E.g. if the \"hostname\" command "
|
#~ "resolvable via the /etc/hosts file. E.g. if the \"hostname\" command "
|
||||||
#~ "returns \"myhostname\" then there must be a line like \"10.1.0.1 "
|
#~ "returns \"myhostname\" then there must be a line like \"10.2.0.1 "
|
||||||
#~ "myhostname\"."
|
#~ "myhostname\"."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "El MySQL només s'instal·la en cas de tenir un nom d'ordinador central que "
|
#~ "El MySQL només s'instal·la en cas de tenir un nom d'ordinador central que "
|
||||||
#~ "no sigui numèric i que es pugui resoldre a través del fitxer /etc/hosts. "
|
#~ "no sigui numèric i que es pugui resoldre a través del fitxer /etc/hosts. "
|
||||||
#~ "Ex. si l'ordre \"hostname\" retorna \"myhostname\", llavors hi ha d'haver "
|
#~ "Ex. si l'ordre \"hostname\" retorna \"myhostname\", llavors hi ha d'haver "
|
||||||
#~ "una línia com la següent \"10.1.0.1 myhostname\"."
|
#~ "una línia com la següent \"10.2.0.1 myhostname\"."
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
|
|
|
||||||
54
debian/po/cs.po
vendored
54
debian/po/cs.po
vendored
|
|
@ -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.1@packages.debian.org\n"
|
"Report-Msgid-Bugs-To: mariadb-10.2@packages.debian.org\n"
|
||||||
"POT-Creation-Date: 2012-01-12 13:08+0100\n"
|
"POT-Creation-Date: 2012-01-12 13:08+0100\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,19 +26,19 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "Really proceed with downgrade?"
|
msgid "Really proceed with downgrade?"
|
||||||
msgstr "Opravdu pokračovat v degradaci?"
|
msgstr "Opravdu pokračovat v degradaci?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
||||||
msgstr "V systému existuje soubor /var/lib/mysql/debian-*.flag."
|
msgstr "V systému existuje soubor /var/lib/mysql/debian-*.flag."
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Such file is an indication that a mariadb-server package with a higher "
|
#| "Such file is an indication that a mariadb-server package with a higher "
|
||||||
|
|
@ -51,7 +51,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"There is no guarantee that the version you're currently installing will be "
|
"There is no guarantee that the version you're currently installing will be "
|
||||||
"able to use the current databases."
|
"able to use the current databases."
|
||||||
|
|
@ -61,13 +61,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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.1.templates:3001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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 "
|
||||||
|
|
@ -88,13 +88,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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.1.templates:4001
|
#: ../mariadb-server-10.2.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."
|
||||||
|
|
@ -104,7 +104,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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, "
|
||||||
|
|
@ -116,13 +116,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid "Start the MariaDB server on boot?"
|
msgid "Start the MariaDB server on boot?"
|
||||||
msgstr "Spustit MariaDB server při startu systému?"
|
msgstr "Spustit MariaDB server při startu systému?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid ""
|
msgid ""
|
||||||
"The MariaDB server can be launched automatically at boot time or manually "
|
"The MariaDB server can be launched automatically at boot time or manually "
|
||||||
"with the '/etc/init.d/mysql start' command."
|
"with the '/etc/init.d/mysql start' command."
|
||||||
|
|
@ -132,13 +132,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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."
|
||||||
|
|
@ -148,7 +148,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
#, 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."
|
||||||
|
|
@ -156,7 +156,7 @@ msgstr "Ponecháte-li pole prázdné, heslo se nezmění."
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:7001
|
#: ../mariadb-server-10.2.templates:7001
|
||||||
#, 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:"
|
||||||
|
|
@ -164,13 +164,13 @@ msgstr "Nové heslo MariaDB uživatele \"root\":"
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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 "
|
||||||
|
|
@ -182,7 +182,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
#, 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."
|
||||||
|
|
@ -191,26 +191,26 @@ msgstr "Po instalaci balíku byste měli heslo ověřit."
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
#, 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.1/README.Debian file for "
|
"Please read the /usr/share/doc/mariadb-server-10.2/README.Debian file for "
|
||||||
"more information."
|
"more information."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Více informací naleznete v /usr/share/doc/mariadb-server-10.1/README.Debian."
|
"Více informací naleznete v /usr/share/doc/mariadb-server-10.2/README.Debian."
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
msgid "Password input error"
|
msgid "Password input error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
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 ""
|
||||||
|
|
||||||
|
|
@ -298,13 +298,13 @@ msgstr ""
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "MySQL will only install if you have a non-numeric hostname that is "
|
#~ "MySQL will only install if you have a non-numeric hostname that is "
|
||||||
#~ "resolvable via the /etc/hosts file. E.g. if the \"hostname\" command "
|
#~ "resolvable via the /etc/hosts file. E.g. if the \"hostname\" command "
|
||||||
#~ "returns \"myhostname\" then there must be a line like \"10.1.0.1 "
|
#~ "returns \"myhostname\" then there must be a line like \"10.2.0.1 "
|
||||||
#~ "myhostname\"."
|
#~ "myhostname\"."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "MySQL se nainstaluje pouze v případě, že používáte nenumerické jméno "
|
#~ "MySQL se nainstaluje pouze v případě, že používáte nenumerické jméno "
|
||||||
#~ "počítače, které se dá přeložit přes soubor /etc/hosts. Např. když příkaz "
|
#~ "počítače, které se dá přeložit přes soubor /etc/hosts. Např. když příkaz "
|
||||||
#~ "\"hostname\" vrátí \"diamond\", tak v /etc/hosts musí existovat obdobný "
|
#~ "\"hostname\" vrátí \"diamond\", tak v /etc/hosts musí existovat obdobný "
|
||||||
#~ "řádek jako \"10.1.0.1 diamond\"."
|
#~ "řádek jako \"10.2.0.1 diamond\"."
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "A new mysql user \"debian-sys-maint\" will be created. This mysql account "
|
#~ "A new mysql user \"debian-sys-maint\" will be created. This mysql account "
|
||||||
|
|
|
||||||
54
debian/po/da.po
vendored
54
debian/po/da.po
vendored
|
|
@ -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.1@packages.debian.org\n"
|
"Report-Msgid-Bugs-To: mariadb-10.2@packages.debian.org\n"
|
||||||
"POT-Creation-Date: 2012-01-12 13:08+0100\n"
|
"POT-Creation-Date: 2012-01-12 13:08+0100\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,20 +27,20 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "Really proceed with downgrade?"
|
msgid "Really proceed with downgrade?"
|
||||||
msgstr "Ønsker du virkelig at fortsætte nedgraderingen?"
|
msgstr "Ønsker du virkelig at fortsætte nedgraderingen?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Der er en fil med navnet /var/lib/mysql/debian-*.flag på dette system."
|
"Der er en fil med navnet /var/lib/mysql/debian-*.flag på dette system."
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Such file is an indication that a mariadb-server package with a higher "
|
#| "Such file is an indication that a mariadb-server package with a higher "
|
||||||
|
|
@ -54,7 +54,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"There is no guarantee that the version you're currently installing will be "
|
"There is no guarantee that the version you're currently installing will be "
|
||||||
"able to use the current databases."
|
"able to use the current databases."
|
||||||
|
|
@ -64,13 +64,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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.1.templates:3001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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 "
|
||||||
|
|
@ -91,13 +91,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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.1.templates:4001
|
#: ../mariadb-server-10.2.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."
|
||||||
|
|
@ -107,7 +107,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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, "
|
||||||
|
|
@ -119,13 +119,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid "Start the MariaDB server on boot?"
|
msgid "Start the MariaDB server on boot?"
|
||||||
msgstr "Start MariaDB-serveren under systemopstart?"
|
msgstr "Start MariaDB-serveren under systemopstart?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid ""
|
msgid ""
|
||||||
"The MariaDB server can be launched automatically at boot time or manually "
|
"The MariaDB server can be launched automatically at boot time or manually "
|
||||||
"with the '/etc/init.d/mysql start' command."
|
"with the '/etc/init.d/mysql start' command."
|
||||||
|
|
@ -135,13 +135,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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."
|
||||||
|
|
@ -151,7 +151,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
#, 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."
|
||||||
|
|
@ -159,7 +159,7 @@ msgstr "Hvis du lader dette felt st
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:7001
|
#: ../mariadb-server-10.2.templates:7001
|
||||||
#, 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:"
|
||||||
|
|
@ -167,13 +167,13 @@ msgstr "Ny adgangskode for MariaDB's \"root\"-bruger:"
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
msgid "Unable to set password for the MariaDB \"root\" user"
|
msgid "Unable to set password for the MariaDB \"root\" user"
|
||||||
msgstr "Kunne ikke sætte adgangskoden for MariaDB's \"root\"-bruger"
|
msgstr "Kunne ikke sætte adgangskoden for MariaDB's \"root\"-bruger"
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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 "
|
||||||
|
|
@ -186,33 +186,33 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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 tjekke kontoens adgangskode efter pakkeinstallationen."
|
msgstr "Du bør tjekke kontoens adgangskode efter pakkeinstallationen."
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
#, 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.1/README.Debian file for "
|
"Please read the /usr/share/doc/mariadb-server-10.2/README.Debian file for "
|
||||||
"more information."
|
"more information."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Se filen /usr/share/doc/mariadb-server-10.1/README.Debian for yderligere "
|
"Se filen /usr/share/doc/mariadb-server-10.2/README.Debian for yderligere "
|
||||||
"oplysninger."
|
"oplysninger."
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
msgid "Password input error"
|
msgid "Password input error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
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 ""
|
||||||
|
|
||||||
|
|
@ -324,12 +324,12 @@ msgstr ""
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "MySQL will only install if you have a non-numeric hostname that is "
|
#~ "MySQL will only install if you have a non-numeric hostname that is "
|
||||||
#~ "resolvable via the /etc/hosts file. E.g. if the \"hostname\" command "
|
#~ "resolvable via the /etc/hosts file. E.g. if the \"hostname\" command "
|
||||||
#~ "returns \"myhostname\" then there must be a line like \"10.1.0.1 "
|
#~ "returns \"myhostname\" then there must be a line like \"10.2.0.1 "
|
||||||
#~ "myhostname\"."
|
#~ "myhostname\"."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "MySQL vil kun blive installeret, hvis du har et ikke-numerisk værtsnavn, "
|
#~ "MySQL vil kun blive installeret, hvis du har et ikke-numerisk værtsnavn, "
|
||||||
#~ "som kan slås op i filen /ets/hosts. Hvis f.eks. kommandoen \"hostname\" "
|
#~ "som kan slås op i filen /ets/hosts. Hvis f.eks. kommandoen \"hostname\" "
|
||||||
#~ "svarer med \"mitvaertsnavn\", skal du have en linje a'la \"10.1.0.1 "
|
#~ "svarer med \"mitvaertsnavn\", skal du have en linje a'la \"10.2.0.1 "
|
||||||
#~ "mitvaertsnavn\" i /etc/hosts."
|
#~ "mitvaertsnavn\" i /etc/hosts."
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
|
|
|
||||||
48
debian/po/de.po
vendored
48
debian/po/de.po
vendored
|
|
@ -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.1@packages.debian.org\n"
|
"Report-Msgid-Bugs-To: mariadb-10.2@packages.debian.org\n"
|
||||||
"POT-Creation-Date: 2012-01-12 13:08+0100\n"
|
"POT-Creation-Date: 2012-01-12 13:08+0100\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 ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "Really proceed with downgrade?"
|
msgid "Really proceed with downgrade?"
|
||||||
msgstr "Möchten Sie wirklich eine ältere Version einspielen?"
|
msgstr "Möchten Sie wirklich eine ältere Version einspielen?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Auf diesem System existiert eine Datei mit dem Namen /var/lib/mysql/debian-*."
|
"Auf diesem System existiert eine Datei mit dem Namen /var/lib/mysql/debian-*."
|
||||||
|
|
@ -43,7 +43,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"Such a file is an indication that a mariadb-server package with a higher "
|
"Such a file is an indication that a mariadb-server package with a higher "
|
||||||
"version has been installed previously."
|
"version has been installed previously."
|
||||||
|
|
@ -53,7 +53,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"There is no guarantee that the version you're currently installing will be "
|
"There is no guarantee that the version you're currently installing will be "
|
||||||
"able to use the current databases."
|
"able to use the current databases."
|
||||||
|
|
@ -63,13 +63,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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.1.templates:3001
|
#: ../mariadb-server-10.2.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:"
|
||||||
|
|
@ -79,7 +79,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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:"
|
||||||
|
|
@ -89,13 +89,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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.1.templates:4001
|
#: ../mariadb-server-10.2.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."
|
||||||
|
|
@ -105,7 +105,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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, "
|
||||||
|
|
@ -117,13 +117,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid "Start the MariaDB server on boot?"
|
msgid "Start the MariaDB server on boot?"
|
||||||
msgstr "Soll der MariaDB-Server automatisch beim Booten starten?"
|
msgstr "Soll der MariaDB-Server automatisch beim Booten starten?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid ""
|
msgid ""
|
||||||
"The MariaDB server can be launched automatically at boot time or manually "
|
"The MariaDB server can be launched automatically at boot time or manually "
|
||||||
"with the '/etc/init.d/mysql start' command."
|
"with the '/etc/init.d/mysql start' command."
|
||||||
|
|
@ -133,13 +133,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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."
|
||||||
|
|
@ -149,25 +149,25 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:7001
|
#: ../mariadb-server-10.2.templates:7001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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 "
|
||||||
|
|
@ -180,7 +180,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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 "
|
||||||
|
|
@ -188,13 +188,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
#, 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.1/README.Debian file for "
|
"Please read the /usr/share/doc/mariadb-server-10.2/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."
|
||||||
|
|
@ -202,13 +202,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
msgid "Password input error"
|
msgid "Password input error"
|
||||||
msgstr "Passwort-Eingabefehler"
|
msgstr "Passwort-Eingabefehler"
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
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 "
|
||||||
|
|
|
||||||
54
debian/po/es.po
vendored
54
debian/po/es.po
vendored
|
|
@ -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.1@packages.debian.org\n"
|
"Report-Msgid-Bugs-To: mariadb-10.2@packages.debian.org\n"
|
||||||
"POT-Creation-Date: 2012-01-12 13:08+0100\n"
|
"POT-Creation-Date: 2012-01-12 13:08+0100\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,20 +52,20 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "Really proceed with downgrade?"
|
msgid "Really proceed with downgrade?"
|
||||||
msgstr "¿Desea realmente continuar con la desactualización?"
|
msgstr "¿Desea realmente continuar con la desactualización?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Existe un archivo con el nombre /var/lib/mysql/debian-*.flag en este sistema."
|
"Existe un archivo con el nombre /var/lib/mysql/debian-*.flag en este sistema."
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Such file is an indication that a mariadb-server package with a higher "
|
#| "Such file is an indication that a mariadb-server package with a higher "
|
||||||
|
|
@ -79,7 +79,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"There is no guarantee that the version you're currently installing will be "
|
"There is no guarantee that the version you're currently installing will be "
|
||||||
"able to use the current databases."
|
"able to use the current databases."
|
||||||
|
|
@ -89,13 +89,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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.1.templates:3001
|
#: ../mariadb-server-10.2.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:"
|
||||||
|
|
@ -103,7 +103,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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 "
|
||||||
|
|
@ -117,13 +117,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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.1.templates:4001
|
#: ../mariadb-server-10.2.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."
|
||||||
|
|
@ -133,7 +133,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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, "
|
||||||
|
|
@ -145,13 +145,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid "Start the MariaDB server on boot?"
|
msgid "Start the MariaDB server on boot?"
|
||||||
msgstr "¿Debería ejecutarse el servidor MariaDB al iniciarse el sistema?"
|
msgstr "¿Debería ejecutarse el servidor MariaDB al iniciarse el sistema?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid ""
|
msgid ""
|
||||||
"The MariaDB server can be launched automatically at boot time or manually "
|
"The MariaDB server can be launched automatically at boot time or manually "
|
||||||
"with the '/etc/init.d/mysql start' command."
|
"with the '/etc/init.d/mysql start' command."
|
||||||
|
|
@ -161,13 +161,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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."
|
||||||
|
|
@ -177,7 +177,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
#, 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."
|
||||||
|
|
@ -185,7 +185,7 @@ msgstr "No se modificará la contraseña si deja el espacio en blanco."
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:7001
|
#: ../mariadb-server-10.2.templates:7001
|
||||||
#, 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:"
|
||||||
|
|
@ -193,13 +193,13 @@ msgstr "Nueva contraseña para el usuario «root» de MariaDB:"
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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 "
|
||||||
|
|
@ -212,7 +212,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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 "
|
||||||
|
|
@ -220,27 +220,27 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
#, 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.1/README.Debian file for "
|
"Please read the /usr/share/doc/mariadb-server-10.2/README.Debian file for "
|
||||||
"more information."
|
"more information."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Consulte /usr/share/doc/mariadb-server-10.1/README.Debian para más "
|
"Consulte /usr/share/doc/mariadb-server-10.2/README.Debian para más "
|
||||||
"información."
|
"información."
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
msgid "Password input error"
|
msgid "Password input error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
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 ""
|
||||||
|
|
||||||
|
|
@ -341,13 +341,13 @@ msgstr ""
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "MySQL will only install if you have a non-numeric hostname that is "
|
#~ "MySQL will only install if you have a non-numeric hostname that is "
|
||||||
#~ "resolvable via the /etc/hosts file. E.g. if the \"hostname\" command "
|
#~ "resolvable via the /etc/hosts file. E.g. if the \"hostname\" command "
|
||||||
#~ "returns \"myhostname\" then there must be a line like \"10.1.0.1 "
|
#~ "returns \"myhostname\" then there must be a line like \"10.2.0.1 "
|
||||||
#~ "myhostname\"."
|
#~ "myhostname\"."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "Sólo se instalará MySQL si tiene un nombre de equipo que no sea una "
|
#~ "Sólo se instalará MySQL si tiene un nombre de equipo que no sea una "
|
||||||
#~ "dirección IP y pueda resolverse a través del archivo /etc/hosts. Por "
|
#~ "dirección IP y pueda resolverse a través del archivo /etc/hosts. Por "
|
||||||
#~ "ejemplo, si la orden «hostname» devuelve «MiNombreEquipo» entonces deberá "
|
#~ "ejemplo, si la orden «hostname» devuelve «MiNombreEquipo» entonces deberá "
|
||||||
#~ "existir una línea «10.1.0.1 MiNombreEquipo» en dicho archivo."
|
#~ "existir una línea «10.2.0.1 MiNombreEquipo» en dicho archivo."
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "A new mysql user \"debian-sys-maint\" will be created. This mysql account "
|
#~ "A new mysql user \"debian-sys-maint\" will be created. This mysql account "
|
||||||
|
|
|
||||||
52
debian/po/eu.po
vendored
52
debian/po/eu.po
vendored
|
|
@ -6,7 +6,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: eu\n"
|
"Project-Id-Version: eu\n"
|
||||||
"Report-Msgid-Bugs-To: mariadb-10.1@packages.debian.org\n"
|
"Report-Msgid-Bugs-To: mariadb-10.2@packages.debian.org\n"
|
||||||
"POT-Creation-Date: 2012-01-12 13:08+0100\n"
|
"POT-Creation-Date: 2012-01-12 13:08+0100\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,19 +20,19 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "Really proceed with downgrade?"
|
msgid "Really proceed with downgrade?"
|
||||||
msgstr "Benetan bertsio zaharragora itzuli nahi duzu?"
|
msgstr "Benetan bertsio zaharragora itzuli nahi duzu?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
||||||
msgstr "Sisteman badago /var/lib/mysql/debian-*.flag izeneko fitxategi bat."
|
msgstr "Sisteman badago /var/lib/mysql/debian-*.flag izeneko fitxategi bat."
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Such file is an indication that a mariadb-server package with a higher "
|
#| "Such file is an indication that a mariadb-server package with a higher "
|
||||||
|
|
@ -46,7 +46,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"There is no guarantee that the version you're currently installing will be "
|
"There is no guarantee that the version you're currently installing will be "
|
||||||
"able to use the current databases."
|
"able to use the current databases."
|
||||||
|
|
@ -56,13 +56,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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.1.templates:3001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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 "
|
||||||
|
|
@ -84,13 +84,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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.1.templates:4001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid "Start the MariaDB server on boot?"
|
msgid "Start the MariaDB server on boot?"
|
||||||
msgstr "Abioan MariaDB zerbitzaria abiarazi?"
|
msgstr "Abioan MariaDB zerbitzaria abiarazi?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid ""
|
msgid ""
|
||||||
"The MariaDB server can be launched automatically at boot time or manually "
|
"The MariaDB server can be launched automatically at boot time or manually "
|
||||||
"with the '/etc/init.d/mysql start' command."
|
"with the '/etc/init.d/mysql start' command."
|
||||||
|
|
@ -127,13 +127,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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."
|
||||||
|
|
@ -143,7 +143,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
#, 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."
|
||||||
|
|
@ -151,19 +151,19 @@ msgstr "Eremua hau zurian utziaz gero ez da pasahitza aldatuko."
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:7001
|
#: ../mariadb-server-10.2.templates:7001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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 "
|
||||||
|
|
@ -175,34 +175,34 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Please read the /usr/share/doc/mariadb-server-10.1/README.Debian file for "
|
#| "Please read the /usr/share/doc/mariadb-server-10.2/README.Debian file for "
|
||||||
#| "more information."
|
#| "more information."
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please read the /usr/share/doc/mariadb-server-10.1/README.Debian file for "
|
"Please read the /usr/share/doc/mariadb-server-10.2/README.Debian file for "
|
||||||
"more information."
|
"more information."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Mesedez irakurri /usr/share/doc/mariadb-server-10.1/README.Debian fitxategia "
|
"Mesedez irakurri /usr/share/doc/mariadb-server-10.2/README.Debian fitxategia "
|
||||||
"xehetasun gehiagorako."
|
"xehetasun gehiagorako."
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
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.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
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."
|
||||||
|
|
||||||
|
|
|
||||||
52
debian/po/fr.po
vendored
52
debian/po/fr.po
vendored
|
|
@ -7,7 +7,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fr\n"
|
"Project-Id-Version: fr\n"
|
||||||
"Report-Msgid-Bugs-To: mariadb-10.1@packages.debian.org\n"
|
"Report-Msgid-Bugs-To: mariadb-10.2@packages.debian.org\n"
|
||||||
"POT-Creation-Date: 2012-01-12 13:08+0100\n"
|
"POT-Creation-Date: 2012-01-12 13:08+0100\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,19 +22,19 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "Really proceed with downgrade?"
|
msgid "Really proceed with downgrade?"
|
||||||
msgstr "Faut-il vraiment revenir à la version précédente ?"
|
msgstr "Faut-il vraiment revenir à la version précédente ?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
||||||
msgstr "Un fichier /var/lib/mysql/debian-*.flag est présent sur ce système."
|
msgstr "Un fichier /var/lib/mysql/debian-*.flag est présent sur ce système."
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"Such a file is an indication that a mariadb-server package with a higher "
|
"Such a file is an indication that a mariadb-server package with a higher "
|
||||||
"version has been installed previously."
|
"version has been installed previously."
|
||||||
|
|
@ -44,7 +44,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"There is no guarantee that the version you're currently installing will be "
|
"There is no guarantee that the version you're currently installing will be "
|
||||||
"able to use the current databases."
|
"able to use the current databases."
|
||||||
|
|
@ -52,13 +52,13 @@ msgstr "Il n'est pas garanti que cette version puisse en utiliser les données."
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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.1.templates:3001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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.1.templates:4001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid "Start the MariaDB server on boot?"
|
msgid "Start the MariaDB server on boot?"
|
||||||
msgstr "Faut-il lancer MariaDB au démarrage ?"
|
msgstr "Faut-il lancer MariaDB au démarrage ?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid ""
|
msgid ""
|
||||||
"The MariaDB server can be launched automatically at boot time or manually "
|
"The MariaDB server can be launched automatically at boot time or manually "
|
||||||
"with the '/etc/init.d/mysql start' command."
|
"with the '/etc/init.d/mysql start' command."
|
||||||
|
|
@ -121,13 +121,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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."
|
||||||
|
|
@ -137,26 +137,26 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:7001
|
#: ../mariadb-server-10.2.templates:7001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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 "
|
||||||
|
|
@ -168,7 +168,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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 "
|
||||||
|
|
@ -176,27 +176,27 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Please read the /usr/share/doc/mariadb-server-10.1/README.Debian file for "
|
#| "Please read the /usr/share/doc/mariadb-server-10.2/README.Debian file for "
|
||||||
#| "more information."
|
#| "more information."
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please read the /usr/share/doc/mariadb-server-10.1/README.Debian file for "
|
"Please read the /usr/share/doc/mariadb-server-10.2/README.Debian file for "
|
||||||
"more information."
|
"more information."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Veuillez consulter le fichier /usr/share/doc/mysql-server-10.1/README.Debian "
|
"Veuillez consulter le fichier /usr/share/doc/mysql-server-10.2/README.Debian "
|
||||||
"pour plus d'informations."
|
"pour plus d'informations."
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
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.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
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 "
|
||||||
|
|
|
||||||
50
debian/po/gl.po
vendored
50
debian/po/gl.po
vendored
|
|
@ -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.1@packages.debian.org\n"
|
"Report-Msgid-Bugs-To: mariadb-10.2@packages.debian.org\n"
|
||||||
"POT-Creation-Date: 2012-01-12 13:08+0100\n"
|
"POT-Creation-Date: 2012-01-12 13:08+0100\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,19 +17,19 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "Really proceed with downgrade?"
|
msgid "Really proceed with downgrade?"
|
||||||
msgstr "¿Quere pasar a unha versión anterior?"
|
msgstr "¿Quere pasar a unha versión anterior?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
||||||
msgstr "Neste sistema hai un ficheiro chamado /var/lib/mysql/debian-*.flag."
|
msgstr "Neste sistema hai un ficheiro chamado /var/lib/mysql/debian-*.flag."
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Such file is an indication that a mariadb-server package with a higher "
|
#| "Such file is an indication that a mariadb-server package with a higher "
|
||||||
|
|
@ -43,7 +43,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"There is no guarantee that the version you're currently installing will be "
|
"There is no guarantee that the version you're currently installing will be "
|
||||||
"able to use the current databases."
|
"able to use the current databases."
|
||||||
|
|
@ -53,13 +53,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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.1.templates:3001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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 "
|
||||||
|
|
@ -81,13 +81,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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.1.templates:4001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid "Start the MariaDB server on boot?"
|
msgid "Start the MariaDB server on boot?"
|
||||||
msgstr "¿Iniciar o servidor MariaDB co ordenador?"
|
msgstr "¿Iniciar o servidor MariaDB co ordenador?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid ""
|
msgid ""
|
||||||
"The MariaDB server can be launched automatically at boot time or manually "
|
"The MariaDB server can be launched automatically at boot time or manually "
|
||||||
"with the '/etc/init.d/mysql start' command."
|
"with the '/etc/init.d/mysql start' command."
|
||||||
|
|
@ -125,13 +125,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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."
|
||||||
|
|
@ -141,7 +141,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
#, 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."
|
||||||
|
|
@ -149,7 +149,7 @@ msgstr "Se deixa o campo en branco, non se ha cambiar o contrasinal."
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:7001
|
#: ../mariadb-server-10.2.templates:7001
|
||||||
#, 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:"
|
||||||
|
|
@ -157,13 +157,13 @@ msgstr "Novo contrasinal para o usuario \"root\" de MariaDB:"
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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 "
|
||||||
|
|
@ -175,7 +175,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
#, 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."
|
||||||
|
|
@ -184,27 +184,27 @@ msgstr "Debería comprobar o contrasinal da conta trala instalación do paquete.
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
#, 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.1/README.Debian file for "
|
"Please read the /usr/share/doc/mariadb-server-10.2/README.Debian file for "
|
||||||
"more information."
|
"more information."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Consulte o ficheiro /usr/share/doc/mariadb-server-10.1/README.Debian para "
|
"Consulte o ficheiro /usr/share/doc/mariadb-server-10.2/README.Debian para "
|
||||||
"máis información."
|
"máis información."
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
msgid "Password input error"
|
msgid "Password input error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
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 ""
|
||||||
|
|
||||||
|
|
|
||||||
52
debian/po/it.po
vendored
52
debian/po/it.po
vendored
|
|
@ -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.1@packages.debian.org\n"
|
"Report-Msgid-Bugs-To: mariadb-10.2@packages.debian.org\n"
|
||||||
"POT-Creation-Date: 2012-01-12 13:08+0100\n"
|
"POT-Creation-Date: 2012-01-12 13:08+0100\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,20 +18,20 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "Really proceed with downgrade?"
|
msgid "Really proceed with downgrade?"
|
||||||
msgstr "Procedere realmente con l'abbassamento di versione?"
|
msgstr "Procedere realmente con l'abbassamento di versione?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Su questo sistema esiste un file con nome /var/lib/mysql/debian-*.flag."
|
"Su questo sistema esiste un file con nome /var/lib/mysql/debian-*.flag."
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"Such a file is an indication that a mariadb-server package with a higher "
|
"Such a file is an indication that a mariadb-server package with a higher "
|
||||||
"version has been installed previously."
|
"version has been installed previously."
|
||||||
|
|
@ -41,7 +41,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"There is no guarantee that the version you're currently installing will be "
|
"There is no guarantee that the version you're currently installing will be "
|
||||||
"able to use the current databases."
|
"able to use the current databases."
|
||||||
|
|
@ -51,13 +51,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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.1.templates:3001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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.1.templates:4001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid "Start the MariaDB server on boot?"
|
msgid "Start the MariaDB server on boot?"
|
||||||
msgstr "Lanciare il server MariaDB all'avvio?"
|
msgstr "Lanciare il server MariaDB all'avvio?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid ""
|
msgid ""
|
||||||
"The MariaDB server can be launched automatically at boot time or manually "
|
"The MariaDB server can be launched automatically at boot time or manually "
|
||||||
"with the '/etc/init.d/mysql start' command."
|
"with the '/etc/init.d/mysql start' command."
|
||||||
|
|
@ -121,13 +121,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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."
|
||||||
|
|
@ -137,25 +137,25 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:7001
|
#: ../mariadb-server-10.2.templates:7001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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 "
|
||||||
|
|
@ -168,34 +168,34 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Please read the /usr/share/doc/mariadb-server-10.1/README.Debian file for "
|
#| "Please read the /usr/share/doc/mariadb-server-10.2/README.Debian file for "
|
||||||
#| "more information."
|
#| "more information."
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please read the /usr/share/doc/mariadb-server-10.1/README.Debian file for "
|
"Please read the /usr/share/doc/mariadb-server-10.2/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.1/README.Debian."
|
"server-10.2/README.Debian."
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
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.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
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."
|
||||||
|
|
||||||
|
|
|
||||||
52
debian/po/ja.po
vendored
52
debian/po/ja.po
vendored
|
|
@ -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.1@packages.debian.org\n"
|
"Report-Msgid-Bugs-To: mariadb-10.2@packages.debian.org\n"
|
||||||
"POT-Creation-Date: 2012-01-12 13:08+0100\n"
|
"POT-Creation-Date: 2012-01-12 13:08+0100\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 ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "Really proceed with downgrade?"
|
msgid "Really proceed with downgrade?"
|
||||||
msgstr "本当にダウングレードを実行しますか?"
|
msgstr "本当にダウングレードを実行しますか?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"このシステムには /var/lib/mysql/debian-*.flag という名前のファイルが存在して"
|
"このシステムには /var/lib/mysql/debian-*.flag という名前のファイルが存在して"
|
||||||
|
|
@ -41,7 +41,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"Such a file is an indication that a mariadb-server package with a higher "
|
"Such a file is an indication that a mariadb-server package with a higher "
|
||||||
"version has been installed previously."
|
"version has been installed previously."
|
||||||
|
|
@ -51,7 +51,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"There is no guarantee that the version you're currently installing will be "
|
"There is no guarantee that the version you're currently installing will be "
|
||||||
"able to use the current databases."
|
"able to use the current databases."
|
||||||
|
|
@ -61,13 +61,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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.1.templates:3001
|
#: ../mariadb-server-10.2.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:"
|
||||||
|
|
@ -77,7 +77,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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 "/var/lib/mysql の所有者権限をチェックする必要もありま
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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.1.templates:4001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid "Start the MariaDB server on boot?"
|
msgid "Start the MariaDB server on boot?"
|
||||||
msgstr "MariaDB をシステム起動時に開始しますか?"
|
msgstr "MariaDB をシステム起動時に開始しますか?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid ""
|
msgid ""
|
||||||
"The MariaDB server can be launched automatically at boot time or manually "
|
"The MariaDB server can be launched automatically at boot time or manually "
|
||||||
"with the '/etc/init.d/mysql start' command."
|
"with the '/etc/init.d/mysql start' command."
|
||||||
|
|
@ -129,13 +129,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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."
|
||||||
|
|
@ -145,25 +145,25 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:7001
|
#: ../mariadb-server-10.2.templates:7001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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 "
|
||||||
|
|
@ -175,33 +175,33 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Please read the /usr/share/doc/mariadb-server-10.1/README.Debian file for "
|
#| "Please read the /usr/share/doc/mariadb-server-10.2/README.Debian file for "
|
||||||
#| "more information."
|
#| "more information."
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please read the /usr/share/doc/mariadb-server-10.1/README.Debian file for "
|
"Please read the /usr/share/doc/mariadb-server-10.2/README.Debian file for "
|
||||||
"more information."
|
"more information."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"詳細は /usr/share/doc/mariadb-server-10.1/README.Debian を参照してください。"
|
"詳細は /usr/share/doc/mariadb-server-10.2/README.Debian を参照してください。"
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
msgid "Password input error"
|
msgid "Password input error"
|
||||||
msgstr "パスワード入力エラー"
|
msgstr "パスワード入力エラー"
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
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 "入力された二つのパスワードが一致しません。再入力してください。"
|
||||||
|
|
||||||
|
|
|
||||||
48
debian/po/nb.po
vendored
48
debian/po/nb.po
vendored
|
|
@ -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.1@packages.debian.org\n"
|
"Report-Msgid-Bugs-To: mariadb-10.2@packages.debian.org\n"
|
||||||
"POT-Creation-Date: 2012-01-12 13:08+0100\n"
|
"POT-Creation-Date: 2012-01-12 13:08+0100\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,7 +19,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Do you really want to downgrade?"
|
#| msgid "Do you really want to downgrade?"
|
||||||
msgid "Really proceed with downgrade?"
|
msgid "Really proceed with downgrade?"
|
||||||
|
|
@ -27,13 +27,13 @@ msgstr "Er du sikker på at du vil nedgradere?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "WARNING: The file /var/lib/mysql/debian-*.flag exists. This indicates "
|
#| "WARNING: The file /var/lib/mysql/debian-*.flag exists. This indicates "
|
||||||
|
|
@ -50,7 +50,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"There is no guarantee that the version you're currently installing will be "
|
"There is no guarantee that the version you're currently installing will be "
|
||||||
"able to use the current databases."
|
"able to use the current databases."
|
||||||
|
|
@ -58,7 +58,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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"
|
||||||
|
|
@ -66,7 +66,7 @@ msgstr "Viktig merknad for NIS/YP-brukere!"
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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:"
|
||||||
|
|
@ -74,7 +74,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.templates:4001
|
||||||
msgid "Remove all MariaDB databases?"
|
msgid "Remove all MariaDB databases?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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."
|
||||||
|
|
@ -96,7 +96,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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 "
|
||||||
|
|
@ -113,7 +113,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Should MySQL start on boot?"
|
#| msgid "Should MySQL start on boot?"
|
||||||
msgid "Start the MariaDB server on boot?"
|
msgid "Start the MariaDB server on boot?"
|
||||||
|
|
@ -121,7 +121,7 @@ msgstr "Skal MariaDB startes ved maskinoppstart?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "The MySQL can start automatically on boot time or only if you manually "
|
#| "The MySQL can start automatically on boot time or only if you manually "
|
||||||
|
|
@ -135,7 +135,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
#, 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:"
|
||||||
|
|
@ -143,7 +143,7 @@ msgstr "Nytt passord for MariaDBs «root»-bruker:"
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
#, 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 "
|
||||||
|
|
@ -157,13 +157,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:7001
|
#: ../mariadb-server-10.2.templates:7001
|
||||||
#, 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:"
|
||||||
|
|
@ -171,7 +171,7 @@ msgstr "Nytt passord for MariaDBs «root»-bruker:"
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
#, 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"
|
||||||
|
|
@ -179,7 +179,7 @@ msgstr "Klarer ikke angi passord for MariaDBs «root»-bruker"
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
#, 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 "
|
||||||
|
|
@ -198,27 +198,27 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please read the /usr/share/doc/mariadb-server-10.1/README.Debian file for "
|
"Please read the /usr/share/doc/mariadb-server-10.2/README.Debian file for "
|
||||||
"more information."
|
"more information."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
msgid "Password input error"
|
msgid "Password input error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
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 ""
|
||||||
|
|
||||||
|
|
|
||||||
48
debian/po/nl.po
vendored
48
debian/po/nl.po
vendored
|
|
@ -6,7 +6,7 @@
|
||||||
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.1@packages.debian.org\n"
|
"Report-Msgid-Bugs-To: mariadb-10.2@packages.debian.org\n"
|
||||||
"POT-Creation-Date: 2012-01-12 13:08+0100\n"
|
"POT-Creation-Date: 2012-01-12 13:08+0100\n"
|
||||||
"PO-Revision-Date: 2006-02-19 10:20+0100\n"
|
"PO-Revision-Date: 2006-02-19 10:20+0100\n"
|
||||||
"Last-Translator: Thijs Kinkhorst <thijs@debian.org>\n"
|
"Last-Translator: Thijs Kinkhorst <thijs@debian.org>\n"
|
||||||
|
|
@ -18,7 +18,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Do you really want to downgrade?"
|
#| msgid "Do you really want to downgrade?"
|
||||||
msgid "Really proceed with downgrade?"
|
msgid "Really proceed with downgrade?"
|
||||||
|
|
@ -26,13 +26,13 @@ msgstr "Wilt u echt een oude versie herstellen?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "WARNING: The file /var/lib/mysql/debian-*.flag exists. This indicates "
|
#| "WARNING: The file /var/lib/mysql/debian-*.flag exists. This indicates "
|
||||||
|
|
@ -50,7 +50,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"There is no guarantee that the version you're currently installing will be "
|
"There is no guarantee that the version you're currently installing will be "
|
||||||
"able to use the current databases."
|
"able to use the current databases."
|
||||||
|
|
@ -58,7 +58,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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"
|
||||||
|
|
@ -66,7 +66,7 @@ msgstr "Belangrijke opmerking voor gebruikers van NIS/YP!"
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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:"
|
||||||
|
|
@ -74,7 +74,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.templates:4001
|
||||||
msgid "Remove all MariaDB databases?"
|
msgid "Remove all MariaDB databases?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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."
|
||||||
|
|
@ -96,7 +96,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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 "
|
||||||
|
|
@ -114,7 +114,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Should MySQL start on boot?"
|
#| msgid "Should MySQL start on boot?"
|
||||||
msgid "Start the MariaDB server on boot?"
|
msgid "Start the MariaDB server on boot?"
|
||||||
|
|
@ -122,7 +122,7 @@ msgstr "Moet MariaDB starten als de computer start?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "The MySQL can start automatically on boot time or only if you manually "
|
#| "The MySQL can start automatically on boot time or only if you manually "
|
||||||
|
|
@ -136,7 +136,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
#, 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:"
|
||||||
|
|
@ -144,7 +144,7 @@ msgstr "Nieuw wachtwoord voor de MariaDB \"root\"-gebruiker:"
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
#, 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 "
|
||||||
|
|
@ -158,13 +158,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:7001
|
#: ../mariadb-server-10.2.templates:7001
|
||||||
#, 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:"
|
||||||
|
|
@ -172,7 +172,7 @@ msgstr "Nieuw wachtwoord voor de MariaDB \"root\"-gebruiker:"
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
#, 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"
|
||||||
|
|
@ -180,7 +180,7 @@ msgstr "Kan het wachtwoord voor de MariaDB \"root\"-gebruiker niet instellen"
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
#, 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 "
|
||||||
|
|
@ -199,27 +199,27 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please read the /usr/share/doc/mariadb-server-10.1/README.Debian file for "
|
"Please read the /usr/share/doc/mariadb-server-10.2/README.Debian file for "
|
||||||
"more information."
|
"more information."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
msgid "Password input error"
|
msgid "Password input error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
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 ""
|
||||||
|
|
||||||
|
|
|
||||||
50
debian/po/pt.po
vendored
50
debian/po/pt.po
vendored
|
|
@ -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.1@packages.debian.org\n"
|
"Report-Msgid-Bugs-To: mariadb-10.2@packages.debian.org\n"
|
||||||
"POT-Creation-Date: 2012-01-12 13:08+0100\n"
|
"POT-Creation-Date: 2012-01-12 13:08+0100\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,19 +18,19 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "Really proceed with downgrade?"
|
msgid "Really proceed with downgrade?"
|
||||||
msgstr "Deseja mesmo fazer downgrade?"
|
msgstr "Deseja mesmo fazer downgrade?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
||||||
msgstr "Existe um ficheiro chamado /var/lib/mysql/debian-*.flag neste sistema."
|
msgstr "Existe um ficheiro chamado /var/lib/mysql/debian-*.flag neste sistema."
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Such file is an indication that a mariadb-server package with a higher "
|
#| "Such file is an indication that a mariadb-server package with a higher "
|
||||||
|
|
@ -44,7 +44,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"There is no guarantee that the version you're currently installing will be "
|
"There is no guarantee that the version you're currently installing will be "
|
||||||
"able to use the current databases."
|
"able to use the current databases."
|
||||||
|
|
@ -54,13 +54,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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.1.templates:3001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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 "
|
||||||
|
|
@ -81,13 +81,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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.1.templates:4001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid "Start the MariaDB server on boot?"
|
msgid "Start the MariaDB server on boot?"
|
||||||
msgstr "Iniciar o servidor MariaDB no arranque?"
|
msgstr "Iniciar o servidor MariaDB no arranque?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid ""
|
msgid ""
|
||||||
"The MariaDB server can be launched automatically at boot time or manually "
|
"The MariaDB server can be launched automatically at boot time or manually "
|
||||||
"with the '/etc/init.d/mysql start' command."
|
"with the '/etc/init.d/mysql start' command."
|
||||||
|
|
@ -125,13 +125,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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."
|
||||||
|
|
@ -141,7 +141,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
#, 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."
|
||||||
|
|
@ -150,7 +150,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:7001
|
#: ../mariadb-server-10.2.templates:7001
|
||||||
#, 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:"
|
||||||
|
|
@ -158,7 +158,7 @@ msgstr "Nova palavra-passe para o utilizador \"root\" do MariaDB:"
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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 "
|
||||||
|
|
@ -166,7 +166,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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 "
|
||||||
|
|
@ -179,7 +179,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
#, 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."
|
||||||
|
|
@ -189,27 +189,27 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
#, 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.1/README.Debian file for "
|
"Please read the /usr/share/doc/mariadb-server-10.2/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.1/README.Debian."
|
"server-10.2/README.Debian."
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
msgid "Password input error"
|
msgid "Password input error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
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 ""
|
||||||
|
|
||||||
|
|
|
||||||
54
debian/po/pt_BR.po
vendored
54
debian/po/pt_BR.po
vendored
|
|
@ -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.1@packages.debian.org\n"
|
"Report-Msgid-Bugs-To: mariadb-10.2@packages.debian.org\n"
|
||||||
"POT-Creation-Date: 2012-01-12 13:08+0100\n"
|
"POT-Creation-Date: 2012-01-12 13:08+0100\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,19 +21,19 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "Really proceed with downgrade?"
|
msgid "Really proceed with downgrade?"
|
||||||
msgstr "Realmente proceder com o rebaixamento de versão?"
|
msgstr "Realmente proceder com o rebaixamento de versão?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
||||||
msgstr "Um arquivo de nome /var/lib/mysql/debian-*.flag existe no sistema."
|
msgstr "Um arquivo de nome /var/lib/mysql/debian-*.flag existe no sistema."
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Such file is an indication that a mariadb-server package with a higher "
|
#| "Such file is an indication that a mariadb-server package with a higher "
|
||||||
|
|
@ -47,7 +47,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"There is no guarantee that the version you're currently installing will be "
|
"There is no guarantee that the version you're currently installing will be "
|
||||||
"able to use the current databases."
|
"able to use the current databases."
|
||||||
|
|
@ -57,13 +57,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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.1.templates:3001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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 "
|
||||||
|
|
@ -84,13 +84,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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.1.templates:4001
|
#: ../mariadb-server-10.2.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,7 +100,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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, "
|
||||||
|
|
@ -112,13 +112,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid "Start the MariaDB server on boot?"
|
msgid "Start the MariaDB server on boot?"
|
||||||
msgstr "Iniciar o servidor MariaDB junto a inicialização da máquina?"
|
msgstr "Iniciar o servidor MariaDB junto a inicialização da máquina?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid ""
|
msgid ""
|
||||||
"The MariaDB server can be launched automatically at boot time or manually "
|
"The MariaDB server can be launched automatically at boot time or manually "
|
||||||
"with the '/etc/init.d/mysql start' command."
|
"with the '/etc/init.d/mysql start' command."
|
||||||
|
|
@ -128,13 +128,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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."
|
||||||
|
|
@ -144,7 +144,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
#, 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."
|
||||||
|
|
@ -152,7 +152,7 @@ msgstr "Caso este campo seja deixado em branco, a senha não sera mudada."
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:7001
|
#: ../mariadb-server-10.2.templates:7001
|
||||||
#, 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:"
|
||||||
|
|
@ -160,13 +160,13 @@ msgstr "Nova senha para o usuário \"root\" do MariaDB:"
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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 "
|
||||||
|
|
@ -179,7 +179,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
#, 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."
|
||||||
|
|
@ -188,27 +188,27 @@ msgstr "Você deverá checar a senha dessa conta após a instalação deste paco
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
#, 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.1/README.Debian file for "
|
"Please read the /usr/share/doc/mariadb-server-10.2/README.Debian file for "
|
||||||
"more information."
|
"more information."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Por favor, leia o arquivo /usr/share/doc/mariadb-server-10.1/README.Debian "
|
"Por favor, leia o arquivo /usr/share/doc/mariadb-server-10.2/README.Debian "
|
||||||
"para maiores informações."
|
"para maiores informações."
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
msgid "Password input error"
|
msgid "Password input error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
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 ""
|
||||||
|
|
||||||
|
|
@ -308,13 +308,13 @@ msgstr ""
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "MySQL will only install if you have a non-numeric hostname that is "
|
#~ "MySQL will only install if you have a non-numeric hostname that is "
|
||||||
#~ "resolvable via the /etc/hosts file. E.g. if the \"hostname\" command "
|
#~ "resolvable via the /etc/hosts file. E.g. if the \"hostname\" command "
|
||||||
#~ "returns \"myhostname\" then there must be a line like \"10.1.0.1 "
|
#~ "returns \"myhostname\" then there must be a line like \"10.2.0.1 "
|
||||||
#~ "myhostname\"."
|
#~ "myhostname\"."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "O MySQL será instalado somente caso você possua um nome de host NÃO "
|
#~ "O MySQL será instalado somente caso você possua um nome de host NÃO "
|
||||||
#~ "NUMÉRICO que possa ser resolvido através do arquivo /etc/hosts, ou seja, "
|
#~ "NUMÉRICO que possa ser resolvido através do arquivo /etc/hosts, ou seja, "
|
||||||
#~ "caso o comando \"hostname\" retorne \"myhostname\", uma linha como "
|
#~ "caso o comando \"hostname\" retorne \"myhostname\", uma linha como "
|
||||||
#~ "\"10.1.0.1 myhostname\" deverá existir no arquivo /etc/hosts."
|
#~ "\"10.2.0.1 myhostname\" deverá existir no arquivo /etc/hosts."
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "A new mysql user \"debian-sys-maint\" will be created. This mysql account "
|
#~ "A new mysql user \"debian-sys-maint\" will be created. This mysql account "
|
||||||
|
|
|
||||||
48
debian/po/ro.po
vendored
48
debian/po/ro.po
vendored
|
|
@ -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.1@packages.debian.org\n"
|
"Report-Msgid-Bugs-To: mariadb-10.2@packages.debian.org\n"
|
||||||
"POT-Creation-Date: 2012-01-12 13:08+0100\n"
|
"POT-Creation-Date: 2012-01-12 13:08+0100\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,7 +19,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Do you really want to downgrade?"
|
#| msgid "Do you really want to downgrade?"
|
||||||
msgid "Really proceed with downgrade?"
|
msgid "Really proceed with downgrade?"
|
||||||
|
|
@ -27,13 +27,13 @@ msgstr "Sunteţi sigur că doriţi să instalaţi o versiune mai veche?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "WARNING: The file /var/lib/mysql/debian-*.flag exists. This indicates "
|
#| "WARNING: The file /var/lib/mysql/debian-*.flag exists. This indicates "
|
||||||
|
|
@ -50,7 +50,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"There is no guarantee that the version you're currently installing will be "
|
"There is no guarantee that the version you're currently installing will be "
|
||||||
"able to use the current databases."
|
"able to use the current databases."
|
||||||
|
|
@ -58,7 +58,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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"
|
||||||
|
|
@ -66,7 +66,7 @@ msgstr "Notă importantă pentru utilizatorii NIS/YP!"
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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:"
|
||||||
|
|
@ -74,7 +74,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.templates:4001
|
||||||
msgid "Remove all MariaDB databases?"
|
msgid "Remove all MariaDB databases?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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."
|
||||||
|
|
@ -96,7 +96,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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 "
|
||||||
|
|
@ -113,7 +113,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Should MySQL start on boot?"
|
#| msgid "Should MySQL start on boot?"
|
||||||
msgid "Start the MariaDB server on boot?"
|
msgid "Start the MariaDB server on boot?"
|
||||||
|
|
@ -121,7 +121,7 @@ msgstr "Doriţi ca MariaDB să pornească la initializarea sistemului?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "The MySQL can start automatically on boot time or only if you manually "
|
#| "The MySQL can start automatically on boot time or only if you manually "
|
||||||
|
|
@ -135,7 +135,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
#, 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:"
|
||||||
|
|
@ -143,7 +143,7 @@ msgstr "Noua parolă pentru utilizatorul „root” al MariaDB:"
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
#, 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 "
|
||||||
|
|
@ -157,13 +157,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:7001
|
#: ../mariadb-server-10.2.templates:7001
|
||||||
#, 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:"
|
||||||
|
|
@ -171,7 +171,7 @@ msgstr "Noua parolă pentru utilizatorul „root” al MariaDB:"
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
#, 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"
|
||||||
|
|
@ -179,7 +179,7 @@ msgstr "Nu s-a putut stabili parola pentru utilizatorul „root” al MariaDB"
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
#, 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 "
|
||||||
|
|
@ -198,27 +198,27 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please read the /usr/share/doc/mariadb-server-10.1/README.Debian file for "
|
"Please read the /usr/share/doc/mariadb-server-10.2/README.Debian file for "
|
||||||
"more information."
|
"more information."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
msgid "Password input error"
|
msgid "Password input error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
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 ""
|
||||||
|
|
||||||
|
|
|
||||||
52
debian/po/ru.po
vendored
52
debian/po/ru.po
vendored
|
|
@ -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.1@packages.debian.org\n"
|
"Report-Msgid-Bugs-To: mariadb-10.2@packages.debian.org\n"
|
||||||
"POT-Creation-Date: 2012-01-12 13:08+0100\n"
|
"POT-Creation-Date: 2012-01-12 13:08+0100\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,19 +32,19 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "Really proceed with downgrade?"
|
msgid "Really proceed with downgrade?"
|
||||||
msgstr "Действительно установить более старую версию?"
|
msgstr "Действительно установить более старую версию?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
||||||
msgstr "В системе найден файл /var/lib/mysql/debian-*.flag."
|
msgstr "В системе найден файл /var/lib/mysql/debian-*.flag."
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"Such a file is an indication that a mariadb-server package with a higher "
|
"Such a file is an indication that a mariadb-server package with a higher "
|
||||||
"version has been installed previously."
|
"version has been installed previously."
|
||||||
|
|
@ -54,7 +54,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"There is no guarantee that the version you're currently installing will be "
|
"There is no guarantee that the version you're currently installing will be "
|
||||||
"able to use the current databases."
|
"able to use the current databases."
|
||||||
|
|
@ -64,13 +64,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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.1.templates:3001
|
#: ../mariadb-server-10.2.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:"
|
||||||
|
|
@ -80,7 +80,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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:"
|
||||||
|
|
@ -88,13 +88,13 @@ msgstr "Также проверьте права доступа и владел
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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.1.templates:4001
|
#: ../mariadb-server-10.2.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."
|
||||||
|
|
@ -103,7 +103,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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, "
|
||||||
|
|
@ -115,13 +115,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid "Start the MariaDB server on boot?"
|
msgid "Start the MariaDB server on boot?"
|
||||||
msgstr "Запускать MariaDB при загрузке системы?"
|
msgstr "Запускать MariaDB при загрузке системы?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid ""
|
msgid ""
|
||||||
"The MariaDB server can be launched automatically at boot time or manually "
|
"The MariaDB server can be launched automatically at boot time or manually "
|
||||||
"with the '/etc/init.d/mysql start' command."
|
"with the '/etc/init.d/mysql start' command."
|
||||||
|
|
@ -131,13 +131,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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."
|
||||||
|
|
@ -147,25 +147,25 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:7001
|
#: ../mariadb-server-10.2.templates:7001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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 "
|
||||||
|
|
@ -177,32 +177,32 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Please read the /usr/share/doc/mariadb-server-10.1/README.Debian file for "
|
#| "Please read the /usr/share/doc/mariadb-server-10.2/README.Debian file for "
|
||||||
#| "more information."
|
#| "more information."
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please read the /usr/share/doc/mariadb-server-10.1/README.Debian file for "
|
"Please read the /usr/share/doc/mariadb-server-10.2/README.Debian file for "
|
||||||
"more information."
|
"more information."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Подробности см. в файле /usr/share/doc/mariadb-server-10.1/README.Debian."
|
"Подробности см. в файле /usr/share/doc/mariadb-server-10.2/README.Debian."
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
msgid "Password input error"
|
msgid "Password input error"
|
||||||
msgstr "Ошибка ввода пароля"
|
msgstr "Ошибка ввода пароля"
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
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 "Два введённых пароля не одинаковы. Повторите ввод."
|
||||||
|
|
||||||
|
|
|
||||||
52
debian/po/sv.po
vendored
52
debian/po/sv.po
vendored
|
|
@ -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.1@packages.debian.org\n"
|
"Report-Msgid-Bugs-To: mariadb-10.2@packages.debian.org\n"
|
||||||
"POT-Creation-Date: 2012-01-12 13:08+0100\n"
|
"POT-Creation-Date: 2012-01-12 13:08+0100\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,19 +21,19 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "Really proceed with downgrade?"
|
msgid "Really proceed with downgrade?"
|
||||||
msgstr "Vill du verkligen genomföra nedgraderingen?"
|
msgstr "Vill du verkligen genomföra nedgraderingen?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
||||||
msgstr "En fil med namnet /var/lib/mysql/debian-*.flag hittades i systemet."
|
msgstr "En fil med namnet /var/lib/mysql/debian-*.flag hittades i systemet."
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"Such a file is an indication that a mariadb-server package with a higher "
|
"Such a file is an indication that a mariadb-server package with a higher "
|
||||||
"version has been installed previously."
|
"version has been installed previously."
|
||||||
|
|
@ -43,7 +43,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"There is no guarantee that the version you're currently installing will be "
|
"There is no guarantee that the version you're currently installing will be "
|
||||||
"able to use the current databases."
|
"able to use the current databases."
|
||||||
|
|
@ -53,13 +53,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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.1.templates:3001
|
#: ../mariadb-server-10.2.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:"
|
||||||
|
|
@ -69,7 +69,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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:"
|
||||||
|
|
@ -79,13 +79,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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.1.templates:4001
|
#: ../mariadb-server-10.2.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."
|
||||||
|
|
@ -95,7 +95,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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, "
|
||||||
|
|
@ -107,13 +107,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid "Start the MariaDB server on boot?"
|
msgid "Start the MariaDB server on boot?"
|
||||||
msgstr "Ska MariaDB startas vid systemets uppstart?"
|
msgstr "Ska MariaDB startas vid systemets uppstart?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid ""
|
msgid ""
|
||||||
"The MariaDB server can be launched automatically at boot time or manually "
|
"The MariaDB server can be launched automatically at boot time or manually "
|
||||||
"with the '/etc/init.d/mysql start' command."
|
"with the '/etc/init.d/mysql start' command."
|
||||||
|
|
@ -123,13 +123,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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."
|
||||||
|
|
@ -139,25 +139,25 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:7001
|
#: ../mariadb-server-10.2.templates:7001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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 "
|
||||||
|
|
@ -170,33 +170,33 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Please read the /usr/share/doc/mariadb-server-10.1/README.Debian file for "
|
#| "Please read the /usr/share/doc/mariadb-server-10.2/README.Debian file for "
|
||||||
#| "more information."
|
#| "more information."
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please read the /usr/share/doc/mariadb-server-10.1/README.Debian file for "
|
"Please read the /usr/share/doc/mariadb-server-10.2/README.Debian file for "
|
||||||
"more information."
|
"more information."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Läs filen /usr/share/doc/mariadb-server-10.1/README.Debian för mer "
|
"Läs filen /usr/share/doc/mariadb-server-10.2/README.Debian för mer "
|
||||||
"information."
|
"information."
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
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.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
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."
|
||||||
|
|
||||||
|
|
|
||||||
48
debian/po/templates.pot
vendored
48
debian/po/templates.pot
vendored
|
|
@ -7,7 +7,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: mariadb-10.1@packages.debian.org\n"
|
"Report-Msgid-Bugs-To: mariadb-10.2@packages.debian.org\n"
|
||||||
"POT-Creation-Date: 2012-01-12 13:08+0100\n"
|
"POT-Creation-Date: 2012-01-12 13:08+0100\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,19 +19,19 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "Really proceed with downgrade?"
|
msgid "Really proceed with downgrade?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"Such a file is an indication that a mariadb-server package with a higher "
|
"Such a file is an indication that a mariadb-server package with a higher "
|
||||||
"version has been installed previously."
|
"version has been installed previously."
|
||||||
|
|
@ -39,7 +39,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"There is no guarantee that the version you're currently installing will be "
|
"There is no guarantee that the version you're currently installing will be "
|
||||||
"able to use the current databases."
|
"able to use the current databases."
|
||||||
|
|
@ -47,13 +47,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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.1.templates:3001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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:"
|
||||||
|
|
@ -69,13 +69,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.templates:4001
|
||||||
msgid "Remove all MariaDB databases?"
|
msgid "Remove all MariaDB databases?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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."
|
||||||
|
|
@ -83,7 +83,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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, "
|
||||||
|
|
@ -92,13 +92,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid "Start the MariaDB server on boot?"
|
msgid "Start the MariaDB server on boot?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
msgid ""
|
msgid ""
|
||||||
"The MariaDB server can be launched automatically at boot time or manually "
|
"The MariaDB server can be launched automatically at boot time or manually "
|
||||||
"with the '/etc/init.d/mysql start' command."
|
"with the '/etc/init.d/mysql start' command."
|
||||||
|
|
@ -106,13 +106,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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."
|
||||||
|
|
@ -120,25 +120,25 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:7001
|
#: ../mariadb-server-10.2.templates:7001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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 "
|
||||||
|
|
@ -147,26 +147,26 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please read the /usr/share/doc/mariadb-server-10.1/README.Debian file for "
|
"Please read the /usr/share/doc/mariadb-server-10.2/README.Debian file for "
|
||||||
"more information."
|
"more information."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
msgid "Password input error"
|
msgid "Password input error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
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 ""
|
||||||
|
|
|
||||||
52
debian/po/tr.po
vendored
52
debian/po/tr.po
vendored
|
|
@ -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.1@packages.debian.org\n"
|
"Report-Msgid-Bugs-To: mariadb-10.2@packages.debian.org\n"
|
||||||
"POT-Creation-Date: 2012-01-12 13:08+0100\n"
|
"POT-Creation-Date: 2012-01-12 13:08+0100\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,19 +18,19 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "Really proceed with downgrade?"
|
msgid "Really proceed with downgrade?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"Such a file is an indication that a mariadb-server package with a higher "
|
"Such a file is an indication that a mariadb-server package with a higher "
|
||||||
"version has been installed previously."
|
"version has been installed previously."
|
||||||
|
|
@ -38,7 +38,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:2001
|
#: ../mariadb-server-10.2.templates:2001
|
||||||
msgid ""
|
msgid ""
|
||||||
"There is no guarantee that the version you're currently installing will be "
|
"There is no guarantee that the version you're currently installing will be "
|
||||||
"able to use the current databases."
|
"able to use the current databases."
|
||||||
|
|
@ -46,7 +46,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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"
|
||||||
|
|
@ -54,7 +54,7 @@ msgstr "NIS/YP kullanıcıları için önemli not!"
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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 ""
|
||||||
|
|
||||||
#. Type: note
|
#. Type: note
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:3001
|
#: ../mariadb-server-10.2.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:"
|
||||||
|
|
@ -70,13 +70,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.templates:4001
|
||||||
msgid "Remove all MariaDB databases?"
|
msgid "Remove all MariaDB databases?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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."
|
||||||
|
|
@ -84,7 +84,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:4001
|
#: ../mariadb-server-10.2.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, "
|
||||||
|
|
@ -93,7 +93,7 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Should MySQL start on boot?"
|
#| msgid "Should MySQL start on boot?"
|
||||||
msgid "Start the MariaDB server on boot?"
|
msgid "Start the MariaDB server on boot?"
|
||||||
|
|
@ -101,7 +101,7 @@ msgstr "MariaDB açılış sırasında başlatılsın mı?"
|
||||||
|
|
||||||
#. Type: boolean
|
#. Type: boolean
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:5001
|
#: ../mariadb-server-10.2.templates:5001
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"The MariaDB server can be launched automatically at boot time or manually "
|
"The MariaDB server can be launched automatically at boot time or manually "
|
||||||
|
|
@ -113,13 +113,13 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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,25 +127,25 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: password
|
#. Type: password
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:6001
|
#: ../mariadb-server-10.2.templates:6001
|
||||||
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.1.templates:7001
|
#: ../mariadb-server-10.2.templates:7001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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 "
|
||||||
|
|
@ -154,27 +154,27 @@ msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
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.1.templates:8001
|
#: ../mariadb-server-10.2.templates:8001
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please read the /usr/share/doc/mariadb-server-10.1/README.Debian file for "
|
"Please read the /usr/share/doc/mariadb-server-10.2/README.Debian file for "
|
||||||
"more information."
|
"more information."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
msgid "Password input error"
|
msgid "Password input error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Type: error
|
#. Type: error
|
||||||
#. Description
|
#. Description
|
||||||
#: ../mariadb-server-10.1.templates:9001
|
#: ../mariadb-server-10.2.templates:9001
|
||||||
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 ""
|
||||||
|
|
||||||
|
|
@ -206,12 +206,12 @@ msgstr ""
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "MySQL will only install if you have a non-numeric hostname that is "
|
#~ "MySQL will only install if you have a non-numeric hostname that is "
|
||||||
#~ "resolvable via the /etc/hosts file. E.g. if the \"hostname\" command "
|
#~ "resolvable via the /etc/hosts file. E.g. if the \"hostname\" command "
|
||||||
#~ "returns \"myhostname\" then there must be a line like \"10.1.0.1 "
|
#~ "returns \"myhostname\" then there must be a line like \"10.2.0.1 "
|
||||||
#~ "myhostname\"."
|
#~ "myhostname\"."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "MySQL sadece /etc/hosts dosyası yoluyla çözülebilir NUMERİK OLMAYAN bir "
|
#~ "MySQL sadece /etc/hosts dosyası yoluyla çözülebilir NUMERİK OLMAYAN bir "
|
||||||
#~ "makine adına sahipseniz kurulacaktır. Örneğin, eğer \"hostname\" komutu "
|
#~ "makine adına sahipseniz kurulacaktır. Örneğin, eğer \"hostname\" komutu "
|
||||||
#~ "\"makinem\" ismini döndürüyorsa, bu dosya içinde \"10.1.0.1 makinem\" "
|
#~ "\"makinem\" ismini döndürüyorsa, bu dosya içinde \"10.2.0.1 makinem\" "
|
||||||
#~ "gibi bir satır olmalıdır."
|
#~ "gibi bir satır olmalıdır."
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
|
|
|
||||||
26
debian/rules
vendored
26
debian/rules
vendored
|
|
@ -3,7 +3,7 @@
|
||||||
export DH_VERBOSE=1
|
export DH_VERBOSE=1
|
||||||
export DEB_BUILD_HARDENING=1
|
export DEB_BUILD_HARDENING=1
|
||||||
|
|
||||||
PACKAGE=mariadb-10.1
|
PACKAGE=mariadb-10.2
|
||||||
|
|
||||||
include /usr/share/dpatch/dpatch.make
|
include /usr/share/dpatch/dpatch.make
|
||||||
|
|
||||||
|
|
@ -163,37 +163,37 @@ install: build
|
||||||
|
|
||||||
# mariadb-server
|
# mariadb-server
|
||||||
install -m 0755 $(BUILDDIR)/scripts/mysqld_safe $(TMP)/usr/bin/mysqld_safe
|
install -m 0755 $(BUILDDIR)/scripts/mysqld_safe $(TMP)/usr/bin/mysqld_safe
|
||||||
mkdir -p $(TMP)/usr/share/doc/mariadb-server-10.1/examples
|
mkdir -p $(TMP)/usr/share/doc/mariadb-server-10.2/examples
|
||||||
# We have a sane my.cnf, cruft not needed (remove my-*.cnf and config-*.cnf)
|
# We have a sane my.cnf, cruft not needed (remove my-*.cnf and config-*.cnf)
|
||||||
# $(TMP)/usr/share/mysql/*cnf $(TMP)/usr/share/doc/mariadb-server-10.1/examples/
|
# $(TMP)/usr/share/mysql/*cnf $(TMP)/usr/share/doc/mariadb-server-10.2/examples/
|
||||||
rm -vf $(TMP)/usr/share/mysql/my-*.cnf \
|
rm -vf $(TMP)/usr/share/mysql/my-*.cnf \
|
||||||
$(TMP)/usr/share/mysql/config-*.cnf \
|
$(TMP)/usr/share/mysql/config-*.cnf \
|
||||||
$(TMP)/usr/share/mysql/mi_test_all* \
|
$(TMP)/usr/share/mysql/mi_test_all* \
|
||||||
$(TMP)/usr/share/mysql/mysql-log-rotate \
|
$(TMP)/usr/share/mysql/mysql-log-rotate \
|
||||||
$(TMP)/usr/share/mysql/mysql.server \
|
$(TMP)/usr/share/mysql/mysql.server \
|
||||||
$(TMP)/usr/share/mysql/binary-configure
|
$(TMP)/usr/share/mysql/binary-configure
|
||||||
nm -n $(BUILDDIR)/sql/mysqld |gzip -9 > $(TMP)/usr/share/doc/mariadb-server-10.1/mysqld.sym.gz
|
nm -n $(BUILDDIR)/sql/mysqld |gzip -9 > $(TMP)/usr/share/doc/mariadb-server-10.2/mysqld.sym.gz
|
||||||
install -m 0755 debian/additions/echo_stderr $(TMP)/usr/share/mysql/
|
install -m 0755 debian/additions/echo_stderr $(TMP)/usr/share/mysql/
|
||||||
install -m 0755 debian/additions/debian-start $(TMP)/etc/mysql/
|
install -m 0755 debian/additions/debian-start $(TMP)/etc/mysql/
|
||||||
install -m 0755 debian/additions/debian-start.inc.sh $(TMP)/usr/share/mysql/
|
install -m 0755 debian/additions/debian-start.inc.sh $(TMP)/usr/share/mysql/
|
||||||
|
|
||||||
install -m 0644 $(builddir)/Docs/INFO_SRC $(TMP)/usr/share/doc/mariadb-server-10.1/INFO_SRC
|
install -m 0644 $(builddir)/Docs/INFO_SRC $(TMP)/usr/share/doc/mariadb-server-10.2/INFO_SRC
|
||||||
install -m 0644 $(builddir)/Docs/INFO_BIN $(TMP)/usr/share/doc/mariadb-server-10.1/INFO_BIN
|
install -m 0644 $(builddir)/Docs/INFO_BIN $(TMP)/usr/share/doc/mariadb-server-10.2/INFO_BIN
|
||||||
|
|
||||||
# mariadb-test
|
# mariadb-test
|
||||||
mv $(TMP)/usr/mysql-test $(TMP)/usr/share/mysql
|
mv $(TMP)/usr/mysql-test $(TMP)/usr/share/mysql
|
||||||
|
|
||||||
# For 5.0 -> 10.1 transition
|
# For 5.0 -> 10.2 transition
|
||||||
d=$(TMP)/usr/share/mysql-common/internal-use-only/; \
|
d=$(TMP)/usr/share/mysql-common/internal-use-only/; \
|
||||||
mkdir -p $$d; \
|
mkdir -p $$d; \
|
||||||
cp debian/mariadb-server-10.1.mysql.init $$d/_etc_init.d_mysql; \
|
cp debian/mariadb-server-10.2.mysql.init $$d/_etc_init.d_mysql; \
|
||||||
cp debian/mariadb-server-10.1.mysql-server.logrotate $$d/_etc_logrotate.d_mysql-server; \
|
cp debian/mariadb-server-10.2.mysql-server.logrotate $$d/_etc_logrotate.d_mysql-server; \
|
||||||
cp debian/additions/debian-start $$d/_etc_mysql_debian-start;
|
cp debian/additions/debian-start $$d/_etc_mysql_debian-start;
|
||||||
|
|
||||||
# install AppArmor profile
|
# 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
|
||||||
# install Apport hook
|
# install Apport hook
|
||||||
install -D -m 644 debian/mariadb-server-10.1.py $(TMP)/usr/share/apport/package-hooks/source_mariadb-10.1.py
|
install -D -m 644 debian/mariadb-server-10.2.py $(TMP)/usr/share/apport/package-hooks/source_mariadb-10.2.py
|
||||||
|
|
||||||
autorm=debian/autorm-file; \
|
autorm=debian/autorm-file; \
|
||||||
rm -f $$autorm; \
|
rm -f $$autorm; \
|
||||||
|
|
@ -241,12 +241,12 @@ binary-arch: build install
|
||||||
dh_installexamples -a
|
dh_installexamples -a
|
||||||
dh_installmenu -a
|
dh_installmenu -a
|
||||||
dh_installlogrotate -a --name mysql-server
|
dh_installlogrotate -a --name mysql-server
|
||||||
if [ -x /usr/bin/dh_systemd_enable -a -f debian/mariadb-server-10.1/lib/systemd/system/mariadb.service ]; then dh_systemd_enable -pmariadb-server-10.1 mariadb.service; fi
|
if [ -x /usr/bin/dh_systemd_enable -a -f debian/mariadb-server-10.2/lib/systemd/system/mariadb.service ]; then dh_systemd_enable -pmariadb-server-10.2 mariadb.service; fi
|
||||||
if [ -x /usr/bin/dh_systemd_enable -a -f debian/mariadb-server-10.1/lib/systemd/system/mariadb@.service ]; then dh_systemd_enable --no-enable -pmariadb-server-10.1 mariadb@.service; fi
|
if [ -x /usr/bin/dh_systemd_enable -a -f debian/mariadb-server-10.2/lib/systemd/system/mariadb@.service ]; then dh_systemd_enable --no-enable -pmariadb-server-10.2 mariadb@.service; fi
|
||||||
# Start mysql in runlevel 19 before 20 where apache, proftpd etc gets
|
# Start mysql in runlevel 19 before 20 where apache, proftpd etc gets
|
||||||
# started which might depend on a running database server.
|
# started which might depend on a running database server.
|
||||||
dh_installinit -a --name=mysql -- defaults 19 21
|
dh_installinit -a --name=mysql -- defaults 19 21
|
||||||
if [ -x /usr/bin/dh_systemd_start -a -f debian/mariadb-server-10.1/lib/systemd/system/mariadb.service ]; then dh_systemd_start -pmariadb-server-10.1 --restart-after-upgrade mariadb.service; fi
|
if [ -x /usr/bin/dh_systemd_start -a -f debian/mariadb-server-10.2/lib/systemd/system/mariadb.service ]; then dh_systemd_start -pmariadb-server-10.2 --restart-after-upgrade mariadb.service; fi
|
||||||
dh_installcron -a --name mysql-server
|
dh_installcron -a --name mysql-server
|
||||||
dh_installman -a
|
dh_installman -a
|
||||||
dh_installinfo -a
|
dh_installinfo -a
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ MY_CHECK_AND_SET_COMPILER_FLAG("-Wno-vla")
|
||||||
MY_CHECK_AND_SET_COMPILER_FLAG("-Wno-vla" DEBUG)
|
MY_CHECK_AND_SET_COMPILER_FLAG("-Wno-vla" DEBUG)
|
||||||
|
|
||||||
############################################
|
############################################
|
||||||
SET(TOKUDB_DEB_FILES "usr/lib/mysql/plugin/ha_tokudb.so\netc/mysql/conf.d/tokudb.cnf\nusr/bin/tokuftdump\nusr/share/doc/mariadb-server-10.1/README-TOKUDB\nusr/share/doc/mariadb-server-10.1/README.md" PARENT_SCOPE)
|
SET(TOKUDB_DEB_FILES "usr/lib/mysql/plugin/ha_tokudb.so\netc/mysql/conf.d/tokudb.cnf\nusr/bin/tokuftdump\nusr/share/doc/mariadb-server-10.2/README-TOKUDB\nusr/share/doc/mariadb-server-10.2/README.md" PARENT_SCOPE)
|
||||||
SET(TOKUDB_VERSION "tokudb-7.5.7")
|
SET(TOKUDB_VERSION "tokudb-7.5.7")
|
||||||
SET(USE_BDB OFF CACHE BOOL "")
|
SET(USE_BDB OFF CACHE BOOL "")
|
||||||
MARK_AS_ADVANCED(BUILDNAME)
|
MARK_AS_ADVANCED(BUILDNAME)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue