diff --git a/languages/ca/Zend_Validate.php b/languages/ca/Zend_Validate.php index 98fc321..d60de98 100644 --- a/languages/ca/Zend_Validate.php +++ b/languages/ca/Zend_Validate.php @@ -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", diff --git a/languages/id/Zend_Validate.php b/languages/id/Zend_Validate.php index f5690f1..725c313 100644 --- a/languages/id/Zend_Validate.php +++ b/languages/id/Zend_Validate.php @@ -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",