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/fr.yml | |
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/fr.yml')
-rw-r--r-- | config/locales/fr.yml | 20 |
1 files changed, 11 insertions, 9 deletions
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 |