X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/140a791657742bcc0f1692a11e1e8e25caac1620..c6aa77a9e6299cf3103f97274e573cc9938c1215:/WEB-INF/resources/it.lang.php diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 3a477742..e4d328e6 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -95,6 +95,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'error.role_exists' => 'Role with this rank already exists.', 'error.no_invoiceable_items' => 'Non ci sono voci fatturabili.', +// TODO: translate the following. +// 'error.no_records' => 'There are no records.', 'error.no_login' => 'Non esiste un utente con questo username.', 'error.no_groups' => 'Il database è vuoto. Loggati come amministratore e crea un nuovo gruppo.', 'error.upload' => 'Errore di caricamento file.', @@ -252,6 +254,8 @@ $i18n_key_words = array( // 'label.timesheet' => 'Timesheet', // 'label.submitted' => 'Submitted', // 'label.approved' => 'Approved', +// 'label.approval' => 'Report approval', +// 'label.mark_approved' => 'Mark approved', // Form titles. // TODO: Improve titles for consistency, so that each title explains correctly what each @@ -369,6 +373,9 @@ $i18n_key_words = array( 'dropdown.status_inactive' => 'inattivo', 'dropdown.delete' => 'elimina', 'dropdown.do_not_delete' => 'non eliminare', +// TODO: translate the following. +// 'dropdown.approved' => 'approved', +// 'dropdown.not_approved' => 'not approved', 'dropdown.paid' => 'pagato', 'dropdown.not_paid' => 'non pagato', @@ -418,8 +425,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.reports.include_assigned' => 'assigned', // 'form.reports.include_not_assigned' => 'not assigned', -// 'form.reports.include_approved' => 'approved', -// 'form.reports.include_not_approved' => 'not approved', +// 'form.reports.include_pending' => 'pending', 'form.reports.select_period' => 'Seleziona il periodo di tempo', 'form.reports.set_period' => 'oppure setta le date', 'form.reports.show_fields' => 'Mostra i campi', @@ -438,7 +444,6 @@ $i18n_key_words = array( // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php // TODO: translate the following. -// form.timesheets.hint' => 'Use reports to add new timesheets.', // 'form.timesheets.active_timesheets' => 'Active Timesheets', // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',