You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

django.po 29KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Simon Charette <charette.s@gmail.com>, 2012
  5. # Claude Paroz <claude@2xlibre.net>, 2013-2019
  6. # Claude Paroz <claude@2xlibre.net>, 2011
  7. # Jannis Leidel <jannis@leidel.info>, 2011
  8. # Jean-Baptiste Mora, 2014
  9. # Larlet David <david@larlet.fr>, 2011
  10. # Marie-Cécile Gohier <mariececile.gohier@gmail.com>, 2014
  11. msgid ""
  12. msgstr ""
  13. "Project-Id-Version: django\n"
  14. "Report-Msgid-Bugs-To: \n"
  15. "POT-Creation-Date: 2019-01-16 20:42+0100\n"
  16. "PO-Revision-Date: 2019-01-18 17:30+0000\n"
  17. "Last-Translator: Claude Paroz <claude@2xlibre.net>\n"
  18. "Language-Team: French (http://www.transifex.com/django/django/language/fr/)\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=UTF-8\n"
  21. "Content-Transfer-Encoding: 8bit\n"
  22. "Language: fr\n"
  23. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  24. msgid "Afrikaans"
  25. msgstr "Afrikaans"
  26. msgid "Arabic"
  27. msgstr "Arabe"
  28. msgid "Asturian"
  29. msgstr "Asturien"
  30. msgid "Azerbaijani"
  31. msgstr "Azéri"
  32. msgid "Bulgarian"
  33. msgstr "Bulgare"
  34. msgid "Belarusian"
  35. msgstr "Biélorusse"
  36. msgid "Bengali"
  37. msgstr "Bengalî"
  38. msgid "Breton"
  39. msgstr "Breton"
  40. msgid "Bosnian"
  41. msgstr "Bosniaque"
  42. msgid "Catalan"
  43. msgstr "Catalan"
  44. msgid "Czech"
  45. msgstr "Tchèque"
  46. msgid "Welsh"
  47. msgstr "Gallois"
  48. msgid "Danish"
  49. msgstr "Dannois"
  50. msgid "German"
  51. msgstr "Allemand"
  52. msgid "Lower Sorbian"
  53. msgstr "Bas-sorabe"
  54. msgid "Greek"
  55. msgstr "Grec"
  56. msgid "English"
  57. msgstr "Anglais"
  58. msgid "Australian English"
  59. msgstr "Anglais australien"
  60. msgid "British English"
  61. msgstr "Anglais britannique"
  62. msgid "Esperanto"
  63. msgstr "Espéranto"
  64. msgid "Spanish"
  65. msgstr "Espagnol"
  66. msgid "Argentinian Spanish"
  67. msgstr "Espagnol argentin"
  68. msgid "Colombian Spanish"
  69. msgstr "Espagnol colombien"
  70. msgid "Mexican Spanish"
  71. msgstr "Espagnol mexicain"
  72. msgid "Nicaraguan Spanish"
  73. msgstr "Espagnol nicaraguayen"
  74. msgid "Venezuelan Spanish"
  75. msgstr "Espagnol vénézuélien"
  76. msgid "Estonian"
  77. msgstr "Estonien"
  78. msgid "Basque"
  79. msgstr "Basque"
  80. msgid "Persian"
  81. msgstr "Perse"
  82. msgid "Finnish"
  83. msgstr "Finlandais"
  84. msgid "French"
  85. msgstr "Français"
  86. msgid "Frisian"
  87. msgstr "Frise"
  88. msgid "Irish"
  89. msgstr "Irlandais"
  90. msgid "Scottish Gaelic"
  91. msgstr "Gaélique écossais"
  92. msgid "Galician"
  93. msgstr "Galicien"
  94. msgid "Hebrew"
  95. msgstr "Hébreu"
  96. msgid "Hindi"
  97. msgstr "Hindi"
  98. msgid "Croatian"
  99. msgstr "Croate"
  100. msgid "Upper Sorbian"
  101. msgstr "Haut-sorabe"
  102. msgid "Hungarian"
  103. msgstr "Hongrois"
  104. msgid "Armenian"
  105. msgstr "Arménien"
  106. msgid "Interlingua"
  107. msgstr "Interlingua"
  108. msgid "Indonesian"
  109. msgstr "Indonésien"
  110. msgid "Ido"
  111. msgstr "Ido"
  112. msgid "Icelandic"
  113. msgstr "Islandais"
  114. msgid "Italian"
  115. msgstr "Italien"
  116. msgid "Japanese"
  117. msgstr "Japonais"
  118. msgid "Georgian"
  119. msgstr "Géorgien"
  120. msgid "Kabyle"
  121. msgstr "Kabyle"
  122. msgid "Kazakh"
  123. msgstr "Kazakh"
  124. msgid "Khmer"
  125. msgstr "Khmer"
  126. msgid "Kannada"
  127. msgstr "Kannada"
  128. msgid "Korean"
  129. msgstr "Coréen"
  130. msgid "Luxembourgish"
  131. msgstr "Luxembourgeois"
  132. msgid "Lithuanian"
  133. msgstr "Lituanien"
  134. msgid "Latvian"
  135. msgstr "Letton"
  136. msgid "Macedonian"
  137. msgstr "Macédonien"
  138. msgid "Malayalam"
  139. msgstr "Malayâlam"
  140. msgid "Mongolian"
  141. msgstr "Mongole"
  142. msgid "Marathi"
  143. msgstr "Marathi"
  144. msgid "Burmese"
  145. msgstr "Birman"
  146. msgid "Norwegian Bokmål"
  147. msgstr "Norvégien Bokmal"
  148. msgid "Nepali"
  149. msgstr "Népalais"
  150. msgid "Dutch"
  151. msgstr "Hollandais"
  152. msgid "Norwegian Nynorsk"
  153. msgstr "Norvégien Nynorsk"
  154. msgid "Ossetic"
  155. msgstr "Ossète"
  156. msgid "Punjabi"
  157. msgstr "Penjabi"
  158. msgid "Polish"
  159. msgstr "Polonais"
  160. msgid "Portuguese"
  161. msgstr "Portugais"
  162. msgid "Brazilian Portuguese"
  163. msgstr "Portugais brésilien"
  164. msgid "Romanian"
  165. msgstr "Roumain"
  166. msgid "Russian"
  167. msgstr "Russe"
  168. msgid "Slovak"
  169. msgstr "Slovaque"
  170. msgid "Slovenian"
  171. msgstr "Slovène"
  172. msgid "Albanian"
  173. msgstr "Albanais"
  174. msgid "Serbian"
  175. msgstr "Serbe"
  176. msgid "Serbian Latin"
  177. msgstr "Serbe latin"
  178. msgid "Swedish"
  179. msgstr "Suédois"
  180. msgid "Swahili"
  181. msgstr "Swahili"
  182. msgid "Tamil"
  183. msgstr "Tamoul"
  184. msgid "Telugu"
  185. msgstr "Télougou"
  186. msgid "Thai"
  187. msgstr "Thaï"
  188. msgid "Turkish"
  189. msgstr "Turc"
  190. msgid "Tatar"
  191. msgstr "Tatar"
  192. msgid "Udmurt"
  193. msgstr "Oudmourte"
  194. msgid "Ukrainian"
  195. msgstr "Ukrainien"
  196. msgid "Urdu"
  197. msgstr "Ourdou"
  198. msgid "Vietnamese"
  199. msgstr "Vietnamien"
  200. msgid "Simplified Chinese"
  201. msgstr "Chinois simplifié"
  202. msgid "Traditional Chinese"
  203. msgstr "Chinois traditionnel"
  204. msgid "Messages"
  205. msgstr "Messages"
  206. msgid "Site Maps"
  207. msgstr "Plans de sites"
  208. msgid "Static Files"
  209. msgstr "Fichiers statiques"
  210. msgid "Syndication"
  211. msgstr "Syndication"
  212. msgid "That page number is not an integer"
  213. msgstr "Ce numéro de page n'est pas un nombre entier"
  214. msgid "That page number is less than 1"
  215. msgstr "Ce numéro de page est plus petit que 1"
  216. msgid "That page contains no results"
  217. msgstr "Cette page ne contient aucun résultat"
  218. msgid "Enter a valid value."
  219. msgstr "Saisissez une valeur valide."
  220. msgid "Enter a valid URL."
  221. msgstr "Saisissez une URL valide."
  222. msgid "Enter a valid integer."
  223. msgstr "Saisissez un nombre entier valide."
  224. msgid "Enter a valid email address."
  225. msgstr "Saisissez une adresse de courriel valide."
  226. #. Translators: "letters" means latin letters: a-z and A-Z.
  227. msgid ""
  228. "Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
  229. msgstr ""
  230. "Ce champ ne doit contenir que des lettres, des nombres, des tirets bas _ et "
  231. "des traits d'union."
  232. msgid ""
  233. "Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
  234. "hyphens."
  235. msgstr ""
  236. "Ce champ ne doit contenir que des caractères Unicode, des nombres, des "
  237. "tirets bas (_) et des traits d'union."
  238. msgid "Enter a valid IPv4 address."
  239. msgstr "Saisissez une adresse IPv4 valide."
  240. msgid "Enter a valid IPv6 address."
  241. msgstr "Saisissez une adresse IPv6 valide."
  242. msgid "Enter a valid IPv4 or IPv6 address."
  243. msgstr "Saisissez une adresse IPv4 ou IPv6 valide."
  244. msgid "Enter only digits separated by commas."
  245. msgstr "Saisissez uniquement des chiffres séparés par des virgules."
  246. #, python-format
  247. msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
  248. msgstr ""
  249. "Assurez-vous que cette valeur est %(limit_value)s (actuellement "
  250. "%(show_value)s)."
  251. #, python-format
  252. msgid "Ensure this value is less than or equal to %(limit_value)s."
  253. msgstr ""
  254. "Assurez-vous que cette valeur est inférieure ou égale à %(limit_value)s."
  255. #, python-format
  256. msgid "Ensure this value is greater than or equal to %(limit_value)s."
  257. msgstr ""
  258. "Assurez-vous que cette valeur est supérieure ou égale à %(limit_value)s."
  259. #, python-format
  260. msgid ""
  261. "Ensure this value has at least %(limit_value)d character (it has "
  262. "%(show_value)d)."
  263. msgid_plural ""
  264. "Ensure this value has at least %(limit_value)d characters (it has "
  265. "%(show_value)d)."
  266. msgstr[0] ""
  267. "Assurez-vous que cette valeur comporte au moins %(limit_value)d caractère "
  268. "(actuellement %(show_value)d)."
  269. msgstr[1] ""
  270. "Assurez-vous que cette valeur comporte au moins %(limit_value)d caractères "
  271. "(actuellement %(show_value)d)."
  272. #, python-format
  273. msgid ""
  274. "Ensure this value has at most %(limit_value)d character (it has "
  275. "%(show_value)d)."
  276. msgid_plural ""
  277. "Ensure this value has at most %(limit_value)d characters (it has "
  278. "%(show_value)d)."
  279. msgstr[0] ""
  280. "Assurez-vous que cette valeur comporte au plus %(limit_value)d caractère "
  281. "(actuellement %(show_value)d)."
  282. msgstr[1] ""
  283. "Assurez-vous que cette valeur comporte au plus %(limit_value)d caractères "
  284. "(actuellement %(show_value)d)."
  285. msgid "Enter a number."
  286. msgstr "Saisissez un nombre."
  287. #, python-format
  288. msgid "Ensure that there are no more than %(max)s digit in total."
  289. msgid_plural "Ensure that there are no more than %(max)s digits in total."
  290. msgstr[0] "Assurez-vous qu'il n'y a pas plus de %(max)s chiffre au total."
  291. msgstr[1] "Assurez-vous qu'il n'y a pas plus de %(max)s chiffres au total."
  292. #, python-format
  293. msgid "Ensure that there are no more than %(max)s decimal place."
  294. msgid_plural "Ensure that there are no more than %(max)s decimal places."
  295. msgstr[0] ""
  296. "Assurez-vous qu'il n'y a pas plus de %(max)s chiffre après la virgule."
  297. msgstr[1] ""
  298. "Assurez-vous qu'il n'y a pas plus de %(max)s chiffres après la virgule."
  299. #, python-format
  300. msgid ""
  301. "Ensure that there are no more than %(max)s digit before the decimal point."
  302. msgid_plural ""
  303. "Ensure that there are no more than %(max)s digits before the decimal point."
  304. msgstr[0] ""
  305. "Assurez-vous qu'il n'y a pas plus de %(max)s chiffre avant la virgule."
  306. msgstr[1] ""
  307. "Assurez-vous qu'il n'y a pas plus de %(max)s chiffres avant la virgule."
  308. #, python-format
  309. msgid ""
  310. "File extension '%(extension)s' is not allowed. Allowed extensions are: "
  311. "'%(allowed_extensions)s'."
  312. msgstr ""
  313. "L'extension de fichier « %(extension)s » n'est pas autorisée. Les extensions "
  314. "autorisées sont : %(allowed_extensions)s."
  315. msgid "Null characters are not allowed."
  316. msgstr "Le caractère nul n'est pas autorisé."
  317. msgid "and"
  318. msgstr "et"
  319. #, python-format
  320. msgid "%(model_name)s with this %(field_labels)s already exists."
  321. msgstr "Un object %(model_name)s avec ces champs %(field_labels)s existe déjà."
  322. #, python-format
  323. msgid "Value %(value)r is not a valid choice."
  324. msgstr "La valeur « %(value)r » n'est pas un choix valide."
  325. msgid "This field cannot be null."
  326. msgstr "Ce champ ne peut pas être vide."
  327. msgid "This field cannot be blank."
  328. msgstr "Ce champ ne peut pas être vide."
  329. #, python-format
  330. msgid "%(model_name)s with this %(field_label)s already exists."
  331. msgstr "Un objet %(model_name)s avec ce champ %(field_label)s existe déjà."
  332. #. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'.
  333. #. Eg: "Title must be unique for pub_date year"
  334. #, python-format
  335. msgid ""
  336. "%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s."
  337. msgstr ""
  338. "%(field_label)s doit être unique pour la partie %(lookup_type)s de "
  339. "%(date_field_label)s."
  340. #, python-format
  341. msgid "Field of type: %(field_type)s"
  342. msgstr "Champ de type : %(field_type)s"
  343. msgid "Integer"
  344. msgstr "Entier"
  345. #, python-format
  346. msgid "'%(value)s' value must be an integer."
  347. msgstr "La valeur « %(value)s » doit être un nombre entier."
  348. msgid "Big (8 byte) integer"
  349. msgstr "Grand entier (8 octets)"
  350. #, python-format
  351. msgid "'%(value)s' value must be either True or False."
  352. msgstr "La valeur « %(value)s » doit être soit True (vrai), soit False (faux)."
  353. #, python-format
  354. msgid "'%(value)s' value must be either True, False, or None."
  355. msgstr ""
  356. "La valeur « %(value)s » doit être True (vrai), False (faux) ou None (aucun)."
  357. msgid "Boolean (Either True or False)"
  358. msgstr "Booléen (soit vrai ou faux)"
  359. #, python-format
  360. msgid "String (up to %(max_length)s)"
  361. msgstr "Chaîne de caractère (jusqu'à %(max_length)s)"
  362. msgid "Comma-separated integers"
  363. msgstr "Des entiers séparés par une virgule"
  364. #, python-format
  365. msgid ""
  366. "'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD "
  367. "format."
  368. msgstr ""
  369. "Le format de date de la valeur « %(value)s » n'est pas valide. Le format "
  370. "correct est AAAA-MM-JJ."
  371. #, python-format
  372. msgid ""
  373. "'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid "
  374. "date."
  375. msgstr ""
  376. "Le format de date de la valeur « %(value)s » est correct (AAAA-MM-JJ), mais "
  377. "la date n'est pas valide."
  378. msgid "Date (without time)"
  379. msgstr "Date (sans l'heure)"
  380. #, python-format
  381. msgid ""
  382. "'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
  383. "uuuuuu]][TZ] format."
  384. msgstr ""
  385. "Le format de la valeur « %(value)s » n'est pas valide. Le format correct est "
  386. "AAAA-MM-JJ HH:MM[:ss[.uuuuuu]][FH]."
  387. #, python-format
  388. msgid ""
  389. "'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
  390. "[TZ]) but it is an invalid date/time."
  391. msgstr ""
  392. "Le format de date de la valeur « %(value)s » est correct (AAAA-MM-JJ HH:MM[:"
  393. "ss[.uuuuuu]][FH]), mais la date ou l'heure n'est pas valide."
  394. msgid "Date (with time)"
  395. msgstr "Date (avec l'heure)"
  396. #, python-format
  397. msgid "'%(value)s' value must be a decimal number."
  398. msgstr "La valeur « %(value)s » doit être un nombre décimal."
  399. msgid "Decimal number"
  400. msgstr "Nombre décimal"
  401. #, python-format
  402. msgid ""
  403. "'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
  404. "uuuuuu] format."
  405. msgstr ""
  406. "Le format de la valeur « %(value)s » n'est pas valide. Le format correct est "
  407. "[JJ] [HH:[MM:]]ss[.uuuuuu]."
  408. msgid "Duration"
  409. msgstr "Durée"
  410. msgid "Email address"
  411. msgstr "Adresse électronique"
  412. msgid "File path"
  413. msgstr "Chemin vers le fichier"
  414. #, python-format
  415. msgid "'%(value)s' value must be a float."
  416. msgstr "La valeur « %(value)s » doit être un nombre à virgule flottante."
  417. msgid "Floating point number"
  418. msgstr "Nombre à virgule flottante"
  419. msgid "IPv4 address"
  420. msgstr "Adresse IPv4"
  421. msgid "IP address"
  422. msgstr "Adresse IP"
  423. #, python-format
  424. msgid "'%(value)s' value must be either None, True or False."
  425. msgstr ""
  426. "La valeur « %(value)s » doit valoir soit None (vide), True (vrai) ou False "
  427. "(faux)."
  428. msgid "Boolean (Either True, False or None)"
  429. msgstr "Booléen (soit vrai, faux ou nul)"
  430. msgid "Positive integer"
  431. msgstr "Nombre entier positif"
  432. msgid "Positive small integer"
  433. msgstr "Petit nombre entier positif"
  434. #, python-format
  435. msgid "Slug (up to %(max_length)s)"
  436. msgstr "Slug (jusqu'à %(max_length)s car.)"
  437. msgid "Small integer"
  438. msgstr "Petit nombre entier"
  439. msgid "Text"
  440. msgstr "Texte"
  441. #, python-format
  442. msgid ""
  443. "'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] "
  444. "format."
  445. msgstr ""
  446. "Le format de la valeur « %(value)s » n'est pas valide. Le format correct est "
  447. "HH:MM[:ss[.uuuuuu]]."
  448. #, python-format
  449. msgid ""
  450. "'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an "
  451. "invalid time."
  452. msgstr ""
  453. "Le format de la valeur « %(value)s » est correct (HH:MM[:ss[.uuuuuu]]), mais "
  454. "l'heure n'est pas valide."
  455. msgid "Time"
  456. msgstr "Heure"
  457. msgid "URL"
  458. msgstr "URL"
  459. msgid "Raw binary data"
  460. msgstr "Données binaires brutes"
  461. #, python-format
  462. msgid "'%(value)s' is not a valid UUID."
  463. msgstr "La valeur « %(value)s » n'est pas un UUID valide."
  464. msgid "Universally unique identifier"
  465. msgstr "Identifiant unique universel"
  466. msgid "File"
  467. msgstr "Fichier"
  468. msgid "Image"
  469. msgstr "Image"
  470. #, python-format
  471. msgid "%(model)s instance with %(field)s %(value)r does not exist."
  472. msgstr "L'instance %(model)s avec %(value)r dans %(field)s n'existe pas."
  473. msgid "Foreign Key (type determined by related field)"
  474. msgstr "Clé étrangère (type défini par le champ lié)"
  475. msgid "One-to-one relationship"
  476. msgstr "Relation un à un"
  477. #, python-format
  478. msgid "%(from)s-%(to)s relationship"
  479. msgstr "Relation %(from)s-%(to)s"
  480. #, python-format
  481. msgid "%(from)s-%(to)s relationships"
  482. msgstr "Relations %(from)s-%(to)s"
  483. msgid "Many-to-many relationship"
  484. msgstr "Relation plusieurs à plusieurs"
  485. #. Translators: If found as last label character, these punctuation
  486. #. characters will prevent the default label_suffix to be appended to the
  487. #. label
  488. msgid ":?.!"
  489. msgstr ":?.!"
  490. msgid "This field is required."
  491. msgstr "Ce champ est obligatoire."
  492. msgid "Enter a whole number."
  493. msgstr "Saisissez un nombre entier."
  494. msgid "Enter a valid date."
  495. msgstr "Saisissez une date valide."
  496. msgid "Enter a valid time."
  497. msgstr "Saisissez une heure valide."
  498. msgid "Enter a valid date/time."
  499. msgstr "Saisissez une date et une heure valides."
  500. msgid "Enter a valid duration."
  501. msgstr "Saisissez une durée valide."
  502. #, python-brace-format
  503. msgid "The number of days must be between {min_days} and {max_days}."
  504. msgstr "Le nombre de jours doit être entre {min_days} et {max_days}."
  505. msgid "No file was submitted. Check the encoding type on the form."
  506. msgstr ""
  507. "Aucun fichier n'a été soumis. Vérifiez le type d'encodage du formulaire."
  508. msgid "No file was submitted."
  509. msgstr "Aucun fichier n'a été soumis."
  510. msgid "The submitted file is empty."
  511. msgstr "Le fichier soumis est vide."
  512. #, python-format
  513. msgid "Ensure this filename has at most %(max)d character (it has %(length)d)."
  514. msgid_plural ""
  515. "Ensure this filename has at most %(max)d characters (it has %(length)d)."
  516. msgstr[0] ""
  517. "Assurez-vous que ce nom de fichier comporte au plus %(max)d caractère "
  518. "(actuellement %(length)d)."
  519. msgstr[1] ""
  520. "Assurez-vous que ce nom de fichier comporte au plus %(max)d caractères "
  521. "(actuellement %(length)d)."
  522. msgid "Please either submit a file or check the clear checkbox, not both."
  523. msgstr "Envoyez un fichier ou cochez la case d'effacement, mais pas les deux."
  524. msgid ""
  525. "Upload a valid image. The file you uploaded was either not an image or a "
  526. "corrupted image."
  527. msgstr ""
  528. "Téléversez une image valide. Le fichier que vous avez transféré n'est pas "
  529. "une image ou bien est corrompu."
  530. #, python-format
  531. msgid "Select a valid choice. %(value)s is not one of the available choices."
  532. msgstr "Sélectionnez un choix valide. %(value)s n'en fait pas partie."
  533. msgid "Enter a list of values."
  534. msgstr "Saisissez une liste de valeurs."
  535. msgid "Enter a complete value."
  536. msgstr "Saisissez une valeur complète."
  537. msgid "Enter a valid UUID."
  538. msgstr "Saisissez un UUID valide."
  539. #. Translators: This is the default suffix added to form field labels
  540. msgid ":"
  541. msgstr " :"
  542. #, python-format
  543. msgid "(Hidden field %(name)s) %(error)s"
  544. msgstr "(champ masqué %(name)s) %(error)s"
  545. msgid "ManagementForm data is missing or has been tampered with"
  546. msgstr ""
  547. "Les données du formulaire ManagementForm sont manquantes ou ont été "
  548. "manipulées"
  549. #, python-format
  550. msgid "Please submit %d or fewer forms."
  551. msgid_plural "Please submit %d or fewer forms."
  552. msgstr[0] "Ne soumettez pas plus de %d formulaire."
  553. msgstr[1] "Ne soumettez pas plus de %d formulaires."
  554. #, python-format
  555. msgid "Please submit %d or more forms."
  556. msgid_plural "Please submit %d or more forms."
  557. msgstr[0] "Veuillez soumettre au moins %d formulaire."
  558. msgstr[1] "Veuillez soumettre au moins %d formulaires."
  559. msgid "Order"
  560. msgstr "Ordre"
  561. msgid "Delete"
  562. msgstr "Supprimer"
  563. #, python-format
  564. msgid "Please correct the duplicate data for %(field)s."
  565. msgstr "Corrigez les données à double dans %(field)s."
  566. #, python-format
  567. msgid "Please correct the duplicate data for %(field)s, which must be unique."
  568. msgstr ""
  569. "Corrigez les données à double dans %(field)s qui doit contenir des valeurs "
  570. "uniques."
  571. #, python-format
  572. msgid ""
  573. "Please correct the duplicate data for %(field_name)s which must be unique "
  574. "for the %(lookup)s in %(date_field)s."
  575. msgstr ""
  576. "Corrigez les données à double dans %(field_name)s qui doit contenir des "
  577. "valeurs uniques pour la partie %(lookup)s de %(date_field)s."
  578. msgid "Please correct the duplicate values below."
  579. msgstr "Corrigez les valeurs à double ci-dessous."
  580. msgid "The inline value did not match the parent instance."
  581. msgstr "La valeur en ligne ne correspond pas à l’instance parente."
  582. msgid "Select a valid choice. That choice is not one of the available choices."
  583. msgstr ""
  584. "Sélectionnez un choix valide. Ce choix ne fait pas partie de ceux "
  585. "disponibles."
  586. #, python-format
  587. msgid "\"%(pk)s\" is not a valid value."
  588. msgstr "« %(pk)s » n’est pas une valeur correcte."
  589. #, python-format
  590. msgid ""
  591. "%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it "
  592. "may be ambiguous or it may not exist."
  593. msgstr ""
  594. "La valeur %(datetime)s n'a pas pu être interprétée dans le fuseau horaire "
  595. "%(current_timezone)s ; elle est peut-être ambigüe ou elle n'existe pas."
  596. msgid "Clear"
  597. msgstr "Effacer"
  598. msgid "Currently"
  599. msgstr "Actuellement"
  600. msgid "Change"
  601. msgstr "Modifier"
  602. msgid "Unknown"
  603. msgstr "Inconnu"
  604. msgid "Yes"
  605. msgstr "Oui"
  606. msgid "No"
  607. msgstr "Non"
  608. msgid "yes,no,maybe"
  609. msgstr "oui, non, peut-être"
  610. #, python-format
  611. msgid "%(size)d byte"
  612. msgid_plural "%(size)d bytes"
  613. msgstr[0] "%(size)d octet"
  614. msgstr[1] "%(size)d octets"
  615. #, python-format
  616. msgid "%s KB"
  617. msgstr "%s Kio"
  618. #, python-format
  619. msgid "%s MB"
  620. msgstr "%s Mio"
  621. #, python-format
  622. msgid "%s GB"
  623. msgstr "%s Gio"
  624. #, python-format
  625. msgid "%s TB"
  626. msgstr "%s Tio"
  627. #, python-format
  628. msgid "%s PB"
  629. msgstr "%s Pio"
  630. msgid "p.m."
  631. msgstr "après-midi"
  632. msgid "a.m."
  633. msgstr "matin"
  634. msgid "PM"
  635. msgstr "Après-midi"
  636. msgid "AM"
  637. msgstr "Matin"
  638. msgid "midnight"
  639. msgstr "minuit"
  640. msgid "noon"
  641. msgstr "midi"
  642. msgid "Monday"
  643. msgstr "lundi"
  644. msgid "Tuesday"
  645. msgstr "mardi"
  646. msgid "Wednesday"
  647. msgstr "mercredi"
  648. msgid "Thursday"
  649. msgstr "jeudi"
  650. msgid "Friday"
  651. msgstr "vendredi"
  652. msgid "Saturday"
  653. msgstr "samedi"
  654. msgid "Sunday"
  655. msgstr "dimanche"
  656. msgid "Mon"
  657. msgstr "lun"
  658. msgid "Tue"
  659. msgstr "mar"
  660. msgid "Wed"
  661. msgstr "mer"
  662. msgid "Thu"
  663. msgstr "jeu"
  664. msgid "Fri"
  665. msgstr "ven"
  666. msgid "Sat"
  667. msgstr "sam"
  668. msgid "Sun"
  669. msgstr "dim"
  670. msgid "January"
  671. msgstr "janvier"
  672. msgid "February"
  673. msgstr "février"
  674. msgid "March"
  675. msgstr "mars"
  676. msgid "April"
  677. msgstr "avril"
  678. msgid "May"
  679. msgstr "mai"
  680. msgid "June"
  681. msgstr "juin"
  682. msgid "July"
  683. msgstr "juillet"
  684. msgid "August"
  685. msgstr "août"
  686. msgid "September"
  687. msgstr "septembre"
  688. msgid "October"
  689. msgstr "octobre"
  690. msgid "November"
  691. msgstr "novembre"
  692. msgid "December"
  693. msgstr "décembre"
  694. msgid "jan"
  695. msgstr "jan"
  696. msgid "feb"
  697. msgstr "fév"
  698. msgid "mar"
  699. msgstr "mar"
  700. msgid "apr"
  701. msgstr "avr"
  702. msgid "may"
  703. msgstr "mai"
  704. msgid "jun"
  705. msgstr "jui"
  706. msgid "jul"
  707. msgstr "jul"
  708. msgid "aug"
  709. msgstr "aoû"
  710. msgid "sep"
  711. msgstr "sep"
  712. msgid "oct"
  713. msgstr "oct"
  714. msgid "nov"
  715. msgstr "nov"
  716. msgid "dec"
  717. msgstr "déc"
  718. msgctxt "abbrev. month"
  719. msgid "Jan."
  720. msgstr "jan."
  721. msgctxt "abbrev. month"
  722. msgid "Feb."
  723. msgstr "fév."
  724. msgctxt "abbrev. month"
  725. msgid "March"
  726. msgstr "mars"
  727. msgctxt "abbrev. month"
  728. msgid "April"
  729. msgstr "avr."
  730. msgctxt "abbrev. month"
  731. msgid "May"
  732. msgstr "mai"
  733. msgctxt "abbrev. month"
  734. msgid "June"
  735. msgstr "juin"
  736. msgctxt "abbrev. month"
  737. msgid "July"
  738. msgstr "juil."
  739. msgctxt "abbrev. month"
  740. msgid "Aug."
  741. msgstr "août"
  742. msgctxt "abbrev. month"
  743. msgid "Sept."
  744. msgstr "sep."
  745. msgctxt "abbrev. month"
  746. msgid "Oct."
  747. msgstr "oct."
  748. msgctxt "abbrev. month"
  749. msgid "Nov."
  750. msgstr "nov."
  751. msgctxt "abbrev. month"
  752. msgid "Dec."
  753. msgstr "déc."
  754. msgctxt "alt. month"
  755. msgid "January"
  756. msgstr "Janvier"
  757. msgctxt "alt. month"
  758. msgid "February"
  759. msgstr "Février"
  760. msgctxt "alt. month"
  761. msgid "March"
  762. msgstr "Mars"
  763. msgctxt "alt. month"
  764. msgid "April"
  765. msgstr "Avril"
  766. msgctxt "alt. month"
  767. msgid "May"
  768. msgstr "Mai"
  769. msgctxt "alt. month"
  770. msgid "June"
  771. msgstr "Juin"
  772. msgctxt "alt. month"
  773. msgid "July"
  774. msgstr "Juillet"
  775. msgctxt "alt. month"
  776. msgid "August"
  777. msgstr "Août"
  778. msgctxt "alt. month"
  779. msgid "September"
  780. msgstr "Septembre"
  781. msgctxt "alt. month"
  782. msgid "October"
  783. msgstr "Octobre"
  784. msgctxt "alt. month"
  785. msgid "November"
  786. msgstr "Novembre"
  787. msgctxt "alt. month"
  788. msgid "December"
  789. msgstr "Décembre"
  790. msgid "This is not a valid IPv6 address."
  791. msgstr "Ceci n'est pas une adresse IPv6 valide."
  792. #, python-format
  793. msgctxt "String to return when truncating text"
  794. msgid "%(truncated_text)s…"
  795. msgstr "%(truncated_text)s…"
  796. msgid "or"
  797. msgstr "ou"
  798. #. Translators: This string is used as a separator between list elements
  799. msgid ", "
  800. msgstr ", "
  801. #, python-format
  802. msgid "%d year"
  803. msgid_plural "%d years"
  804. msgstr[0] "%d année"
  805. msgstr[1] "%d années"
  806. #, python-format
  807. msgid "%d month"
  808. msgid_plural "%d months"
  809. msgstr[0] "%d mois"
  810. msgstr[1] "%d mois"
  811. #, python-format
  812. msgid "%d week"
  813. msgid_plural "%d weeks"
  814. msgstr[0] "%d semaine"
  815. msgstr[1] "%d semaines"
  816. #, python-format
  817. msgid "%d day"
  818. msgid_plural "%d days"
  819. msgstr[0] "%d jour"
  820. msgstr[1] "%d jours"
  821. #, python-format
  822. msgid "%d hour"
  823. msgid_plural "%d hours"
  824. msgstr[0] "%d heure"
  825. msgstr[1] "%d heures"
  826. #, python-format
  827. msgid "%d minute"
  828. msgid_plural "%d minutes"
  829. msgstr[0] "%d minute"
  830. msgstr[1] "%d minutes"
  831. msgid "0 minutes"
  832. msgstr "0 minute"
  833. msgid "Forbidden"
  834. msgstr "Interdit"
  835. msgid "CSRF verification failed. Request aborted."
  836. msgstr "La vérification CSRF a échoué. La requête a été interrompue."
  837. msgid ""
  838. "You are seeing this message because this HTTPS site requires a 'Referer "
  839. "header' to be sent by your Web browser, but none was sent. This header is "
  840. "required for security reasons, to ensure that your browser is not being "
  841. "hijacked by third parties."
  842. msgstr ""
  843. "Vous voyez ce message parce que ce site HTTPS exige que le navigateur Web "
  844. "envoie un en-tête « Referer », ce qu'il n'a pas fait. Cet en-tête est exigé "
  845. "pour des raisons de sécurité, afin de s'assurer que le navigateur n'ait pas "
  846. "été piraté par un intervenant externe."
  847. msgid ""
  848. "If you have configured your browser to disable 'Referer' headers, please re-"
  849. "enable them, at least for this site, or for HTTPS connections, or for 'same-"
  850. "origin' requests."
  851. msgstr ""
  852. "Si vous avez désactivé l'envoi des en-têtes « Referer » par votre "
  853. "navigateur, veuillez les réactiver, au moins pour ce site ou pour les "
  854. "connexions HTTPS, ou encore pour les requêtes de même origine (« same-"
  855. "origin »)."
  856. msgid ""
  857. "If you are using the <meta name=\"referrer\" content=\"no-referrer\"> tag or "
  858. "including the 'Referrer-Policy: no-referrer' header, please remove them. The "
  859. "CSRF protection requires the 'Referer' header to do strict referer checking. "
  860. "If you're concerned about privacy, use alternatives like <a rel=\"noreferrer"
  861. "\" ...> for links to third-party sites."
  862. msgstr ""
  863. "Si vous utilisez la balise <meta name=\"referrer\" content=\"no-referrer\"> "
  864. "ou que vous incluez l’en-tête « Referrer-Policy: no-referrer », il est "
  865. "préférable de les enlever. La protection CSRF exige que l’en-tête "
  866. "``Referer`` effectue un contrôle de référant strict. Si vous vous souciez de "
  867. "la confidentialité, utilisez des alternatives comme <a rel=\"noreferrer\" ..."
  868. "> pour les liens vers des sites tiers."
  869. msgid ""
  870. "You are seeing this message because this site requires a CSRF cookie when "
  871. "submitting forms. This cookie is required for security reasons, to ensure "
  872. "that your browser is not being hijacked by third parties."
  873. msgstr ""
  874. "Vous voyez ce message parce que ce site exige la présence d'un cookie CSRF "
  875. "lors de l'envoi de formulaires. Ce cookie est nécessaire pour des raisons de "
  876. "sécurité, afin de s'assurer que le navigateur n'ait pas été piraté par un "
  877. "intervenant externe."
  878. msgid ""
  879. "If you have configured your browser to disable cookies, please re-enable "
  880. "them, at least for this site, or for 'same-origin' requests."
  881. msgstr ""
  882. "Si vous avez désactivé l'envoi des cookies par votre navigateur, veuillez "
  883. "les réactiver au moins pour ce site ou pour les requêtes de même origine (« "
  884. "same-origin »)."
  885. msgid "More information is available with DEBUG=True."
  886. msgstr ""
  887. "Des informations plus détaillées sont affichées lorsque la variable DEBUG "
  888. "vaut True."
  889. msgid "No year specified"
  890. msgstr "Aucune année indiquée"
  891. msgid "Date out of range"
  892. msgstr "Date hors limites"
  893. msgid "No month specified"
  894. msgstr "Aucun mois indiqué"
  895. msgid "No day specified"
  896. msgstr "Aucun jour indiqué"
  897. msgid "No week specified"
  898. msgstr "Aucune semaine indiquée"
  899. #, python-format
  900. msgid "No %(verbose_name_plural)s available"
  901. msgstr "Pas de %(verbose_name_plural)s disponible"
  902. #, python-format
  903. msgid ""
  904. "Future %(verbose_name_plural)s not available because %(class_name)s."
  905. "allow_future is False."
  906. msgstr ""
  907. "Pas de %(verbose_name_plural)s disponible dans le futur car %(class_name)s."
  908. "allow_future est faux (False)."
  909. #, python-format
  910. msgid "Invalid date string '%(datestr)s' given format '%(format)s'"
  911. msgstr ""
  912. "Le format « %(format)s » appliqué à la chaîne date « %(datestr)s » n'est pas "
  913. "valide"
  914. #, python-format
  915. msgid "No %(verbose_name)s found matching the query"
  916. msgstr "Aucun objet %(verbose_name)s trouvé en réponse à la requête"
  917. msgid "Page is not 'last', nor can it be converted to an int."
  918. msgstr ""
  919. "Page ne vaut pas « last » et ne peut pas non plus être converti en un nombre "
  920. "entier."
  921. #, python-format
  922. msgid "Invalid page (%(page_number)s): %(message)s"
  923. msgstr "Page non valide (%(page_number)s) : %(message)s"
  924. #, python-format
  925. msgid "Empty list and '%(class_name)s.allow_empty' is False."
  926. msgstr "Liste vide et %(class_name)s.allow_empty est faux (False)."
  927. msgid "Directory indexes are not allowed here."
  928. msgstr "Il n'est pas autorisé d'afficher le contenu de ce répertoire."
  929. #, python-format
  930. msgid "\"%(path)s\" does not exist"
  931. msgstr "« %(path)s » n'existe pas"
  932. #, python-format
  933. msgid "Index of %(directory)s"
  934. msgstr "Index de %(directory)s"
  935. msgid "Django: the Web framework for perfectionists with deadlines."
  936. msgstr "Django : le cadriciel Web pour les perfectionnistes sous contrainte."
  937. #, python-format
  938. msgid ""
  939. "View <a href=\"https://docs.djangoproject.com/en/%(version)s/releases/\" "
  940. "target=\"_blank\" rel=\"noopener\">release notes</a> for Django %(version)s"
  941. msgstr ""
  942. "Afficher les <a href=\"https://docs.djangoproject.com/fr/%(version)s/"
  943. "releases/\" target=\"_blank\" rel=\"noopener\">notes de publication</a> de "
  944. "Django %(version)s"
  945. msgid "The install worked successfully! Congratulations!"
  946. msgstr "L’installation s'est déroulée avec succès. Félicitations !"
  947. #, python-format
  948. msgid ""
  949. "You are seeing this page because <a href=\"https://docs.djangoproject.com/en/"
  950. "%(version)s/ref/settings/#debug\" target=\"_blank\" rel=\"noopener"
  951. "\">DEBUG=True</a> is in your settings file and you have not configured any "
  952. "URLs."
  953. msgstr ""
  954. "Vous voyez cette page parce que votre fichier de réglages contient <a href="
  955. "\"https://docs.djangoproject.com/fr/%(version)s/ref/settings/#debug\" target="
  956. "\"_blank\" rel=\"noopener\">DEBUG=True</a> et que vous n’avez pas encore "
  957. "configuré d’URL."
  958. msgid "Django Documentation"
  959. msgstr "Documentation de Django"
  960. msgid "Topics, references, &amp; how-to's"
  961. msgstr "Thématiques, références et guides pratiques"
  962. msgid "Tutorial: A Polling App"
  963. msgstr "Tutoriel : une application de sondage"
  964. msgid "Get started with Django"
  965. msgstr "Premiers pas avec Django"
  966. msgid "Django Community"
  967. msgstr "Communauté Django"
  968. msgid "Connect, get help, or contribute"
  969. msgstr "Se connecter, obtenir de l’aide ou contribuer"