X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fit.lang.php;h=e3cf96d217b60fe52234fda031688faf9d1944e3;hb=4ebe6fd29283633e5ae7cdb399cc144c38af25fb;hp=4b6cf98d2f6104d24346b20718fa65d7e9e9c093;hpb=b3c9cd1820158293d52c6cc1bb7244fee06104ed;p=timetracker.git diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 4b6cf98d..e3cf96d2 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -258,8 +258,11 @@ $i18n_key_words = array( // 'label.template' => 'Template', // 'label.attachments' => 'Attachments', // 'label.files' => 'Files', +// 'label.file' => 'File', // 'label.image' => 'Image', // 'label.download' => 'Download', +'label.active_users' => 'Utenti attivi', +'label.inactive_users' => 'Utenti inattivi', // Form titles. // TODO: Improve titles for consistency, so that each title explains correctly what each @@ -281,6 +284,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', @@ -294,6 +299,7 @@ $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', @@ -336,6 +342,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', @@ -359,6 +367,7 @@ $i18n_key_words = array( // '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. @@ -492,8 +501,6 @@ $i18n_key_words = array( 'form.tasks.inactive_tasks' => 'Compiti inattivi', // Users form. See example at https://timetracker.anuko.com/users.php -'form.users.active_users' => 'Utenti attivi', -'form.users.inactive_users' => 'Utenti inattivi', 'form.users.uncompleted_entry' => 'Questo utente ha un record temporale incompleto', 'form.users.role' => 'Ruolo', 'form.users.manager' => 'Manager', @@ -539,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', @@ -617,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', );