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

cs.js « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e8a5535d6601ecbb3d76d8d9e0ae900bb9a430c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "files_versions",
    {
    "Could not revert: %s" : "Nelze vrátit: %s",
    "Versions" : "Verze",
    "Failed to revert {file} to revision {timestamp}." : "Selhalo vrácení souboru {file} na verzi {timestamp}.",
    "_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtů","%n bajtů"],
    "Restore" : "Obnovit",
    "No earlier versions available" : "Nejsou dostupné dřívější verze",
    "More versions …" : "Víc verzí …"
},
"nplurals=4; plural=(n < 10 && n % 1 == 0) ? 1 : (n < 9999 && n >= 10 && n % 1 == 0) ? 3 : (n % 1 != 0) : 4;");