diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-05 15:41:54 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-05 15:41:54 +0000 |
commit | e951d8458413f02ba613163df862d1a352ed3692 (patch) | |
tree | c9f1ec441a1243ffa35bb35ba5865588c710b20e /lang/fr.yml | |
parent | bbe8ea29e8d3e6de60b96c08d60de9447bcceca9 (diff) | |
download | redmine-e951d8458413f02ba613163df862d1a352ed3692.tar.gz redmine-e951d8458413f02ba613163df862d1a352ed3692.zip |
Add a user preference to choose how comments/replies are displayed: in chronological or reverse chronological order (#589, #776).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1197 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/fr.yml')
-rw-r--r-- | lang/fr.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/fr.yml b/lang/fr.yml index 85e699c3c..b992ceff2 100644 --- a/lang/fr.yml +++ b/lang/fr.yml @@ -177,6 +177,7 @@ field_column_names: Colonnes field_time_zone: Fuseau horaire field_searchable: Utilisé pour les recherches field_default_value: Valeur par défaut +field_comments_sorting: Afficher les commentaires setting_app_title: Titre de l'application setting_app_subtitle: Sous-titre de l'application @@ -501,6 +502,9 @@ label_ldap_authentication: Authentification LDAP label_downloads_abbr: D/L label_optional_description: Description facultative label_add_another_file: Ajouter un autre fichier +label_preferences: Préférences +label_chronological_order: Dans l'ordre chronologique +label_reverse_chronological_order: Dans l'ordre chronologique inverse button_login: Connexion button_submit: Soumettre |