diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-09-29 12:57:38 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-09-29 12:57:38 +0000 |
commit | 1b6da80e16dd0cb200588422dfc5a655cb3b94f0 (patch) | |
tree | 5a4bedc3760b89680f96e989fa606fcba92e6250 /config/locales | |
parent | 69b8931e92e37feceb7353d5baa6be6a51492bf0 (diff) | |
download | redmine-1b6da80e16dd0cb200588422dfc5a655cb3b94f0.tar.gz redmine-1b6da80e16dd0cb200588422dfc5a655cb3b94f0.zip |
Makes related issues available for display and filtering on the issue list (#3239, #3265).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10513 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 20 | ||||
-rw-r--r-- | config/locales/fr.yml | 20 |
2 files changed, 22 insertions, 18 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 7ccf38231..b72dfea66 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -669,6 +669,8 @@ en: label_ago: days ago label_contains: contains label_not_contains: doesn't contain + label_any_issues_in_project: any issues in project + label_any_issues_not_in_project: any issues not in project label_day_plural: days label_repository: Repository label_repository_new: New repository @@ -737,15 +739,15 @@ en: label_loading: Loading... label_relation_new: New relation label_relation_delete: Delete relation - label_relates_to: related to - label_duplicates: duplicates - label_duplicated_by: duplicated by - label_blocks: blocks - label_blocked_by: blocked by - label_precedes: precedes - label_follows: follows - label_copied_to: copied to - label_copied_from: copied from + label_relates_to: Related to + label_duplicates: Duplicates + label_duplicated_by: Duplicated by + label_blocks: Blocks + 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 f71de45a2..d2ab50ffc 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -659,6 +659,8 @@ fr: label_ago: il y a label_contains: contient label_not_contains: ne contient pas + label_any_issues_in_project: une demande du projet + label_any_issues_not_in_project: une demande hors du projet label_day_plural: jours label_repository: Dépôt label_repository_new: Nouveau dépôt @@ -721,15 +723,15 @@ fr: label_loading: Chargement... label_relation_new: Nouvelle relation label_relation_delete: Supprimer la relation - label_relates_to: lié à - label_duplicates: duplique - label_duplicated_by: dupliqué par - label_blocks: bloque - label_blocked_by: bloqué par - label_precedes: précède - label_follows: suit - label_copied_to: copié vers - label_copied_from: copié depuis + label_relates_to: Lié à + label_duplicates: Duplique + label_duplicated_by: Dupliqué par + label_blocks: Bloque + 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 |