Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sk.js « l10n - github.com/nextcloud/survey_client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3fe311951840a5a0628ca12db345ba72f4a6a63d (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "survey_client",
    {
    "Help improve Nextcloud" : "Pomôžte vylepšiť Nextcloud",
    "Not now" : "Teraz nie",
    "Never" : "Nikdy",
    "Data to send" : "Dáta na odoslanie"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");