Blame view

sources/apps/files_texteditor/l10n/et_EE.php 495 Bytes
d1bafeea1   Kload   [fix] Upgrade to ...
1
2
3
4
5
6
7
8
9
10
11
12
  <?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 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"
  );