diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-01-09 21:06:09 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-01-09 21:06:09 +0000 |
commit | 576a13e99d50a30cfcc9b78d4a0b3793990c0f40 (patch) | |
tree | 1e9b16083659bb33c255c05e2efdd9e31dd360ee /config/locales/en.yml | |
parent | 742895183aebd0e88194ca07c11d94e43e7d24c2 (diff) | |
download | redmine-576a13e99d50a30cfcc9b78d4a0b3793990c0f40.tar.gz redmine-576a13e99d50a30cfcc9b78d4a0b3793990c0f40.zip |
Option to search attachment filenames and description (#4383).
git-svn-id: http://svn.redmine.org/redmine/trunk@13856 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 919d77861..c7d13cc0f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -927,6 +927,9 @@ en: label_edit_attachments: Edit attached files label_link_copied_issue: Link copied issue label_ask: Ask + label_search_attachments_yes: Search attachment filenames and descriptions + label_search_attachments_no: Do not search attachments + label_search_attachments_only: Search attachments only button_login: Login button_submit: Submit |