diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-15 16:52:32 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-15 16:52:32 +0000 |
commit | fa969504d4529ca9b2ceadf3c56f09b171c9170e (patch) | |
tree | b0f3feff09ffafd1c5d8339b228eab4e18fedb3f /lang/sv.yml | |
parent | 3c6ddc9cecc250b3853025ca8b10a964bed0ff97 (diff) | |
download | redmine-fa969504d4529ca9b2ceadf3c56f09b171c9170e.tar.gz redmine-fa969504d4529ca9b2ceadf3c56f09b171c9170e.zip |
A category with assigned issue can now be deleted. 2 options are proposed:
* remove assignments (issues are set to 'no category')
* reassign issues to another category (if at least an other category exists)
If no issue is assigned to the category, it's deleted silently.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@733 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/sv.yml')
-rw-r--r-- | lang/sv.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/sv.yml b/lang/sv.yml index 7244f86ea..2196799dd 100644 --- a/lang/sv.yml +++ b/lang/sv.yml @@ -479,6 +479,9 @@ text_issues_ref_in_commit_messages: Referencing and fixing issues in commit mess text_issue_added: Brist %s har rapporterats. text_issue_updated: Brist %s har uppdaterats. text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? +text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ? +text_issue_category_destroy_assignments: Remove category assignments +text_issue_category_reassign_to: Reassing issues to this category default_role_manager: Förvaltare default_role_developper: Utvecklare |