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

fi.js « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 36fa9a660dcf921b1ffd0063028d2e4f589e74c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.",
    "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);");