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

fi.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ef2f18f8167fc32ea2c6e1759d8d8b77b0a86d77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
OC.L10N.register(
    "files_texteditor",
    {
    "Saving…" : "Tallennetaan…",
    "saved!" : "tallennettu!",
    "failed!" : "epäonnistui!",
    "Saved" : "Tallennettu",
    "There was a problem saving your changes. Click to resume editing." : "Muutoksien tallentamisessa ilmeni ongelmia. Napsauta palataksesi muokkaamiseen.",
    "Edit in plain text editor" : "Muokkaa raakatekstimuokkaimessa",
    "An error occurred!" : "Tapahtui virhe!",
    "Edit" : "Muokkaa",
    "Mixed" : "Sekoitettu",
    "Preview" : "Esikatselu",
    "New text file" : "Uusi tekstitiedosto",
    "New text file.txt" : "Uusi tekstitiedosto.txt",
    "You can not open a folder" : "Et voi avata kansiota",
    "This file is too big to be opened. Please download the file instead." : "Tiedosto on liian suuri avattavaksi. Lataa tiedosto, jotta voit avata sen.",
    "Cannot read the file." : "TIedoston lukeminen epäonnistui.",
    "Invalid file path supplied." : "Virheellinen tiedostopolku.",
    "The file is locked." : "Tiedosto on lukittu.",
    "An internal server error occurred." : "Tapahtui palvelimen sisäinen virhe.",
    "You can not write to a folder" : "Et voi kirjoittaa kansioon",
    "Cannot save file as it has been modified since opening" : "Tiedostoa ei voi tallentaa, koska sitä on muokattu avaamisen jälkeen",
    "Could not write to file." : "Tiedostoon ei voitu kirjoittaa.",
    "Insufficient permissions" : "Oikeudet eivät riitä",
    "File path not supplied" : "TIedoston polkua ei annettu",
    "File mtime not supplied" : "Tiedoston mtime-arvoa ei ole annettu",
    "Share not found" : "Jakoa ei löytynyt",
    "You are not authorized to open this share" : "Sinulla ei ole valtuuksia avata tätä jakoa",
    "Plain text editor" : "Raakatekstimuokkain",
    "saving..." : "tallennetaan..."
},
"nplurals=2; plural=(n != 1);");