Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/7432'
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed May 6, 2015
3 parents 565dda8 + 5415db9 + ac815da commit 5c04254
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions languages/en/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

/**
* EN-Revision: 16.Jul.2013
* EN-Revision: 08.Apr.2015
*/
return array(
// Zend\I18n\Validator\Alnum
Expand All @@ -25,11 +25,11 @@
"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
// Zend\I18n\Validator\IsFloat
"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",

// Zend\I18n\Validator\Int
// Zend\I18n\Validator\IsInt
"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",

Expand Down Expand Up @@ -291,6 +291,11 @@
"The input is less than %min% characters long" => "The input is less than %min% characters long",
"The input is more than %max% characters long" => "The input is more than %max% characters long",

// Zend\Validator\Timezone
"Invalid timezone given." => "Invalid timezone given.",
"Invalid timezone location given." => "Invalid timezone location given.",
"Invalid timezone abbreviation given." => "Invalid timezone abbreviation given.",

// Zend\Validator\Uri
"Invalid type given. String expected" => "Invalid type given. String expected",
"The input does not appear to be a valid Uri" => "The input does not appear to be a valid Uri",
Expand Down

0 comments on commit 5c04254

Please sign in to comment.