X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Fresources%2Fit.lang.php;h=2f38fec18c154fb6f3c680abb3e5ab2cd14daae3;hb=ad98b13400fdc2fa2299a22c9bd54c4cd27960c3;hp=c485060d855937e7e26cd23088e8b9a04a870be0;hpb=e796911d4d8892dbe6ac2731331357d2212db58b;p=timetracker.git diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index c485060d..2f38fec1 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -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', @@ -399,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',