X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fit.lang.php;h=2f38fec18c154fb6f3c680abb3e5ab2cd14daae3;hb=4c32352c1c34231ff49937b751c491c4a0880328;hp=074abd55709e1abb553a459e868c30189f734210;hpb=7bce64d44641b6fa36877db2bc9a1f1f78ac73eb;p=timetracker.git diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 074abd55..2f38fec1 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -56,7 +56,7 @@ $i18n_key_words = array( 'menu.tasks' => 'Compiti', 'menu.users' => 'Utenti', 'menu.teams' => 'Gruppi', -'menu.export' => 'Esportazione', // TODO: is this correct? Also, I auto-translated some other terms in menu section. Check for accuracy. +'menu.export' => 'Esportazione', 'menu.clients' => 'Clienti', 'menu.options' => 'Opzioni', @@ -75,14 +75,14 @@ $i18n_key_words = array( 'error.not_equal' => 'Il campo "{0}" non è uguale al campo "{1}".', 'error.interval' => 'Il campo "{0}" deve essere maggiore di "{1}".', 'error.project' => 'Seleziona il progetto.', -'error.task' => 'Seleziona compito.', // TODO: is this correct? +'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.', 'error.project_exists' => 'Esiste già un progetto con questo nome.', -'error.task_exists' => 'Esiste già un compito con questo nome.', // TODO: is this correct? "un compito"? +'error.task_exists' => 'Esiste già un compito con questo nome.', '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.', @@ -104,12 +104,6 @@ $i18n_key_words = array( 'button.copy' => 'Copia', 'button.cancel' => 'Cancella', 'button.submit' => 'Invia', -'button.add_user' => 'Aggiungi utente', -'button.add_project' => 'Aggiungi progetto', -'button.add_task' => 'Aggiungi compito', -'button.add_client' => 'Aggiungi cliente', -'button.add_invoice' => 'Aggiungi fattura', -'button.add_option' => 'Aggiungi opzione', 'button.add' => 'Aggiungi', 'button.generate' => 'Genera', 'button.reset_password' => 'Reset password', @@ -141,6 +135,8 @@ $i18n_key_words = array( 'label.end_date' => 'Data fine', 'label.user' => 'Utente', 'label.users' => 'Utenti', +// TODO: translate the following. +// 'label.roles' => 'Roles', 'label.client' => 'Cliente', 'label.clients' => 'Clienti', 'label.option' => 'Opzion', @@ -184,7 +180,7 @@ $i18n_key_words = array( '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.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)', @@ -198,11 +194,11 @@ $i18n_key_words = array( '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_dropdown' => 'menu a tendina', 'label.type_text' => 'testo', 'label.required' => 'Obbligatorio', 'label.fav_report' => 'Rapporto preferito', -// 'label.cron_schedule' => 'Cron schedule', // TODO: how about "Programma cron" here? +'label.cron_schedule' => 'Cron programmata', 'label.what_is_it' => 'Cosa è?', 'label.expense' => 'Spesa', 'label.quantity' => 'Quantità', @@ -245,7 +241,7 @@ $i18n_key_words = array( 'title.edit_project' => 'Modifica progetto', 'title.delete_project' => 'Elimina progetto', 'title.tasks' => 'Compiti', -'title.add_task' => 'Aggiungi compito', // TODO: is this correct? +'title.add_task' => 'Aggiungi compito', 'title.edit_task' => 'Modifica compito', 'title.delete_task' => 'Eliminazione compito', 'title.users' => 'Utenti', @@ -397,6 +393,12 @@ $i18n_key_words = array( 'form.users.rate' => 'Costo', 'form.users.default_rate' => 'Costo per ora di default', +// Roles form. See example at https://timetracker.anuko.com/roles.php +// TODO: translate the following. +// 'form.roles.active_roles' => 'Active Roles', +// 'form.roles.inactive_roles' => 'Inactive Roles', +// 'form.roles.rights' => 'Rights', + // Clients form. See example at https://timetracker.anuko.com/clients.php 'form.clients.active_clients' => 'Clienti attivi', 'form.clients.inactive_clients' => 'Clienti inattivi', @@ -422,8 +424,7 @@ $i18n_key_words = array( // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. 'form.profile.12_hours' => '12 ore', 'form.profile.24_hours' => '24 ore', -// // TODO: translate the following. -// 'form.profile.show_holidays' => 'Show holidays', +'form.profile.show_holidays' => 'Mostra vacanze', 'form.profile.tracking_mode' => 'Modalità di registrazione', 'form.profile.mode_time' => 'tempo', 'form.profile.mode_projects' => 'progetti', @@ -433,10 +434,11 @@ $i18n_key_words = array( 'form.profile.type_start_finish' => 'inizio e fine', 'form.profile.type_duration' => 'durata', // TODO: translate the following. +// 'form.profile.punch_mode' => 'Punch mode', // 'form.profile.allow_overlap' => 'Allow overlap', +// 'form.profile.future_entries' => 'Future entries', 'form.profile.uncompleted_indicators' => 'Indicatori incompleti', -// TODO: translate the following. If the translation is the same word, indicate so. Plugini, perhaps? -// 'form.profile.plugins' => 'Plugins', +'form.profile.plugins' => 'Plugin', // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. 'form.mail.from' => 'Da',