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

Commit

Permalink
Merge branch 'master' of git://git.zendframework.com/zf
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahar Evron committed Jul 25, 2010
4 parents c6ffcad + b08f0db + 2e788ed + 5fa8668 commit 331098b
Show file tree
Hide file tree
Showing 9 changed files with 600 additions and 46 deletions.
5 changes: 3 additions & 2 deletions languages/de/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* EN-Revision: 21573
* EN-Revision: 22075
*/
return array(
// Zend_Validate_Alnum
Expand Down Expand Up @@ -208,7 +208,7 @@
"'%value%' has failed the IBAN check" => "Die IBAN Prüfung ist für '%value%' fehlgeschlagen",

// Zend_Validate_Identical
"The token '%token%' does not match the given token '%value%'" => "Der Token '%token%' stimmt nicht mit dem angegebenen Token '%value%' überein",
"The two given tokens do not match" => "Die zwei angegebenen Token stimmen nicht überein",
"No token was provided to match against" => "Es wurde kein Token angegeben gegen den geprüft werden kann",

// Zend_Validate_InArray
Expand All @@ -223,6 +223,7 @@
"'%value%' does not appear to be a valid IP address" => "'%value%' scheint keine gültige IP Adresse zu sein",

// Zend_Validate_Isbn
"Invalid type given, value should be string or integer" => "Ungültiger Typ angegeben. Der Wert sollte ein String sein",
"'%value%' is no valid ISBN number" => "'%value%' ist keine gültige ISBN Nummer",

// Zend_Validate_LessThan
Expand Down
5 changes: 3 additions & 2 deletions languages/en/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* EN-Revision: 21573
* EN-Revision: 22075
*/
return array(
// Zend_Validate_Alnum
Expand Down Expand Up @@ -208,7 +208,7 @@
"'%value%' has failed the IBAN check" => "'%value%' has failed the IBAN check",

// Zend_Validate_Identical
"The token '%token%' does not match the given token '%value%'" => "The token '%token%' does not match the given token '%value%'",
"The two given tokens do not match" => "The two given tokens do not match",
"No token was provided to match against" => "No token was provided to match against",

// Zend_Validate_InArray
Expand All @@ -223,6 +223,7 @@
"'%value%' does not appear to be a valid IP address" => "'%value%' does not appear to be a valid IP address",

// Zend_Validate_Isbn
"Invalid type given, value should be string or integer" => "Invalid type given, value should be string or integer",
"'%value%' is no valid ISBN number" => "'%value%' is no valid ISBN number",

// Zend_Validate_LessThan
Expand Down
265 changes: 265 additions & 0 deletions languages/es/Zend_Validate.php

Large diffs are not rendered by default.

18 changes: 12 additions & 6 deletions languages/fr/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* EN-Revision: 21135
* EN-Revision: 22075
*/
return array(
// Zend_Validate_Alnum
Expand Down Expand Up @@ -209,7 +209,7 @@
"'%value%' has failed the IBAN check" => "'%value%' n'a pas passé la validation IBAN",

// Zend_Validate_Identical
"The token '%token%' does not match the given token '%value%'" => "Le jeton '%token%' n'a pas de correspondance avec '%value%'",
"The two given tokens do not match" => "Les deux jetons passés ne correspondent pas",
"No token was provided to match against" => "Aucun jeton de correspondance n'a été donné",

// Zend_Validate_InArray
Expand All @@ -224,6 +224,7 @@
"'%value%' does not appear to be a valid IP address" => "'%value%' n'est pas une IP valide",

// Zend_Validate_Isbn
"Invalid type given, value should be string or integer" => "Type invalide : chaîne ou entier attendu",
"'%value%' is no valid ISBN number" => "'%value%' n'est pas un ISBN valide",

// Zend_Validate_LessThan
Expand All @@ -234,27 +235,32 @@
"Value is required and can't be empty" => "Cette valeur est obligatoire et ne peut être vide",

// Zend_Validate_PostCode
"Invalid type given, value should be string or integer" => "Type invalide : chaîne ou entier attendu",
"'%value%' does not appear to be an postal code" => "'%value%' ne semble pas être un code postal valide",
"Invalid type given. The value should be a string or a integer" => "Type invalide : chaîne ou entier attendu",
"'%value%' does not appear to be a postal code" => "'%value%' ne semble pas être un code postal valide",

// Zend_Validate_Regex
"Invalid type given, value should be string, integer or float" => "Type invalide : chaîne entier ou flottant attendu",
"'%value%' does not match against pattern '%pattern%'" => "'%value%' n'a pas de correspondance avec le motif '%pattern%'",
"There was an internal error while using the pattern '%pattern%'" => "Il y a eu une erreur interne lors de l'utilisation du motif '%pattern%'",

// Zend_Validate_Sitemap_Changefreq
"'%value%' is no valid sitemap changefreq" => "'%value%' n'est pas une valeur de fréquence de sitemap valide",
"Invalid type given, value should be a string" => "Type de donnée non valide : chaîne attendue",

// Zend_Validate_Sitemap_Lastmod
"'%value%' is no valid sitemap lastmod" => "'%value%' n'est pas une date de modification de sitemap valide",
"Invalid type given, value should be a string" => "Type de donnée non valide : chaîne attendue",

// Zend_Validate_Sitemap_Loc
"'%value%' is no valid sitemap location" => "'%value%' n'est pas un emplacement valide pour une sitemap",
"Invalid type given, value should be a string" => "Type de donnée non valide : chaîne attendue",

// Zend_Validate_Sitemap_Priority
"'%value%' is no valid sitemap priority" => "'%value%' n'est pas une priorité sitemap valide",
"Invalid type given, the value should be a integer, a float or a numeric string" => "Type invalide : chaîne numérique, entier ou flottant attendu",

// Zend_Validate_StringLength
"Invalid type given, value should be a string" => "Type de donnée non valide : chaîne de caractères attendue",
"'%value%' is less than %min% characters long" => "La taille de '%value%' est inférieur à %min% caractères",
"'%value%' is more than %max% characters long" => "La taille de '%value%' est supérieur à %max% caractères",
"'%value%' is less than %min% characters long" => "La taille de '%value%' est inférieure à %min% caractères",
"'%value%' is more than %max% characters long" => "La taille de '%value%' est supérieure à %max% caractères",
);
Loading

0 comments on commit 331098b

Please sign in to comment.