diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-12-23 18:35:19 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-12-23 18:35:19 +0000 |
commit | a54fa93b2e28c369fde84b714ac8e20d2fa77b5b (patch) | |
tree | 3503d01e163920b9553becebb8f5c675b5a4521a /config/locales/en.yml | |
parent | e26eeef837f15de2d8f139ca838980eaa9de4da0 (diff) | |
download | redmine-a54fa93b2e28c369fde84b714ac8e20d2fa77b5b.tar.gz redmine-a54fa93b2e28c369fde84b714ac8e20d2fa77b5b.zip |
Adds a setting to remove incoming emails body after a delimiter (#4409).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3226 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index cf42a7b0a..37709072a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -308,6 +308,7 @@ en: setting_activity_days_default: Days displayed on project activity setting_display_subprojects_issues: Display subprojects issues on main projects by default setting_enabled_scm: Enabled SCM + setting_mail_handler_body_delimiters: "Truncate emails after one of these lines" setting_mail_handler_api_enabled: Enable WS for incoming emails setting_mail_handler_api_key: API key setting_sequential_project_identifiers: Generate sequential project identifiers @@ -812,6 +813,7 @@ en: text_tracker_no_workflow: No workflow defined for this tracker text_unallowed_characters: Unallowed characters text_comma_separated: Multiple values allowed (comma separated). + text_line_separated: Multiple values allowed (one line for each value). text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages text_issue_added: "Issue {{id}} has been reported by {{author}}." text_issue_updated: "Issue {{id}} has been updated by {{author}}." |