X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/d3e9ab97b6ca91a0238308e2cc51a642d7858d17..cc31bb230e32dbff98f10ace148b41872d738ad9:/WEB-INF/resources/it.lang.php diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 310eaf6b..6f2d7bb4 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -107,17 +107,14 @@ $i18n_key_words = array( // 'error.overlap' => 'Time interval overlaps with existing records.', // 'error.future_date' => 'Date is in future.', - - -// TODO: refactoring ongoing down from here. - // Labels for buttons. -'button.login' => 'login', -'button.now' => 'adesso', -'button.save' => 'salva', -'button.delete' => 'elimina', -'button.cancel' => 'cancella', -'button.submit' => 'invia', +'button.login' => 'Login', +'button.now' => 'Adesso', +'button.save' => 'Salva', +// TODO: translate the following. +// 'button.copy' => 'Copy', +'button.cancel' => 'Cancella', +'button.submit' => 'Invia', 'button.add_user' => 'Aggiungi utente', 'button.add_project' => 'Aggiungi progetto', // TODO: translate the following. @@ -127,6 +124,11 @@ $i18n_key_words = array( // 'button.add_invoice' => 'Add invoice', // 'button.add_option' => 'Add option', // 'button.add' => 'Add', + + + +// TODO: refactoring ongoing down from here. + 'button.generate' => 'Genera', // Note to translators: button.reset_password needs an improved translation. // 'button.reset_password' => 'reset password', @@ -161,6 +163,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.yes' => 'yes', // 'label.no' => 'no', +'label.delete' => 'Elimina', // Form titles. // TODO: the entire title section is missing here. See the English file.