diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-05-25 09:53:05 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-05-25 09:53:05 +0000 |
commit | 0ad09e3aef86d4e6c6784d5d906bfa6d1767757f (patch) | |
tree | c626a05d630f6529294dbf6a8065f17a235f3256 /config/locales/en.yml | |
parent | 09b935b44ed897afc3f0abcc614558bf6356b6ba (diff) | |
download | redmine-0ad09e3aef86d4e6c6784d5d906bfa6d1767757f.tar.gz redmine-0ad09e3aef86d4e6c6784d5d906bfa6d1767757f.zip |
Adds settings to control start/due dates and priority on parent tasks (#5490).
git-svn-id: http://svn.redmine.org/redmine/trunk@14269 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 1f205b0ff..92b2ffdeb 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -941,6 +941,9 @@ en: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications label_blank_value: blank + label_parent_task_attributes: Parent tasks attributes + label_parent_task_attributes_derived: Calculated from subtasks + label_parent_task_attributes_independent: Independent of subtasks button_login: Login button_submit: Submit |