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

Commit

Permalink
Added missing FR translations for PhoneNumber validator
Browse files Browse the repository at this point in the history
  • Loading branch information
bfolliot committed May 22, 2017
1 parent 192aa10 commit c85de3a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion languages/fr/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


/**
* FR-Revision: 29.Sept.2013
* FR-Revision: 19.May.2017
*/
return [
// Zend\I18n\Validator\Alnum
Expand All @@ -34,6 +34,11 @@
"Invalid type given. String or integer expected" => "Type invalide. Chaîne ou entier attendu",
"The input does not appear to be an integer" => "L'entrée n'est pas un entier",

// Zend\I18n\Validator\PhoneNumber
"The input does not match a phone number format" => "L'entrée ne correspond pas à la structure attendue d'un numéro de téléphone",
"The country provided is currently unsupported" => "le pays fourni n'est pour le moment pas supporté",
"Invalid type given. String expected" => "Type invalide. Chaîne attendue",

// Zend\I18n\Validator\PostCode
"Invalid type given. String or integer expected" => "Type invalide. Chaîne ou entier attendu",
"The input does not appear to be a postal code" => "L'entrée ne semble pas être un code postal valide",
Expand Down

0 comments on commit c85de3a

Please sign in to comment.