blob: 0a2c7ab9a985cbbb8671d0848f977b41a1d291aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
OC.L10N.register(
"files_versions",
{
"Versions" : "Versioj",
"Failed to revert {file} to revision {timestamp}." : "Malsukcesis returnigo de {file} al la revizio {timestamp}.",
"_%n byte_::_%n bytes_" : ["%n duumoko","%n duumokoj"],
"Restore" : "Restaŭri",
"Could not revert: %s" : "Ne eblas malfari: %s",
"More versions …" : "Pli da versioj..."
},
"nplurals=2; plural=(n != 1);");
|