|
81 | 81 | // Zend_Validator_DateStep
|
82 | 82 | "Invalid type given. String, integer, array or DateTime expected" => "Entrée invalide. Chaîne, entier, tableau ou DateTime attendu",
|
83 | 83 | "The input does not appear to be a valid date" => "L'entrée ne semble pas être une date valide",
|
84 |
| - "The input is not a valid step" => "L'entrée n'est pas une step valide", |
| 84 | + "The input is not a valid step" => "L'entrée n'est pas un interval valide", |
85 | 85 |
|
86 | 86 | // Zend_Validator_Db_AbstractDb
|
87 | 87 | "No record matching the input was found" => "Aucun enregistrement trouvé",
|
|
99 | 99 | "'%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",
|
100 | 100 | "'%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.",
|
101 | 101 | "'%localPart%' can not be matched against dot-atom format" => "'%localPart%' ne correspond pas au format dot-atom",
|
102 |
| - "'%localPart%' can not be matched against quoted-string format" => "'%localPart%' ne correspond pas au format quoted-string", |
| 102 | + "'%localPart%' can not be matched against quoted-string format" => "'%localPart%' ne correspond pas à une chaîne entre quotes", |
103 | 103 | "'%localPart%' is not a valid local part for the email address" => "'%localPart%' n'est pas une partie locale valide pour l'adresse email",
|
104 | 104 | "The input exceeds the allowed length" => "L'entrée dépasse la taille autorisée",
|
105 | 105 |
|
|
178 | 178 | "File '%value%' is not readable or does not exist" => "Le fichier '%value%' n'est pas lisible ou n'existe pas",
|
179 | 179 |
|
180 | 180 | // Zend_Validator_File_Upload
|
181 |
| - "File '%value%' exceeds the defined ini size" => "File '%value%' dépasse la taille défini dans le fichier INI", |
| 181 | + "File '%value%' exceeds the defined ini size" => "Le fichier '%value%' dépasse la taille définie dans le fichier INI", |
182 | 182 | "File '%value%' exceeds the defined form size" => "Le fichier '%value%' dépasse la taille définie dans le formulaire",
|
183 | 183 | "File '%value%' was only partially uploaded" => "Le fichier '%value%' n'a été que partiellement envoyé",
|
184 | 184 | "File '%value%' was not uploaded" => "Le fichier '%value%' n'a pas été envoyé",
|
|
271 | 271 |
|
272 | 272 | // Zend_Validator_StringLength
|
273 | 273 | "Invalid type given. String expected" => "Type invalide. Chaîne attendue",
|
274 |
| - "The input is less than %min% characters long" => "L'entrée conteint moins de %min% caractères", |
| 274 | + "The input is less than %min% characters long" => "L'entrée contient moins de %min% caractères", |
275 | 275 | "The input is more than %max% characters long" => "L'entrée contient plus de %max% caractères",
|
276 | 276 |
|
277 | 277 | // Zend_Validator_Uri
|
|
0 commit comments