diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2010-09-28 18:22:00 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2010-09-28 18:22:00 +0000 |
commit | 0316af7f6bfa47ba1166eda3c5c7167229033a76 (patch) | |
tree | db8d004f118674335919690a2f38b1b59782941b /config/locales/en.yml | |
parent | 3a3263102a7cda4be1c90168a9d32fa904d58272 (diff) | |
download | redmine-0316af7f6bfa47ba1166eda3c5c7167229033a76.tar.gz redmine-0316af7f6bfa47ba1166eda3c5c7167229033a76.zip |
Converted User#mail_notification from a boolean to a string.
The string will now store which type of notification option to use.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4216 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index c860f45a8..48425c4ff 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -725,7 +725,10 @@ en: label_search_titles_only: Search titles only label_user_mail_option_all: "For any event on all my projects" label_user_mail_option_selected: "For any event on the selected projects only..." - label_user_mail_option_none: "Only for things I watch or I'm involved in" + label_user_mail_option_none: "No events" + label_user_mail_option_only_my_events: "Only for things I watch or I'm involved in" + label_user_mail_option_only_assigned: "Only for things I am assigned to" + label_user_mail_option_only_owner: "Only for things I am the owner of" label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" label_registration_activation_by_email: account activation by email label_registration_manual_activation: manual account activation |