X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fit.lang.php;h=19019d99ae6f926161a7fcc16c0164571c667174;hb=c3c78e060ef21bf5f4f2fe60fb1202da2489374b;hp=e2258bb74c580f5ba1732d9f4b18bee6b9ab7f0d;hpb=62b36719d92eec21e5e132811c1ec88e5f495117;p=timetracker.git diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index e2258bb7..19019d99 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -48,6 +48,7 @@ $i18n_key_words = array( 'menu.help' => 'Aiuto', 'menu.create_team' => 'Crea gruppo', 'menu.profile' => 'Profilo', +'menu.group' => 'Gruppo', 'menu.time' => 'Tempo', 'menu.expenses' => 'Spese', 'menu.reports' => 'Rapporti', @@ -55,7 +56,7 @@ $i18n_key_words = array( 'menu.projects' => 'Progetti', 'menu.tasks' => 'Compiti', 'menu.users' => 'Utenti', -'menu.teams' => 'Gruppi', +'menu.groups' => 'Gruppi', 'menu.export' => 'Esportazione', 'menu.clients' => 'Clienti', 'menu.options' => 'Opzioni', @@ -93,7 +94,7 @@ $i18n_key_words = array( // 'error.role_exists' => 'Role with this rank already exists.', 'error.no_invoiceable_items' => 'Non ci sono voci fatturabili.', 'error.no_login' => 'Non esiste un utente con questo username.', -'error.no_teams' => 'Il database è vuoto. Loggati come amministratore e crea un nuovo gruppo.', +'error.no_groups' => 'Il database è vuoto. Loggati come amministratore e crea un nuovo gruppo.', 'error.upload' => 'Errore di caricamento file.', 'error.range_locked' => 'Intervallo data bloccato.', 'error.mail_send' => 'Errore nella fase di invio mail.', @@ -116,14 +117,14 @@ $i18n_key_words = array( 'button.reset_password' => 'Reset password', 'button.send' => 'Invia', 'button.send_by_email' => 'Invia tramite e-mail', -'button.create_team' => 'Crea gruppo', +'button.create_group' => 'Crea gruppo', 'button.export' => 'Esporta gruppo', 'button.import' => 'Importa gruppo', 'button.close' => 'Chiudi', 'button.stop' => 'Stop', // Labels for controls on forms. Labels in this section are used on multiple forms. -'label.team_name' => 'Nome del gruppo', +'label.group_name' => 'Nome del gruppo', 'label.address' => 'Indirizzo', 'label.currency' => 'Moneta', 'label.manager_name' => 'Nome manager', @@ -223,10 +224,10 @@ $i18n_key_words = array( // Compare with English file to see how it is done there and do Italian titles similarly. // Specifically: Eliminazione vs Elimina - we probably want nouns in titles. 'title.login' => 'Login', -'title.teams' => 'Gruppi', -'title.create_team' => 'Creazione gruppo', -'title.edit_team' => 'Modifica gruppo', -'title.delete_team' => 'Elimina gruppo', +'title.groups' => 'Gruppi', +'title.create_group' => 'Creazione gruppo', +'title.edit_group' => 'Modifica gruppo', +'title.delete_group' => 'Elimina gruppo', 'title.reset_password' => 'Reset password', 'title.change_password' => 'Cambio password', 'title.time' => 'Tempo', @@ -279,6 +280,8 @@ $i18n_key_words = array( 'title.import' => 'Importa i dati del gruppo', 'title.options' => 'Opzioni', 'title.profile' => 'Profilo', +// TODO: translate the following. +// 'title.group' => 'Group Settings', 'title.cf_custom_fields' => 'Campi personalizzati', 'title.cf_add_custom_field' => 'Aggiunta campo personalizzato', 'title.cf_edit_custom_field' => 'Modifica campo personalizzato', @@ -461,6 +464,8 @@ $i18n_key_words = array( // 'form.profile.allow_overlap' => 'Allow overlap', // 'form.profile.future_entries' => 'Future entries', 'form.profile.uncompleted_indicators' => 'Indicatori incompleti', +// TODO: translate the following. +// 'form.profile.allow_ip' => 'Allow IP', 'form.profile.plugins' => 'Plugin', // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.