diff options
Diffstat (limited to 'wiki/lib/plugins/authmysql/lang/uk/lang.php')
-rw-r--r-- | wiki/lib/plugins/authmysql/lang/uk/lang.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/wiki/lib/plugins/authmysql/lang/uk/lang.php b/wiki/lib/plugins/authmysql/lang/uk/lang.php new file mode 100644 index 0000000..e6cbaf0 --- /dev/null +++ b/wiki/lib/plugins/authmysql/lang/uk/lang.php @@ -0,0 +1,10 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Nina Zolotova <nina-z@i.ua> + */ +$lang['connectfail'] = 'Не вдалося з\'єднатися з базою даних.'; +$lang['userexists'] = 'Вибачте, користувач з таким логіном вже існує.'; +$lang['usernotexists'] = 'Вибачте, такого користувача не існує.'; |