diff options
Diffstat (limited to 'lib/plugins/authplain/lang')
-rw-r--r-- | lib/plugins/authplain/lang/cs/lang.php | 8 | ||||
-rw-r--r-- | lib/plugins/authplain/lang/hu/lang.php | 8 | ||||
-rw-r--r-- | lib/plugins/authplain/lang/it/lang.php | 5 | ||||
-rw-r--r-- | lib/plugins/authplain/lang/ru/lang.php | 8 |
4 files changed, 21 insertions, 8 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'; diff --git a/lib/plugins/authplain/lang/hu/lang.php b/lib/plugins/authplain/lang/hu/lang.php index 6de5db772..5f684d722 100644 --- a/lib/plugins/authplain/lang/hu/lang.php +++ b/lib/plugins/authplain/lang/hu/lang.php @@ -1,6 +1,10 @@ <?php + /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * + * @author Marton Sebok <sebokmarton@gmail.com> */ -$lang['userexists'] = 'Sajnáljuk, ilyen azonosítójú felhasználónk már van.'; +$lang['userexists'] = 'Sajnáljuk, ilyen azonosítójú felhasználónk már van.'; +$lang['usernotexists'] = 'Sajnos ez a felhasználó nem létezik.'; +$lang['writefail'] = 'A felhasználói adatok módosítása sikertelen. Kérlek, fordulj a wiki rendszergazdájához!'; diff --git a/lib/plugins/authplain/lang/it/lang.php b/lib/plugins/authplain/lang/it/lang.php index 716041ffb..610b512a4 100644 --- a/lib/plugins/authplain/lang/it/lang.php +++ b/lib/plugins/authplain/lang/it/lang.php @@ -1,6 +1,7 @@ <?php + /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * */ -$lang['userexists'] = 'Il nome utente inserito esiste già.'; +$lang['userexists'] = 'Il nome utente inserito esiste già.'; diff --git a/lib/plugins/authplain/lang/ru/lang.php b/lib/plugins/authplain/lang/ru/lang.php index 8a40852d6..c36d5b444 100644 --- a/lib/plugins/authplain/lang/ru/lang.php +++ b/lib/plugins/authplain/lang/ru/lang.php @@ -1,6 +1,10 @@ <?php + /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * + * @author RainbowSpike <1@2.ru> */ -$lang['userexists'] = 'Извините, пользователь с таким логином уже существует.'; +$lang['userexists'] = 'Извините, пользователь с таким логином уже существует.'; +$lang['usernotexists'] = 'Этот пользователь незарегистрирован.'; +$lang['writefail'] = 'Невозможно обновить данные пользователя. Свяжитесь с администратором вики'; |