From 480ccbf045b81a14b4eca459870101ff38b83716 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 10 Oct 2009 10:30:21 +0000 Subject: [PATCH] French locale update. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2906 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/locales/fr.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/locales/fr.yml b/config/locales/fr.yml index e6231e8e..5ae70f9d 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -845,9 +845,9 @@ fr: label_less_or_equal: "<=" label_view_all_revisions: Voir toutes les révisions label_tag: Tag - label_branch: Branch - error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. - error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). - text_journal_changed: "{{label}} changed from {{old}} to {{new}}" - text_journal_set_to: "{{label}} set to {{value}}" - text_journal_deleted: "{{label}} deleted" + label_branch: Branche + error_no_tracker_in_project: "Aucun tracker n'est associé à ce projet. Vérifier la configuration du projet." + error_no_default_issue_status: "Aucun statut de demande n'est défini par défaut. Vérifier votre configuration (Administration -> Statuts de demandes)." + text_journal_changed: "{{label}} changé de {{old}} à {{new}}" + text_journal_set_to: "{{label}} mis à {{value}}" + text_journal_deleted: "{{label}} supprimé"