diff options
Diffstat (limited to 'apps/files_versions/l10n/fi.js')
-rw-r--r-- | apps/files_versions/l10n/fi.js | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/apps/files_versions/l10n/fi.js b/apps/files_versions/l10n/fi.js index 0517aa421c9..6acc6e37ee8 100644 --- a/apps/files_versions/l10n/fi.js +++ b/apps/files_versions/l10n/fi.js @@ -3,7 +3,18 @@ OC.L10N.register( { "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", + "Name this version" : "Nimeä tämä versio", + "Edit version name" : "Muokkaa version nimeä", + "Restore version" : "Palauta versio", + "Download version" : "Lataa versio", + "Delete version" : "Poista versio", + "Version name" : "Version nimi", + "Remove version name" : "Poista version nimi", + "Save version name" : "Tallenna version nimi", + "Version restored" : "Versio palautettu", + "Could not set version name" : "Versionimeä ei voitu asettaa", + "Could not delete version" : "Versiota ei voitu poistaa", + "${version.label} restored" : "${version.label} palautettu", "Failed to revert {file} to revision {timestamp}." : "Tiedoston {file} palautus versioon {timestamp} epäonnistui.", "_%n byte_::_%n bytes_" : ["%n tavu","%n tavua"], "Restore" : "Palauta", |