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

eo.js « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1695a84dbad05041d6235d59b0f59cd7878764d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "files_versions",
    {
    "Could not revert: %s" : "Ne eblas malfari: %s",
    "Versions" : "Versioj",
    "Failed to revert {file} to revision {timestamp}." : "Malsukcesis returnigo de {file} al la revizio {timestamp}.",
    "More versions..." : "Pli da versioj...",
    "No other versions available" : "Ne disponeblas aliaj versioj",
    "Restore" : "Restaŭri"
},
"nplurals=2; plural=(n != 1);");