diff options
Diffstat (limited to 'wiki/lib/plugins/authmysql/lang/cs/lang.php')
-rw-r--r-- | wiki/lib/plugins/authmysql/lang/cs/lang.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/wiki/lib/plugins/authmysql/lang/cs/lang.php b/wiki/lib/plugins/authmysql/lang/cs/lang.php deleted file mode 100644 index 4dd63b4..0000000 --- a/wiki/lib/plugins/authmysql/lang/cs/lang.php +++ /dev/null @@ -1,11 +0,0 @@ -<?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'; |