diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-11-18 17:46:55 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-11-18 17:46:55 +0000 |
commit | 9c9ae217716304f7062fc31c2f4e4f8adafee2b1 (patch) | |
tree | ca10cbe2297f5a2a77cbbe33a81acd436f597e17 /lang/bg.yml | |
parent | f8aa2dc9b71640a4da008e8ef0968a8cd9ce7385 (diff) | |
download | redmine-9c9ae217716304f7062fc31c2f4e4f8adafee2b1.tar.gz redmine-9c9ae217716304f7062fc31c2f4e4f8adafee2b1.zip |
There's now 3 account activation strategies (available in application settings):
* activation by email: the user receives an email containing a link to active his account
* manual activation: an email is sent to administrators for account approval (default)
* automatic activation: the user can log in as soon as he has registered
git-svn-id: http://redmine.rubyforge.org/svn/trunk@915 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/bg.yml')
-rw-r--r-- | lang/bg.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/bg.yml b/lang/bg.yml index 09a943973..b60173ae1 100644 --- a/lang/bg.yml +++ b/lang/bg.yml @@ -538,3 +538,9 @@ mail_body_account_information: Your Redmine account information setting_protocol: Protocol label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" setting_time_format: Time format +label_registration_activation_by_email: account activation by email +mail_subject_account_activation_request: Redmine account activation request +mail_body_account_activation_request: 'A new user (%s) has registered. His account his pending your approval:' +label_registration_automatic_activation: automatic account activation +label_registration_manual_activation: manual account activation +notice_account_pending: "Your account was created and is now pending administrator approval." |