summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql/lang/cs/lang.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-08-12 09:11:30 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-08-12 09:11:30 +0200
commit73554c87a31fe42b5538675ef2d0a2b0936a72e9 (patch)
tree0941a20e042d5023e59a4fea9b64d5b3c80e0106 /lib/plugins/authmysql/lang/cs/lang.php
parente25a6ed390233a8763e61d541ab57dfbbf5a29a2 (diff)
parent174004e9f7705c99ac73f4fd56fe609de16730b4 (diff)
downloadrpg-73554c87a31fe42b5538675ef2d0a2b0936a72e9.tar.gz
rpg-73554c87a31fe42b5538675ef2d0a2b0936a72e9.tar.bz2
Merge pull request #1295 from dokuwiki-translate/lang_update_821
Translation update (cs)
Diffstat (limited to 'lib/plugins/authmysql/lang/cs/lang.php')
-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';