2017-03-02 19:48:52 +03:00
OC . L10N . register (
"files_versions" ,
{
"Versions" : "Versiot" ,
2019-10-08 05:15:01 +03:00
"This application automatically maintains older versions of files that are changed." : "Tämä sovellus säilyttää automaattisesti vanhempia versioita muuttuneista tiedostoista." ,
2017-03-02 19:48:52 +03:00
"Failed to revert {file} to revision {timestamp}." : "Tiedoston {file} palautus versioon {timestamp} epäonnistui." ,
2017-03-20 04:07:43 +03:00
"_%n byte_::_%n bytes_" : [ "%n tavu" , "%n tavua" ] ,
2017-03-02 19:48:52 +03:00
"Restore" : "Palauta" ,
2019-09-17 15:33:26 +03:00
"No other versions available" : "Ei muita versioita saatavilla"
2017-03-02 19:48:52 +03:00
} ,
"nplurals=2; plural=(n != 1);" ) ;