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

Commit

Permalink
Merge branch 'hotfix/6105'
Browse files Browse the repository at this point in the history
Close #6105
  • Loading branch information
weierophinney committed Apr 14, 2014
2 parents f4552c5 + df1d767 commit 4ffb9da
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions resources/languages/en/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
"The input is not between '%min%' and '%max%', inclusively" => "The input is not between '%min%' and '%max%', inclusively",
"The input is not strictly between '%min%' and '%max%'" => "The input is not strictly between '%min%' and '%max%'",

// Zend\Validator\Bitwise
"The input has no common bit set with '%control%'" => "The input has no common bit set with '%control%'",
"The input doesn't have the same bits set as '%control%'" => "The input doesn't have the same bits set as '%control%'",
"The input has common bit set with '%control%'" => "The input has common bit set with '%control%'",

// Zend\Validator\Callback
"The input is not valid" => "The input is not valid",
"An exception has been raised within the callback" => "An exception has been raised within the callback",
Expand All @@ -75,6 +80,9 @@
"The input does not fit the date format '%format%'" => "The input does not fit the date format '%format%'",

// Zend\Validator\DateStep
"Invalid type given. String, integer, array or DateTime expected" => "Invalid type given. String, integer, array or DateTime expected",
"The input does not appear to be a valid date" => "The input does not appear to be a valid date",
"The input does not fit the date format '%format%'" => "The input does not fit the date format '%format%'",
"The input is not a valid step" => "The input is not a valid step",

// Zend\Validator\Db\AbstractDb
Expand Down

0 comments on commit 4ffb9da

Please sign in to comment.