12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- # -*- encoding:utf-8 -*-
- from __future__ import unicode_literals
- MESSAGES = {
- "%d min remaining to read": "Il reste encore %d min. de lecture",
- "(active)": "(actif)",
- "Also available in:": "Également disponible en :",
- "Archive": "Archives",
- "Authors": "Auteurs",
- "Categories": "Catégories",
- "Comments": "Commentaires",
- "LANGUAGE": "Français",
- "Languages:": "Langues :",
- "More posts about %s": "Plus d'articles sur %s",
- "Newer posts": "Articles récents",
- "Next post": "Article suivant",
- "No posts found.": "Pas d'articles.",
- "Nothing found.": "Pas de résultats.",
- "Older posts": "Anciens articles",
- "Original site": "Site d'origine",
- "Posted:": "Publié :",
- "Posts about %s": "Articles sur %s",
- "Posts by %s": "Publiés par %s",
- "Posts for year %s": "Articles de l'année %s",
- "Posts for {month} {day}, {year}": "Articles du {day} {month} {year}",
- "Posts for {month} {year}": "Articles de {month} {year}",
- "Previous post": "Article précédent",
- "Publication date": "Date de publication",
- "RSS feed": "Flux RSS",
- "Read in English": "Lire en français",
- "Read more": "Lire la suite",
- "Skip to main content": "Aller au contenu principal",
- "Source": "Source",
- "Subcategories:": "Sous-catégories",
- "Tags and Categories": "Étiquettes et catégories",
- "Tags": "Étiquettes",
- "Uncategorized": "Sans catégorie",
- "Updates": "Mises à jour",
- "Write your page here.": "Écrivez votre page ici.",
- "Write your post here.": "Écrivez votre billet ici.",
- "old posts, page %d": "anciens articles, page %d",
- "page %d": "page %d",
- }
|