diff options
author | Gerrit Uitslag <klapinklapin@gmail.com> | 2013-10-06 11:47:12 -0700 |
---|---|---|
committer | Gerrit Uitslag <klapinklapin@gmail.com> | 2013-10-06 11:47:12 -0700 |
commit | a28f4344975a38a4fccbf859720cc7ae2e9a1376 (patch) | |
tree | 0380cfbfa55939bdd1b8148ae4a15021bd4c10ee /lib | |
parent | 5e33629e83f68d94c31bd60473b3813bbd5c2084 (diff) | |
parent | f05494e53f19d5c2c5d6fa74c4bcb19828f3e2ce (diff) | |
download | rpg-a28f4344975a38a4fccbf859720cc7ae2e9a1376.tar.gz rpg-a28f4344975a38a4fccbf859720cc7ae2e9a1376.tar.bz2 |
Merge pull request #364 from splitbrain/fixsklocalization
Fixsklocalization
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugins/authmysql/lang/sk/settings.php | 4 | ||||
-rw-r--r-- | lib/plugins/authpgsql/lang/sk/settings.php | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/sk/settings.php b/lib/plugins/authmysql/lang/sk/settings.php index 4dfdfbf29..d0df4aeef 100644 --- a/lib/plugins/authmysql/lang/sk/settings.php +++ b/lib/plugins/authmysql/lang/sk/settings.php @@ -7,3 +7,7 @@ */ $lang['password'] = 'Heslo pre vyššie uvedeného používateľa'; $lang['debug'] = 'Zobraziť doplňujúce ladiace informácie'; +$lang['server'] = 'MySQL server'; +$lang['user'] = 'MySQL meno používateľa'; +$lang['database'] = 'Použiť databázu'; +$lang['charset'] = 'Znaková sada databázy';
\ No newline at end of file diff --git a/lib/plugins/authpgsql/lang/sk/settings.php b/lib/plugins/authpgsql/lang/sk/settings.php index 4dfdfbf29..1a80c7409 100644 --- a/lib/plugins/authpgsql/lang/sk/settings.php +++ b/lib/plugins/authpgsql/lang/sk/settings.php @@ -7,3 +7,7 @@ */ $lang['password'] = 'Heslo pre vyššie uvedeného používateľa'; $lang['debug'] = 'Zobraziť doplňujúce ladiace informácie'; +$lang['server'] = 'PostgreSQL server'; +$lang['port'] = 'Port PostgreSQL servera'; +$lang['user'] = 'Meno používateľa PostgreSQL'; +$lang['database'] = 'Použiť databázu';
\ No newline at end of file |