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

fi_FI.js « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 32e3e28f0cc924cbd1e25bc5434fcb26877fca85 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "files_versions",
    {
    "Could not revert: %s" : "Palautus epäonnistui: %s",
    "Versions" : "Versiot",
    "Failed to revert {file} to revision {timestamp}." : "Tiedoston {file} palautus versioon {timestamp} epäonnistui.",
    "More versions..." : "Lisää versioita...",
    "No other versions available" : "Ei muita versioita saatavilla",
    "Restore" : "Palauta"
},
"nplurals=2; plural=(n != 1);");