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

Commit

Permalink
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions languages/fr/Zend_Validate.php
Expand Up @@ -81,7 +81,7 @@
// Zend_Validator_DateStep
"Invalid type given. String, integer, array or DateTime expected" => "Entrée invalide. Chaîne, entier, tableau ou DateTime attendu",
"The input does not appear to be a valid date" => "L'entrée ne semble pas être une date valide",
"The input is not a valid step" => "L'entrée n'est pas une step valide",
"The input is not a valid step" => "L'entrée n'est pas un intervalle valide",

// Zend_Validator_Db_AbstractDb
"No record matching the input was found" => "Aucun enregistrement trouvé",
Expand All @@ -99,7 +99,7 @@
"'%hostname%' does not appear to have any valid MX or A records for the email address" => "'%hostname%' ne semble pas avoir d'enregistrement MX valide pour l'adresse email",
"'%hostname%' is not in a routable network segment. The email address should not be resolved from public network" => "'%hostname%' n'est pas dans un segment réseau routable. L'adresse email ne devrait pas être résolue depuis un réseau public.",
"'%localPart%' can not be matched against dot-atom format" => "'%localPart%' ne correspond pas au format dot-atom",
"'%localPart%' can not be matched against quoted-string format" => "'%localPart%' ne correspond pas au format quoted-string",
"'%localPart%' can not be matched against quoted-string format" => "'%localPart%' ne correspond pas à une chaîne entre quotes",
"'%localPart%' is not a valid local part for the email address" => "'%localPart%' n'est pas une partie locale valide pour l'adresse email",
"The input exceeds the allowed length" => "L'entrée dépasse la taille autorisée",

Expand Down Expand Up @@ -178,7 +178,7 @@
"File '%value%' is not readable or does not exist" => "Le fichier '%value%' n'est pas lisible ou n'existe pas",

// Zend_Validator_File_Upload
"File '%value%' exceeds the defined ini size" => "File '%value%' dépasse la taille défini dans le fichier INI",
"File '%value%' exceeds the defined ini size" => "Le fichier '%value%' dépasse la taille définie dans le fichier INI",
"File '%value%' exceeds the defined form size" => "Le fichier '%value%' dépasse la taille définie dans le formulaire",
"File '%value%' was only partially uploaded" => "Le fichier '%value%' n'a été que partiellement envoyé",
"File '%value%' was not uploaded" => "Le fichier '%value%' n'a pas été envoyé",
Expand Down Expand Up @@ -250,11 +250,11 @@
"There was an internal error while using the pattern '%pattern%'" => "Une erreur interne est survenue avec l'expression '%pattern%'",

// Zend_Validator_Sitemap_Changefreq
"The input is not a valid sitemap changefreq" => "L'entrée n'est pas une valeur de fréquence de sitemap valide",
"The input is not a valid sitemap changefreq" => "L'entrée n'est pas une valeur de fréquence de changement de sitemap valide",
"Invalid type given. String expected" => "Type invalide. Chaîne attendue",

// Zend_Validator_Sitemap_Lastmod
"The input is not a valid sitemap lastmod" => "L'entrée n'est pas une date de modification de sitemap valide",
"The input is not a valid sitemap lastmod" => "L'entrée n'est pas une date de dernière modification de sitemap valide",
"Invalid type given. String expected" => "Type invalide. Chaîne attendue",

// Zend_Validator_Sitemap_Loc
Expand All @@ -267,11 +267,11 @@

// Zend_Validator_Step
"Invalid value given. Scalar expected" => "Type invalide. Scalaire attendu",
"The input is not a valid step" => "L'entrée n'est pas un multiple valide",
"The input is not a valid step" => "L'entrée n'est pas un intervalle valide",

// Zend_Validator_StringLength
"Invalid type given. String expected" => "Type invalide. Chaîne attendue",
"The input is less than %min% characters long" => "L'entrée conteint moins de %min% caractères",
"The input is less than %min% characters long" => "L'entrée contient moins de %min% caractères",
"The input is more than %max% characters long" => "L'entrée contient plus de %max% caractères",

// Zend_Validator_Uri
Expand Down

0 comments on commit 822964a

Please sign in to comment.