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: 4dff2391a330177c315fe91514c01315c0f139e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "survey_client",
    {
    "Sent on: {on}" : "Odoslané: {on}",
    "Help improve Nextcloud" : "Pomôžte vylepšiť Nextcloud",
    "Not now" : "Teraz nie",
    "Never" : "Nikdy",
    "Data to send" : "Dáta na odoslanie",
    "Sent on: %s" : "Odoslané: %s",
    "You can help us to improve Nextcloud by sending us some data about your current setup and usage." : "Môžete nám pomôcť vylepšiť Nextcloud odoslaním dát o vašej inštalácii a o používaní."
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");