diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-06-17 19:10:54 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-06-17 19:10:54 +0000 |
commit | 3c95f761e610a1d5957ca9f96708958ba80565ab (patch) | |
tree | 37efaadcfb59ffb57a003d8115c7528b21118de9 /lang/en.yml | |
parent | f4e0c77c8357958e713466c000e135e321600249 (diff) | |
download | redmine-3c95f761e610a1d5957ca9f96708958ba80565ab.tar.gz redmine-3c95f761e610a1d5957ca9f96708958ba80565ab.zip |
Ability to remove enumerations (activities, priorities, document categories) that are in use. Associated objects can be reassigned to another value (#1467).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1558 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/en.yml')
-rw-r--r-- | lang/en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/en.yml b/lang/en.yml index b7f217e6c..ffbd10622 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -599,6 +599,8 @@ text_destroy_time_entries: Delete reported hours text_assign_time_entries_to_project: Assign reported hours to the project text_reassign_time_entries: 'Reassign reported hours to this issue:' text_user_wrote: '%s wrote:' +text_enumeration_destroy_question: '%d objects are assigned to this value.' +text_enumeration_category_reassign_to: 'Reassign them to this value:' default_role_manager: Manager default_role_developper: Developer |