]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/it.lang.php
Introduced title.subgroups in translation files.
[timetracker.git] / WEB-INF / resources / it.lang.php
index d7b44f8ac95f72df90ef2ce49bb462458f19b58c..5dcf7f3d8cb6d9b774425bb26990a3ea6aaa8d85 100644 (file)
@@ -58,6 +58,8 @@ $i18n_key_words = array(
 'menu.tasks' => 'Compiti',
 'menu.users' => 'Utenti',
 'menu.groups' => 'Gruppi',
+// TODO: translate the following.
+// 'menu.subgroups' => 'Subgroups',
 'menu.export' => 'Esportazione',
 'menu.clients' => 'Clienti',
 'menu.options' => 'Opzioni',
@@ -106,6 +108,10 @@ $i18n_key_words = array(
 'error.goto_uncompleted' => 'Vai alle voce incompleta.',
 'error.overlap' => 'Intervallo temporale sovrapposto a voci esistenti.',
 'error.future_date' => 'La data รจ nel futuro.',
+// TODO: translate the following.
+// 'error.xml' => 'Error in XML file at line %d: %s.',
+// 'error.cannot_import' => 'Cannot import: %s.',
+// 'error.format' => 'Invalid file format.',
 
 // Labels for buttons.
 'button.login' => 'Login',
@@ -147,6 +153,8 @@ $i18n_key_words = array(
 'label.user' => 'Utente',
 'label.users' => 'Utenti',
 // TODO: translate the following.
+// 'label.group' => 'Group',
+// 'label.subgroups' => 'Subgroups',
 // 'label.roles' => 'Roles',
 'label.client' => 'Cliente',
 'label.clients' => 'Clienti',
@@ -232,6 +240,8 @@ $i18n_key_words = array(
 // Specifically: Eliminazione vs Elimina - we probably want nouns in titles.
 'title.login' => 'Login',
 'title.groups' => 'Gruppi',
+// TODO: translate the following.
+// 'title.subgroups' => 'Subgroups',
 'title.create_group' => 'Creazione gruppo',
 'title.edit_group' => 'Modifica gruppo',
 'title.delete_group' => 'Elimina gruppo',