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

sk_SK.js « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1433f42f2b5e7ff22678b778af3ab23c865e649c (plain)
1
2
3
4
5
6
7
8
9
10
11
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}.",
    "More versions..." : "Viac verzií...",
    "No other versions available" : "Žiadne ďalšie verzie nie sú dostupné",
    "Restore" : "Obnoviť"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");