diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-01-23 17:25:11 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-01-23 17:25:11 +0000 |
commit | 91dc13f4b22c45bee5cfd1d783d6544ae79afa04 (patch) | |
tree | b57967d4dcb3afbf1fdcb1d6ee4c8bf58e7cf41c /lang/it.yml | |
parent | 97e7432ce6da80dea633cd99e934943925a774b5 (diff) | |
download | redmine-91dc13f4b22c45bee5cfd1d783d6544ae79afa04.tar.gz redmine-91dc13f4b22c45bee5cfd1d783d6544ae79afa04.zip |
Show explicit error message when the scm command failed (eg. when svn binary is not available).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1094 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/it.yml')
-rw-r--r-- | lang/it.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/it.yml b/lang/it.yml index ca4b3391a..3b3131211 100644 --- a/lang/it.yml +++ b/lang/it.yml @@ -68,12 +68,14 @@ notice_successful_delete: Eliminazione effettuata. notice_successful_connection: Connessione effettuata. notice_file_not_found: La pagina desiderata non esiste o รจ stata rimossa. notice_locking_conflict: Le informazioni sono state modificate da un altro utente. -notice_scm_error: La risorsa e/o la versione non esistono nel repository. notice_not_authorized: You are not authorized to access this page. notice_email_sent: An email was sent to %s notice_email_error: An error occurred while sending mail (%s) notice_feeds_access_key_reseted: Your RSS access key was reseted. +error_scm_not_found: "La risorsa e/o la versione non esistono nel repository." +error_scm_command_failed: "An error occurred when trying to access the repository: %s" + mail_subject_lost_password: Password redMine mail_body_lost_password: 'Per cambiare la password, usate il seguente collegamento:' mail_subject_register: Attivazione utenza redMine |