Explorar o código

[RESOURCES] : sync French Zend_Validate messages

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21167 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael %!s(int64=16) %!d(string=hai) anos
pai
achega
52e30928f0
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      resources/languages/fr/Zend_Validate.php

+ 2 - 1
resources/languages/fr/Zend_Validate.php

@@ -21,7 +21,7 @@
  */
 
 /**
- * EN-Revision: 20377
+ * EN-Revision: 21135
  */
 return array(
     // Zend_Validate_Alnum
@@ -72,6 +72,7 @@ return array(
 
     // Zend_Validate_Digits
     "Invalid type given, value should be string, integer or float" => "Type invalide : chaîne, entier ou flottant attendu",
+    "'%value%' contains characters which are not digits; but only digits are allowed" => "'%value%' contient des caractères qui ne sont pas numériques ; seuls les caractères numériques sont autorisés",
     "'%value%' contains not only digit characters" => "'%value%' ne contient pas que des chiffres",
     "'%value%' is an empty string" => "'%value%' est une chaîne vide",