diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-06-04 17:17:48 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-06-04 17:17:48 +0000 |
commit | 46085644ed7c44ba8d2d8a88823a4bca1aa063b6 (patch) | |
tree | 1d187d1aa28183db5057e58b98f87a1379ef9253 /config/locales/pt.yml | |
parent | 01411ab567887eb329d33a68f7635d3297649b5f (diff) | |
download | redmine-46085644ed7c44ba8d2d8a88823a4bca1aa063b6.tar.gz redmine-46085644ed7c44ba8d2d8a88823a4bca1aa063b6.zip |
Adds a specific error message for when the start date is too earlier than the minimum start date (#14086).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11926 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/pt.yml')
-rw-r--r-- | config/locales/pt.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/pt.yml b/config/locales/pt.yml index 687bb1d79..4ede548c0 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -137,6 +137,7 @@ pt: not_same_project: "não pertence ao mesmo projecto" circular_dependency: "Esta relação iria criar uma dependência circular" cant_link_an_issue_with_a_descendant: "Não é possível ligar uma tarefa a uma sub-tarefa que lhe é pertencente" + earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" ## Translated by: Pedro Araújo <phcrva19@hotmail.com> actionview_instancetag_blank_option: Seleccione |