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

fi_FI.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fc2f996f16627c146ef8ba756515f6b8bf7da74e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "files_texteditor",
    {
    "Can not read the file." : "Tiedostoa ei voi lukea.",
    "Invalid file path supplied." : "Virheellinen tiedostopolku.",
    "Cannot save file as it has been modified since opening" : "Tiedostoa ei voi tallentaa, koska sitä on muokattu avaamisen jälkeen",
    "Insufficient permissions" : "Oikeudet eivät riitä",
    "File path not supplied" : "TIedoston polkua ei annettu",
    "File mtime not supplied" : "Tiedoston mtime-arvoa ei ole annettu",
    "Save" : "Tallenna",
    "Search" : "Etsi",
    "Next" : "Seuraava",
    "Clear" : "Tyhjennä",
    "Saving..." : "Tallennetaan...",
    "An error occurred!" : "Tapahtui virhe!",
    "There are unsaved changes in the text editor" : "Tekstimuokkaimessa on tallentamattomia muutoksia",
    "There were unsaved changes, click here to go back" : "Asiakirjassa on muutoksia tallentamatta, napsauta tästä palataksesi"
},
"nplurals=2; plural=(n != 1);");