Add French translation.
This commit is contained in:
parent
1ef50dd842
commit
aaea604f46
2 changed files with 106 additions and 0 deletions
Binary file not shown.
Before Width: | Height: | Size: 4 KiB After Width: | Height: | Size: 4.5 KiB |
106
translations/fr/LC_MESSAGES/messages.po
Normal file
106
translations/fr/LC_MESSAGES/messages.po
Normal file
|
@ -0,0 +1,106 @@
|
|||
# French translations for Flex.
|
||||
# Copyright (C) 2016 Alexandre Vicenzi
|
||||
# This file is distributed under the same license as the Flex project.
|
||||
# Alexandre Vicenzi <contact@alexandrevicenzi.com>, 2016.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Flex 2.0\n"
|
||||
"Report-Msgid-Bugs-To: contact@alexandrevicenzi.com\n"
|
||||
"POT-Creation-Date: 2016-08-24 21:51-0300\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: François Schmidts <francois.schmidts@gmail.com>, 2016\n"
|
||||
"Language: fr\n"
|
||||
"Language-Team: French "
|
||||
"(https://www.transifex.com/alexandrevicenzi/teams/66327/fr/)\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 2.3.4\n"
|
||||
|
||||
#: templates/archives.html:2 templates/archives.html:7
|
||||
msgid "Archives"
|
||||
msgstr "Archives"
|
||||
|
||||
#: templates/article.html:17 templates/index.html:9
|
||||
#, python-format
|
||||
msgid "Posted on %(when)s in %(category)s"
|
||||
msgstr "Posté le %(when)s dans %(category)s"
|
||||
|
||||
#: templates/article.html:41
|
||||
msgid "Like this article? Share it with your friends!"
|
||||
msgstr "Vous aimez cet article ? Partagez le avec vos amis !"
|
||||
|
||||
#: templates/article.html:49
|
||||
msgid "You might enjoy"
|
||||
msgstr "Vous pourriez aimer"
|
||||
|
||||
#: templates/author.html:2
|
||||
#, python-format
|
||||
msgid "Posts by %(name)s"
|
||||
msgstr "Posts de %(name)s"
|
||||
|
||||
#: templates/authors.html:2 templates/authors.html:7
|
||||
msgid "Authors"
|
||||
msgstr "Auteurs"
|
||||
|
||||
#: templates/base.html:104
|
||||
msgid "Home"
|
||||
msgstr "Accueil"
|
||||
|
||||
#: templates/base.html:111
|
||||
msgid "Atom"
|
||||
msgstr "Atom"
|
||||
|
||||
#: templates/base.html:115
|
||||
msgid "RSS"
|
||||
msgstr "RSS"
|
||||
|
||||
#: templates/categories.html:2 templates/categories.html:7
|
||||
msgid "Categories"
|
||||
msgstr "Catégories"
|
||||
|
||||
#: templates/category.html:2
|
||||
#, python-format
|
||||
msgid "Category %(name)s"
|
||||
msgstr "Catégorie %(name)s"
|
||||
|
||||
#: templates/index.html:14
|
||||
msgid "Tagged with"
|
||||
msgstr "Taggé avec"
|
||||
|
||||
#: templates/index.html:29
|
||||
msgid "Continue reading"
|
||||
msgstr "Continuer à lire"
|
||||
|
||||
#: templates/tag.html:2
|
||||
#, python-format
|
||||
msgid "Tag %(name)s"
|
||||
msgstr "Tag %(name)s"
|
||||
|
||||
#: templates/tags.html:2 templates/tags.html:7
|
||||
msgid "Tags"
|
||||
msgstr "Tags"
|
||||
|
||||
#: templates/partial/disqus.html:12
|
||||
msgid "Please enable JavaScript to view comments."
|
||||
msgstr "Veuillez activer le JavaScript pour voir les commentaires."
|
||||
|
||||
#: templates/partial/flex.html:1
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Powered by %(pelican_url)s - %(flex_url)s theme by "
|
||||
"%(alexandrevicenzi_url)s"
|
||||
msgstr ""
|
||||
"Propulsé par %(pelican_url)s - %(flex_url)s thème par "
|
||||
"%(alexandrevicenzi_url)s"
|
||||
|
||||
#: templates/partial/pagination.html:5
|
||||
msgid "Older Posts"
|
||||
msgstr "Anciens Posts"
|
||||
|
||||
#: templates/partial/pagination.html:10
|
||||
msgid "Newer Posts"
|
||||
msgstr "Nouveaux Posts"
|
||||
|
Loading…
Reference in a new issue