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/pt-br.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/pt-br.yml')
-rw-r--r-- | lang/pt-br.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/pt-br.yml b/lang/pt-br.yml index 926c913a0..629ca2c38 100644 --- a/lang/pt-br.yml +++ b/lang/pt-br.yml @@ -68,12 +68,14 @@ notice_successful_delete: Apagado com sucesso. notice_successful_connection: Conectado com sucesso.
notice_file_not_found: A pagina que voce esta tentando acessar nao existe ou foi excluida.
notice_locking_conflict: Os dados foram atualizados por um outro usuario.
-notice_scm_error: A entrada e/ou a revisao nao existem no repositorio.
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: "A entrada e/ou a revisao nao existem no repositorio."
+error_scm_command_failed: "An error occurred when trying to access the repository: %s"
+
mail_subject_lost_password: Sua senha do redMine.
mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:'
mail_subject_register: Ativacao de conta do redMine.
|