diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-10-18 02:15:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-10-18 02:15:23 +0000 |
commit | 41c92813c34b250d108db6931432f9dbdaa8be0d (patch) | |
tree | 75d6e0cc108ed5ac6e62370aaedb89fcd2b320e9 /apps/dav/l10n/sk.js | |
parent | 9f2d15ad5ce0e011de2594c7993714c3001c8c47 (diff) | |
download | nextcloud-server-41c92813c34b250d108db6931432f9dbdaa8be0d.tar.gz nextcloud-server-41c92813c34b250d108db6931432f9dbdaa8be0d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dav/l10n/sk.js')
-rw-r--r-- | apps/dav/l10n/sk.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/dav/l10n/sk.js b/apps/dav/l10n/sk.js index cbc573b8aa8..75f97a45a97 100644 --- a/apps/dav/l10n/sk.js +++ b/apps/dav/l10n/sk.js @@ -50,6 +50,16 @@ OC.L10N.register( "Description:" : "Popis:", "Untitled event" : "Udalosť bez názvu", "_%n year_::_%n years_" : ["%n rokov","%n rokov","%n rokov","%n rokov"], + "_%n month_::_%n months_" : ["%n mesiac","%n mesiace","%n mesiacov","%n mesiacov"], + "_%n day_::_%n days_" : ["%n deň","%n dni","%n dní","%n dní"], + "_%n hour_::_%n hours_" : ["%n hodina","%n hodiny","%n hodín","%n hodín"], + "_%n minute_::_%n minutes_" : ["%n minúta","%n minúty","%n minút","%n minút"], + "%s (in %s)" : "%s (v %s)", + "%s (%s ago)" : "%s (pred %s)", + "Calendar: %s" : "Kalendár: %s", + "Date: %s" : "Dátum: %s", + "Description: %s" : "Popis: %s", + "Where: %s" : "Kde: %s", "%1$s via %2$s" : "%1$s cez %2$s", "Invitation canceled" : "Pozvánka bola zrušená", "Hello %s," : "Ahoj %s,", @@ -85,6 +95,7 @@ OC.L10N.register( "Automatically generate a birthday calendar" : "Automaticky generovať narodeninový kalendár", "Birthday calendars will be generated by a background job." : "Narodeninové kalendáre budú generované úlohou na pozadí.", "Hence they will not be available immediately after enabling but will show up after some time." : "Preto nebudú dostupné hneď po povolení, ale zobrazia sa po určitom čase", + "Send notifications for events" : "Zaslať upozornenia na udalosti", "Please make sure to properly set up the email settings above." : "Uistite sa, že máte správne nastavené vyššie uvedené nastavenia e-mailu." }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); |