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/da.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/da.yml')
-rw-r--r-- | lang/da.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/da.yml b/lang/da.yml index b2f18db4c..6919cdfcb 100644 --- a/lang/da.yml +++ b/lang/da.yml @@ -626,3 +626,5 @@ mail_subject_reminder: "%d issue(s) due in the next days" text_user_wrote: '%s wrote:' label_duplicated_by: duplicated by setting_enabled_scm: Enabled SCM +text_enumeration_category_reassign_to: 'Reassign them to this value:' +text_enumeration_destroy_question: '%d objects are assigned to this value.' |