PageRenderTime 45ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/resources/languages/fr/Zend_Validate.php

https://bitbucket.org/gencer/zf2
PHP | 284 lines | 231 code | 22 blank | 31 comment | 12 complexity | 9939d742f92c52d70001705317185dcd MD5 | raw file
  1. <?php
  2. /**
  3. * Zend Framework (http://framework.zend.com/)
  4. *
  5. * @link http://github.com/zendframework/zf2 for the canonical source repository
  6. * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
  7. * @license http://framework.zend.com/license/new-bsd New BSD License
  8. */
  9. /**
  10. * FR-Revision: 29.Sept.2013
  11. */
  12. return array(
  13. // Zend\I18n\Validator\Alnum
  14. "Invalid type given. String, integer or float expected" => "Type invalide. Chaîne, entier ou flottant attendu",
  15. "The input contains characters which are non alphabetic and no digits" => "L'entrée contient des caractères non alphabétiques et non numériques",
  16. "The input is an empty string" => "L'entrée est une chaîne vide",
  17. // Zend\I18n\Validator\Alpha
  18. "Invalid type given. String expected" => "Type invalide. Chaîne attendue",
  19. "The input contains non alphabetic characters" => "L'entrée contient des caractères non alphabétiques",
  20. "The input is an empty string" => "L'entrée est une chaîne vide",
  21. // Zend\I18n\Validator\DateTime
  22. "Invalid type given. String expected" => "Type invalide. Chaîne attendue",
  23. "The input does not appear to be a valid datetime" => "L'entrée ne semble pas être une date/heure valide",
  24. // Zend\I18n\Validator\Float
  25. "Invalid type given. String, integer or float expected" => "Type invalide. Chaîne, entier ou flottant attendu",
  26. "The input does not appear to be a float" => "L'entrée n'est pas un nombre flottant",
  27. // Zend\I18n\Validator\Int
  28. "Invalid type given. String or integer expected" => "Type invalide. Chaîne ou entier attendu",
  29. "The input does not appear to be an integer" => "L'entrée n'est pas un entier",
  30. // Zend\I18n\Validator\PostCode
  31. "Invalid type given. String or integer expected" => "Type invalide. Chaîne ou entier attendu",
  32. "The input does not appear to be a postal code" => "L'entrée ne semble pas être un code postal valide",
  33. "An exception has been raised while validating the input" => "Une exception a été levée lors de la validation de l'entrée",
  34. // Zend\Validator\Barcode
  35. "The input failed checksum validation" => "L'entrée n'a pas passé la validation de la somme de contrôle",
  36. "The input contains invalid characters" => "L'entrée contient des caractères invalides",
  37. "The input should have a length of %length% characters" => "L'entrée devrait contenir %length% caractères",
  38. "Invalid type given. String expected" => "Type invalide. Chaîne attendue",
  39. // Zend\Validator\Between
  40. "The input is not between '%min%' and '%max%', inclusively" => "L'entrée n'est pas comprise entre '%min%' et '%max%', inclusivement",
  41. "The input is not strictly between '%min%' and '%max%'" => "L'entrée n'est pas strictement comprise entre '%min%' et '%max%'",
  42. // Zend\Validator\Callback
  43. "The input is not valid" => "L'entrée n'est pas valide",
  44. "An exception has been raised within the callback" => "Une exception a été levée dans la fonction de rappel",
  45. // Zend\Validator\CreditCard
  46. "The input seems to contain an invalid checksum" => "L'entrée semble contenir une somme de contrôle invalide",
  47. "The input must contain only digits" => "L'entrée ne doit contenir que des chiffres",
  48. "Invalid type given. String expected" => "Type invalide. Chaîne attendue",
  49. "The input contains an invalid amount of digits" => "L'entrée contient un nombre invalide de chiffres",
  50. "The input is not from an allowed institute" => "L'entrée ne provient pas d'une institution autorisée",
  51. "The input seems to be an invalid creditcard number" => "L'entrée semble être un numéro de carte bancaire invalide",
  52. "An exception has been raised while validating the input" => "Une exception a été levée lors de la validation de l'entrée",
  53. // Zend\Validator\Csrf
  54. "The form submitted did not originate from the expected site" => "Le formulaire ne provient pas du site attendu",
  55. // Zend\Validator\Date
  56. "Invalid type given. String, integer, array or DateTime expected" => "Type invalide. Chaîne, entier, tableau ou DateTime attendu",
  57. "The input does not appear to be a valid date" => "L'entrée ne semble pas être une date valide",
  58. "The input does not fit the date format '%format%'" => "L'entrée ne correspond pas au format '%format%'",
  59. // Zend\Validator\DateStep
  60. "Invalid type given. String, integer, array or DateTime expected" => "Entrée invalide. Chaîne, entier, tableau ou DateTime attendu",
  61. "The input does not appear to be a valid date" => "L'entrée ne semble pas être une date valide",
  62. "The input is not a valid step" => "L'entrée n'est pas un pas de date valide",
  63. // Zend\Validator\Db\AbstractDb
  64. "No record matching the input was found" => "Aucun enregistrement trouvé",
  65. "A record matching the input was found" => "Un enregistrement a été trouvé",
  66. // Zend\Validator\Digits
  67. "The input must contain only digits" => "L'entrée ne doit contenir que des chiffres",
  68. "The input is an empty string" => "L'entrée est une chaîne vide",
  69. "Invalid type given. String, integer or float expected" => "Type invalide. Chaîne, entier ou flottant attendu",
  70. // Zend\Validator\EmailAddress
  71. "Invalid type given. String expected" => "Type invalide. Chaîne attendue",
  72. "The input is not a valid email address. Use the basic format local-part@hostname" => "L'entrée n'est pas une adresse email valide. Utilisez le format local-part@hostname",
  73. "'%hostname%' is not a valid hostname for the email address" => "'%hostname%' n'est pas un nom d'hôte valide pour l'adresse email",
  74. "'%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",
  75. "'%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.",
  76. "'%localPart%' can not be matched against dot-atom format" => "'%localPart%' ne correspond pas au format dot-atom",
  77. "'%localPart%' can not be matched against quoted-string format" => "'%localPart%' ne correspond pas au format quoted-string",
  78. "'%localPart%' is not a valid local part for the email address" => "'%localPart%' n'est pas une partie locale valide pour l'adresse email",
  79. "The input exceeds the allowed length" => "L'entrée dépasse la taille autorisée",
  80. // Zend\Validator\Explode
  81. "Invalid type given. String expected" => "Type invalide. Chaîne attendue",
  82. // Zend\Validator\File\Count
  83. "Too many files, maximum '%max%' are allowed but '%count%' are given" => "Trop de fichiers. '%max%' sont autorisés au maximum, mais '%count%' reçu(s)",
  84. "Too few files, minimum '%min%' are expected but '%count%' are given" => "Trop peu de fichiers. '%min%' sont attendus, mais '%count%' reçu(s)",
  85. // Zend\Validator\File\Crc32
  86. "File '%value%' does not match the given crc32 hashes" => "Le fichier '%value%' ne correspond pas aux sommes de contrôle CRC32 données",
  87. "A crc32 hash could not be evaluated for the given file" => "Une somme de contrôle CRC32 n'a pas pu être calculée pour le fichier",
  88. "File '%value%' is not readable or does not exist" => "Le fichier '%value%' n'est pas lisible ou n'existe pas",
  89. // Zend\Validator\File\ExcludeExtension
  90. "File '%value%' has a false extension" => "Le fichier '%value%' a une mauvaise extension",
  91. "File '%value%' is not readable or does not exist" => "Le fichier '%value%' n'est pas lisible ou n'existe pas",
  92. // Zend\Validator\File\Exists
  93. "File '%value%' does not exist" => "Le fichier '%value%' n'existe pas",
  94. // Zend\Validator\File\Extension
  95. "File '%value%' has a false extension" => "Le fichier '%value%' a une mauvaise extension",
  96. "File '%value%' is not readable or does not exist" => "Le fichier '%value%' n'est pas lisible ou n'existe pas",
  97. // Zend\Validator\File\FilesSize
  98. "All files in sum should have a maximum size of '%max%' but '%size%' were detected" => "Tous les fichiers devraient avoir une taille maximale de '%max%' mais une taille de '%size%' a été détectée",
  99. "All files in sum should have a minimum size of '%min%' but '%size%' were detected" => "Tous les fichiers devraient avoir une taille minimale de '%max%' mais une taille de '%size%' a été détectée",
  100. "One or more files can not be read" => "Un ou plusieurs fichiers ne peuvent être lus",
  101. // Zend\Validator\File\Hash
  102. "File '%value%' does not match the given hashes" => "Le fichier '%value%' ne correspond pas aux sommes de contrôle données",
  103. "A hash could not be evaluated for the given file" => "Une somme de contrôle n'a pas pu être calculée pour le fichier",
  104. "File '%value%' is not readable or does not exist" => "Le fichier '%value%' n'est pas lisible ou n'existe pas",
  105. // Zend\Validator\File\ImageSize
  106. "Maximum allowed width for image '%value%' should be '%maxwidth%' but '%width%' detected" => "La largeur maximale pour l'image '%value%' devrait être de '%maxwidth%', mais largeur de '%width%' détectée",
  107. "Minimum expected width for image '%value%' should be '%minwidth%' but '%width%' detected" => "La largeur minimale pour l'image '%value%' devrait être de '%minwidth%', mais largeur de '%width%' détectée",
  108. "Maximum allowed height for image '%value%' should be '%maxheight%' but '%height%' detected" => "La hauteur maximale pour l'image '%value%' devrait être de '%maxheight%', mais hauteur de '%height%' détectée",
  109. "Minimum expected height for image '%value%' should be '%minheight%' but '%height%' detected" => "La hauteur maximale pour l'image '%value%' devrait être de '%minheight%', mais hauteur de '%height%' détectée",
  110. "The size of image '%value%' could not be detected" => "La taille de l'image '%value%' n'a pas pu être détectée",
  111. "File '%value%' is not readable or does not exist" => "Le fichier '%value%' n'est pas lisible ou n'existe pas",
  112. // Zend\Validator\File\IsCompressed
  113. "File '%value%' is not compressed, '%type%' detected" => "Le fichier '%value%' n'est pas compressé, '%type%' détecté",
  114. "The mimetype of file '%value%' could not be detected" => "Le type MIME du fichier '%value%' n'a pas pu être détecté",
  115. "File '%value%' is not readable or does not exist" => "Le fichier '%value%' n'est pas lisible ou n'existe pas",
  116. // Zend\Validator\File\IsImage
  117. "File '%value%' is no image, '%type%' detected" => "Le fichier '%value%' n'est pas une image, '%type%' détecté",
  118. "The mimetype of file '%value%' could not be detected" => "Le type MIME du fichier '%value%' n'a pas pu être détecté",
  119. "File '%value%' is not readable or does not exist" => "Le fichier '%value%' n'est pas lisible ou n'existe pas",
  120. // Zend\Validator\File\Md5
  121. "File '%value%' does not match the given md5 hashes" => "Le fichier '%value%' ne correspond pas aux sommes de contrôle MD5 données",
  122. "A md5 hash could not be evaluated for the given file" => "Une somme de contrôle MD5 n'a pas pu être calculée pour le fichier",
  123. "File '%value%' is not readable or does not exist" => "Le fichier '%value%' n'est pas lisible ou n'existe pas",
  124. // Zend\Validator\File\MimeType
  125. "File '%value%' has a false mimetype of '%type%'" => "Le fichier '%value%' a un faux type MIME : '%type%'",
  126. "The mimetype of file '%value%' could not be detected" => "Le type MIME du fichier '%value%' n'a pas pu être détecté",
  127. "File '%value%' is not readable or does not exist" => "Le fichier '%value%' n'est pas lisible ou n'existe pas",
  128. // Zend\Validator\File\NotExists
  129. "File '%value%' exists" => "Le fichier '%value%' existe",
  130. // Zend\Validator\File\Sha1
  131. "File '%value%' does not match the given sha1 hashes" => "Le fichier '%value%' ne correspond pas aux sommes de contrôle SHA1 données",
  132. "A sha1 hash could not be evaluated for the given file" => "Une somme de contrôle SHA1 n'a pas pu être calculée pour le fichier",
  133. "File '%value%' is not readable or does not exist" => "Le fichier '%value%' n'est pas lisible ou n'existe pas",
  134. // Zend\Validator\File\Size
  135. "Maximum allowed size for file '%value%' is '%max%' but '%size%' detected" => "La taille de fichier maximale pour '%value%' est '%max%', mais '%size%' détectée",
  136. "Minimum expected size for file '%value%' is '%min%' but '%size%' detected" => "La taille de fichier minimale pour '%value%' est '%min%', mais '%size%' détectée",
  137. "File '%value%' is not readable or does not exist" => "Le fichier '%value%' n'est pas lisible ou n'existe pas",
  138. // Zend\Validator\File\Upload
  139. "File '%value%' exceeds the defined ini size" => "Le fichier '%value%' dépasse la taille définie dans le fichier INI",
  140. "File '%value%' exceeds the defined form size" => "Le fichier '%value%' dépasse la taille définie dans le formulaire",
  141. "File '%value%' was only partially uploaded" => "Le fichier '%value%' n'a été que partiellement envoyé",
  142. "File '%value%' was not uploaded" => "Le fichier '%value%' n'a pas été envoyé",
  143. "No temporary directory was found for file '%value%'" => "Le dossier temporaire n'a pas été trouvé pour le fichier '%value%'",
  144. "File '%value%' can't be written" => "Impossible d'écrire dans le fichier '%value%'",
  145. "A PHP extension returned an error while uploading the file '%value%'" => "Une extension PHP a retourné une erreur en envoyant le fichier '%value%'",
  146. "File '%value%' was illegally uploaded. This could be a possible attack" => "Le fichier '%value%' a été envoyé illégalement. Il peut s'agir d'une attaque",
  147. "File '%value%' was not found" => "Le fichier '%value%' n'a pas été trouvé",
  148. "Unknown error while uploading file '%value%'" => "Erreur inconnue lors de l'envoi du fichier '%value%'",
  149. // Zend\Validator\File\UploadFile
  150. "File exceeds the defined ini size" => "Le fichier dépasse la taille définie dans le fichier INI",
  151. "File exceeds the defined form size" => "Le fichier dépasse la taille définie dans le formulaire",
  152. "File was only partially uploaded" => "Le fichier n'a été que partiellement envoyé",
  153. "File was not uploaded" => "Le fichier n'a pas été envoyé",
  154. "No temporary directory was found for file" => "Le dossier temporaire n'a pas été trouvé pour le fichier",
  155. "File can't be written" => "Impossible d'écrire dans le fichier",
  156. "A PHP extension returned an error while uploading the file" => "Une extension PHP a retourné une erreur en envoyant le fichier",
  157. "File was illegally uploaded. This could be a possible attack" => "Le fichier a été envoyé illégalement. Il peut s'agir d'une attaque",
  158. "File was not found" => "Le fichier n'a pas été trouvé",
  159. "Unknown error while uploading file" => "Erreur inconnue lors de l'envoi du fichier",
  160. // Zend\Validator\File\WordCount
  161. "Too much words, maximum '%max%' are allowed but '%count%' were counted" => "Trop de mots. '%max%' sont autorisés, '%count%' comptés",
  162. "Too few words, minimum '%min%' are expected but '%count%' were counted" => "Pas assez de mots. '%min%' sont attendus, '%count%' comptés",
  163. "File '%value%' is not readable or does not exist" => "Le fichier '%value%' n'est pas lisible ou n'existe pas",
  164. // Zend\Validator\GreaterThan
  165. "The input is not greater than '%min%'" => "L'entrée n'est pas supérieure à '%min%'",
  166. "The input is not greater or equal than '%min%'" => "L'entrée n'est pas supérieure ou égale à '%min%'",
  167. // Zend\Validator\Hex
  168. "Invalid type given. String expected" => "Type invalide. Chaîne attendue",
  169. "The input contains non-hexadecimal characters" => "L'entrée contient des caractères non-hexadécimaux",
  170. // Zend\Validator\Hostname
  171. "The input appears to be a DNS hostname but the given punycode notation cannot be decoded" => "L'entrée semble être un DNS valide mais le code n'a pu être décodé",
  172. "Invalid type given. String expected" => "Type invalide. Chaîne attendue",
  173. "The input appears to be a DNS hostname but contains a dash in an invalid position" => "L'entrée semble être un nom d'hôte DNS mais il contient un tiret à une position invalide",
  174. "The input does not match the expected structure for a DNS hostname" => "L'entrée ne correspond pas à la structure attendue d'un nom d'hôte DNS",
  175. "The input appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'" => "L'entrée semble être un nom d'hôte DNS valide mais ne correspond pas au schéma de l'extension TLD '%tld%'",
  176. "The input does not appear to be a valid local network name" => "L'entrée ne semble pas être un nom de réseau local valide",
  177. "The input does not appear to be a valid URI hostname" => "L'entrée ne semble pas être une URI de nom d'hôte valide",
  178. "The input appears to be an IP address, but IP addresses are not allowed" => "L'entrée semble être une adresse IP valide, mais les adresses IP ne sont pas autorisées",
  179. "The input appears to be a local network name but local network names are not allowed" => "L'entrée semble être un nom de réseau local, mais les réseaux locaux ne sont pas autorisés",
  180. "The input appears to be a DNS hostname but cannot extract TLD part" => "L'entrée semble être un nom d'hôte DNS mais l'extension TLD ne peut être extraite",
  181. "The input appears to be a DNS hostname but cannot match TLD against known list" => "L'entrée semble être un nom d'hôte DNS mais son extension TLD semble inconnue",
  182. // Zend\Validator\Iban
  183. "Unknown country within the IBAN" => "Pays inconnu pour l'IBAN",
  184. "Countries outside the Single Euro Payments Area (SEPA) are not supported" => "Les pays en dehors du Single Euro Payments Area (SEPA) ne sont pas supportés",
  185. "The input has a false IBAN format" => "L'entrée n'a pas un format IBAN valide",
  186. "The input has failed the IBAN check" => "L'entrée n'a pas passé la validation IBAN",
  187. // Zend\Validator\Identical
  188. "The two given tokens do not match" => "Les deux jetons passés ne correspondent pas",
  189. "No token was provided to match against" => "Aucun jeton de correspondance n'a été donné",
  190. // Zend\Validator\InArray
  191. "The input was not found in the haystack" => "L'entrée ne fait pas partie des valeurs attendues",
  192. // Zend\Validator\Ip
  193. "Invalid type given. String expected" => "Type invalide. Chaîne attendue",
  194. "The input does not appear to be a valid IP address" => "L'entrée ne semble pas être une adresse IP valide",
  195. // Zend\Validator\Isbn
  196. "Invalid type given. String or integer expected" => "Type invalide. Chaîne ou entier attendu",
  197. "The input is not a valid ISBN number" => "L'entrée n'est pas un nombre ISBN valide",
  198. // Zend\Validator\LessThan
  199. "The input is not less than '%max%'" => "L'entrée n'est pas inférieure à '%max%'",
  200. "The input is not less or equal than '%max%'" => "L'entrée n'est pas inférieure ou égale à '%max%'",
  201. // Zend\Validator\NotEmpty
  202. "Value is required and can't be empty" => "Une valeur est requise et ne peut être vide",
  203. "Invalid type given. String, integer, float, boolean or array expected" => "Type invalide. Chaîne, entier, flottant, booléen ou tableau attendu",
  204. // Zend\Validator\Regex
  205. "Invalid type given. String, integer or float expected" => "Type invalide. Chaîne, entier ou flottant attendu",
  206. "The input does not match against pattern '%pattern%'" => "L'entrée n'est pas valide avec l'expression '%pattern%'",
  207. "There was an internal error while using the pattern '%pattern%'" => "Une erreur interne est survenue avec l'expression '%pattern%'",
  208. // Zend\Validator\Sitemap\Changefreq
  209. "The input is not a valid sitemap changefreq" => "L'entrée n'est pas une valeur de fréquence de sitemap valide",
  210. "Invalid type given. String expected" => "Type invalide. Chaîne attendue",
  211. // Zend\Validator\Sitemap\Lastmod
  212. "The input is not a valid sitemap lastmod" => "L'entrée n'est pas une date de modification de sitemap valide",
  213. "Invalid type given. String expected" => "Type invalide. Chaîne attendue",
  214. // Zend\Validator\Sitemap\Loc
  215. "The input is not a valid sitemap location" => "L'entrée n'est pas un emplacement de sitemap valide",
  216. "Invalid type given. String expected" => "Type invalide. Chaîne attendue",
  217. // Zend\Validator\Sitemap\Priority
  218. "The input is not a valid sitemap priority" => "L'entrée n'est pas une priorité de sitemap valide",
  219. "Invalid type given. Numeric string, integer or float expected" => "Type invalide. Chaîne numérique, entier ou flottant attendu",
  220. // Zend\Validator\Step
  221. "Invalid value given. Scalar expected" => "Type invalide. Scalaire attendu",
  222. "The input is not a valid step" => "L'entrée n'est pas un multiple valide",
  223. // Zend\Validator\StringLength
  224. "Invalid type given. String expected" => "Type invalide. Chaîne attendue",
  225. "The input is less than %min% characters long" => "L'entrée contient moins de %min% caractères",
  226. "The input is more than %max% characters long" => "L'entrée contient plus de %max% caractères",
  227. // Zend\Validator\Uri
  228. "Invalid type given. String expected" => "Type invalide. Chaîne attendue",
  229. "The input does not appear to be a valid Uri" => "L'entrée ne semble pas être une URI valide",
  230. );