diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-11-11 10:48:54 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-11-11 10:48:54 +0000 |
commit | c31411ec0029d5b2033d2d91aef18f601a8a7224 (patch) | |
tree | dbbf2414f6d85a7bb05aad58297398fd0e692c99 /config/locales/fr.yml | |
parent | 8f40750ad7f7ad512fd816757f072c42fae20e66 (diff) | |
download | redmine-c31411ec0029d5b2033d2d91aef18f601a8a7224.tar.gz redmine-c31411ec0029d5b2033d2d91aef18f601a8a7224.zip |
Fixes ApplicationHelper#link_to_user
* No link to a locked user page (closes #4182)
* Translate Anonymous string
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3024 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/fr.yml')
-rw-r--r-- | config/locales/fr.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 2c4dbf6f0..4d3972403 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -398,6 +398,7 @@ fr: label_user: Utilisateur label_user_plural: Utilisateurs label_user_new: Nouvel utilisateur + label_user_anonymous: Anonyme label_project: Projet label_project_new: Nouveau projet label_project_plural: Projets |