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

et_EE.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 55ca9574c86ec55e785551f758dc2a6d1af9a9b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
$TRANSLATIONS = array(
"Cannot read the file." => "Faili lugemine ebaõnnestus.",
"Invalid file path supplied." => "Faili asukoht on vigane.",
"The file is locked." => "Fail on lukus.",
"An internal server error occurred." => "Tekkis sisemine serveri tõrge.",
"Cannot save file as it has been modified since opening" => "Faili ei saa salvestada, kune seda on pärast avamist muudetud",
"Insufficient permissions" => "Pole piisavalt õiguseid",
"File path not supplied" => "Faili asukoht on määramata",
"File mtime not supplied" => "Faili mtime puudub",
"saving..." => "Salvestamine...",
"saved!" => "Salvestatud!",
"failed!" => "ebaõnnestus!",
"Saved" => "Salvestatud",
"There was a problem saving your changes. Click to resume editing." => "Sinu muudatuste salvestamisega tekkis viga. Kliki muutmise jätkamiseks.",
"An error occurred!" => "Tekis tõrge!",
"Text file" => "Tekstifail",
"New text file.txt" => "Uus tekstifail.txt"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";