X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fit.lang.php;h=c40579eabadbb7a4728f50611e7c605a02e3a4f0;hb=cdb0911b4f72d4bb1df7cd82f2bce0d9ab1579b0;hp=83045b570cfc54453439b9c0e60223651b1a94a0;hpb=d952547e1d6e9f22fffd5cd76e2015d60045889f;p=timetracker.git diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 83045b57..c40579ea 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -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', @@ -432,7 +438,7 @@ $i18n_key_words = array( 'form.profile.type_start_finish' => 'inizio e fine', 'form.profile.type_duration' => 'durata', // TODO: translate the following. -// 'form.profile.punch_in_mode' => 'Punch in mode', +// 'form.profile.punch_mode' => 'Punch mode', // 'form.profile.allow_overlap' => 'Allow overlap', // 'form.profile.future_entries' => 'Future entries', 'form.profile.uncompleted_indicators' => 'Indicatori incompleti',