Blame view
sources/apps/files_texteditor/l10n/it.php
431 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 9 10 11 |
<?php $TRANSLATIONS = array( "Save" => "Salva", "Search:" => "Ricerca:", "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 were unsaved changes, click here to go back" => "C'erano delle modifiche non salvate, fai clic qui per tornare indietro" ); |