diff options
-rw-r--r-- | home/locale/fr/LC_MESSAGES/django.po | 75 | ||||
-rw-r--r-- | ishtar_public/locale/fr/LC_MESSAGES/django.po | 35 | ||||
-rw-r--r-- | showcase/locale/fr/LC_MESSAGES/django.po | 115 |
3 files changed, 225 insertions, 0 deletions
diff --git a/home/locale/fr/LC_MESSAGES/django.po b/home/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000..7196172 --- /dev/null +++ b/home/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,75 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-08-26 10:42+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: models.py:16 +msgid "For top page: full width image. For child page: vignette." +msgstr "" +"Pour les pages d'accueil : image en pleine largeur. Pour les pages filles : " +"vignette." + +#: templates/home/home_page.html:44 +msgid "Browse..." +msgstr "Parcourir..." + +#: templates/home/welcome_page.html:6 +msgid "Visit the Wagtail website" +msgstr "Visiter le site web Wagtail" + +#: templates/home/welcome_page.html:15 +msgid "View the release notes" +msgstr "Voir les notes de version" + +#: templates/home/welcome_page.html:27 +msgid "Welcome to your new Wagtail site!" +msgstr "Bienvenue sur votre nouveau site Wagtail !" + +#: templates/home/welcome_page.html:28 +msgid "" +"Please feel free to <a href=\"https://github.com/wagtail/wagtail/wiki/Slack" +"\">join our community on Slack</a>, or get started with one of the links " +"below." +msgstr "" +"S'il vous plaît n'hésitez pas à <a href=\"https://github.com/wagtail/wagtail/" +"wiki/Slack\">rejoindre notre communauté sur Slack</a>, ou commencez avec un " +"des liens ci-dessous." + +#: templates/home/welcome_page.html:35 +msgid "Wagtail Documentation" +msgstr "Documentation Wagtail" + +#: templates/home/welcome_page.html:36 +msgid "Topics, references, & how-tos" +msgstr "Sujets, références et tutoriels" + +#: templates/home/welcome_page.html:42 +msgid "Tutorial" +msgstr "Tutoriel" + +#: templates/home/welcome_page.html:43 +msgid "Build your first Wagtail site" +msgstr "Construisez votre premier site Wagtail" + +#: templates/home/welcome_page.html:49 +msgid "Admin Interface" +msgstr "Interface d'administration" + +#: templates/home/welcome_page.html:50 +msgid "Create your superuser first!" +msgstr "Créez d'abord votre super-utilisateur !" diff --git a/ishtar_public/locale/fr/LC_MESSAGES/django.po b/ishtar_public/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000..3f530e8 --- /dev/null +++ b/ishtar_public/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-08-26 10:42+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: templates/base.html:35 +msgid "No organization name" +msgstr "Pas de nom d'organisation" + +#: templates/base.html:46 +msgid "Home" +msgstr "Accueil" + +#: templates/base.html:46 +msgid "(current)" +msgstr "(actuel)" + +#: templates/base.html:72 +msgid "No footer is defined." +msgstr "Aucun pied de page n'est défini." diff --git a/showcase/locale/fr/LC_MESSAGES/django.po b/showcase/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000..0dabd83 --- /dev/null +++ b/showcase/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,115 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-08-26 10:42+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: models.py:24 +msgid "External source type" +msgstr "Type de source externe" + +#: models.py:25 wagtail_hooks.py:11 +msgid "External source types" +msgstr "Types de source externe" + +#: models.py:46 +msgid "External source" +msgstr "Source externe" + +#: models.py:47 wagtail_hooks.py:24 +msgid "External sources" +msgstr "Sources externes" + +#: models.py:62 +msgid "Error while fetching the source:" +msgstr "Erreur en interrogeant la source :" + +#: models.py:68 +msgid "permisssion denied - check your API key" +msgstr "permission refusée - vérifiez votre clé d'API" + +#: models.py:75 +msgid "connection time out" +msgstr "délai de connexion expiré" + +#: models.py:77 +msgid "too many redirection" +msgstr "trop de redirection" + +#: models.py:79 +msgid "unknown error" +msgstr "erreur inconnue" + +#: models.py:101 +msgid "Show case" +msgstr "Vitrine" + +#: models.py:102 +msgid "Show cases" +msgstr "Vitrines" + +#: templates/showcase/item-find.html:58 +msgid "Object type:" +msgstr "Type d'objet :" + +#: templates/showcase/item-find.html:61 +msgid "Materials:" +msgstr "Matériaux :" + +#: templates/showcase/item-find.html:63 templates/showcase/item-find.html:79 +msgid "Period(s):" +msgstr "Période(s) :" + +#: templates/showcase/item-find.html:71 +msgid "Archaeological site / Operation" +msgstr "Site / opération archéologique" + +#: templates/showcase/item-find.html:74 +msgid "Year of the survey:" +msgstr "Année de fouille :" + +#: templates/showcase/item-find.html:75 +msgid "Shipwreck" +msgstr "Épave" + +#: templates/showcase/item-find.html:76 +msgid "sinking" +msgstr "naufrage" + +#: templates/showcase/item-find.html:82 +msgid "Remain(s):" +msgstr "Vestige(s) :" + +#: templates/showcase/show_case.html:45 +msgid "Pagination" +msgstr "Pagination" + +#: views.py:30 +msgid "Unknown source." +msgstr "Source inconnue." + +#: views.py:38 +msgid "" +"Template {} is not defined. Ask your administrator to define a template for " +"this source type." +msgstr "" +"Le patron {} est n'existe pas. Demandez à votre administrateur de créer un " +"patron pour ce type de source." + +#: views.py:45 +msgid "Data unavailable" +msgstr "Données indisponible" |