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: 7f0447b46c0d788d601fa232a149357375003604 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
$TRANSLATIONS = array(
"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"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";