blob: 54215cc4d388bf2223b9dce0f41c7418072cb03c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
OC.L10N.register(
"files_versions",
{
"Could not revert: %s" : "Nemoguće povratiti: %s",
"Versions" : "Verzije",
"Failed to revert {file} to revision {timestamp}." : "Neuspelo vraćanje {file} na reviziju {timestamp}.",
"More versions..." : "Još verzija...",
"No other versions available" : "Nema drugih dostupnih verzija.",
"Restore" : "Povrati"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
|