diff options
Diffstat (limited to 'lib/plugins/authmysql/lang/sr')
-rw-r--r-- | lib/plugins/authmysql/lang/sr/lang.php | 11 | ||||
-rw-r--r-- | lib/plugins/authmysql/lang/sr/settings.php | 14 |
2 files changed, 25 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/sr/lang.php b/lib/plugins/authmysql/lang/sr/lang.php new file mode 100644 index 000000000..7ec2fb6a5 --- /dev/null +++ b/lib/plugins/authmysql/lang/sr/lang.php @@ -0,0 +1,11 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Марко М. Костић <marko.m.kostic@gmail.com> + */ +$lang['connectfail'] = 'Нисам успео да се повежем на базу.'; +$lang['userexists'] = 'Нажалост, корисник са таквом пријавом већ постоји.'; +$lang['usernotexists'] = 'Нажалост, тај корисник не постоји.'; +$lang['writefail'] = 'Не могу да променим корисничке податке. Обавестите админа викија'; diff --git a/lib/plugins/authmysql/lang/sr/settings.php b/lib/plugins/authmysql/lang/sr/settings.php new file mode 100644 index 000000000..d22617c9a --- /dev/null +++ b/lib/plugins/authmysql/lang/sr/settings.php @@ -0,0 +1,14 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Марко М. Костић <marko.m.kostic@gmail.com> + */ +$lang['server'] = 'Ваш MySQL сервер'; +$lang['user'] = 'MySQL корисничко име'; +$lang['password'] = 'Лозинка корисника изнад'; +$lang['database'] = 'База коју треба користити'; +$lang['charset'] = 'Кодни распоред коришћен у бази'; +$lang['debug'] = 'Прикажи додатне податке за поправљање грешака'; +$lang['forwardClearPass'] = 'Пренеси корисничке лозинке као чист текст у SQL изјавама испод уместо коришћења passcrypt опције'; |