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/it.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/it.yml')
-rw-r--r-- | lang/it.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/it.yml b/lang/it.yml index acaeb65b7..49e352abe 100644 --- a/lang/it.yml +++ b/lang/it.yml @@ -479,6 +479,9 @@ text_issues_ref_in_commit_messages: Referencing and fixing issues in commit mess text_issue_added: "E' stata segnalata l'anomalia %s." text_issue_updated: "L'anomalia %s e' stata aggiornata." 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: Manager default_role_developper: Sviluppatore |