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/sk.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/locales/sk.yml') diff --git a/config/locales/sk.yml b/config/locales/sk.yml index de75095cd..740915c8e 100644 --- a/config/locales/sk.yml +++ b/config/locales/sk.yml @@ -125,6 +125,7 @@ sk: not_same_project: "nepatrí rovnakému projektu" circular_dependency: "Tento vzťah by vytvoril cyklickú závislosť" 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" # SK translation by Stanislav Pach | stano.pach@seznam.cz -- cgit v1.2.3