33 *
44 * Italian language file.
55 *
6- * Author:
6+ * Author: Marco (marco.romanelli@protonmail.ch)
77 */
88
9- theUILang . tskCommand = "Running ..." ;
10- theUILang . tskCommandDone = "Done ." ;
9+ theUILang . tskCommand = "Comando in esecuzione ..." ;
10+ theUILang . tskCommandDone = "Comando terminato ." ;
1111 theUILang . tskConsole = "Console" ;
12- theUILang . tskErrors = "Diagnostics " ;
13- theUILang . tskBackground = "Hide " ;
14- theUILang . tskStart = "Started " ;
15- theUILang . tskFinish = "Finished " ;
16- theUILang . tskElapsed = "Elapsed " ;
12+ theUILang . tskErrors = "Diagnostiche " ;
13+ theUILang . tskBackground = "Nascondi " ;
14+ theUILang . tskStart = "Avviato " ;
15+ theUILang . tskFinish = "Terminato " ;
16+ theUILang . tskElapsed = "Trascorso " ;
1717 theUILang . tskPlugin = "Plugin" ;
18- theUILang . tskDeletePrompt = "Do you really want to delete the selected task(s )?" ;
19- theUILang . tskDelete = "Delete tasks(s) " ;
20- theUILang . tskActivate = "Activate " ;
21- theUILang . tskRemove = "Remove " ;
22- theUILang . tskRefresh = "Refresh " ;
23- theUILang . tskRunning = "Running " ;
24- theUILang . tskArg = "Parameter " ;
25- theUILang . tskTasks = "Tasks " ;
18+ theUILang . tskDeletePrompt = "Vuoi veramente rimuovere il comando(i) selezionato(i )?" ;
19+ theUILang . tskDelete = "Rimuovi task " ;
20+ theUILang . tskActivate = "Attivare " ;
21+ theUILang . tskRemove = "Rimuovere " ;
22+ theUILang . tskRefresh = "Aggiornare " ;
23+ theUILang . tskRunning = "In esecuzione " ;
24+ theUILang . tskArg = "Parametro " ;
25+ theUILang . tskTasks = "Comando " ;
2626
2727thePlugins . get ( "_task" ) . langLoaded ( ) ;
0 commit comments