diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-03-06 01:07:58 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-03-06 01:07:58 +0000 |
commit | 15673bc6011f6a8b934e251df4ac9cff6c37c465 (patch) | |
tree | 16c731737e5902c293a4182465c4e27b15884ea2 /apps/theming/l10n/sk.js | |
parent | 1d5e94a4f25450649dc65a9a70e28230fc2a3050 (diff) | |
download | nextcloud-server-15673bc6011f6a8b934e251df4ac9cff6c37c465.tar.gz nextcloud-server-15673bc6011f6a8b934e251df4ac9cff6c37c465.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/theming/l10n/sk.js')
-rw-r--r-- | apps/theming/l10n/sk.js | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/apps/theming/l10n/sk.js b/apps/theming/l10n/sk.js new file mode 100644 index 00000000000..5f3693fbad1 --- /dev/null +++ b/apps/theming/l10n/sk.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "theming", + { + "Admin" : "Administrátor", + "a safe home for all your data" : "bezpečný domov pre všetky vaše dáta", + "The given name is too long" : "Zadané meno je príliš dlhé", + "The given web address is too long" : "Zadaná web adresa je príliš dlhá", + "The given slogan is too long" : "Zadaný slogan je príliš dlhý", + "The given color is invalid" : "Zadaná farba nie je platná", + "Saved" : "Uložené", + "No file uploaded" : "Žiadny súbor nebol nahraný", + "Unsupported image type" : "Typ obrázka nie je podporovaný", + "You are already using a custom theme" : "Už používate upravený vzhľad", + "Theming" : "Vzhľad", + "Name" : "Názov", + "reset to default" : "nastaviť predvolené", + "Web address" : "Web adresa", + "Web address https://…" : "Webová adresa https://...", + "Slogan" : "Slogan", + "Color" : "Farba", + "Logo" : "Logo", + "Upload new logo" : "Nahrať nové logo", + "Login image" : "Prihlasovací obrázok", + "Upload new login background" : "Nahrať nové prihlasovacie pozadie", + "Log in image" : "Prihlasovací obrázok" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); |