X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fit.lang.php;h=351c1cd66e3ff2b5551fc49fb9da857c21b4c121;hb=88bd95ec82e6b715f84b6bd09c04aebbdb4b5e4d;hp=32e3b84a0b978bbc2fc04b19438c7c362c867ae7;hpb=710003ecf2838c254c075fd9898034e267915e46;p=timetracker.git diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 32e3b84a..351c1cd6 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -137,10 +137,15 @@ $i18n_key_words = array( 'button.send' => 'Invia', 'button.send_by_email' => 'Invia tramite e-mail', 'button.create_group' => 'Crea gruppo', +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Esporta gruppo', 'button.import' => 'Importa gruppo', 'button.close' => 'Chiudi', 'button.stop' => 'Stop', +// TODO: translate the following. +// 'button.approve' => 'Approve', +// 'button.disapprove' => 'Disapprove', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.group_name' => 'Nome del gruppo', @@ -243,6 +248,12 @@ $i18n_key_words = array( // 'label.work_units_short' => 'Units', 'label.totals_only' => 'Solo i totali', 'label.quota' => 'Quota', +// TODO: translate the following. +// '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 @@ -309,6 +320,10 @@ $i18n_key_words = array( 'title.add_notification' => 'Aggiunta notifica', 'title.edit_notification' => 'Modifica notifica', 'title.delete_notification' => 'Eliminazione notifica', +// TODO: translate the following. +// 'title.add_timesheet' => 'Adding Timesheet', +// 'title.edit_timesheet' => 'Editing Timesheet', +// 'title.delete_timesheet' => 'Deleting Timesheet', 'title.monthly_quotas' => 'Quote mensili', 'title.export' => 'Esporta i dati del gruppo', 'title.import' => 'Importa i dati del gruppo', @@ -356,6 +371,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', @@ -402,6 +420,10 @@ $i18n_key_words = array( 'form.reports.include_not_billable' => 'non fatturabile', 'form.reports.include_invoiced' => 'fatturato', 'form.reports.include_not_invoiced' => 'non fatturato', +// TODO: translate the following. +// 'form.reports.include_assigned' => 'assigned', +// 'form.reports.include_not_assigned' => 'not assigned', +// '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', @@ -420,7 +442,8 @@ $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', // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report). @@ -545,7 +568,7 @@ $i18n_key_words = array( // 'role.user.description' => 'A regular member without management rights.', // 'role.client.label' => 'Client', // 'role.client.low_case_label' => 'client', -// 'role.client.description' => 'A client can view its own reports, charts, and invoices.', +// 'role.client.description' => 'A client can view its own data.', // 'role.supervisor.label' => 'Supervisor', // 'role.supervisor.low_case_label' => 'supervisor', // 'role.supervisor.description' => 'A person with a small set of management rights.',