Skip to content

Commit

Permalink
Merge branch 'resources_en_update' of https://github.com/sasezaki/zf2
Browse files Browse the repository at this point in the history
…into sasezaki-resources_en_update
  • Loading branch information
ezimuel committed Jul 18, 2013
2 parents d639412 + 5350b67 commit 8865cdf
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion resources/languages/en/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

/**
* EN-Revision: 04.Apr.2013
* EN-Revision: 16.Jul.2013
*/
return array(
// Zend\I18n\Validator\Alnum
Expand All @@ -21,6 +21,10 @@
"The input contains non alphabetic characters" => "The input contains non alphabetic characters",
"The input is an empty string" => "The input is an empty string",

// Zend\I18n\Validator\DateTime
"Invalid type given. String expected" => "Invalid type given. String expected",
"The input does not appear to be a valid datetime" => "The input does not appear to be a valid datetime",

// Zend\I18n\Validator\Float
"Invalid type given. String, integer or float expected" => "Invalid type given. String, integer or float expected",
"The input does not appear to be a float" => "The input does not appear to be a float",
Expand All @@ -29,6 +33,11 @@
"Invalid type given. String or integer expected" => "Invalid type given. String or integer expected",
"The input does not appear to be an integer" => "The input does not appear to be an integer",

// Zend\I18n\Validator\PhoneNumber
"The input does not match a phone number format" => "The input does not match a phone number format",
"The country provided is currently unsupported" => "The country provided is currently unsupported",
"Invalid type given. String expected" => "Invalid type given. String expected",

// Zend\I18n\Validator\PostCode
"Invalid type given. String or integer expected" => "Invalid type given. String or integer expected",
"The input does not appear to be a postal code" => "The input does not appear to be a postal code",
Expand Down

0 comments on commit 8865cdf

Please sign in to comment.