From c83abc96fb0719df0c1762abcd61612aa8072eec Mon Sep 17 00:00:00 2001 From: Enderson Maia Date: Mon, 6 Sep 2010 22:36:21 -0300 Subject: [PATCH 1/2] pt_BR translation update Translation for cant_link_an_issue_with_a_descendant string. --- config/locales/pt-BR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index ccd6eed3616..2e7e4d0a802 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -143,7 +143,7 @@ pt-BR: greater_than_start_date: "deve ser maior que a data inicial" not_same_project: "não pertence ao mesmo projeto" circular_dependency: "Esta relação geraria uma dependência circular" - cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks" + cant_link_an_issue_with_a_descendant: "Uma tarefa não pode ser relaciona a uma de suas subtarefas" actionview_instancetag_blank_option: Selecione From 4563ce09b8fd739a9de8d03ea03ad63e79d57da2 Mon Sep 17 00:00:00 2001 From: Enderson Maia Date: Mon, 6 Sep 2010 22:44:00 -0300 Subject: [PATCH 2/2] List overridable attributes. Document the list of overridable attributes via MailHandler. --- extra/mail_handler/rdm-mailhandler.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extra/mail_handler/rdm-mailhandler.rb b/extra/mail_handler/rdm-mailhandler.rb index fe9460a6b94..1a2435c7f07 100644 --- a/extra/mail_handler/rdm-mailhandler.rb +++ b/extra/mail_handler/rdm-mailhandler.rb @@ -35,6 +35,9 @@ # -o, --allow-override=ATTRS allow email content to override attributes # specified by previous options # ATTRS is a comma separated list of attributes +# Overridable attributes are: +# tracker, category, priority +# assigned_to, start_date, due_date # # == Examples # No project specified. Emails MUST contain the 'Project' keyword: