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

Commit

Permalink
Merge pull request zendframework/zendframework#5985 in master
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Mar 17, 2014
3 parents bf81393 + 9eea463 + bb172ca commit 3e2953a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions languages/ca/Zend_Validate.php
Expand Up @@ -50,8 +50,8 @@
"Invalid type given. String expected" => "Tipus no vàlid donat. S'espera una cadena de text",

// Zend\Validator\Between
"The input is not between '%min%' and '%max%', inclusively" => "L'entrada no és entre '% min%' i '% max%', inclusivament",
"The input is not strictly between '%min%' and '%max%'" => "L'entrada no és estrictament entre '% min%' i '%% max'",
"The input is not between '%min%' and '%max%', inclusively" => "L'entrada no és entre '%min%' i '%max%', inclusivament",
"The input is not strictly between '%min%' and '%max%'" => "L'entrada no és estrictament entre '%min%' i '%max%'",

// Zend\Validator\Callback
"The input is not valid" => "L'entrada no és vàlida",
Expand Down
2 changes: 1 addition & 1 deletion languages/id/Zend_Validate.php
Expand Up @@ -45,7 +45,7 @@

// Zend\Validator\Between
"The input is not between '%min%' and '%max%', inclusively" => "Isian tidak berada di antara '%min%' and '%max%', inklusif",
"The input is not strictly between '%min%' and '%max%'" => "Isian tidak ketat berada di antara '% min%' dan '% max%'",
"The input is not strictly between '%min%' and '%max%'" => "Isian tidak ketat berada di antara '%min%' dan '%max%'",

// Zend\Validator\Callback
"The input is not valid" => "Isian tidak valid",
Expand Down

0 comments on commit 3e2953a

Please sign in to comment.