diff options
author | Étienne Loks <etienne@peacefrogs.net> | 2019-08-26 12:45:00 +0200 |
---|---|---|
committer | Étienne Loks <etienne@peacefrogs.net> | 2019-08-26 12:45:00 +0200 |
commit | 5fcca1393cbbaae98069294f659a7a3a34d1ae0a (patch) | |
tree | db918bd076284653028b3146945ca7ae95d07c46 /showcase | |
parent | 845fa21e073449d0dda0722c26a1366e355609ca (diff) | |
download | ishtar-pergamon-5fcca1393cbbaae98069294f659a7a3a34d1ae0a.tar.bz2 ishtar-pergamon-5fcca1393cbbaae98069294f659a7a3a34d1ae0a.zip |
French translations
Diffstat (limited to 'showcase')
-rw-r--r-- | showcase/locale/fr/LC_MESSAGES/django.po | 115 |
1 files changed, 115 insertions, 0 deletions
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" |