diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-05-27 10:57:13 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-05-27 10:57:13 +0000 |
commit | f04225321c3ea0b56699fd667611ec867c6c458d (patch) | |
tree | 7d70c4367f08c71535891e03928e842434e82dfe /lang/pt-br.yml | |
parent | f12315075fc5780c68093610295ace7ae2c4ac78 (diff) | |
download | redmine-f04225321c3ea0b56699fd667611ec867c6c458d.tar.gz redmine-f04225321c3ea0b56699fd667611ec867c6c458d.zip |
Account information can now be sent to the user when creating an account.
ActionMailer logger set to nil for production environment to disable email contents output in production.log
git-svn-id: http://redmine.rubyforge.org/svn/trunk@546 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/pt-br.yml')
-rw-r--r-- | lang/pt-br.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/pt-br.yml b/lang/pt-br.yml index f3a6caf74..3171f8945 100644 --- a/lang/pt-br.yml +++ b/lang/pt-br.yml @@ -395,6 +395,7 @@ label_message_plural: Messages label_message_last: Last message
label_message_new: New message
label_reply_plural: Replies
+label_send_information: Send account information to the user
button_login: Login
button_submit: Enviar
|