diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-11-24 12:52:29 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-11-24 12:52:29 +0000 |
commit | fde4a42e2aa5327c81d159d5f79026e5d0246c08 (patch) | |
tree | 5e0eb454f86a848c55a3bb780d747c89f0d3f23e /lang/fr.yml | |
parent | 29b3614bcb759214bb1aba77c27ac11c8ef6b15b (diff) | |
download | redmine-fde4a42e2aa5327c81d159d5f79026e5d0246c08.tar.gz redmine-fde4a42e2aa5327c81d159d5f79026e5d0246c08.zip |
Removed the 12 characters limit on passwords.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@927 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/fr.yml')
-rw-r--r-- | lang/fr.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/fr.yml b/lang/fr.yml index 322ddd261..e319db81c 100644 --- a/lang/fr.yml +++ b/lang/fr.yml @@ -507,6 +507,7 @@ text_tip_task_end_day: tâche finissant ce jour text_tip_task_begin_end_day: tâche commençant et finissant ce jour text_project_identifier_info: 'Lettres minuscules (a-z), chiffres et tirets autorisés.<br />Un fois sauvegardé, l''identifiant ne pourra plus être modifié.' text_caracters_maximum: %d caractères maximum. +text_caracters_minimum: %d caractères minimum. text_length_between: Longueur comprise entre %d et %d caractères. text_tracker_no_workflow: Aucun worflow n'est défini pour ce tracker text_unallowed_characters: Caractères non autorisés |