X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fit.lang.php;h=2954043a7d9c7ef1599160c59a452670ee69a62c;hb=a26a0989ad93cce9de9f45312990da9610e53045;hp=325b71642c771bb013a194667a3daf450c11134b;hpb=0efa6a42743c69086721f69726abec833971af03;p=timetracker.git diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 325b7164..55754834 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -31,8 +31,8 @@ // Note to translators: Use proper capitalization rules for your language. -$i18n_language = 'Italiano'; -$i18n_months = array('Gennaio', 'Febbraio', 'Marzo', 'Aprile', 'Maggio', 'Giugno', 'Luiglio', 'Agosto', 'Settembre', 'Ottobre', 'Novembre', 'Dicembre'); +$i18n_language = 'Italian (Italiano)'; +$i18n_months = array('Gennaio', 'Febbraio', 'Marzo', 'Aprile', 'Maggio', 'Giugno', 'Luglio', 'Agosto', 'Settembre', 'Ottobre', 'Novembre', 'Dicembre'); $i18n_weekdays = array('Domenica', 'Lunedì', 'Martedì', 'Mercoledì', 'Giovedì', 'Venerdì', 'Sabato'); $i18n_weekdays_short = array('Do', 'Lu', 'Ma', 'Me', 'Gi', 'Ve', 'Sa'); // format mm/dd @@ -42,110 +42,120 @@ $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). -// TODO: translate the following. -// 'menu.login' => 'Login', -// 'menu.logout' => 'Logout', -// 'menu.forum' => 'Forum', -// 'menu.help' => 'Help', -// 'menu.create_team' => 'Create Team', +'menu.login' => 'Login', +'menu.logout' => 'Logout', +'menu.forum' => 'Forum', +'menu.help' => 'Aiuto', +'menu.create_group' => 'Crea gruppo', 'menu.profile' => 'Profilo', +'menu.group' => 'Gruppo', +'menu.plugins' => 'Plugin', 'menu.time' => 'Tempo', // TODO: translate the following. -// 'menu.expenses' => 'Expenses', -// 'menu.reports' => 'Reports', -// 'menu.charts' => 'Charts', -'menu.projects' => 'Progetti', +// 'menu.week' => 'Week', +'menu.expenses' => 'Spese', +'menu.reports' => 'Rapporti', // TODO: translate the following. -// 'menu.tasks' => 'Tasks', +// 'menu.timesheets' => 'Timesheets', +'menu.charts' => 'Grafici', +'menu.projects' => 'Progetti', +'menu.tasks' => 'Compiti', 'menu.users' => 'Utenti', +'menu.groups' => 'Gruppi', // TODO: translate the following. -// 'menu.teams' => 'Teams', -// 'menu.export' => 'Export', +// 'menu.subgroups' => 'Subgroups', +'menu.export' => 'Esportazione', 'menu.clients' => 'Clienti', 'menu.options' => 'Opzioni', // Footer - strings on the bottom of most pages. -// TODO: translate the following. -// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.', -// 'footer.credits' => 'Credits', -// 'footer.license' => 'License', -// 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language. - // This is a link to a webpage that describes how to contribute to the project. +'footer.contribute_msg' => 'Puoi collaborare al progetto Time Tracker in diversi modi.', +'footer.credits' => 'Credits', +'footer.license' => 'Licenza', +'footer.improve' => 'Collabora', // Error messages. +'error.access_denied' => 'Accesso negato.', +'error.sys' => 'Errore di sistema.', +'error.db' => 'Errore database.', // TODO: translate the following. -// 'error.access_denied' => 'Access denied.', -// 'error.sys' => 'System error.', -// 'error.db' => 'Database error.', +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Dato "{0}" errato.', 'error.empty' => 'Il campo "{0}" è vuoto.', 'error.not_equal' => 'Il campo "{0}" non è uguale al campo "{1}".', -// TODO: translate the following. -// error.interval' => 'Field "{0}" must be greater than "{1}".', +'error.interval' => 'Il campo "{0}" deve essere maggiore di "{1}".', 'error.project' => 'Seleziona il progetto.', -// TODO: translate the following. -// 'error.task' => 'Select task.', -// 'error.client' => 'Select client.', -// 'error.report' => 'Select report.', -// 'error.record' => 'Select record.', +'error.task' => 'Seleziona compito.', +'error.client' => 'Seleziona il cliente.', +'error.report' => 'Seleziona rapporto.', +'error.record' => 'Seleziona record.', 'error.auth' => 'Login o password errati.', +'error.user_exists' => 'Esiste già un utente con questo username.', +// TODO: translate the following. +// 'error.object_exists' => 'Object with this name already exists.', +'error.invoice_exists' => 'Esiste già una fattura con questo numero.', +// TODO: translate the following. +// 'error.role_exists' => 'Role with this rank already exists.', +'error.no_invoiceable_items' => 'Non ci sono voci fatturabili.', // TODO: translate the following. -// 'error.user_exists' => 'User with this login already exists.', -'error.project_exists' => 'Esiste già un progetto con questo nome.', -// TODO: translate the following. -// 'error.task_exists' => 'Task with this name already exists.', -// 'error.client_exists' => 'Client with this name already exists.', -// 'error.invoice_exists' => 'Invoice with this number already exists.', -// 'error.no_invoiceable_items' => 'There are no invoiceable items.', -// 'error.no_login' => 'No user with this login.', -'error.no_teams' => 'Il database è vuoto. loggati come amministratore e crea un nuovo team.', -// TODO: translate the following. -// 'error.upload' => 'File upload error.', -// 'error.range_locked' => 'Date range is locked.', -// 'error.mail_send' => 'Error sending mail.', -// 'error.no_email' => 'No email associated with this login.', -// 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.', -// 'error.goto_uncompleted' => 'Go to uncompleted entry.', -// 'error.overlap' => 'Time interval overlaps with existing records.', -// 'error.future_date' => 'Date is in future.', +// 'error.no_records' => 'There are no records.', +'error.no_login' => 'Non esiste un utente con questo username.', +'error.no_groups' => 'Il database è vuoto. Loggati come amministratore e crea un nuovo gruppo.', +'error.upload' => 'Errore di caricamento file.', +'error.range_locked' => 'Intervallo data bloccato.', +'error.mail_send' => 'Errore nella fase di invio mail.', +// TODO: improve the translation above by adding MAIL_SMTP_DEBUG part. +// 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.', +'error.no_email' => 'Non ci sono email associate a questo username.', +'error.uncompleted_exists' => 'Esiste una voce incompleta. Chiudila o cancellala.', +'error.goto_uncompleted' => 'Vai alle voce incompleta.', +'error.overlap' => 'Intervallo temporale sovrapposto a voci esistenti.', +'error.future_date' => 'La data è nel futuro.', +// TODO: translate the following. +// 'error.xml' => 'Error in XML file at line %d: %s.', +// 'error.cannot_import' => 'Cannot import: %s.', +// '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. +// 'warn.sure' => 'Are you sure?', +// 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.', + +// Success messages. +// TODO: translate the following. +// 'msg.success' => 'Operation completed successfully.', // Labels for buttons. 'button.login' => 'Login', 'button.now' => 'Adesso', 'button.save' => 'Salva', -// TODO: translate the following. -// 'button.copy' => 'Copy', +'button.copy' => 'Copia', 'button.cancel' => 'Cancella', 'button.submit' => 'Invia', -'button.add_user' => 'Aggiungi utente', -'button.add_project' => 'Aggiungi progetto', -// TODO: translate the following. -// 'button.add_task' => 'Add task', -'button.add_client' => 'Aggiungi cliente', -// TODO: translate the following. -// 'button.add_invoice' => 'Add invoice', -// 'button.add_option' => 'Add option', -// 'button.add' => 'Add', +'button.add' => 'Aggiungi', +'button.delete' => 'Elimina', 'button.generate' => 'Genera', -// TODO: translate the following. -// 'button.reset_password' => 'Reset password', +'button.reset_password' => 'Reset password', 'button.send' => 'Invia', 'button.send_by_email' => 'Invia tramite e-mail', -'button.create_team' => 'Crea team', -'button.export' => 'Esporta team', -'button.import' => 'Importa team', +'button.create_group' => 'Crea gruppo', +'button.export' => 'Esporta gruppo', +'button.import' => 'Importa gruppo', +'button.close' => 'Chiudi', +'button.stop' => 'Stop', // TODO: translate the following. -// 'button.close' => 'Close', -// 'button.stop' => 'Stop', +// 'button.approve' => 'Approve', +// 'button.disapprove' => 'Disapprove', // Labels for controls on forms. Labels in this section are used on multiple forms. -// TODO: translate the following. -// 'label.team_name' => 'Team name', -// 'label.address' => 'Address', +'label.group_name' => 'Nome del gruppo', +'label.address' => 'Indirizzo', 'label.currency' => 'Moneta', -// TODO: translate the following. -// 'label.manager_name' => 'Manager name', -// 'label.manager_login' => 'Manager login', +'label.manager_name' => 'Nome manager', +'label.manager_login' => 'Username manager', 'label.person_name' => 'Nome', 'label.thing_name' => 'Nome', 'label.login' => 'Login', @@ -153,191 +163,252 @@ $i18n_key_words = array( 'label.confirm_password' => 'Conferma password', 'label.email' => 'E-mail', 'label.cc' => 'Cc', -// TODO: translate the following. -// 'label.bcc' => 'Bcc', +'label.bcc' => 'Ccn', 'label.subject' => 'Oggetto', 'label.date' => 'Data', -// TODO: translate the following. -// 'label.start_date' => 'Start date', -// 'label.end_date' => 'End date', -// 'label.user' => 'User', -// 'label.users' => 'Users', -// 'label.client' => 'Client', -// 'label.clients' => 'Clients', -// 'label.option' => 'Option', -// 'label.invoice' => 'Invoice', +'label.start_date' => 'Data inizio', +'label.end_date' => 'Data fine', +'label.user' => 'Utente', +'label.users' => 'Utenti', +// TODO: translate the following. +// 'label.group' => 'Group', +// 'label.subgroups' => 'Subgroups', +// 'label.roles' => 'Roles', +'label.client' => 'Cliente', +'label.clients' => 'Clienti', +'label.option' => 'Opzion', +'label.invoice' => 'Fattura', 'label.project' => 'Progetto', -// TODO: translate the following. -// 'label.projects' => 'Projects', -// 'label.task' => 'Task', -// 'label.tasks' => 'Tasks', -// 'label.description' => 'Description', +'label.projects' => 'Progetti', +'label.task' => 'Compito', +'label.tasks' => 'Compiti', +'label.description' => 'Descrizione', 'label.start' => 'Inizio', 'label.finish' => 'Fine', 'label.duration' => 'Durata', -// TODO: translate the following. -// 'label.note' => 'Note', -// 'label.notes' => 'Notes', -// 'label.item' => 'Item', -// 'label.cost' => 'Cost', -// 'label.day_total' => 'Day total', -// 'label.week_total' => 'Week total', -// 'label.month_total' => 'Month total', -// 'label.today' => 'Today', -'label.total_hours' => 'Ore totali', -// TODO: translate the following. -// 'label.total_cost' => 'Total cost', -// 'label.view' => 'View', +'label.note' => 'Nota', +'label.notes' => 'Note', +'label.item' => 'Voce', +'label.cost' => 'Costo', +// TODO: translate the following. +// 'label.ip' => 'IP', +'label.day_total' => 'Totale giornaliero', +'label.week_total' => 'Totale settimanale', +'label.month_total' => 'Totale mensile', +'label.today' => 'Oggi', +'label.view' => 'Visualizza', 'label.edit' => 'Modifica', 'label.delete' => 'Elimina', -// 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.configure' => 'Configura', +'label.select_all' => 'Seleziona tutti', +'label.select_none' => 'Deseleziona tutti', +'label.day_view' => 'Vista giornaliera', +'label.week_view' => 'Vista settimanale', 'label.id' => 'ID', -// TODO: translate the following. -// 'label.language' => 'Language', -// 'label.decimal_mark' => 'Decimal mark', -// 'label.date_format' => 'Date format', -// 'label.time_format' => 'Time format', -// 'label.week_start' => 'First day of week', -// 'label.comment' => 'Comment', -// 'label.status' => 'Status', -// 'label.tax' => 'Tax', -// 'label.subtotal' => 'Subtotal', +'label.language' => 'Lingua', +'label.decimal_mark' => 'Separatore decimale', +'label.date_format' => 'Formato data', +'label.time_format' => 'Formato ora', +'label.week_start' => 'Primo giorno della settimana', +'label.comment' => 'Commento', +'label.status' => 'Stato', +'label.tax' => 'Imposta', +'label.subtotal' => 'Subtotale', 'label.total' => 'Totale', -// TODO: translate the following. -// 'label.client_name' => 'Client name', -// 'label.client_address' => 'Client address', -// 'label.or' => 'or', -// '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.client_name' => 'Nome cliente', +'label.client_address' => 'Indirizzo cliente', +'label.or' => 'o', +'label.error' => 'Errore', +'label.ldap_hint' => 'Digita il tuo Login Windows e la tua password nei campi qui sotto.', +'label.required_fields' => '* campi obbligatori', +'label.on_behalf' => 'a favore di', 'label.role_manager' => '(manager)', 'label.role_comanager' => '(co-manager)', 'label.role_admin' => '(amministratore)', -// TODO: translate the following. -// 'label.page' => 'Page', -// 'label.condition' => 'Condition', -// 'label.yes' => 'yes', -// 'label.no' => 'no', +'label.page' => 'Pagina', +'label.condition' => 'Condizione', +'label.yes' => 'si', +'label.no' => 'no', // Labels for plugins (extensions to Time Tracker that provide additional features). -// TODO: translate the following. -// 'label.custom_fields' => 'Custom fields', -// 'label.monthly_quotas' => 'Monthly quotas', -// 'label.type' => 'Type', -// 'label.type_dropdown' => 'dropdown', -// 'label.type_text' => 'text', -// 'label.required' => 'Required', -// 'label.fav_report' => 'Favorite report', -// 'label.cron_schedule' => 'Cron schedule', -// 'label.what_is_it' => 'What is it?', -// 'label.expense' => 'Expense', -// 'label.quantity' => 'Quantity', -// 'label.paid_status' => 'Paid status', -// 'label.paid' => 'Paid', -// 'label.mark_paid' => 'Mark paid', +'label.custom_fields' => 'Campi personalizzati', +'label.monthly_quotas' => 'Quote mensili', +'label.type' => 'Tipo', +'label.type_dropdown' => 'menu a tendina', +'label.type_text' => 'testo', +'label.required' => 'Obbligatorio', +'label.fav_report' => 'Rapporto preferito', +'label.schedule' => 'Programma', +'label.what_is_it' => 'Cosa è?', +'label.expense' => 'Spesa', +'label.quantity' => 'Quantità', +'label.paid_status' => 'Stato pagamento', +'label.paid' => 'Pagato', +'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', +'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', +// '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 +// 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. +// Specifically: Eliminazione vs Elimina - we probably want nouns in titles. +'title.error' => 'Errore', +// TODO: Translate the following. +// 'title.success' => 'Success', 'title.login' => 'Login', -// TODO: translate the following. -// 'title.teams' => 'Teams', -// 'title.create_team' => 'Creating Team', -// 'title.edit_team' => 'Editing Team', -'title.delete_team' => 'Elimina team', -// 'title.reset_password' => 'Resetting Password', -// 'title.change_password' => 'Changing Password', -// 'title.time' => 'Time', -// 'title.edit_time_record' => 'Editing Time Record', -// 'title.delete_time_record' => 'Deleting Time Record', -// 'title.expenses' => 'Expenses', -// 'title.edit_expense' => 'Editing Expense Item', -// 'title.delete_expense' => 'Deleting Expense Item', -// 'title.predefined_expenses' => 'Predefined Expenses', -// 'title.add_predefined_expense' => 'Adding Predefined Expense', -// 'title.edit_predefined_expense' => 'Editing Predefined Expense', -// 'title.delete_predefined_expense' => 'Deleting Predefined Expense', -// 'title.reports' => 'Reports', -// 'title.report' => 'Report', -// 'title.send_report' => 'Sending Report', -// 'title.invoice' => 'Invoice', -// 'title.send_invoice' => 'Sending Invoice', -// 'title.charts' => 'Charts', -// 'title.projects' => 'Projects', -// 'title.add_project' => 'Adding Project', -// 'title.edit_project' => 'Editing Project', -// 'title.delete_project' => 'Deleting Project', -// 'title.tasks' => 'Tasks', -// 'title.add_task' => 'Adding Task', -// 'title.edit_task' => 'Editing Task', -// 'title.delete_task' => 'Deleting Task', +'title.groups' => 'Gruppi', +// TODO: translate the following. +// 'title.subgroups' => 'Subgroups', +// 'title.add_group' => 'Adding Group', +'title.edit_group' => 'Modifica gruppo', +'title.delete_group' => 'Elimina gruppo', +'title.reset_password' => 'Reset password', +'title.change_password' => 'Cambio password', +'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', +'title.predefined_expenses' => 'Spese predefinite', +'title.add_predefined_expense' => 'Aggiunta spese predefinite', +'title.edit_predefined_expense' => 'Modifica spese predefinite', +'title.delete_predefined_expense' => 'Eliminazione spese predefinite', +'title.reports' => 'Rapporti', +'title.report' => 'Rapporto', +'title.send_report' => 'Invio Rapporto', +// 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', +'title.tasks' => 'Compiti', +'title.add_task' => 'Aggiungi compito', +'title.edit_task' => 'Modifica compito', +'title.delete_task' => 'Eliminazione compito', 'title.users' => 'Utenti', 'title.add_user' => 'Crea utente', 'title.edit_user' => 'Modifica utente', 'title.delete_user' => 'Elimina utente', // TODO: translate the following. -// 'title.clients' => 'Clients', -// 'title.add_client' => 'Adding Client', -// 'title.edit_client' => 'Editing Client', -// 'title.delete_client' => 'Deleting Client', -// 'title.invoices' => 'Invoices', -// 'title.add_invoice' => 'Adding Invoice', -// 'title.view_invoice' => 'Viewing Invoice', -// 'title.delete_invoice' => 'Deleting Invoice', -// 'title.notifications' => 'Notifications', -// 'title.add_notification' => 'Adding Notification', -// '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.roles' => 'Roles', +// 'title.add_role' => 'Adding Role', +// 'title.edit_role' => 'Editing Role', +// 'title.delete_role' => 'Deleting Role', +'title.clients' => 'Clienti', +'title.add_client' => 'Aggiungi cliente', +'title.edit_client' => 'Modifica cliente', +'title.delete_client' => 'Elimina cliente', +'title.invoices' => 'Fatture', +'title.add_invoice' => 'Aggiunta fattura', +'title.view_invoice' => 'Visualizzazione fattura', +'title.delete_invoice' => 'Eliminazione fattura', +'title.notifications' => 'Notifiche', +'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', 'title.options' => 'Opzioni', -'title.profile' => 'Profilo', // TODO: translate the following. -// 'title.cf_custom_fields' => 'Custom Fields', -// 'title.cf_add_custom_field' => 'Adding Custom Field', -// 'title.cf_edit_custom_field' => 'Editing Custom Field', -// 'title.cf_delete_custom_field' => 'Deleting Custom Field', -// 'title.cf_dropdown_options' => 'Dropdown Options', -// 'title.cf_add_dropdown_option' => 'Adding Option', -// 'title.cf_edit_dropdown_option' => 'Editing Option', -// 'title.cf_delete_dropdown_option' => 'Deleting Option', +// 'title.display_options' => 'Display Options', +'title.profile' => 'Profilo', +'title.plugins' => 'Plugin', +'title.cf_custom_fields' => 'Campi personalizzati', +'title.cf_add_custom_field' => 'Aggiunta campo personalizzato', +'title.cf_edit_custom_field' => 'Modifica campo personalizzato', +'title.cf_delete_custom_field' => 'Eliminazione campo personalizzato', +'title.cf_dropdown_options' => 'Opzioni menu di scelta', +'title.cf_add_dropdown_option' => 'Aggiunta opzione', +'title.cf_edit_dropdown_option' => 'Modifica opzione', +'title.cf_delete_dropdown_option' => 'Eliminazione opzione', // 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', +// It is also a name for the Locking plugin on the group settings page. +'title.locking' => 'Bloccaggio', +'title.week_view' => 'Vista settimanale', +// 'title.swap_roles' => 'Swapping Roles', +// 'title.work_units' => 'Work Units', +// 'title.templates' => 'Templates', +// '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', +// 'title.add_work' => 'Adding Work', +// 'title.edit_work' => 'Editing Work', +// 'title.delete_work' => 'Deleting Work', +// 'title.active_work' => 'Active Work', // Active work items this group outsources to other groups. +// 'title.inactive_work' => 'Inactive Work', // Inactive work items this group was outsourcing to other groups. // 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. -// 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.projects' => 'projects', -// 'dropdown.tasks' => 'tasks', -// 'dropdown.clients' => 'clients', -// '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.paid' => 'paid', -// 'dropdown.not_paid' => 'not paid', +'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', +'dropdown.previous_year' => 'anno precedente', +'dropdown.selected_year' => 'anno', +'dropdown.all_time' => 'tutto il tempo', +'dropdown.projects' => 'progetti', +'dropdown.tasks' => 'compiti', +'dropdown.clients' => 'clienti', +'dropdown.select' => '--- seleziona ---', +'dropdown.select_invoice' => '--- seleziona la fattura ---', +// TODO: translate the following. +// 'dropdown.select_timesheet' => '--- select timesheet ---', +'dropdown.status_active' => 'attivo', +'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', // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases @@ -346,308 +417,225 @@ $i18n_key_words = array( // Login form. See example at https://timetracker.anuko.com/login.php. 'form.login.forgot_password' => 'Password dimenticata?', -// TODO: translate the following. -// 'form.login.about' =>'Anuko Time Tracker is a simple, easy to use, open source time tracking system.', +'form.login.about' => 'Anuko Time Tracker è un sistema semplice e open source per registrare i tempi di lavoro.', // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php. -// TODO: improve form.reset_password.message by specifying that it was sent "by email". -// English form: 'form.reset_password.message' => 'Password reset request sent by email.', -'form.reset_password.message' => 'Richiesta di reset pasword inviata.', -// TODO: translate the following. -// 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request', -// 'form.reset_password.email_body' => "Dear User,\n\nSomeone, possibly you, requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n", +'form.reset_password.message' => 'Richiesta di reset password inviata via mail.', +'form.reset_password.email_subject' => 'Richiesta reset password per Anuko Time Tracker', +// TODO: English string has changed. "from IP added. Re-translate the beginning. +// 'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n", +// "IP %s" probably sounds awkward. +'form.reset_password.email_body' => "Caro utente,\n\n qualcuno, IP %s, ha richiesto di reimpostare la tua password per Anuko Time Tracker. Per favore visita questo link per reimpostare la tua password.\n\n%s\n\nAnuko Time Tracker è un sistema semplice e open source per registrare i tempi di lavoro. Visita https://www.anuko.com per maggiori informazioni.\n\n", // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1. -// TODO: translate the following. -// 'form.change_password.tip' => 'Type new password and click on Save.', +'form.change_password.tip' => 'Digita una nuova password e clicca su Salva.', // Time form. See example at https://timetracker.anuko.com/time.php. -// TODO: translate the following. -// 'form.time.duration_format' => '(hh:mm or 0.0h)', +'form.time.duration_format' => '(oo:mm o 0.0h)', 'form.time.billable' => 'Fatturabile', +'form.time.uncompleted' => 'Incompleti', +'form.time.remaining_quota' => 'Quota rimanente', +'form.time.over_quota' => 'Sopra quota', // TODO: translate the following. -// 'form.time.uncompleted' => 'Uncompleted', -// 'form.time.remaining_quota' => 'Remaining quota', -// 'form.time.over_quota' => 'Over quota', +// 'form.time.remaining_balance' => 'Remaining balance', +// 'form.time.over_balance' => 'Over balance', // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record). 'form.time_edit.uncompleted' => 'Questo record è stato salvato con la sola ora di inzio attività. Non è un errore.', // Week view form. See example at https://timetracker.anuko.com/week.php. -// TODO: translate the following. -// 'form.week.new_entry' => 'New entry', +'form.week.new_entry' => 'Nuova voce', // Reports form. See example at https://timetracker.anuko.com/reports.php -// 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_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.group_by_date' => 'date', -// 'form.reports.group_by_user' => 'user', -// 'form.reports.group_by_client' => 'client', +'form.reports.include_billable' => 'fatturabile', +'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', +'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', +'form.reports.group_by_client' => 'cliente', 'form.reports.group_by_project' => 'progetto', -// TODO: translate the following. -// 'form.reports.group_by_task' => 'task', -// 'form.reports.totals_only' => 'Totals only', +'form.reports.group_by_task' => 'compito', // 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', +'form.report.assign_to_invoice' => 'Assegna alla fattura', +// TODO: translate the following. +// 'form.report.assign_to_timesheet' => 'Assign to timesheet', + +// Timesheets form. See example at https://timetracker.anuko.com/timesheets.php // TODO: translate the following. -// 'form.report.export' => 'Export', -// 'form.report.assign_to_invoice' => 'Assign to invoice', +// '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). -// 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.', +'form.invoice.number' => 'Numero fattura', +'form.invoice.person' => 'Persona', + +// Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php +'form.invoice.invoice_to_delete' => 'Fattura da eliminare', +'form.invoice.invoice_entries' => 'Voci fattura', +'form.invoice.confirm_deleting_entries' => 'Per favore conferma di voler eliminare le voci fattura da Time Tracker.', // 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.interval' => 'Intervallo', +'form.charts.chart' => 'Grafico', // Projects form. See example at https://timetracker.anuko.com/projects.php -// TODO: translate the following. -//'form.projects.active_projects' => 'Active Projects', -// 'form.projects.inactive_projects' => 'Inactive Projects', +'form.projects.active_projects' => 'Progetti attivi', +'form.projects.inactive_projects' => 'Progetti inattivi', // Tasks form. See example at https://timetracker.anuko.com/tasks.php -// TODO: translate the following. -// 'form.tasks.active_tasks' => 'Active Tasks', -// 'form.tasks.inactive_tasks' => 'Inactive Tasks', +'form.tasks.active_tasks' => 'Compiti attivi', +'form.tasks.inactive_tasks' => 'Compiti inattivi', // Users form. See example at https://timetracker.anuko.com/users.php -// TODO: translate the following. -// 'form.users.active_users' => 'Active Users', -// 'form.users.inactive_users' => 'Inactive Users', -// 'form.users.uncompleted_entry' => 'User has an uncompleted time entry', -// 'form.users.role' => 'Role', -// 'form.users.manager' => 'Manager', -// 'form.users.comanager' => 'Co-manager', -// 'form.users.rate' => 'Rate', -// 'form.users.default_rate' => 'Default hourly rate', - -// Clients form. See example at https://timetracker.anuko.com/clients.php -// TODO: translate the following. -// 'form.clients.active_clients' => 'Active Clients', -// 'form.clients.inactive_clients' => 'Inactive Clients', +'form.users.uncompleted_entry' => 'Questo utente ha un record temporale incompleto', +'form.users.role' => 'Ruolo', +'form.users.manager' => 'Manager', +'form.users.comanager' => 'Co-manager', +'form.users.rate' => 'Costo', +'form.users.default_rate' => 'Costo per ora di default', -// Client delete form. See example at https://timetracker.anuko.com/client_delete.php +// Editing User form. See example at https://timetracker.anuko.com/user_edit.php // TODO: translate the following. -// 'form.client.client_to_delete' => 'Client to delete', -// 'form.client.client_entries' => 'Client entries', +// 'form.user_edit.swap_roles' => 'Swap roles', -// Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Roles form. See example at https://timetracker.anuko.com/roles.php // 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', +// 'form.roles.active_roles' => 'Active Roles', +// 'form.roles.inactive_roles' => 'Inactive Roles', +// 'form.roles.rank' => 'Rank', +// 'form.roles.rights' => 'Rights', +// 'form.roles.assigned' => 'Assigned', +// 'form.roles.not_assigned' => 'Not assigned', -// 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.', - -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -// TODO: translate the following. -// 'form.teams.hint' => 'Create a new team by creating a new team manager account.
You can also import team data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).', - -// Profile form. See example at https://timetracker.anuko.com/profile_edit.php. -// TODO: translate the following. -// 'form.profile.12_hours' => '12 hours', -// 'form.profile.24_hours' => '24 hours', -// 'form.profile.tracking_mode' => 'Tracking mode', -// 'form.profile.mode_time' => 'time', -// 'form.profile.mode_projects' => 'projects', -// 'form.profile.mode_projects_and_tasks' => 'projects and tasks', -// 'form.profile.record_type' => 'Record type', -// 'form.profile.type_all' => 'all', -// 'form.profile.type_start_finish' => 'start and finish', -// 'form.profile.type_duration' => 'duration', -// 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', -// 'form.profile.uncompleted_indicators_none' => 'do not show', -// 'form.profile.uncompleted_indicators_show' => 'show', -// 'form.profile.plugins' => 'Plugins', +// Clients form. See example at https://timetracker.anuko.com/clients.php +'form.clients.active_clients' => 'Clienti attivi', +'form.clients.inactive_clients' => 'Clienti inattivi', + +// Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php +'form.client.client_to_delete' => 'Client da eliminare', +'form.client.client_entries' => 'Voci client', + +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +'form.export.hint' => 'Puoi esporate tutti i dati dei gruppo in un file xml. Questo può essere utile se devi trasferire i dati da un server ad un altro.', +'form.export.compression' => 'Compressione', +'form.export.compression_none' => 'niente', +'form.export.compression_bzip' => 'bzip', + +// Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first). +'form.import.hint' => 'Importa i dati del gruppo da un file xml.', +'form.import.file' => 'Seleziona il file', +'form.import.success' => 'Importazione eseguita con successo.', + +// 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).', + +// 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', +'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.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.group_edit.confirm_save' => 'Confirm saving', +// 'form.group_edit.allow_ip' => 'Allow IP', + +// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php +// TODO: translate the following. +// '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. -// TODO: translate the following. -// 'form.mail.from' => 'From', -// 'form.mail.to' => 'To', -// '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.', - -// Quotas configuration form. -// TODO: translate the following. -// 'form.quota.year' => 'Year', -// 'form.quota.month' => 'Month', -// '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. - -// people form attributes -"form.people.th.status" => 'stato', -"form.people.th.project" => 'progetto', -"form.people.th.rate" => 'costo', -"form.people.manager" => 'manager', -"form.people.comanager" => 'comanager', -"form.people.empl" => 'utente', -"form.people.rate" => 'costo per ora di default', -"form.people.comanager" => 'co-manager', -"form.people.projects" => 'progetti', - -// projects form attributes -"form.project.proj_title" => 'progetti', -"form.project.edit_str" => 'mofifca progetto', -"form.project.add_str" => 'aggiungi nuovo progetto', -"form.project.del_str" => 'elimina progetto', - -// activities form attributes -"form.activity.project" => 'progetto', - -// report attributes -"form.report.title" => 'report', -"form.report.from" => 'data inizio', -"form.report.to" => 'data fine', -"form.report.groupby_user" => 'utente', -"form.report.groupby_project" => 'progetto', -"form.report.groupby_activity" => 'attività', -"form.report.duration" => 'durata', -"form.report.start" => 'inizio', -"form.report.activity" => 'attività', -"form.report.show_idle" => 'mostra inattivi', -"form.report.finish" => 'fine', -"form.report.note" => 'nota', -"form.report.project" => 'progetto', -"form.report.totals_only" => 'solo i totali', -"form.report.total" => 'ore totali', -"form.report.th.empllist" => 'utente', -"form.report.th.date" => 'data', -"form.report.th.project" => 'progetto', -"form.report.th.activity" => 'attività', -"form.report.th.start" => 'inizio', -"form.report.th.finish" => 'fine', -"form.report.th.duration" => 'durata', -"form.report.th.note" => 'note', - -// mail form attributes -"form.mail.from" => 'da', -"form.mail.to" => 'a', -"form.mail.comment" => 'commento', -"form.mail.above" => 'invia questo report tramite e-mail', -// Note to translators: this string needs to be translated. -// "form.mail.footer_str" => 'Anuko Time Tracker is a simple, easy to use, open source
time tracking system. Visit www.anuko.com for more information.', -"form.mail.sending_str" => 'messaggio inviato', - -// invoice attributes -"form.invoice.title" => 'fattura', -"form.invoice.caption" => 'fattura', -"form.invoice.above" => 'informazioni aggiuntive per la fattura', -"form.invoice.select_cust" => 'seleziona il cliente', -"form.invoice.fillform" => 'compila i campi', -"form.invoice.date" => 'data', -"form.invoice.number" => 'numero fattura', -"form.invoice.tax" => 'tassa', -"form.invoice.comment" => 'commento ', -"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.', - -"form.client.title" => 'clienti', -"form.client.add_title" => 'aggiungi cliente', -"form.client.edit_title" => 'modifica cliente', -"form.client.del_title" => 'elimina cliente', -"form.client.tax" => 'tassa', -"form.client.comment" => 'commento ', - -// 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', +'form.mail.from' => 'Da', +'form.mail.to' => 'A', +'form.mail.report_subject' => 'Rapporto Time Tracker', +'form.mail.footer' => 'Anuko Time Tracker è un sistema semplice e open source
per registrare i tempi di lavoro. Visita www.anuko.com per maggiori informazioni.', +'form.mail.report_sent' => 'Rapporto inviato.', +'form.mail.invoice_sent' => 'Fattura inviata.', + +// Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin. +'form.quota.year' => 'Anno', +'form.quota.month' => 'Mese', +'form.quota.workday_hours' => 'Ore lavorative in un giorno', +'form.quota.hint' => 'Se i valori sono vuoti, le quote vengono calcolate automaticamente basandosi su ore giornaliere e vacanze.', + +// Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php. +// TODO: translate the following. +// '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', +// 'role.user.low_case_label' => 'user', +// '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 data.', +// 'role.supervisor.label' => 'Supervisor', +// 'role.supervisor.low_case_label' => 'supervisor', +// 'role.supervisor.description' => 'A person with a small set of management rights.', +// 'role.comanager.label' => 'Co-manager', +// 'role.comanager.low_case_label' => 'co-manager', +// 'role.comanager.description' => 'A person with a big set of management functions.', +// 'role.manager.label' => 'Manager', +// 'role.manager.low_case_label' => 'manager', +// 'role.manager.description' => 'Group manager. Can do most of things for a group.', +// 'role.top_manager.label' => 'Top manager', +// 'role.top_manager.low_case_label' => 'top manager', +// 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.', +// 'role.admin.label' => 'Administrator', +// 'role.admin.low_case_label' => 'administrator', +// 'role.admin.description' => 'Site adminsitrator.', + +// Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php. +// TODO: translate the following. +// 'form.timesheet_view.submit_subject' => 'Timesheet approval request', +// 'form.timesheet_view.submit_body' => "A new timesheet requires approval.

User: %s.", +// 'form.timesheet_view.approve_subject' => 'Timesheet approved', +// '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.menu' => 'Menu', +// 'form.display_options.note_on_separate_row' => 'Note on separate row', );