mirror of
https://github.com/nextcloud/server.git
synced 2024-12-29 00:18:42 +00:00
0cab17bfe7
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
25 lines
1.1 KiB
JavaScript
25 lines
1.1 KiB
JavaScript
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.",
|
|
"Name this version" : "Nimeä tämä versio",
|
|
"Edit version name" : "Muokkaa version nimeä",
|
|
"Compare to current version" : "Vertaa nykyiseen versioon",
|
|
"Restore version" : "Palauta versio",
|
|
"Download version" : "Lataa versio",
|
|
"Delete version" : "Poista versio",
|
|
"Current version" : "Nykyinen versio",
|
|
"Initial version" : "Ensimmäinen versio",
|
|
"Version name" : "Version nimi",
|
|
"Cancel" : "Peruuta",
|
|
"Remove version name" : "Poista version nimi",
|
|
"Save version name" : "Tallenna version nimi",
|
|
"Initial version restored" : "Ensimmäinen versio palautettu",
|
|
"Version restored" : "Versio palautettu",
|
|
"Could not restore version" : "Versiota ei voitu palauttaa",
|
|
"Could not delete version" : "Versiota ei voitu poistaa",
|
|
"${version.label} restored" : "${version.label} palautettu"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|