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