summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql
diff options
context:
space:
mode:
authorJaroslav Lichtblau <jlichtblau@seznam.cz>2015-08-11 20:26:17 +0200
committerTranslator of Dokuwiki <translate@dokuwiki.org>2015-08-11 20:26:17 +0200
commit174004e9f7705c99ac73f4fd56fe609de16730b4 (patch)
treead63dde14b3c8f3cebece526edea788d66ec0e44 /lib/plugins/authmysql
parenta060d9973e7c1d5051f2cc426937881826e4972e (diff)
downloadrpg-174004e9f7705c99ac73f4fd56fe609de16730b4.tar.gz
rpg-174004e9f7705c99ac73f4fd56fe609de16730b4.tar.bz2
translation update
Diffstat (limited to 'lib/plugins/authmysql')
-rw-r--r--lib/plugins/authmysql/lang/cs/lang.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/cs/lang.php b/lib/plugins/authmysql/lang/cs/lang.php
new file mode 100644
index 000000000..464a031b1
--- /dev/null
+++ b/lib/plugins/authmysql/lang/cs/lang.php
@@ -0,0 +1,11 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Jaroslav Lichtblau <jlichtblau@seznam.cz>
+ */
+$lang['connectfail'] = 'Selhalo připojení k databázi.';
+$lang['userexists'] = 'Omlouváme se, ale uživatel s tímto jménem již existuje.';
+$lang['usernotexists'] = 'Omlouváme se, uživatel tohoto jména neexistuje.';
+$lang['writefail'] = 'Nelze změnit údaje uživatele. Informujte prosím správce wiki';