diff options
author | Jaroslav Lichtblau <jlichtblau@seznam.cz> | 2015-08-11 20:26:17 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2015-08-11 20:26:17 +0200 |
commit | 174004e9f7705c99ac73f4fd56fe609de16730b4 (patch) | |
tree | ad63dde14b3c8f3cebece526edea788d66ec0e44 /lib/plugins/authplain/lang/cs/lang.php | |
parent | a060d9973e7c1d5051f2cc426937881826e4972e (diff) | |
download | rpg-174004e9f7705c99ac73f4fd56fe609de16730b4.tar.gz rpg-174004e9f7705c99ac73f4fd56fe609de16730b4.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authplain/lang/cs/lang.php')
-rw-r--r-- | lib/plugins/authplain/lang/cs/lang.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/plugins/authplain/lang/cs/lang.php b/lib/plugins/authplain/lang/cs/lang.php index 8128d45a3..852a30044 100644 --- a/lib/plugins/authplain/lang/cs/lang.php +++ b/lib/plugins/authplain/lang/cs/lang.php @@ -1,6 +1,10 @@ <?php + /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * + * @author Jaroslav Lichtblau <jlichtblau@seznam.cz> */ -$lang['userexists'] = 'Uživatel se stejným jménem už je zaregistrován.'; +$lang['userexists'] = 'Uživatel se stejným jménem už je zaregistrován.'; +$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'; |