diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-04-23 02:26:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-04-23 02:26:10 +0000 |
commit | 539c065e8e9c773f18f991ffd0b82ae0bf6a2470 (patch) | |
tree | 2b25503f742dd60b8625e434f85616f95744f8bb /lib/l10n/sk.js | |
parent | 012f791c8f1603ca5906ec8247b3320c94708e00 (diff) | |
download | nextcloud-server-539c065e8e9c773f18f991ffd0b82ae0bf6a2470.tar.gz nextcloud-server-539c065e8e9c773f18f991ffd0b82ae0bf6a2470.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/sk.js')
-rw-r--r-- | lib/l10n/sk.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/sk.js b/lib/l10n/sk.js index 0b27790c1f9..615a5e9e033 100644 --- a/lib/l10n/sk.js +++ b/lib/l10n/sk.js @@ -116,7 +116,6 @@ OC.L10N.register( "Files can’t be shared with delete permissions" : "Súbory nie je možné sprístupňovať s oprávneniami na odstránenie", "Files can’t be shared with create permissions" : "Súbory nie je možné sprístupňovať s oprávneniami na vytváranie", "Expiration date is in the past" : "Dátum konca platnosti je v minulosti", - "Can’t set expiration date more than %s days in the future" : "Nie je možné nastaviť dátum konca platnosti viac ako %s dní v budúcnosti", "%1$s shared »%2$s« with you" : "%1$s vám sprístupnil »%2$s«", "%1$s shared »%2$s« with you." : "%1$s vám sprístupnil »%2$s«.", "Click the button below to open it." : "Pre otvorenie klienta kliknite na tlačítko nižšie.", @@ -228,6 +227,7 @@ OC.L10N.register( "Storage connection timeout. %s" : "Vypršanie pripojenia k úložisku. %s", "Following databases are supported: %s" : "Podporované sú tieto databázy: %s", "Following platforms are supported: %s" : "Podporované sú nasledovné systémy: %s", - "Invalid Federated Cloud ID" : "Neplatné združené Cloud ID" + "Invalid Federated Cloud ID" : "Neplatné združené Cloud ID", + "Can’t set expiration date more than %s days in the future" : "Nie je možné nastaviť dátum konca platnosti viac ako %s dní v budúcnosti" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); |