X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fit.lang.php;h=d931d5f57807c4df4ec3ba38ae331c205db1003d;hb=56fd29cc5a2b6a67ed24b19d0d4213a6458a9723;hp=bb28e972f09ed0dcbab168f6070db165b525e947;hpb=fc92f9cd36dcaeb96da37c699a61331805d9e2fc;p=timetracker.git diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index bb28e972..d931d5f5 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -115,6 +115,7 @@ $i18n_key_words = array( // 'error.format' => 'Invalid file format.', // 'error.user_count' => 'Limit on user count.', // 'error.expired' => 'Expiration date reached.', +// 'error.file_storage' => 'File storage error.', // Warning messages. // TODO: translate the following. @@ -254,6 +255,12 @@ $i18n_key_words = array( // 'label.approved' => 'Approved', // 'label.approval' => 'Report approval', // 'label.mark_approved' => 'Mark approved', +// 'label.template' => 'Template', +// 'label.attachments' => 'Attachments', +// 'label.files' => 'Files', +// 'label.file' => 'File', +// 'label.image' => 'Image', +// 'label.download' => 'Download', // Form titles. // TODO: Improve titles for consistency, so that each title explains correctly what each @@ -275,6 +282,8 @@ $i18n_key_words = array( 'title.time' => 'Tempo', 'title.edit_time_record' => 'Modifica record temporale', 'title.delete_time_record' => 'Eliminazione record temporale', +// TODO: Translate the following. +// 'title.time_files' => 'Time Record Files', 'title.expenses' => 'Spese', 'title.edit_expense' => 'Modifica voce di spesa', 'title.delete_expense' => 'Eliminezione voce di spesa', @@ -288,10 +297,13 @@ $i18n_key_words = array( // TODO: Translate the following. // 'title.timesheets' => 'Timesheets', // 'title.timesheet' => 'Timesheet', +// 'title.timesheet_files' => 'Timesheet Files', 'title.invoice' => 'Fattura', 'title.send_invoice' => 'Invia fattura', 'title.charts' => 'Grafici', 'title.projects' => 'Progetti', +// TODO: translate the following. +// 'title.project_files' => 'Project Files', 'title.add_project' => 'Aggiungi progetto', 'title.edit_project' => 'Modifica progetto', 'title.delete_project' => 'Elimina progetto', @@ -328,6 +340,8 @@ $i18n_key_words = array( 'title.export' => 'Esporta i dati del gruppo', 'title.import' => 'Importa i dati del gruppo', 'title.options' => 'Opzioni', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'Profilo', 'title.plugins' => 'Plugin', 'title.cf_custom_fields' => 'Campi personalizzati', @@ -348,6 +362,10 @@ $i18n_key_words = array( // 'title.add_template' => 'Adding Template', // 'title.edit_template' => 'Editing Template', // 'title.delete_template' => 'Deleting Template', +// 'title.edit_file' => 'Editing File', +// 'title.delete_file' => 'Deleting File', +// 'title.download_file' => 'Downloading File', +// 'title.work' => 'Work', // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. @@ -453,6 +471,11 @@ $i18n_key_words = array( // 'form.timesheets.active_timesheets' => 'Active Timesheets', // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets', +// Templates form. See example at https://timetracker.anuko.com/templates.php +// TODO: translate the following. +// 'form.templates.active_templates' => 'Active Templates', +// 'form.templates.inactive_templates' => 'Inactive Templates', + // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report). 'form.invoice.number' => 'Numero fattura', @@ -523,6 +546,8 @@ $i18n_key_words = array( // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php. 'form.group_edit.12_hours' => '12 ore', 'form.group_edit.24_hours' => '24 ore', +// TODO: translate the following. +// 'form.group_edit.display_options' => 'Display options', 'form.group_edit.show_holidays' => 'Mostra vacanze', 'form.group_edit.tracking_mode' => 'Modalità di registrazione', 'form.group_edit.mode_time' => 'tempo', @@ -601,4 +626,8 @@ $i18n_key_words = array( // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.

%s", // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved', // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.

%s", + +// Display Options form. See example at https://timetracker.anuko.com/display_options.php. +// TODO: translate the following. +// 'form.display_options.note_on_separate_row' => 'Note on separate row', );