X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/6968ef66a0264c35eff9bdd8ed92af48b34b8d19..ea7a43edbe96f9741b734dc4ee5efc16b6c48244:/WEB-INF/resources/it.lang.php diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index ae1dae45..d2085359 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -49,6 +49,7 @@ $i18n_key_words = array( 'menu.create_group' => 'Crea gruppo', 'menu.profile' => 'Profilo', 'menu.group' => 'Gruppo', +'menu.plugins' => 'Plugin', 'menu.time' => 'Tempo', 'menu.expenses' => 'Spese', 'menu.reports' => 'Rapporti', @@ -220,6 +221,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.work_units' => 'Work units', // 'label.work_units_short' => 'Units', +'label.totals_only' => 'Solo i totali', // Form titles. // TODO: Improve titles for consistency, so that each title explains correctly what each @@ -285,6 +287,7 @@ $i18n_key_words = array( 'title.profile' => 'Profilo', // TODO: translate the following. // 'title.group' => 'Group Settings', +'title.plugins' => 'Plugin', 'title.cf_custom_fields' => 'Campi personalizzati', 'title.cf_add_custom_field' => 'Aggiunta campo personalizzato', 'title.cf_edit_custom_field' => 'Modifica campo personalizzato', @@ -379,7 +382,6 @@ $i18n_key_words = array( 'form.reports.group_by_client' => 'cliente', 'form.reports.group_by_project' => 'progetto', 'form.reports.group_by_task' => 'compito', -'form.reports.totals_only' => 'Solo i totali', // Report form. See example at https://timetracker.anuko.com/report.php // (after generating a report at https://timetracker.anuko.com/reports.php). @@ -445,7 +447,7 @@ $i18n_key_words = array( 'form.export.compression_none' => 'niente', 'form.export.compression_bzip' => 'bzip', -// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first). 'form.import.hint' => 'Importa i dati del gruppo da un file xml.', 'form.import.file' => 'Seleziona il file', 'form.import.success' => 'Importazione eseguita con successo.', @@ -472,7 +474,6 @@ $i18n_key_words = array( 'form.group_edit.uncompleted_indicators' => 'Indicatori incompleti', // TODO: translate the following. // 'form.group_edit.allow_ip' => 'Allow IP', -'form.group_edit.plugins' => 'Plugin', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php // TODO: translate the following.