diff options
author | Gerrit Uitslag <klapinklapin@gmail.com> | 2013-10-06 20:40:34 +0200 |
---|---|---|
committer | Gerrit Uitslag <klapinklapin@gmail.com> | 2013-10-06 20:40:34 +0200 |
commit | f05494e53f19d5c2c5d6fa74c4bcb19828f3e2ce (patch) | |
tree | 1a7f67fe97196ba9d83fbc7f2e154fc3dc6a81ac /lib | |
parent | 13af2b2c9bce9b46a0060d4d0b896ed69ebc3755 (diff) | |
parent | c312f2806002b060e8bd2b6e69e3749020d56fb5 (diff) | |
download | rpg-f05494e53f19d5c2c5d6fa74c4bcb19828f3e2ce.tar.gz rpg-f05494e53f19d5c2c5d6fa74c4bcb19828f3e2ce.tar.bz2 |
Merge remote-tracking branch 'dokutranslatefork/lang_update_351' into fixsklocalization
Conflicts:
lib/plugins/authmysql/lang/sk/settings.php
lib/plugins/authpgsql/lang/sk/settings.php
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 |