X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/d952547e1d6e9f22fffd5cd76e2015d60045889f..4e7ce35635fa9f4aa5719ec8d17d3dc7eeb239b7:/WEB-INF/resources/it.lang.php diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 83045b57..dcd1b37b 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -141,6 +141,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 +399,11 @@ $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', + // 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 +439,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',