New strings for translation (fixes #2872), thanks for Enderson Maia for pointing and translation
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2847 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
f5517cd834
commit
f1f65794e4
|
@ -131,7 +131,7 @@ class IssuesController < ApplicationController
|
||||||
# Tracker must be set before custom field values
|
# Tracker must be set before custom field values
|
||||||
@issue.tracker ||= @project.trackers.find((params[:issue] && params[:issue][:tracker_id]) || params[:tracker_id] || :first)
|
@issue.tracker ||= @project.trackers.find((params[:issue] && params[:issue][:tracker_id]) || params[:tracker_id] || :first)
|
||||||
if @issue.tracker.nil?
|
if @issue.tracker.nil?
|
||||||
render_error 'No tracker is associated to this project. Please check the Project settings.'
|
render_error l(:error_no_tracker_in_project)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
if params[:issue].is_a?(Hash)
|
if params[:issue].is_a?(Hash)
|
||||||
|
@ -142,7 +142,7 @@ class IssuesController < ApplicationController
|
||||||
|
|
||||||
default_status = IssueStatus.default
|
default_status = IssueStatus.default
|
||||||
unless default_status
|
unless default_status
|
||||||
render_error 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").'
|
render_error l(:error_no_default_issue_status)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
@issue.status = default_status
|
@issue.status = default_status
|
||||||
|
|
|
@ -801,3 +801,5 @@ bg:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -834,3 +834,5 @@ bs:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -804,3 +804,5 @@ ca:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -807,3 +807,5 @@ cs:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -834,3 +834,5 @@ da:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -833,3 +833,5 @@ de:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -136,6 +136,8 @@ en:
|
||||||
error_scm_command_failed: "An error occurred when trying to access the repository: {{value}}"
|
error_scm_command_failed: "An error occurred when trying to access the repository: {{value}}"
|
||||||
error_scm_annotate: "The entry does not exist or can not be annotated."
|
error_scm_annotate: "The entry does not exist or can not be annotated."
|
||||||
error_issue_not_found_in_project: 'The issue was not found or does not belong to this project'
|
error_issue_not_found_in_project: 'The issue was not found or does not belong to this project'
|
||||||
|
error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.'
|
||||||
|
error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").'
|
||||||
|
|
||||||
warning_attachments_not_saved: "{{count}} file(s) could not be saved."
|
warning_attachments_not_saved: "{{count}} file(s) could not be saved."
|
||||||
|
|
||||||
|
|
|
@ -854,3 +854,5 @@ es:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -844,3 +844,5 @@ fi:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -836,3 +836,5 @@ fr:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -833,3 +833,5 @@ gl:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -816,3 +816,5 @@ he:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -839,3 +839,5 @@
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -819,3 +819,5 @@ it:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -841,3 +841,5 @@ ja:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -872,3 +872,5 @@ ko:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -844,3 +844,5 @@ lt:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -789,3 +789,5 @@ nl:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -806,3 +806,5 @@
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -837,3 +837,5 @@ pl:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -172,6 +172,8 @@ pt-BR:
|
||||||
error_scm_command_failed: "Ocorreu um erro ao tentar acessar o repositório: {{value}}"
|
error_scm_command_failed: "Ocorreu um erro ao tentar acessar o repositório: {{value}}"
|
||||||
error_scm_annotate: "Esta entrada não existe ou não pode ser anotada."
|
error_scm_annotate: "Esta entrada não existe ou não pode ser anotada."
|
||||||
error_issue_not_found_in_project: 'A tarefa não foi encontrada ou não pertence a este projeto'
|
error_issue_not_found_in_project: 'A tarefa não foi encontrada ou não pertence a este projeto'
|
||||||
|
error_no_tracker_in_project: 'Não há um tipo de tarefa associado a este projeto. favor verificar as configurações do projeto.'
|
||||||
|
error_no_default_issue_status: 'A situação padrão para tarefa não está definida. Favor verificar sua configuração (Vá em "Administração -> Situação da tarefa").'
|
||||||
|
|
||||||
mail_subject_lost_password: "Sua senha do {{value}}."
|
mail_subject_lost_password: "Sua senha do {{value}}."
|
||||||
mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:'
|
mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:'
|
||||||
|
|
|
@ -825,3 +825,5 @@ pt:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -804,3 +804,5 @@ ro:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -931,3 +931,5 @@ ru:
|
||||||
label_view_all_revisions: Показать все ревизии
|
label_view_all_revisions: Показать все ревизии
|
||||||
label_tag: Метка
|
label_tag: Метка
|
||||||
label_branch: Ветвь
|
label_branch: Ветвь
|
||||||
|
error_no_tracker_in_project: С этим проектом не ассоциирован ни один трекер. Проверьте настройки проекта.
|
||||||
|
error_no_default_issue_status: Не определен статус задача по умолчанию. Проверьте настройки (см. "Администрирование -> Статусы задачи").
|
||||||
|
|
|
@ -806,3 +806,5 @@ sk:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -803,3 +803,5 @@ sl:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -827,3 +827,5 @@
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -861,3 +861,5 @@ sv:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -804,3 +804,5 @@ th:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -840,3 +840,5 @@ tr:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -803,3 +803,5 @@ uk:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -873,3 +873,5 @@ vi:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -913,3 +913,5 @@
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
|
@ -836,3 +836,5 @@ zh:
|
||||||
label_view_all_revisions: View all revisions
|
label_view_all_revisions: View all revisions
|
||||||
label_tag: Tag
|
label_tag: Tag
|
||||||
label_branch: Branch
|
label_branch: Branch
|
||||||
|
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||||
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
|
|
Loading…
Reference in New Issue