Made group name read-only for users without manage_advanced_settings right.
[timetracker.git] / WEB-INF / resources / it.lang.php
index a7980b2..19019d9 100644 (file)
@@ -124,7 +124,7 @@ $i18n_key_words = array(
 '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,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',