Work in progress integrating changes to the Italian file.
authorNik Okuntseff <support@anuko.com>
Sun, 11 Feb 2018 14:53:20 +0000 (14:53 +0000)
committerNik Okuntseff <support@anuko.com>
Sun, 11 Feb 2018 14:53:20 +0000 (14:53 +0000)
WEB-INF/resources/it.lang.php
WEB-INF/templates/footer.tpl

index 9502e6c..3c15ff1 100644 (file)
@@ -73,35 +73,29 @@ $i18n_key_words = array(
 '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',
index 64c6d2a..2b02397 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.17.14.3975 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.17.14.3976 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
             <a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
             <a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
             <a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>