Combined various add button labels into one.
[timetracker.git] / WEB-INF / resources / it.lang.php
index 8e63198..2f38fec 100644 (file)
@@ -104,12 +104,6 @@ $i18n_key_words = array(
 'button.copy' => 'Copia',
 'button.cancel' => 'Cancella',
 'button.submit' => 'Invia',
-'button.add_user' => 'Aggiungi utente',
-'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 +135,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 +393,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',