diff options
author | Paweł Jan Czochański <czochanski@gmail.com> | 2014-01-21 22:21:08 +0100 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2014-01-21 22:21:08 +0100 |
commit | 1093058c04263725937daf750bfe776178f80f04 (patch) | |
tree | a7a4e241d0b21e24757f59565c7017f1fc5d5b65 /lib/plugins/authmysql/lang/pl | |
parent | 48e8e6fe70b186145f7d40faaf95708e40d6dcb2 (diff) | |
download | rpg-1093058c04263725937daf750bfe776178f80f04.tar.gz rpg-1093058c04263725937daf750bfe776178f80f04.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authmysql/lang/pl')
-rw-r--r-- | lib/plugins/authmysql/lang/pl/settings.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/pl/settings.php b/lib/plugins/authmysql/lang/pl/settings.php index 5ae6bf168..88cbd5d6f 100644 --- a/lib/plugins/authmysql/lang/pl/settings.php +++ b/lib/plugins/authmysql/lang/pl/settings.php @@ -3,9 +3,12 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * + * @author Paweł Jan Czochański <czochanski@gmail.com> */ $lang['server'] = 'Twój server MySQL'; $lang['user'] = 'Nazwa użytkownika MySQL'; $lang['password'] = 'Hasło dla powyższego użytkownika'; $lang['database'] = 'Używana baza danych'; $lang['charset'] = 'Zestaw znaków uzyty w bazie danych'; +$lang['debug'] = 'Wyświetlaj dodatkowe informacje do debugowania.'; +$lang['checkPass'] = 'Zapytanie SQL wykorzystywane do sprawdzania haseł.'; |