X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fit.lang.php;h=51bb09fab6dce674afa9667cad119bacd16afc18;hb=a215f8b83c542b031bec3131d26a225fa1e27aae;hp=1c80c3f8688230cc944e8e17c6106f2c21100903;hpb=08f0f6c5173b94a07aba22b9357154a97ab3e208;p=timetracker.git diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 1c80c3f8..51bb09fa 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -42,18 +42,18 @@ $i18n_key_words = array( // Menus - short selection strings that are displayed on top of application web pages. // Example: https://timetracker.anuko.com (black menu on top). +'menu.login' => 'Login', // TODO: translate the following. -// 'menu.login' => 'Login', // 'menu.logout' => 'Logout', // 'menu.forum' => 'Forum', // 'menu.help' => 'Help', // 'menu.create_team' => 'Create Team', 'menu.profile' => 'Profilo', 'menu.time' => 'Tempo', +'menu.expenses' => 'Spese', // TODO: translate the following. -// 'menu.expenses' => 'Expenses', // 'menu.reports' => 'Reports', -// 'menu.charts' => 'Charts', +'menu.charts' => 'Grafici', 'menu.projects' => 'Progetti', // TODO: translate the following. // 'menu.tasks' => 'Tasks', @@ -160,13 +160,12 @@ $i18n_key_words = array( 'label.date' => 'Data', 'label.start_date' => 'Data inizio', 'label.end_date' => 'Data fine', -// TODO: translate the following. -// 'label.user' => 'User', -// 'label.users' => 'Users', -// 'label.client' => 'Client', -// 'label.clients' => 'Clients', -// 'label.option' => 'Option', -// 'label.invoice' => 'Invoice', +'label.user' => 'Utente', +'label.users' => 'Utenti', +'label.client' => 'Cliente', +'label.clients' => 'Clienti', +'label.option' => 'Opzion', +'label.invoice' => 'Fattura', 'label.project' => 'Progetto', 'label.projects' => 'Progetti', // TODO: translate the following. @@ -180,21 +179,20 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.notes' => 'Notes', // 'label.item' => 'Item', -// 'label.cost' => 'Cost', +'label.cost' => 'Costo', +// TODO: translate the following. // 'label.day_total' => 'Day total', // 'label.week_total' => 'Week total', // 'label.month_total' => 'Month total', -// 'label.today' => 'Today', -'label.total_hours' => 'Ore totali', +'label.today' => 'Oggi', // TODO: translate the following. -// 'label.total_cost' => 'Total cost', // 'label.view' => 'View', 'label.edit' => 'Modifica', 'label.delete' => 'Elimina', +'label.configure' => 'Configura', +'label.select_all' => 'Seleziona tutti', +'label.select_none' => 'Deseleziona tutti', // TODO: translate the following. -// 'label.configure' => 'Configure', -// 'label.select_all' => 'Select all', -// 'label.select_none' => 'Deselect all', // 'label.day_view' => 'Day view', // 'label.week_view' => 'Week view', 'label.id' => 'ID', @@ -207,17 +205,17 @@ $i18n_key_words = array( 'label.comment' => 'Commento', 'label.status' => 'Stato', 'label.tax' => 'Imposta', -// TODO: translate the following. -// 'label.subtotal' => 'Subtotal', +'label.subtotal' => 'Subtotale', 'label.total' => 'Totale', // TODO: translate the following. // 'label.client_name' => 'Client name', // 'label.client_address' => 'Client address', -// 'label.or' => 'or', +'label.or' => 'o', +// TODO: translate the following. // 'label.error' => 'Error', // 'label.ldap_hint' => 'Type your Windows login and password in the fields below.', -// 'label.required_fields' => '* - required fields', -// 'label.on_behalf' => 'on behalf of', +'label.required_fields' => '* campi obbligatori', +'label.on_behalf' => 'a favore di', 'label.role_manager' => '(manager)', 'label.role_comanager' => '(co-manager)', 'label.role_admin' => '(amministratore)', @@ -242,8 +240,13 @@ $i18n_key_words = array( // 'label.paid_status' => 'Paid status', // 'label.paid' => 'Paid', // 'label.mark_paid' => 'Mark paid', +// 'label.week_note' => 'Week note', +// 'label.week_list' => 'Week list', // Form titles. +// TODO: Improve titles for consistency, so that each title explains correctly what each +// page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere. +// Compare with English file to see how it is done there and do Italian titles similarly. 'title.login' => 'Login', // TODO: translate the following. // 'title.teams' => 'Teams', @@ -256,7 +259,8 @@ $i18n_key_words = array( // 'title.time' => 'Time', // 'title.edit_time_record' => 'Editing Time Record', // 'title.delete_time_record' => 'Deleting Time Record', -// 'title.expenses' => 'Expenses', +'title.expenses' => 'Spese', +// TODO: translate the following. // 'title.edit_expense' => 'Editing Expense Item', // 'title.delete_expense' => 'Deleting Expense Item', // 'title.predefined_expenses' => 'Predefined Expenses', @@ -267,9 +271,8 @@ $i18n_key_words = array( // 'title.report' => 'Report', // 'title.send_report' => 'Sending Report', 'title.invoice' => 'Fattura', -// TODO: translate the following. -// 'title.send_invoice' => 'Sending Invoice', -// 'title.charts' => 'Charts', +'title.send_invoice' => 'Invia fattura', +'title.charts' => 'Grafici', 'title.projects' => 'Progetti', 'title.add_project' => 'Aggiungi progetto', 'title.edit_project' => 'Modifica progetto', @@ -286,8 +289,8 @@ $i18n_key_words = array( 'title.add_client' => 'Aggiungi cliente', 'title.edit_client' => 'Modifica cliente', 'title.delete_client' => 'Elimina cliente', +'title.invoices' => 'Fatture', // TODO: translate the following. -// 'title.invoices' => 'Invoices', // 'title.add_invoice' => 'Adding Invoice', // 'title.view_invoice' => 'Viewing Invoice', // 'title.delete_invoice' => 'Deleting Invoice', @@ -296,8 +299,8 @@ $i18n_key_words = array( // 'title.edit_notification' => 'Editing Notification', // 'title.delete_notification' => 'Deleting Notification', // 'title.monthly_quotas' => 'Monthly Quotas', -// 'title.export' => 'Exporting Team Data', -// 'title.import' => 'Importing Team Data', +'title.export' => 'Esporta i dati del team', +'title.import' => 'Importa i dati del team', 'title.options' => 'Opzioni', 'title.profile' => 'Profilo', // TODO: translate the following. @@ -312,36 +315,38 @@ $i18n_key_words = array( // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). // It is also a name for the Locking plugin on the Team profile page. // 'title.locking' => 'Locking', +// 'title.week_view' => 'Week View', // 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. +'dropdown.all' => '--- tutti ---', +'dropdown.no' => '--- no ---', +'dropdown.current_day' => 'oggi', +'dropdown.previous_day' => 'ieri', +'dropdown.selected_day' => 'giorno', +'dropdown.current_week' => 'questa settimana', +'dropdown.previous_week' => 'settimana scorsa', +'dropdown.selected_week' => 'settimana', +'dropdown.current_month' => 'questo mese', +'dropdown.previous_month' => 'mese scorso', +'dropdown.selected_month' => 'mese', +'dropdown.current_year' => 'quest\\\'anno', // TODO: translate the following. -// 'dropdown.all' => '--- all ---', -// 'dropdown.no' => '--- no ---', -// 'dropdown.current_day' => 'today', -// 'dropdown.previous_day' => 'yesterday', -// 'dropdown.selected_day' => 'day', -// 'dropdown.current_week' => 'this week', -// 'dropdown.previous_week' => 'previous week', -// 'dropdown.selected_week' => 'week', -// 'dropdown.current_month' => 'this month', -// 'dropdown.previous_month' => 'previous month', -// 'dropdown.selected_month' => 'month', -// 'dropdown.current_year' => 'this year', // 'dropdown.previous_year' => 'previous year', -// 'dropdown.selected_year' => 'year', -// 'dropdown.all_time' => 'all time', +'dropdown.selected_year' => 'anno', +'dropdown.all_time' => 'tutto il tempo', 'dropdown.projects' => 'progetti', // TODO: translate the following. // 'dropdown.tasks' => 'tasks', 'dropdown.clients' => 'clienti', // TODO: translate the following. // 'dropdown.select' => '--- select ---', -// 'dropdown.select_invoice' => '--- select invoice ---', -// 'dropdown.status_active' => 'active', -// 'dropdown.status_inactive' => 'inactive', -// 'dropdown.delete'=>'delete', -// 'dropdown.do_not_delete'=>'do not delete', +'dropdown.select_invoice' => '--- seleziona la fattura ---', +'dropdown.status_active' => 'attivo', +'dropdown.status_inactive' => 'inattivo', +// TODO: translate the following. +// 'dropdown.delete' => 'delete', +// 'dropdown.do_not_delete' => 'do not delete', // 'dropdown.paid' => 'paid', // 'dropdown.not_paid' => 'not paid', @@ -387,21 +392,18 @@ $i18n_key_words = array( // TODO: translate the following. 'form.reports.save_as_favorite' => 'Salva nei preferiti', 'form.reports.confirm_delete' => 'Sei sicuro di voler cancellare questo report dai preferiti?', -// TODO: translate the following. -// 'form.reports.include_records' => 'Include records', -// 'form.reports.include_billable' => 'billable', -// 'form.reports.include_not_billable' => 'not billable', +'form.reports.include_billable' => 'fatturabile', +'form.reports.include_not_billable' => 'non fatturabile', // 'form.reports.include_invoiced' => 'invoiced', // 'form.reports.include_not_invoiced' => 'not invoiced', -// 'form.reports.select_period' => 'Select time period', -// 'form.reports.set_period' => 'or set dates', -// 'form.reports.show_fields' => 'Show fields', -// 'form.reports.group_by' => 'Group by', -// 'form.reports.group_by_no' => '--- no grouping ---', +'form.reports.select_period' => 'Seleziona il periodo di tempo', +'form.reports.set_period' => 'oppure setta le date', +'form.reports.show_fields' => 'Mostra i campi', +'form.reports.group_by' => 'Raggruppa per', +'form.reports.group_by_no' => '--- non raggruppare ---', 'form.reports.group_by_date' => 'data', 'form.reports.group_by_user' => 'utente', -// TODO: translate the following. -// 'form.reports.group_by_client' => 'client', +'form.reports.group_by_client' => 'cliente', 'form.reports.group_by_project' => 'progetto', // TODO: translate the following. // 'form.reports.group_by_task' => 'task', @@ -409,15 +411,17 @@ $i18n_key_words = array( // Report form. See example at https://timetracker.anuko.com/report.php // (after generating a report at https://timetracker.anuko.com/reports.php). +'form.report.export' => 'Esporta', // TODO: translate the following. -// 'form.report.export' => 'Export', // 'form.report.assign_to_invoice' => 'Assign to invoice', // 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', +'form.invoice.person' => 'Persona', + +// Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php // TODO: translate the following. -// 'form.invoice.number' => 'Invoice number', -// 'form.invoice.person' => 'Person', // 'form.invoice.invoice_to_delete' => 'Invoice to delete', // 'form.invoice.invoice_entries' => 'Invoice entries', // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.', @@ -425,7 +429,7 @@ $i18n_key_words = array( // Charts form. See example at https://timetracker.anuko.com/charts.php // TODO: translate the following. // 'form.charts.interval' => 'Interval', -// 'form.charts.chart' => 'Chart', +'form.charts.chart' => 'Grafico', // Projects form. See example at https://timetracker.anuko.com/projects.php // TODO: translate the following. @@ -453,23 +457,23 @@ $i18n_key_words = array( // 'form.clients.active_clients' => 'Active Clients', // 'form.clients.inactive_clients' => 'Inactive Clients', -// Client delete form. See example at https://timetracker.anuko.com/client_delete.php +// Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php // TODO: translate the following. // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', -// Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// TODO: translate the following. +'form.export.hint' => 'Puoi esporate tutti i dati dei team in un file xml. Questo può essere utile se devi trasferire i dati da un server ad un altro.', +'form.export.compression' => 'Compressione', // TODO: translate the following. -// 'form.export.hint' => 'You can export all team data into an xml file. It could be useful if you are migrating data to your own server.', -// 'form.export.compression' => 'Compression', // 'form.export.compression_none' => 'none', // 'form.export.compression_bzip' => 'bzip', -// Strings for Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). -// TODO: translate the following. -// 'form.import.hint' => 'Import team data from an xml file.', -// 'form.import.file' => 'Select file', -// 'form.import.success' => 'Import completed successfully.', +// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +'form.import.hint' => 'Importa i dati del team da un file xml.', +'form.import.file' => 'Seleziona il file', +'form.import.success' => 'Importazione eseguita con successo.', // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). // TODO: translate the following. @@ -499,7 +503,7 @@ $i18n_key_words = array( // 'form.mail.report_subject' => 'Time Tracker Report', // 'form.mail.footer' => 'Anuko Time Tracker is a simple, easy to use, open source
time tracking system. Visit www.anuko.com for more information.', // 'form.mail.report_sent' => 'Report sent.', -// 'form.mail.invoice_sent' => 'Invoice sent.', +'form.mail.invoice_sent' => 'Fattura inviata.', // Quotas configuration form. // TODO: translate the following. @@ -508,87 +512,4 @@ $i18n_key_words = array( // 'form.quota.quota' => 'Quota', // 'form.quota.workday_hours' => 'Hours in work day', // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', - - - -// TODO: refactoring ongoing down from here. -// Strings below are not use in current code. See if we can recycle something from below. - -// invoice attributes -"form.invoice.select_cust" => 'seleziona il cliente', -"form.invoice.fillform" => 'compila i campi', -"form.invoice.date" => 'data', -"form.invoice.number" => 'numero fattura', -"form.invoice.th.username" => 'persona', -"form.invoice.th.time" => 'ore', -"form.invoice.th.rate" => 'costo', -"form.invoice.th.summ" => 'ammontare', -"form.invoice.subtotal" => 'subtotale', -"form.invoice.customer" => 'cliente', -"form.invoice.mailinv_above" => 'invia la fattura tramite e-mail', -"form.invoice.sending_str" => 'fattura inviata', - -"form.migration.zip" => 'compressione', -"form.migration.file" => 'seleziona il file', -"form.migration.import.title" => 'importa i dati', -"form.migration.import.success" => 'importazione eseguita con successo', -"form.migration.import.text" => 'importa i dati del team da un file xml', -"form.migration.export.title" => 'esporta i dati', -"form.migration.export.success" => 'esportazione eseguita con successo', -"form.migration.export.text" => 'puoi esporate tutti i dati dei team in un file xml. questo può essere utile se devi trasferire i dati da un server ad un altro.', - -// miscellaneous strings -"forward.tocsvfile" => 'esporta i dati in un file .csv', -"forward.toxmlfile" => 'esporta i dati in un file .xml', -"forward.geninvoice" => 'genera la fattura', -"forward.change" => 'configura i clienti', - -// strings inside contols on forms -"controls.select.project" => '--- seleziona il progetto ---', -"controls.select.activity" => '--- seleziona la attività ---', -"controls.select.client" => '--- seleziona il cliente ---', -"controls.project_bind" => '--- tutti ---', -"controls.all" => '--- tutti ---', -"controls.notbind" => '--- no ---', -"controls.per_tm" => 'questo mese', -"controls.per_lm" => 'mese scorso', -"controls.per_tw" => 'questa settimana', -"controls.per_lw" => 'settimana scorsa', -"controls.per_td" => 'questo giorno', -"controls.per_at" => 'tutto il tempo', -"controls.per_ty" => 'quest\\\'anno', -"controls.sel_period" => '--- seleziona il periodo di tempo ---', -"controls.sel_groupby" => '--- non raggruppare ---', -"controls.inc_billable" => 'fatturabile', -"controls.inc_nbillable" => 'non fatturabile', -// Note to translators: the string below must be translated -// "controls.default" => '--- default ---', - -// labels -"label.chart.title1" => 'attività per utente', -// Note to translators: the string below is missing and must be added and translated -// "label.chart.title2" => 'projects for user', -"label.chart.period" => 'grafico per il periodo', - -"label.pbehalf_info" => '%s %s a favore di %s', -"label.time_noentry" => 'nessun inserimento', -"label.today" => 'oggi', -"label.req_fields" => '* campi obbligatori', -"label.sel_project" => 'seleziona il progetto', -"label.sel_activity" => 'seleziona la attività', -"label.sel_tp" => 'seleziona il periodo di tempo', -"label.set_tp" => 'oppure setta le date', -"label.fields" => 'mostra i campi', -"label.group_title" => 'raggruppa per', -"label.include_title" => 'includi records', -"label.inv_str" => 'fattura', -"label.set_empl" => 'seleziona utenti', -"label.sel_all" => 'seleziona tutti', -"label.sel_none" => 'deseleziona tutti', -"label.or" => 'o', -"label.disable" => 'disabilita', -"label.enable" => 'abilita', -"label.filter" => 'filtro', -"label.timeweek" => 'totale settimanale', -"label.hrs" => 'ore', );