diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-09-27 19:09:30 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-09-27 19:09:30 +0000 |
commit | cc4cff9f11b453c6fe308da6867819b4717e8d1a (patch) | |
tree | d2677bbc67877f5879a4ff3392e32bcf7c0fbfc0 /config | |
parent | c3e055bd700bdcd09c700d20d1c309b55e46a0e8 (diff) | |
download | redmine-cc4cff9f11b453c6fe308da6867819b4717e8d1a.tar.gz redmine-cc4cff9f11b453c6fe308da6867819b4717e8d1a.zip |
Adds a "Copied from/to" relation when copying issue(s) (#6899).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10491 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 2 | ||||
-rw-r--r-- | config/locales/fr.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 0133ce247..7ccf38231 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -744,6 +744,8 @@ en: label_blocked_by: blocked by label_precedes: precedes label_follows: follows + label_copied_to: copied to + label_copied_from: copied from label_end_to_start: end to start label_end_to_end: end to end label_start_to_start: start to start diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 7bc0d3a02..f71de45a2 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -728,6 +728,8 @@ fr: label_blocked_by: bloqué par label_precedes: précède label_follows: suit + label_copied_to: copié vers + label_copied_from: copié depuis label_end_to_start: fin à début label_end_to_end: fin à fin label_start_to_start: début à début |