diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-10-30 08:21:15 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-10-30 08:21:15 +0000 |
commit | d62ef6b9b1dcc64ac80b6c79797d6b6ce33e50cc (patch) | |
tree | 645b409f80c5a00d2969483221698fa698173677 /config/locales/en.yml | |
parent | b9c72bf5901a7e8d570fea506cdb4180895c8d45 (diff) | |
download | redmine-d62ef6b9b1dcc64ac80b6c79797d6b6ce33e50cc.tar.gz redmine-d62ef6b9b1dcc64ac80b6c79797d6b6ce33e50cc.zip |
Changes how relative date filters work and adds specific filters for filtering dates in past/next n days (#11426).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10768 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 23a9abd9f..29f6d2bb6 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -656,6 +656,8 @@ en: label_not_equals: is not label_in_less_than: in less than label_in_more_than: in more than + label_in_the_next_days: in the next + label_in_the_past_days: in the past label_greater_or_equal: '>=' label_less_or_equal: '<=' label_between: between |