diff --git a/lang/italian.php b/lang/italian.php index 8dd7681..a66dc4f 100644 --- a/lang/italian.php +++ b/lang/italian.php @@ -11,7 +11,6 @@ $text = array( "editor" => array( - "Click icons for..." => "Clicca le icone
per l'aiuto &
la guida
", "server" => "server", "Server name, OS..." => "Nome server, Sistema operativo e indirizzo IP...", "Root" => "Root:", @@ -25,6 +24,8 @@ $text = array( "Last 10 files..." => "Ultimi 10 file aperti:", "none" => "[none]", "test suite" => "prova suite", + "trial remaining" => "tempo rimanente alla fine del periodo di prova", + "days left" => "giorni rimanenti", "Run unit tests" => "Esegui test di unità", "dev mode" => "modalità sviluppo", "Status" => "Stato", @@ -37,6 +38,7 @@ $text = array( array( "Lock" => "Blocca", "Refresh" => "Aggiorna", + "Plugins" => "Plugins", "ROOT" => "[ROOT]" ), @@ -51,6 +53,7 @@ $text = array( "Are you sure you want to close?" => "Are you sure you want to close?", "working" => "working", "Color picker" => "Selettore di colore", + "Plugins Manager" => "Plugins Manager", "New File" => "Nuovo file", "New Folder" => "Nuova cartella", "Upload File(s)" => "Carica File", @@ -102,7 +105,9 @@ $text = array( "Code Assist" => "Code Assist", "Go to Line" => "Vai alla linea", "View" => "Visualizza", - "Bug reporting not active" => "Segnalazione bug non attiva" + "Bug reporting not active" => "Segnalazione bug non attiva", +"Single pane" => "Pannello singolo", + "Diff pane also" => "Pannello delle differenze" ), // /LIB @@ -157,6 +162,7 @@ $text = array( "Choose existing path" => "Scegli il percorso esistente", "Local path" => "Percorso locale", "Remote GitHub path" => "Remote GitHub path", + "Absolute URL beginning..." => "Url assoluto che comincia con https://github.com", "Choose" => "Scegli", "Set local and..." => "Imposta percorso locale e remoto, lasciare vuoto per per rimuovere", "Update" => "Aggiorna", @@ -243,6 +249,7 @@ $text = array( "ice-coder" => array( + "results" => "risultati", "No text selected..." => "Nessun testo selezionato per la ricerc", "all files" => "tutti i file", "all filenames" => "tutti i nomi dei file", @@ -431,6 +438,19 @@ token di accesso personale (https://help.github.com/articles/creating-an-access- "updater" => array( "Update appears to..." => "L'aggiornamento sembra andato bene" + ), + "find-in-files" => + array( + "Enter path to search in" => "Inserire il percorso in cui ricercare", + "Enter semicolon-separated masks of files to look at (e.g. *.php;*.html;*.js)" => " +Inserisci maschere separate da punto e virgola i dei file da cercare (e.s. *.php;*.html;*.js)", + "Type of text" => "Tipo di testo", + "Fixed text" => "Testo fisso", + "Regular expression" => "Espressione regolare", + "Case sensitive" => "Case sensitive", + "Yes" => "Si", + "No" => "No", + "Search" => "Cerca", ) );