diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-01-14 10:52:38 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-01-14 10:52:38 +0000 |
commit | f1678e4f778c111ec97528eb57672e2d8d01e37c (patch) | |
tree | 51647ec750effa364e90f8879b93b8e50dead183 /config/locales/en.yml | |
parent | cb15f0df380031ec44c53c71755bd9926c17aa32 (diff) | |
download | redmine-f1678e4f778c111ec97528eb57672e2d8d01e37c.tar.gz redmine-f1678e4f778c111ec97528eb57672e2d8d01e37c.zip |
Filters on chained custom fields and custom field attributes (#21249).
git-svn-id: http://svn.redmine.org/redmine/trunk@16191 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index d6201b9c7..b643ae577 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -948,6 +948,7 @@ en: label_attribute_of_assigned_to: "Assignee's %{name}" label_attribute_of_user: "User's %{name}" label_attribute_of_fixed_version: "Target version's %{name}" + label_attribute_of_object: "%{object_name}'s %{name}" label_cross_project_descendants: With subprojects label_cross_project_tree: With project tree label_cross_project_hierarchy: With project hierarchy |