diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-11-02 14:57:30 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-11-02 14:57:30 +0000 |
commit | 7d3309de18312742967fc7145e9ffecd6dd1d486 (patch) | |
tree | f0ae6eb2852ccd414bc28f60d5898d26d4bee368 /config/locales | |
parent | 2ee948ca10a4678a03cb606bbeedf63bda15312b (diff) | |
download | redmine-7d3309de18312742967fc7145e9ffecd6dd1d486.tar.gz redmine-7d3309de18312742967fc7145e9ffecd6dd1d486.zip |
Updated french translation.
git-svn-id: http://svn.redmine.org/redmine/trunk@18896 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/fr.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/fr.yml b/config/locales/fr.yml index cd5105075..48b1fb0c6 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -1294,7 +1294,7 @@ fr: label_password_char_class_lowercase: "lettres miniscules" label_password_char_class_digits: "chiffres" label_password_char_class_special_chars: "caractères spéciaux" - text_characters_must_contain: "Doit contenir : %{character_classes}." + text_characters_must_contain: "Doit contenir les types de caractères suivants : %{character_classes}." label_starts_with: "commence par" label_ends_with: "se termine par" label_issue_fixed_version_updated: "Version cible mise à jour" |