diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-07 09:20:36 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-07 09:20:36 +0000 |
commit | d3d7678c7689ed6c90fd6058b16c18fc7130c0cf (patch) | |
tree | fb6d5b7457a8f8ca0c67e56b2896f1a5ff086fbb /config/locales/en.yml | |
parent | 8123006bb3a43c3dd1cab8f849c51b79362c6b3a (diff) | |
download | redmine-d3d7678c7689ed6c90fd6058b16c18fc7130c0cf.tar.gz redmine-d3d7678c7689ed6c90fd6058b16c18fc7130c0cf.zip |
Ability to filter issues blocked by any/no open issues (#16621).
Patch by Arthur Andersen.
git-svn-id: http://svn.redmine.org/redmine/trunk@14809 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 4ea8ecda3..7a9bd19d6 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -712,6 +712,8 @@ en: label_any_issues_in_project: any issues in project label_any_issues_not_in_project: any issues not in project label_no_issues_in_project: no issues in project + label_any_open_issues: any open issues + label_no_open_issues: no open issues label_day_plural: days label_repository: Repository label_repository_new: New repository |