Blame view

sources/apps/files_texteditor/l10n/it.php 537 Bytes
d1bafeea1   Kload   [fix] Upgrade to ...
1
2
3
4
5
6
7
8
9
10
11
12
  <?php $TRANSLATIONS = array(
  "Save" => "Salva",
  "Search" => "Cerca",
  "Close" => "Chiudi",
  "Next" => "Successivo",
  "Clear" => "Cancella",
  "Saving..." => "Salvataggio in corso...",
  "Failed to save file" => "Salvataggio del file non riuscito",
  "An error occurred!" => "Si รจ verificato un errore!",
  "There are unsaved changes in the text editor" => "Ci sono delle modifiche non salvate nell'editor di testo",
  "There were unsaved changes, click here to go back" => "C'erano delle modifiche non salvate, fai clic qui per tornare indietro"
  );