X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/c8caee8e34eec5a3fd047d679e79af149ed1e433..10a6f13349f497f4e2e5c7c4812fcb48db65310e:/WEB-INF/resources/it.lang.php diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 21629382..3a5b3167 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -117,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', @@ -224,7 +224,7 @@ $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.groups' => 'Gruppi', 'title.create_team' => 'Creazione gruppo', 'title.edit_team' => 'Modifica gruppo', 'title.delete_team' => 'Elimina gruppo',