Blame view
sources/apps/files_texteditor/l10n/et_EE.php
401 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 9 10 11 |
<?php $TRANSLATIONS = array( "Save" => "Salvesta", "Search:" => "Otsi:", "Close" => "Sulge", "Next" => "Järgmine", "Clear" => "Tühjenda", "Saving..." => "Salvestamine...", "Failed to save file" => "Faili salvestamine ebaõnnestus", "An error occurred!" => "Tekis tõrge!", "There were unsaved changes, click here to go back" => "Mõned muudatused olid salvestamata, tagasi minemiseks kliki siia" ); |