X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/2bfbf9aa34b4e672ceba72003e294a0a6c5c7972..0a468c6ddf27775230bbebdf3de2995243156602:/WEB-INF/resources/it.lang.php diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 762fb2e3..01cfcf3f 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -81,14 +81,18 @@ $i18n_key_words = array( 'error.not_equal' => 'il campo "{0}" non è uguale al campo "{1}"', 'error.interval' => 'intervallo errato', 'error.project' => 'seleziona il progetto', -'error.activity' => 'seleziona la attività', +// TODO: translate the following. +// 'error.task' => 'Select task.', +// 'error.client' => 'Select client.', +// 'error.report' => 'Select report.', +// 'error.record' => 'Select record.', 'error.auth' => 'login o password errati', // Note to translators: this string needs to be translated. // 'error.user_exists' => 'user with this login already exists', 'error.project_exists' => 'esiste già un progetto con questo nome', -'error.activity_exists' => 'esiste già una attività con questo nome', -// TODO: translate error.client_exists. -// 'error.client_exists' => 'client with this name already exists', +// TODO: translate the following. +// 'error.task_exists' => 'Task with this name already exists.', +// 'error.client_exists' => 'Client with this name already exists.', // Note to translators: this string needs to be properly translated (e-mail replaced with login). // 'error.no_login' => 'nessun utente con questa e-mail', // Note to translators: the strings below need to be translated @@ -106,12 +110,16 @@ $i18n_key_words = array( 'button.delete' => 'elimina', 'button.cancel' => 'cancella', 'button.submit' => 'invia', -'button.add_user' => 'aggiungi utente', -'button.add_project' => 'aggiungi progetto', -'button.add_activity' => 'aggiungi attività', -'button.add_client' => 'aggiungi cliente', -'button.add' => 'add', -'button.generate' => 'genera', +'button.add_user' => 'Aggiungi utente', +'button.add_project' => 'Aggiungi progetto', +// TODO: translate the following. +// 'button.add_task' => 'Add task', +'button.add_client' => 'Aggiungi cliente', +// TODO: translate the following. +// 'button.add_invoice' => 'Add invoice', +// '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',