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

sk.js « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 41c13cd4c185f986edaa5cb6525f094ba5fd1c50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "files_versions",
    {
    "Could not revert: %s" : "Nemožno obnoviť: %s",
    "Versions" : "Verzie",
    "Failed to revert {file} to revision {timestamp}." : "Zlyhalo obnovenie súboru {file} na verziu {timestamp}.",
    "_%n byte_::_%n bytes_" : ["%n bajt","%n bajtov","%n bajtov"],
    "Restore" : "Obnoviť",
    "No earlier versions available" : "Nie sú dostupné predchádzajúce verzie",
    "More versions …" : "Viac verzií ...",
    "No versions available" : "Žiadne verzie nie sú dostupné",
    "More versions..." : "Viac verzií..."
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");