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