]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/it.lang.php
Combining add button labels into one.
[timetracker.git] / WEB-INF / resources / it.lang.php
index 8e63198504ec46c2e8a0a44c7ed1dc5167f51109..c40579eabadbb7a4728f50611e7c605a02e3a4f0 100644 (file)
@@ -108,8 +108,6 @@ $i18n_key_words = array(
 'button.add_project' => 'Aggiungi progetto',
 'button.add_task' => 'Aggiungi compito',
 'button.add_client' => 'Aggiungi cliente',
-'button.add_invoice' => 'Aggiungi fattura',
-'button.add_option' => 'Aggiungi opzione',
 'button.add' => 'Aggiungi',
 'button.generate' => 'Genera',
 'button.reset_password' => 'Reset password',
@@ -141,6 +139,8 @@ $i18n_key_words = array(
 'label.end_date' => 'Data fine',
 'label.user' => 'Utente',
 'label.users' => 'Utenti',
+// TODO: translate the following.
+// 'label.roles' => 'Roles',
 'label.client' => 'Cliente',
 'label.clients' => 'Clienti',
 'label.option' => 'Opzion',
@@ -397,6 +397,12 @@ $i18n_key_words = array(
 'form.users.rate' => 'Costo',
 'form.users.default_rate' => 'Costo per ora di default',
 
+// Roles form. See example at https://timetracker.anuko.com/roles.php
+// TODO: translate the following.
+// 'form.roles.active_roles' => 'Active Roles',
+// 'form.roles.inactive_roles' => 'Inactive Roles',
+// 'form.roles.rights' => 'Rights',
+
 // Clients form. See example at https://timetracker.anuko.com/clients.php
 'form.clients.active_clients' => 'Clienti attivi',
 'form.clients.inactive_clients' => 'Clienti inattivi',