blob: 0517aa421c97cfce33008a5aa20320e8456d17c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
OC.L10N.register(
"files_versions",
{
"Versions" : "Versiot",
"This application automatically maintains older versions of files that are changed." : "Tämä sovellus säilyttää automaattisesti vanhempia versioita muuttuneista tiedostoista.",
"Version" : "Versio",
"Failed to revert {file} to revision {timestamp}." : "Tiedoston {file} palautus versioon {timestamp} epäonnistui.",
"_%n byte_::_%n bytes_" : ["%n tavu","%n tavua"],
"Restore" : "Palauta",
"No other versions available" : "Ei muita versioita saatavilla"
},
"nplurals=2; plural=(n != 1);");
|