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

fi_FI.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 22861d8722e9989dbe7a51c434607a002bc34b05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
$TRANSLATIONS = array(
"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.",
"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",
"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.",
"An error occurred!" => "Tapahtui virhe!",
"Text file" => "Tekstitiedosto",
"New text file.txt" => "Uusi tekstitiedosto.txt"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";