]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/it.lang.php
A bit of refactoring in translation files.
[timetracker.git] / WEB-INF / resources / it.lang.php
index 67af31615dff9974c73df6992a12b67676b738a1..8429a6c858b960b9e5b15f7d70a41b5e3170fc92 100644 (file)
@@ -46,7 +46,7 @@ $i18n_key_words = array(
 'menu.logout' => 'Logout',
 'menu.forum' => 'Forum',
 'menu.help' => 'Aiuto',
-'menu.create_team' => 'Crea gruppo',
+'menu.create_group' => 'Crea gruppo',
 'menu.profile' => 'Profilo',
 'menu.group' => 'Gruppo',
 'menu.time' => 'Tempo',
@@ -414,6 +414,10 @@ $i18n_key_words = array(
 'form.users.rate' => 'Costo',
 'form.users.default_rate' => 'Costo per ora di default',
 
+// Editing User form. See example at https://timetracker.anuko.com/user_edit.php
+// TODO: translate the following.
+// 'form.user_edit.swap_roles' => 'Swap roles',
+
 // Roles form. See example at https://timetracker.anuko.com/roles.php
 // TODO: translate the following.
 // 'form.roles.active_roles' => 'Active Roles',
@@ -446,8 +450,6 @@ $i18n_key_words = array(
 'form.groups.hint' => 'Crea un nuovo gruppo creando un account gruppo manager.<br>Puoi anche importare i dati di un gruppo da un file xml esportato da un altro server Anuko Time Tracker (non sono ammessi login duplicati).',
 
 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
-// TODO: translate the following.
-// 'form.profile.swap_roles' => 'Swap roles',
 'form.profile.12_hours' => '12 ore',
 'form.profile.24_hours' => '24 ore',
 'form.profile.show_holidays' => 'Mostra vacanze',
@@ -468,6 +470,10 @@ $i18n_key_words = array(
 // 'form.profile.allow_ip' => 'Allow IP',
 'form.profile.plugins' => 'Plugin',
 
+// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
+// TODO: translate the following.
+// 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
+
 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
 'form.mail.from' => 'Da',
 'form.mail.to' => 'A',