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/nl.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/nl.yml')
-rw-r--r-- | lang/nl.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/nl.yml b/lang/nl.yml index 2d8a6aa00..6d650456d 100644 --- a/lang/nl.yml +++ b/lang/nl.yml @@ -609,3 +609,7 @@ text_assign_time_entries_to_project: Assign reported hours to the project text_destroy_time_entries: Delete reported hours text_reassign_time_entries: 'Reassign reported hours to this issue:' setting_activity_days_default: Days displayed on project activity +label_chronological_order: In chronological order +field_comments_sorting: Afficher les commentaires +label_reverse_chronological_order: In reverse chronological order +label_preferences: Preferences |