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

sk.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 38818a894e5894c07bcaa1bedb46ddebca6ff2bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "richdocuments",
    {
    "Saving..." : "Ukladám...",
    "Download this revision" : "Stiahnúť túto revíziu",
    "Restore this revision" : "Obnoviť túto revíziu",
    "Latest revision" : "Posledná revízia",
    "More versions..." : "Viac verzií...",
    "Save" : "Uložiť",
    "Loading documents..." : "Nahrávam dokumenty...",
    "Edit" : "Upraviť",
    "Could not create file" : "Nemožno vytvoriť súbor",
    "Can't create document" : "Nedá sa vytvoriť dokument",
    "Saved" : "Uložené",
    "Apply" : "Aplikovať",
    "Wrong password. Please retry." : "Chybné heslo. Skúste to znovu.",
    "Password" : "Heslo",
    "OK" : "OK",
    "Guest %s" : "Hosť %s",
    "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Tento odkaz vyexpiroval, alebo neexistuje. Pre podrobnosti kontaktujte osobu, ktorá ho s vami sprístupňovala."
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");