From 46085644ed7c44ba8d2d8a88823a4bca1aa063b6 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Tue, 4 Jun 2013 17:17:48 +0000 Subject: 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 --- config/locales/ko.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/locales/ko.yml') diff --git a/config/locales/ko.yml b/config/locales/ko.yml index 420005e81..8fe219792 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -176,6 +176,7 @@ ko: not_same_project: "는 같은 프로젝트에 속해 있지 않습니다" circular_dependency: "이 관계는 순환 의존관계를 만들 수 있습니다" cant_link_an_issue_with_a_descendant: "일감은 하위 일감과 연결할 수 없습니다." + earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" actionview_instancetag_blank_option: 선택하세요 -- cgit v1.2.3