summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql/lang
diff options
context:
space:
mode:
authorMaciej Matejczuk <mmatejczuk@gmail.com>2013-07-28 02:11:25 +0200
committerAndreas Gohr <andi@splitbrain.org>2013-07-28 02:11:25 +0200
commit4b0e9be14f53973587becf18a79ad97e0b8ae195 (patch)
treebaf4bcace3f75e9a19a71c82cda56db6aa36eb1f /lib/plugins/authmysql/lang
parentb3fd863955b2c6c1987f36b9206b806da6e487c0 (diff)
downloadrpg-4b0e9be14f53973587becf18a79ad97e0b8ae195.tar.gz
rpg-4b0e9be14f53973587becf18a79ad97e0b8ae195.tar.bz2
Polish language update
Diffstat (limited to 'lib/plugins/authmysql/lang')
-rw-r--r--lib/plugins/authmysql/lang/pl/settings.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/pl/settings.php b/lib/plugins/authmysql/lang/pl/settings.php
new file mode 100644
index 000000000..93528cf34
--- /dev/null
+++ b/lib/plugins/authmysql/lang/pl/settings.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Polish language file
+ *
+ */
+$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';