From 0f775e45be4ea31032fefc7a51c1c57602022f69 Mon Sep 17 00:00:00 2001 From: Matej Szendi Date: Mon, 4 Nov 2013 10:11:51 +0100 Subject: [PATCH 1/2] * Update Czech validator messages --- languages/cs/Zend_Validate.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/languages/cs/Zend_Validate.php b/languages/cs/Zend_Validate.php index bc17d22..cccb383 100644 --- a/languages/cs/Zend_Validate.php +++ b/languages/cs/Zend_Validate.php @@ -21,6 +21,10 @@ "The input contains non alphabetic characters" => "Hodnota obsahuje i jiné znaky než písmena", "The input is an empty string" => "Hodnota je prázdný řetězec", + // Zend\I18n\Validator\DateTime + "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec", + "The input does not appear to be a valid datetime" => "Hodnota nevypadá jako platný datum a čas", + // Zend\I18n\Validator\Float "Invalid type given. String, integer or float expected" => "Chybný typ. Byl očekáván řetězec, celé nebo desetinné číslo", "The input does not appear to be a float" => "Hodnota nevypadá jako desetinné číslo", @@ -29,6 +33,11 @@ "Invalid type given. String or integer expected" => "Chybný typ. Byl očekáván řetězec nebo celé číslo", "The input does not appear to be an integer" => "Hodnota nevypadá jako celé číslo", + // Zend\I18n\Validator\PhoneNumber + "The input does not match a phone number format" => "Hodnota neodpovídá formátu telefonního čísla", + "The country provided is currently unsupported" => "Země je v současné době nepodporována", + "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec", + // Zend\I18n\Validator\PostCode "Invalid type given. String or integer expected" => "Chybný typ. Byl očekáván řetězec nebo celé číslo", "The input does not appear to be a postal code" => "Hodnota nevypadá jako PSČ", @@ -219,8 +228,8 @@ "The input has failed the IBAN check" => "Hodnota neprošlo kontrolou IBAN", // Zend\Validator\Identical - "The two given tokens do not match" => "Zadané položky nejsou shodné", - "No token was provided to match against" => "Nebyla zadána položka pro porovnání", + "The two given tokens do not match" => "Zadané hodnoty nejsou shodné", + "No token was provided to match against" => "Nebyla zadána hodnota pro porovnání", // Zend\Validator\InArray "The input was not found in the haystack" => "Hodnota nebyla nalezena v seznamu", From b9103ae77bf50b9bd1365515c95dbc8b5db2bb2f Mon Sep 17 00:00:00 2001 From: Matej Szendi Date: Mon, 4 Nov 2013 10:16:31 +0100 Subject: [PATCH 2/2] * Remove dot --- languages/cs/Zend_Validate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/cs/Zend_Validate.php b/languages/cs/Zend_Validate.php index cccb383..689d08d 100644 --- a/languages/cs/Zend_Validate.php +++ b/languages/cs/Zend_Validate.php @@ -98,7 +98,7 @@ "The input exceeds the allowed length" => "Hodnota překročila povolenou délku", // Zend\Validator\Explode - "Invalid type given" => "Chybný typ.", + "Invalid type given" => "Chybný typ", // Zend\Validator\File\Count "Too many files, maximum '%max%' are allowed but '%count%' are given" => "Příliš mnoho souborů. Maximum je '%max%', ale bylo zadáno '%count%'",