diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-26 10:20:48 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-26 10:20:48 +0000 |
commit | 76b92fb999750402a448af0226c871bcef0ec2d9 (patch) | |
tree | d77805fb8e9106c5dc4a6552ef9d9bf4b18f16a9 /lang/de.yml | |
parent | a9f86444fc5acd7502b72ea905f88952fc3c1434 (diff) | |
download | redmine-76b92fb999750402a448af0226c871bcef0ec2d9.tar.gz redmine-76b92fb999750402a448af0226c871bcef0ec2d9.zip |
Warn user that subprojects are also deleted when deleting a project (#1111) and add a checkbox to confirm the deletion.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1359 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/de.yml')
-rw-r--r-- | lang/de.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/de.yml b/lang/de.yml index 323859ae4..77184cf88 100644 --- a/lang/de.yml +++ b/lang/de.yml @@ -618,3 +618,4 @@ default_activity_development: Entwicklung enumeration_issue_priorities: Ticket-Prioritäten enumeration_doc_categories: Dokumentenkategorien enumeration_activities: Aktivitäten (Zeiterfassung) +text_subprojects_destroy_warning: 'Its subproject(s): %s will be also deleted.' |