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/lv.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/lv.yml')
-rw-r--r-- | config/locales/lv.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/lv.yml b/config/locales/lv.yml index 96e91c3dc..7289319b4 100644 --- a/config/locales/lv.yml +++ b/config/locales/lv.yml @@ -123,6 +123,7 @@ lv: not_same_project: "nepieder pie tā paša projekta" circular_dependency: "Šī relācija radītu ciklisku atkarību" cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks" + earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" actionview_instancetag_blank_option: Izvēlieties |