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 | |
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')
-rw-r--r-- | lang/bg.yml | 3 | ||||
-rw-r--r-- | lang/de.yml | 3 | ||||
-rw-r--r-- | lang/en.yml | 3 | ||||
-rw-r--r-- | lang/es.yml | 3 | ||||
-rw-r--r-- | lang/fr.yml | 3 | ||||
-rw-r--r-- | lang/it.yml | 3 | ||||
-rw-r--r-- | lang/ja.yml | 3 | ||||
-rw-r--r-- | lang/nl.yml | 3 | ||||
-rw-r--r-- | lang/pt-br.yml | 3 | ||||
-rw-r--r-- | lang/pt.yml | 3 | ||||
-rw-r--r-- | lang/sv.yml | 3 | ||||
-rw-r--r-- | lang/zh.yml | 3 |
12 files changed, 36 insertions, 0 deletions
diff --git a/lang/bg.yml b/lang/bg.yml index c3ce4f129..c518f8f9e 100644 --- a/lang/bg.yml +++ b/lang/bg.yml @@ -479,6 +479,9 @@ text_issues_ref_in_commit_messages: Отбелязване и приключва text_issue_added: Публикувана е нова задача с номер %s. text_issue_updated: Задача %s е обновена. 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: Мениджър default_role_developper: Разработчик diff --git a/lang/de.yml b/lang/de.yml index 7e7441dd8..88cdbf521 100644 --- a/lang/de.yml +++ b/lang/de.yml @@ -479,6 +479,9 @@ text_issues_ref_in_commit_messages: Referencing and fixing issues in commit mess text_issue_added: Ticket %s wurde erstellt. text_issue_updated: Ticket %s wurde aktualisiert. 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: Developer diff --git a/lang/en.yml b/lang/en.yml index f89cfae7e..546570694 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -479,6 +479,9 @@ text_issues_ref_in_commit_messages: Referencing and fixing issues in commit mess text_issue_added: Issue %s has been reported. text_issue_updated: Issue %s has been updated. 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: Developer diff --git a/lang/es.yml b/lang/es.yml index 9deecd9ad..ad05632af 100644 --- a/lang/es.yml +++ b/lang/es.yml @@ -479,6 +479,9 @@ text_issues_ref_in_commit_messages: Referencing and fixing issues in commit mess text_issue_added: Issue %s has been reported. text_issue_updated: Issue %s has been updated. 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: Desarrollador diff --git a/lang/fr.yml b/lang/fr.yml index 852b04f95..0aaf41c4b 100644 --- a/lang/fr.yml +++ b/lang/fr.yml @@ -479,6 +479,9 @@ text_issues_ref_in_commit_messages: Référencement et résolution des demandes text_issue_added: La demande %s a été soumise. text_issue_updated: La demande %s a été mise à jour. text_wiki_destroy_confirmation: Etes-vous sûr de vouloir supprimer ce wiki et tout son contenu ? +text_issue_category_destroy_question: Des demandes (%d) sont affectées à cette catégories. Que voulez-vous faire ? +text_issue_category_destroy_assignments: N'affecter les demandes à aucune autre catégorie +text_issue_category_reassign_to: Réaffecter les demandes à cette catégorie default_role_manager: Manager default_role_developper: Développeur 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 diff --git a/lang/ja.yml b/lang/ja.yml index 8134cefa2..a59ccaf7e 100644 --- a/lang/ja.yml +++ b/lang/ja.yml @@ -480,6 +480,9 @@ text_issues_ref_in_commit_messages: コミットメッセージ内で問題の text_issue_added: 問題 %s が報告されました。 text_issue_updated: 問題 %s が更新されました。 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: 管理者 default_role_developper: 開発者 diff --git a/lang/nl.yml b/lang/nl.yml index 75c2996ac..411233909 100644 --- a/lang/nl.yml +++ b/lang/nl.yml @@ -479,6 +479,9 @@ text_issues_ref_in_commit_messages: Opzoeken en aanpassen van issues in commit b text_issue_added: Issue %s is gerapporteerd. text_issue_updated: Issue %s is gewijzigd. 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: Ontwikkelaar diff --git a/lang/pt-br.yml b/lang/pt-br.yml index dd61d3ed3..229abe833 100644 --- a/lang/pt-br.yml +++ b/lang/pt-br.yml @@ -479,6 +479,9 @@ text_issues_ref_in_commit_messages: Referencing and fixing issues in commit mess text_issue_added: Tarefa %s foi incluída.
text_issue_updated: Tarefa %s foi alterada.
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: Analista de Negocio ou Gerente de Projeto
default_role_developper: Desenvolvedor
diff --git a/lang/pt.yml b/lang/pt.yml index fad533d37..7d7cedaf2 100644 --- a/lang/pt.yml +++ b/lang/pt.yml @@ -479,6 +479,9 @@ text_issues_ref_in_commit_messages: Referenciando e arrumando tarefas nas mensag text_issue_added: Tarefa %s foi incluída. text_issue_updated: Tarefa %s foi alterada. 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: Analista de Negócio ou Gerente de Projeto default_role_developper: Desenvolvedor 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 diff --git a/lang/zh.yml b/lang/zh.yml index bdce4ebbe..deb9ee41b 100644 --- a/lang/zh.yml +++ b/lang/zh.yml @@ -481,6 +481,9 @@ text_issues_ref_in_commit_messages: Referencing and fixing issues in commit mess text_issue_added: %s ѱ text_issue_updated: %s Ѹ 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: 管理员 default_role_developper: 开发人员 |