polls/l10n/sk.js

23 строки
1.0 KiB
JavaScript
Исходник Обычный вид История

2017-10-31 04:21:33 +03:00
OC.L10N.register(
"polls",
{
"Polls" : "Ankety",
2018-11-17 04:42:40 +03:00
"Title" : "Názov",
2018-11-15 04:35:34 +03:00
"Access" : "Prístup",
2019-02-11 04:33:54 +03:00
"Owner" : "Vlastník",
2018-12-12 04:39:56 +03:00
"Created" : "Vytvorené",
2019-02-04 04:27:18 +03:00
"Expires" : "Vyprší",
2018-12-12 04:39:56 +03:00
"Copy Link" : "Kopírovať odkaz",
"Delete poll" : "Zmazať anketu",
2019-02-04 04:27:18 +03:00
"Create new poll" : "Vytvoriť novú anketu",
2019-12-10 05:48:07 +03:00
"Receive notification email on activity" : "Pri aktivite prijímať oznámenia e-mailom",
"Comments" : "Komentáre",
"No comments yet. Be the first." : "Zatiaľ žiadne komentáre. Buďte prvý.",
"Description" : "Popis",
2019-02-04 04:27:18 +03:00
"Update poll" : "Aktualizovať anketu",
2018-12-12 04:39:56 +03:00
"Access denied" : "Prístup zamietnutý",
"You are not allowed to view this poll or the poll does not exist." : "Nemáte oprávnenie na prezeranie tejto ankety alebo už anketa neexistuje.",
2019-12-10 05:48:07 +03:00
"You are not allowed to edit this poll or the poll does not exist." : "Nemáte oprávnenie na úpravy tejto ankety alebo už anketa neexistuje."
2017-10-31 04:21:33 +03:00
},
2018-05-18 03:37:04 +03:00
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");