summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-01-21 13:22:44 -0800
committerAndreas Gohr <andi@splitbrain.org>2014-01-21 13:22:44 -0800
commitdcb71ffc2dccc1dd6024ba95a8f758f2e687a3f0 (patch)
treea7a4e241d0b21e24757f59565c7017f1fc5d5b65 /lib/plugins/authmysql
parent48e8e6fe70b186145f7d40faaf95708e40d6dcb2 (diff)
parent1093058c04263725937daf750bfe776178f80f04 (diff)
downloadrpg-dcb71ffc2dccc1dd6024ba95a8f758f2e687a3f0.tar.gz
rpg-dcb71ffc2dccc1dd6024ba95a8f758f2e687a3f0.tar.bz2
Merge pull request #509 from dokuwiki-translate/lang_update_29
Translation update (pl)
Diffstat (limited to 'lib/plugins/authmysql')
-rw-r--r--lib/plugins/authmysql/lang/pl/settings.php3
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ł.';