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 | |
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')
-rw-r--r-- | lang/bg.yml | 1 | ||||
-rw-r--r-- | lang/de.yml | 1 | ||||
-rw-r--r-- | lang/en.yml | 1 | ||||
-rw-r--r-- | lang/es.yml | 1 | ||||
-rw-r--r-- | lang/fr.yml | 1 | ||||
-rw-r--r-- | lang/it.yml | 1 | ||||
-rw-r--r-- | lang/ja.yml | 1 | ||||
-rw-r--r-- | lang/nl.yml | 1 | ||||
-rw-r--r-- | lang/pt-br.yml | 1 | ||||
-rw-r--r-- | lang/pt.yml | 1 | ||||
-rw-r--r-- | lang/zh.yml | 1 |
11 files changed, 11 insertions, 0 deletions
diff --git a/lang/bg.yml b/lang/bg.yml index 47ade6312..47281f068 100644 --- a/lang/bg.yml +++ b/lang/bg.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: Вход button_submit: Изпращане diff --git a/lang/de.yml b/lang/de.yml index 3fc39dad5..5b23bc7d2 100644 --- a/lang/de.yml +++ b/lang/de.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: Einloggen button_submit: OK diff --git a/lang/en.yml b/lang/en.yml index 9cc452d8f..c6cb1a770 100644 --- a/lang/en.yml +++ b/lang/en.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: Submit diff --git a/lang/es.yml b/lang/es.yml index 523754c3d..c46ec9c57 100644 --- a/lang/es.yml +++ b/lang/es.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: Conexión button_submit: Someter diff --git a/lang/fr.yml b/lang/fr.yml index 35812bc7f..7231c558b 100644 --- a/lang/fr.yml +++ b/lang/fr.yml @@ -395,6 +395,7 @@ label_message_plural: Messages label_message_last: Dernier message label_message_new: Nouveau message label_reply_plural: Réponses +label_send_information: Envoyer les informations à l'utilisateur button_login: Connexion button_submit: Soumettre diff --git a/lang/it.yml b/lang/it.yml index 77a12162a..827dcfd06 100644 --- a/lang/it.yml +++ b/lang/it.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: Invia diff --git a/lang/ja.yml b/lang/ja.yml index 357777d3b..d3fce4f73 100644 --- a/lang/ja.yml +++ b/lang/ja.yml @@ -396,6 +396,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: ログイン button_submit: 変更 diff --git a/lang/nl.yml b/lang/nl.yml index 8b706f013..5f713f415 100644 --- a/lang/nl.yml +++ b/lang/nl.yml @@ -395,6 +395,7 @@ label_message_plural: Berichten label_message_last: Laatste bericht label_message_new: Nieuw bericht label_reply_plural: Antwoorden +label_send_information: Send account information to the user button_login: Inloggen button_submit: Toevoegen 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
diff --git a/lang/pt.yml b/lang/pt.yml index 231b96992..b91cfa2da 100644 --- a/lang/pt.yml +++ b/lang/pt.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 diff --git a/lang/zh.yml b/lang/zh.yml index 8f05ec9e2..17aef65bd 100644 --- a/lang/zh.yml +++ b/lang/zh.yml @@ -398,6 +398,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: 登录 button_submit: 提交 |