X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/367baa10353d5f679e6e3c795ae9d35a275a24d9..ca3b5fef452a65d3c4f134676c8d960d10f3ab05:/WEB-INF/resources/it.lang.php diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 36f8ab3d..236044c0 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -53,6 +53,8 @@ $i18n_key_words = array( 'menu.time' => 'Tempo', 'menu.expenses' => 'Spese', 'menu.reports' => 'Rapporti', +// TODO: translate the following. +// 'menu.timesheets' => 'Timesheets', 'menu.charts' => 'Grafici', 'menu.projects' => 'Progetti', 'menu.tasks' => 'Compiti', @@ -110,6 +112,7 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', // 'error.user_count' => 'Limit on user count.', +// 'error.expired' => 'Expiration date reached.', // Warning messages. // TODO: translate the following. @@ -271,6 +274,9 @@ $i18n_key_words = array( 'title.reports' => 'Rapporti', 'title.report' => 'Rapporto', 'title.send_report' => 'Invio Rapporto', +// TODO: Translate the following. +// 'title.timesheets' => 'Timesheets', +// 'title.timesheet' => 'Timesheet', 'title.invoice' => 'Fattura', 'title.send_invoice' => 'Invia fattura', 'title.charts' => 'Grafici',