X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Fresources%2Fit.lang.php;h=d4afd322615bb58ffb7e9c786f1b2f84cdcb52e9;hb=bf7bcd42d0ec32ac3853e77bad1414583a9215e9;hp=310eaf6b0b0243be4188ecc05b55c52298de3ab1;hpb=d3e9ab97b6ca91a0238308e2cc51a642d7858d17;p=timetracker.git diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 310eaf6b..d4afd322 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. @@ -128,23 +125,30 @@ $i18n_key_words = array( // 'button.add_option' => 'Add option', // 'button.add' => 'Add', 'button.generate' => 'Genera', -// Note to translators: button.reset_password needs an improved translation. -// 'button.reset_password' => 'reset password', -'button.send' => 'invia', -'button.send_by_email' => 'invia tramite e-mail', -'button.save_as_new' => 'salva come nuovo', -'button.create_team' => 'crea team', -'button.export' => 'esporta team', -'button.import' => 'importa team', -'button.apply' => 'applica', - -// labels for controls on various forms -// TODO: translate label.team_name -// 'label.team_name' => 'team name', -'label.currency' => 'moneta', -// TODO: translate label.manager_name and label.manager_login. -// 'label.manager_name' => 'manager name', -// 'label.manager_login' => 'manager login', +// TODO: translate the following. +// 'button.reset_password' => 'Reset password', +'button.send' => 'Invia', +'button.send_by_email' => 'Invia tramite e-mail', +'button.create_team' => 'Crea team', +'button.export' => 'Esporta team', +'button.import' => 'Importa team', +// TODO: translate the following. +// 'button.close' => 'Close', +// 'button.stop' => 'Stop', + +// Labels for controls on forms. Labels in this section are used on multiple forms. +// TODO: translate the following. +// 'label.team_name' => 'Team name', +// 'label.address' => 'Address', +'label.currency' => 'Moneta', +// TODO: translate the following. +// 'label.manager_name' => 'Manager name', +// 'label.manager_login' => 'Manager login', + + + +// TODO: refactoring ongoing down from here. + 'label.password' => 'password', 'label.confirm_password' => 'conferma password', 'label.email' => 'e-mail', @@ -161,6 +165,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.