X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fit.lang.php;h=fa488a65e989c50be997f140afb2a766ca196e74;hb=a4fd787ff4452eb1a7e3d0c0a24d8fcebd7b8b43;hp=2392815f6c7d9fcd151fe29563de8c749cc6bcd2;hpb=92dd94c462e142e8a5f7aae9594dd75b5b5a7afa;p=timetracker.git diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 2392815f..fa488a65 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -49,8 +49,7 @@ $i18n_key_words = array( 'menu.create_group' => 'Crea gruppo', 'menu.profile' => 'Profilo', 'menu.group' => 'Gruppo', -// TODO: translate the following. -// 'menu.plugins' => 'Plugins', +'menu.plugins' => 'Plugin', 'menu.time' => 'Tempo', 'menu.expenses' => 'Spese', 'menu.reports' => 'Rapporti', @@ -100,11 +99,17 @@ $i18n_key_words = array( '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.', // Labels for buttons. 'button.login' => 'Login', @@ -146,6 +151,8 @@ $i18n_key_words = array( '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', @@ -288,6 +295,7 @@ $i18n_key_words = array( 'title.profile' => 'Profilo', // TODO: translate the following. // 'title.group' => 'Group Settings', +'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', @@ -474,7 +482,6 @@ $i18n_key_words = array( 'form.group_edit.uncompleted_indicators' => 'Indicatori incompleti', // TODO: translate the following. // 'form.group_edit.allow_ip' => 'Allow IP', -'form.group_edit.plugins' => 'Plugin', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php // TODO: translate the following.