X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fit.lang.php;h=ae1dae459c7713849771e3ec42a51aa14368fe7b;hb=6968ef66a0264c35eff9bdd8ed92af48b34b8d19;hp=8a62db50fb111c96361b47e017cb4008ee039a6f;hpb=de05f61301a897661c702f03c1b45dd3ab5c0e8a;p=timetracker.git diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 8a62db50..ae1dae45 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -217,6 +217,9 @@ $i18n_key_words = array( 'label.mark_paid' => 'Segna come pagato', 'label.week_note' => 'Nota settimanale', 'label.week_list' => 'Lista settimanale', +// TODO: translate the following. +// 'label.work_units' => 'Work units', +// 'label.work_units_short' => 'Units', // Form titles. // TODO: Improve titles for consistency, so that each title explains correctly what each @@ -295,6 +298,7 @@ $i18n_key_words = array( 'title.locking' => 'Bloccaggio', 'title.week_view' => 'Vista settimanale', // 'title.swap_roles' => 'Swapping Roles', +// 'title.work_units' => 'Work Units', // 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. @@ -414,6 +418,10 @@ $i18n_key_words = array( 'form.users.rate' => 'Costo', 'form.users.default_rate' => 'Costo per ora di default', +// Editing User form. See example at https://timetracker.anuko.com/user_edit.php +// TODO: translate the following. +// 'form.user_edit.swap_roles' => 'Swap roles', + // Roles form. See example at https://timetracker.anuko.com/roles.php // TODO: translate the following. // 'form.roles.active_roles' => 'Active Roles', @@ -445,28 +453,30 @@ $i18n_key_words = array( // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first). 'form.groups.hint' => 'Crea un nuovo gruppo creando un account gruppo manager.
Puoi anche importare i dati di un gruppo da un file xml esportato da un altro server Anuko Time Tracker (non sono ammessi login duplicati).', -// Profile form. See example at https://timetracker.anuko.com/profile_edit.php. +// 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', +'form.group_edit.show_holidays' => 'Mostra vacanze', +'form.group_edit.tracking_mode' => 'Modalità di registrazione', +'form.group_edit.mode_time' => 'tempo', +'form.group_edit.mode_projects' => 'progetti', +'form.group_edit.mode_projects_and_tasks' => 'progetti e compiti', +'form.group_edit.record_type' => 'Tipo di record', +'form.group_edit.type_all' => 'tutto', +'form.group_edit.type_start_finish' => 'inizio e fine', +'form.group_edit.type_duration' => 'durata', // TODO: translate the following. -// 'form.profile.swap_roles' => 'Swap roles', -'form.profile.12_hours' => '12 ore', -'form.profile.24_hours' => '24 ore', -'form.profile.show_holidays' => 'Mostra vacanze', -'form.profile.tracking_mode' => 'Modalità di registrazione', -'form.profile.mode_time' => 'tempo', -'form.profile.mode_projects' => 'progetti', -'form.profile.mode_projects_and_tasks' => 'progetti e compiti', -'form.profile.record_type' => 'Tipo di record', -'form.profile.type_all' => 'tutto', -'form.profile.type_start_finish' => 'inizio e fine', -'form.profile.type_duration' => 'durata', +// 'form.group_edit.punch_mode' => 'Punch mode', +// 'form.group_edit.allow_overlap' => 'Allow overlap', +// 'form.group_edit.future_entries' => 'Future entries', +'form.group_edit.uncompleted_indicators' => 'Indicatori incompleti', // TODO: translate the following. -// 'form.profile.punch_mode' => 'Punch mode', -// 'form.profile.allow_overlap' => 'Allow overlap', -// 'form.profile.future_entries' => 'Future entries', -'form.profile.uncompleted_indicators' => 'Indicatori incompleti', +// 'form.group_edit.allow_ip' => 'Allow IP', +'form.group_edit.plugins' => 'Plugin', + +// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php // TODO: translate the following. -// 'form.profile.allow_ip' => 'Allow IP', -'form.profile.plugins' => 'Plugin', +// 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?', // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. 'form.mail.from' => 'Da', @@ -488,6 +498,11 @@ $i18n_key_words = array( // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.', // 'form.swap.swap_with' => 'Swap roles with', +// Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin. +// TODO: translate the following. +// 'form.work_units.minutes_in_unit' => 'Minutes in unit', +// 'form.work_units.1st_unit_threshold' => '1st unit threshold', + // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations. // TODO: translate the following. // 'role.user.label' => 'User',