X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fit.lang.php;h=8e63198504ec46c2e8a0a44c7ed1dc5167f51109;hb=f8202dca930de9e3cc70cbc8084e10a0f346f389;hp=2172f03c575718206d19cffded0f968a2db0c921;hpb=376e864381d36df99d302af980d848adab585d46;p=timetracker.git diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 2172f03c..8e631985 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.', @@ -115,7 +115,7 @@ $i18n_key_words = array( 'button.reset_password' => 'Reset password', 'button.send' => 'Invia', 'button.send_by_email' => 'Invia tramite e-mail', -'button.create_team' => 'Crea team', +'button.create_team' => 'Crea gruppo', 'button.export' => 'Esporta gruppo', 'button.import' => 'Importa gruppo', 'button.close' => 'Chiudi', @@ -184,7 +184,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 +198,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 +245,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', @@ -417,40 +417,39 @@ $i18n_key_words = array( '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. -// '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).', +'form.teams.hint' => 'Crea un nuovo gruppo creando un account gruppo manager.
Puoi anche importare i dati di un gruppo da un file xml esportato da un altro server Anuko Time Tracker (non sono ammessi login duplicati).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. +'form.profile.12_hours' => '12 ore', +'form.profile.24_hours' => '24 ore', +'form.profile.show_holidays' => 'Mostra vacanze', +'form.profile.tracking_mode' => 'Modalità di registrazione', +'form.profile.mode_time' => 'tempo', +'form.profile.mode_projects' => 'progetti', +'form.profile.mode_projects_and_tasks' => 'progetti e compiti', +'form.profile.record_type' => 'Tipo di record', +'form.profile.type_all' => 'tutto', +'form.profile.type_start_finish' => 'inizio e fine', +'form.profile.type_duration' => 'durata', // 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', +// 'form.profile.punch_mode' => 'Punch mode', +// 'form.profile.allow_overlap' => 'Allow overlap', +// 'form.profile.future_entries' => 'Future entries', +'form.profile.uncompleted_indicators' => 'Indicatori incompleti', +'form.profile.plugins' => 'Plugin', // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. -// TODO: translate the following. 'form.mail.from' => 'Da', 'form.mail.to' => 'A', -// '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.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. -// 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.', +'form.quota.year' => 'Anno', +'form.quota.month' => 'Mese', +'form.quota.quota' => 'Quota', +'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.', );