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: 0b43075a9507336f9ad6528d4204a9ac74bc5951 (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." => "Faili asukoht on vigane.",
"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",
"Save" => "Salvesta",
"Search" => "Otsi",
"Next" => "Järgmine",
"Clear" => "Tühjenda",
"Saving..." => "Salvestamine...",
"An error occurred!" => "Tekis tõrge!",
"There are unsaved changes in the text editor" => "Tekstiredaktoris on salvestamata muudatusi",
"There were unsaved changes, click here to go back" => "Mõned muudatused olid salvestamata, tagasi minemiseks kliki siia"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";