diff options
author | Maciej Matejczuk <mmatejczuk@gmail.com> | 2013-07-28 02:11:25 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-07-28 02:11:25 +0200 |
commit | 4b0e9be14f53973587becf18a79ad97e0b8ae195 (patch) | |
tree | baf4bcace3f75e9a19a71c82cda56db6aa36eb1f /lib/plugins/authmysql | |
parent | b3fd863955b2c6c1987f36b9206b806da6e487c0 (diff) | |
download | rpg-4b0e9be14f53973587becf18a79ad97e0b8ae195.tar.gz rpg-4b0e9be14f53973587becf18a79ad97e0b8ae195.tar.bz2 |
Polish language update
Diffstat (limited to 'lib/plugins/authmysql')
-rw-r--r-- | lib/plugins/authmysql/lang/pl/settings.php | 10 |
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'; |