diff options
author | Étienne Loks <etienne@peacefrogs.net> | 2020-03-23 16:27:36 +0100 |
---|---|---|
committer | Étienne Loks <etienne@peacefrogs.net> | 2020-03-23 16:27:36 +0100 |
commit | 5d638388d2ce51672fb7f4fcf1a627c2cf23613d (patch) | |
tree | a15abff19b179c35184a81adec31d9d2db71d768 | |
parent | bef34cfcdee1bfcafb8174564f5eea45f04358a9 (diff) | |
download | ishtar-pergamon-5d638388d2ce51672fb7f4fcf1a627c2cf23613d.tar.bz2 ishtar-pergamon-5d638388d2ce51672fb7f4fcf1a627c2cf23613d.zip |
Update translations
-rw-r--r-- | home/locale/fr/LC_MESSAGES/django.po | 2 | ||||
-rw-r--r-- | pergamon/locale/fr/LC_MESSAGES/django.po | 2 | ||||
-rw-r--r-- | showcase/locale/fr/LC_MESSAGES/django.po | 42 |
3 files changed, 27 insertions, 19 deletions
diff --git a/home/locale/fr/LC_MESSAGES/django.po b/home/locale/fr/LC_MESSAGES/django.po index 7196172..f54c254 100644 --- a/home/locale/fr/LC_MESSAGES/django.po +++ b/home/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-26 10:42+0000\n" +"POT-Creation-Date: 2020-03-23 15:25+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" diff --git a/pergamon/locale/fr/LC_MESSAGES/django.po b/pergamon/locale/fr/LC_MESSAGES/django.po index 3f530e8..64e3149 100644 --- a/pergamon/locale/fr/LC_MESSAGES/django.po +++ b/pergamon/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-26 10:42+0000\n" +"POT-Creation-Date: 2020-03-23 15:25+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" diff --git a/showcase/locale/fr/LC_MESSAGES/django.po b/showcase/locale/fr/LC_MESSAGES/django.po index 0dabd83..637340c 100644 --- a/showcase/locale/fr/LC_MESSAGES/django.po +++ b/showcase/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-26 10:42+0000\n" +"POT-Creation-Date: 2020-03-23 15:25+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" @@ -43,66 +43,74 @@ msgid "permisssion denied - check your API key" msgstr "permission refusée - vérifiez votre clé d'API" #: models.py:75 +msgid "invalid source" +msgstr "source invalide" + +#: models.py:77 msgid "connection time out" msgstr "délai de connexion expiré" -#: models.py:77 +#: models.py:79 msgid "too many redirection" msgstr "trop de redirection" -#: models.py:79 +#: models.py:81 msgid "unknown error" msgstr "erreur inconnue" -#: models.py:101 +#: models.py:103 msgid "Show case" msgstr "Vitrine" -#: models.py:102 +#: models.py:104 msgid "Show cases" msgstr "Vitrines" -#: templates/showcase/item-find.html:58 +#: templates/showcase/item-find.html:64 msgid "Object type:" msgstr "Type d'objet :" -#: templates/showcase/item-find.html:61 +#: templates/showcase/item-find.html:67 msgid "Materials:" msgstr "Matériaux :" -#: templates/showcase/item-find.html:63 templates/showcase/item-find.html:79 +#: templates/showcase/item-find.html:69 templates/showcase/item-find.html:86 msgid "Period(s):" msgstr "Période(s) :" -#: templates/showcase/item-find.html:71 +#: templates/showcase/item-find.html:72 +msgid "ID:" +msgstr "Identifiant :" + +#: templates/showcase/item-find.html:78 msgid "Archaeological site / Operation" msgstr "Site / opération archéologique" -#: templates/showcase/item-find.html:74 +#: templates/showcase/item-find.html:81 msgid "Year of the survey:" msgstr "Année de fouille :" -#: templates/showcase/item-find.html:75 +#: templates/showcase/item-find.html:82 msgid "Shipwreck" msgstr "Épave" -#: templates/showcase/item-find.html:76 +#: templates/showcase/item-find.html:83 msgid "sinking" msgstr "naufrage" -#: templates/showcase/item-find.html:82 +#: templates/showcase/item-find.html:89 msgid "Remain(s):" msgstr "Vestige(s) :" -#: templates/showcase/show_case.html:45 +#: templates/showcase/show_case.html:47 msgid "Pagination" msgstr "Pagination" -#: views.py:30 +#: views.py:31 msgid "Unknown source." msgstr "Source inconnue." -#: views.py:38 +#: views.py:39 msgid "" "Template {} is not defined. Ask your administrator to define a template for " "this source type." @@ -110,6 +118,6 @@ msgstr "" "Le patron {} est n'existe pas. Demandez à votre administrateur de créer un " "patron pour ce type de source." -#: views.py:45 +#: views.py:46 msgid "Data unavailable" msgstr "Données indisponible" |