messages_fr.py 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # -*- encoding:utf-8 -*-
  2. from __future__ import unicode_literals
  3. MESSAGES = {
  4. "%d min remaining to read": "Il reste encore %d min. de lecture",
  5. "(active)": "(actif)",
  6. "Also available in:": "Également disponible en :",
  7. "Archive": "Archives",
  8. "Authors": "Auteurs",
  9. "Categories": "Catégories",
  10. "Comments": "Commentaires",
  11. "LANGUAGE": "Français",
  12. "Languages:": "Langues :",
  13. "More posts about %s": "Plus d'articles sur %s",
  14. "Newer posts": "Articles récents",
  15. "Next post": "Article suivant",
  16. "No posts found.": "Pas d'articles.",
  17. "Nothing found.": "Pas de résultats.",
  18. "Older posts": "Anciens articles",
  19. "Original site": "Site d'origine",
  20. "Posted:": "Publié :",
  21. "Posts about %s": "Articles sur %s",
  22. "Posts by %s": "Publiés par %s",
  23. "Posts for year %s": "Articles de l'année %s",
  24. "Posts for {month} {day}, {year}": "Articles du {day} {month} {year}",
  25. "Posts for {month} {year}": "Articles de {month} {year}",
  26. "Previous post": "Article précédent",
  27. "Publication date": "Date de publication",
  28. "RSS feed": "Flux RSS",
  29. "Read in English": "Lire en français",
  30. "Read more": "Lire la suite",
  31. "Skip to main content": "Aller au contenu principal",
  32. "Source": "Source",
  33. "Subcategories:": "Sous-catégories",
  34. "Tags and Categories": "Étiquettes et catégories",
  35. "Tags": "Étiquettes",
  36. "Uncategorized": "Sans catégorie",
  37. "Updates": "Mises à jour",
  38. "Write your page here.": "Écrivez votre page ici.",
  39. "Write your post here.": "Écrivez votre billet ici.",
  40. "old posts, page %d": "anciens articles, page %d",
  41. "page %d": "page %d",
  42. }