X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fit.lang.php;h=e17086a3e7fa6b9fa19133c647d9a249a8f6c52e;hb=2a12fc518e7486fa6074d9885d7480962854328f;hp=eb57c7c913ab8240d86d5914811e9ff801c12d5a;hpb=1378de210177ee155fd7c167b03eeae98e75712b;p=timetracker.git diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index eb57c7c9..e17086a3 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -32,7 +32,7 @@ // 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_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,111 +42,91 @@ $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_team' => 'Crea gruppo', 'menu.profile' => 'Profilo', 'menu.time' => 'Tempo', -// TODO: translate the following. -// 'menu.expenses' => 'Expenses', -// 'menu.reports' => 'Reports', -// 'menu.charts' => 'Charts', +'menu.expenses' => 'Spese', +'menu.reports' => 'Rapporti', +'menu.charts' => 'Grafici', 'menu.projects' => 'Progetti', -// TODO: translate the following. -// 'menu.tasks' => 'Tasks', +'menu.tasks' => 'Compiti', 'menu.users' => 'Utenti', -// TODO: translate the following. -// 'menu.teams' => 'Teams', -// 'menu.export' => 'Export', +'menu.teams' => 'Gruppi', +'menu.export' => 'Esportazione', // TODO: is this correct? Also, I auto-translated some other terms in menu section. Check for accuracy. '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. -// TODO: translate the following. -// 'error.access_denied' => 'Access denied.', -// 'error.sys' => 'System error.', -// 'error.db' => 'Database error.', +'error.access_denied' => 'Accesso negato.', +'error.sys' => 'Errore di sistema.', +'error.db' => 'Errore database.', '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.task' => 'Seleziona compito.', // TODO: is this correct? 'error.client' => 'Seleziona il cliente.', -// TODO: translate the following. -// 'error.report' => 'Select report.', -// 'error.record' => 'Select record.', +'error.report' => 'Seleziona rapporto.', +'error.record' => 'Seleziona record.', 'error.auth' => 'Login o password errati.', -// TODO: translate the following. -// 'error.user_exists' => 'User with this login already exists.', +'error.user_exists' => 'Esiste già un utente con questo username.', '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.task_exists' => 'Esiste già un compito con questo nome.', // TODO: is this correct? "un compito"? +'error.client_exists' => 'Esiste già un cliente con questo nome.', +'error.invoice_exists' => 'Esiste già una fattura con questo numero.', +'error.no_invoiceable_items' => 'Non ci sono voci fatturabili.', +'error.no_login' => 'Non esiste un utente con questo username.', +'error.no_teams' => '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.', +'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.', // 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_task' => 'Aggiungi compito', 'button.add_client' => 'Aggiungi cliente', -// TODO: translate the following. -// 'button.add_invoice' => 'Add invoice', -// 'button.add_option' => 'Add option', -// 'button.add' => 'Add', +'button.add_invoice' => 'Aggiungi fattura', +'button.add_option' => 'Aggiungi opzione', +'button.add' => 'Aggiungi', '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', -// TODO: translate the following. -// 'button.close' => 'Close', -// 'button.stop' => 'Stop', +'button.export' => 'Esporta gruppo', +'button.import' => 'Importa gruppo', +'button.close' => 'Chiudi', +'button.stop' => 'Stop', // 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.team_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', @@ -154,93 +134,83 @@ $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', '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. -// 'label.task' => 'Task', -// 'label.tasks' => 'Tasks', -// 'label.description' => 'Description', +'label.task' => 'Compito', +'label.tasks' => 'Compiti', +'label.description' => 'Descrizione', 'label.start' => 'Inizio', 'label.finish' => 'Fine', 'label.duration' => 'Durata', 'label.note' => 'Nota', -// TODO: translate the following. -// '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.notes' => 'Note', +'label.item' => 'Voce', +'label.cost' => 'Costo', +'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.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.', // TODO: il tuo and then la tua? Improve? +'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' => 'scelta multipla', // TODO: translation looks incorrect, a dropdown control is a single choice. +'label.type_text' => 'testo', +'label.required' => 'Obbligatorio', +'label.fav_report' => 'Rapporto preferito', +// 'label.cron_schedule' => 'Cron schedule', // TODO: how about "Programma cron" here? +'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', // Form titles. // TODO: Improve titles for consistency, so that each title explains correctly what each @@ -258,7 +228,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', @@ -270,8 +241,7 @@ $i18n_key_words = array( // 'title.send_report' => 'Sending Report', 'title.invoice' => 'Fattura', 'title.send_invoice' => 'Invia fattura', -// TODO: translate the following. -// 'title.charts' => 'Charts', +'title.charts' => 'Grafici', 'title.projects' => 'Progetti', 'title.add_project' => 'Aggiungi progetto', 'title.edit_project' => 'Modifica progetto', @@ -288,8 +258,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', @@ -298,8 +268,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. @@ -314,36 +284,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', @@ -389,21 +361,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', @@ -411,14 +380,16 @@ $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.invoice_to_delete' => 'Invoice to delete', // 'form.invoice.invoice_entries' => 'Invoice entries', @@ -427,7 +398,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. @@ -462,17 +433,16 @@ $i18n_key_words = array( // Exporting Team Data form. See example at https://timetracker.anuko.com/export.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.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.compression_none' => 'none', // 'form.export.compression_bzip' => 'bzip', // 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.', +'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. @@ -511,71 +481,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. - -"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', );