diff options
Diffstat (limited to 'wiki/lib/plugins/authmysql/lang/pl/lang.php')
-rw-r--r-- | wiki/lib/plugins/authmysql/lang/pl/lang.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/wiki/lib/plugins/authmysql/lang/pl/lang.php b/wiki/lib/plugins/authmysql/lang/pl/lang.php new file mode 100644 index 0000000..14f645e --- /dev/null +++ b/wiki/lib/plugins/authmysql/lang/pl/lang.php @@ -0,0 +1,11 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Wojciech Lichota <wojciech@lichota.pl> + */ +$lang['connectfail'] = 'Nie można połączyć się z bazą danych.'; +$lang['userexists'] = 'Niestety, użytkownik o tym loginie już istnieje.'; +$lang['usernotexists'] = 'Niestety, taki użytkownik nie istnieje.'; +$lang['writefail'] = 'Nie można zmodyfikować danych użytkownika. Proszę poinformować administratora Wiki.'; |