diff --git a/.gitignore b/.gitignore index e1cbc420d..dc84c23ff 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,7 @@ atlas/static/custom/templates/footer.html atlas/static/custom/templates/introduction.html atlas/static/custom/templates/credits.html atlas/static/custom/templates/mentions-legales.html +atlas/static/custom/templates/personal-data.html atlas/static/custom/templates/navbar.html data/ref/emprise_territoire.* diff --git a/atlas/babel.cfg b/atlas/babel.cfg index 5f1ff3f05..914b5f152 100644 --- a/atlas/babel.cfg +++ b/atlas/babel.cfg @@ -1,4 +1,3 @@ [python: **.py] [jinja2: **/templates/**/**.html] [jinja2: **/static/custom/templates/**.sample] -extensions=jinja2.ext.autoescape,jinja2.ext.with_ \ No newline at end of file diff --git a/atlas/configuration/config.py.example b/atlas/configuration/config.py.example index 90e55e361..ed5f6d335 100644 --- a/atlas/configuration/config.py.example +++ b/atlas/configuration/config.py.example @@ -155,6 +155,9 @@ AFFICHAGE_INTRODUCTION = True # Afficher le Footer sur toutes les pages (static/custom/templates/footer.html) AFFICHAGE_FOOTER = True +# Afficher le lien "données personnelles" dans le footer +FOOTER_RGPD = True + # Bloc de statistiques globales. Affichage True/False AFFICHAGE_STAT_GLOBALES = True diff --git a/atlas/configuration/config_schema.py b/atlas/configuration/config_schema.py index dbdca924b..6dbf0be2c 100644 --- a/atlas/configuration/config_schema.py +++ b/atlas/configuration/config_schema.py @@ -130,6 +130,7 @@ class Meta: AFFICHAGE_INTRODUCTION = fields.Boolean(load_default=True) AFFICHAGE_LOGOS_HOME = fields.Boolean(load_default=True) AFFICHAGE_FOOTER = fields.Boolean(load_default=True) + FOOTER_RGPD = fields.Boolean(load_default=True) AFFICHAGE_STAT_GLOBALES = fields.Boolean(load_default=True) AFFICHAGE_DERNIERES_OBS = fields.Boolean(load_default=True) AFFICHAGE_EN_CE_MOMENT = fields.Boolean(load_default=True) diff --git a/atlas/messages.pot b/atlas/messages.pot index cc69ff695..969b73631 100644 --- a/atlas/messages.pot +++ b/atlas/messages.pot @@ -1,14 +1,14 @@ # Translations template for PROJECT. -# Copyright (C) 2021 ORGANIZATION +# Copyright (C) 2024 ORGANIZATION # This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2021. +# FIRST AUTHOR , 2024. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-12-02 15:28+0100\n" +"POT-Creation-Date: 2024-09-26 10:41+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,44 +17,59 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" -#: static/custom/templates/bandeaulogoshome.html:5 -#: static/custom/templates/bandeaulogoshome.html.sample:5 +#: static/custom/templates/bandeaulogoshome.html:6 +#: static/custom/templates/bandeaulogoshome.html.sample:6 msgid "home.partners" msgstr "" +#: static/custom/templates/footer.html:2 #: static/custom/templates/footer.html.sample:2 templates/home/_main.html:3 msgid "home" msgstr "" +#: static/custom/templates/footer.html:5 static/custom/templates/footer.html:29 #: static/custom/templates/footer.html.sample:5 -#: static/custom/templates/footer.html.sample:24 +#: static/custom/templates/footer.html.sample:29 msgid "credits" msgstr "" +#: static/custom/templates/footer.html:7 static/custom/templates/footer.html:46 #: static/custom/templates/footer.html.sample:7 -#: static/custom/templates/footer.html.sample:41 +#: static/custom/templates/footer.html.sample:46 msgid "legal" msgstr "" -#: static/custom/templates/footer.html.sample:12 +#: static/custom/templates/footer.html:11 +#: static/custom/templates/footer.html:64 +#: static/custom/templates/footer.html.sample:11 +#: static/custom/templates/footer.html.sample:64 +msgid "personal_data" +msgstr "" + +#: static/custom/templates/footer.html:17 +#: static/custom/templates/footer.html.sample:17 msgid "atlas.fauna.flora" msgstr "" -#: static/custom/templates/footer.html.sample:12 +#: static/custom/templates/footer.html:17 +#: static/custom/templates/footer.html.sample:17 #: static/custom/templates/introduction.html:7 #: static/custom/templates/introduction.html.sample:7 msgid "from1" msgstr "" -#: static/custom/templates/footer.html.sample:14 +#: static/custom/templates/footer.html:19 +#: static/custom/templates/footer.html.sample:19 msgid "powered.by" msgstr "" -#: static/custom/templates/footer.html.sample:14 +#: static/custom/templates/footer.html:19 +#: static/custom/templates/footer.html.sample:19 msgid "developed.by" msgstr "" -#: static/custom/templates/footer.html.sample:15 +#: static/custom/templates/footer.html:20 +#: static/custom/templates/footer.html.sample:20 msgid "ecrins.national.park" msgstr "" @@ -88,6 +103,19 @@ msgstr "" msgid "home.introduction.message" msgstr "" +#: static/custom/templates/navbar.html:34 +#: static/custom/templates/navbar.html.sample:34 +#: templates/home/globalStats.html:35 templates/photoGalery/_main.html:77 +msgid "search.species" +msgstr "" + +#: static/custom/templates/navbar.html:47 +#: static/custom/templates/navbar.html.sample:47 +#: templates/home/globalStats.html:55 +msgid "search.city" +msgstr "" + +#: static/custom/templates/presentation.html:4 #: static/custom/templates/presentation.html.sample:4 msgid "atlas.presentation" msgstr "" @@ -113,7 +141,7 @@ msgid "check.area.sheet" msgstr "" #: templates/core/advanced_search.html:4 -#: templates/core/advanced_search.html:382 templates/core/sideBar.html:20 +#: templates/core/advanced_search.html:382 templates/core/sideBar.html:30 msgid "advanced_search" msgstr "" @@ -151,16 +179,16 @@ msgstr "" msgid "asearch.remove.selection" msgstr "" -#: templates/core/advanced_search.html:427 templates/core/listTaxons.html:88 +#: templates/core/advanced_search.html:427 templates/core/listTaxons.html:87 #: templates/home/lastObs.html:44 templates/home/mostViewNow.html:33 -#: templates/home/newSpecies.html:45 templates/home/taxoRank.html:57 +#: templates/home/newSpecies.html:45 templates/home/taxoRank.html:61 #: templates/organismSheet/topSpecies.html:67 msgid "species.sheet" msgstr "" -#: templates/core/advanced_search.html:429 templates/core/listTaxons.html:87 -#: templates/core/tabTaxons.html:85 templates/organismSheet/topSpecies.html:66 -#: templates/speciesSheet/identityCard.html:173 +#: templates/core/advanced_search.html:429 templates/core/listTaxons.html:86 +#: templates/core/tabTaxons.html:87 templates/organismSheet/topSpecies.html:66 +#: templates/speciesSheet/identityCard.html:180 msgid "check.species.sheet" msgstr "" @@ -176,24 +204,31 @@ msgstr "" msgid "display.municipality.obs" msgstr "" -#: templates/core/listTaxons.html:81 templates/core/statHierarchy.html:7 -#: templates/home/globalStats.html:12 +#: templates/core/listTaxons.html:49 templates/core/tabTaxons.html:62 +#: templates/organismSheet/topSpecies.html:36 +#: templates/speciesSheet/identityCard.html:64 +#: templates/speciesSheet/identityCard.html:158 +msgid "this.taxon.has.a.protected.status" +msgstr "" + +#: templates/core/listTaxons.html:80 templates/core/statHierarchy.html:7 #: templates/organismSheet/topSpecies.html:61 #: templates/speciesSheet/map.html:15 +#: templates/speciesSheet/otherInformations.html:144 msgid "observation" msgstr "" -#: templates/core/listTaxons.html:82 templates/core/statHierarchy.html:7 -#: templates/core/tabTaxons.html:19 templates/home/globalStats.html:12 +#: templates/core/listTaxons.html:81 templates/core/statHierarchy.html:7 +#: templates/core/tabTaxons.html:19 templates/home/globalStats.html:16 #: templates/organismSheet/statsInfos.html:11 #: templates/organismSheet/topSpecies.html:61 -#: templates/speciesSheet/identityCard.html:131 +#: templates/speciesSheet/identityCard.html:135 #: templates/speciesSheet/map.html:15 -#: templates/speciesSheet/otherInformations.html:137 +#: templates/speciesSheet/otherInformations.html:142 msgid "observations" msgstr "" -#: templates/core/listTaxons.html:83 +#: templates/core/listTaxons.html:82 msgid "last.obs.in" msgstr "" @@ -201,36 +236,27 @@ msgstr "" msgid "loading" msgstr "" -#: static/custom/templates/core/navbar.html:34 templates/home/globalStats.html:28 -#: templates/photoGalery/_main.html:76 -msgid "search.species" -msgstr "" - -#: static/custom/templates/core/navbar.html:47 templates/home/globalStats.html:47 -msgid "search.city" -msgstr "" - #: templates/core/sideBar.html:3 msgid "back.to.home" msgstr "" -#: templates/core/sideBar.html:25 templates/home/globalStats.html:59 -#: templates/photoGalery/_main.html:5 templates/photoGalery/_main.html:50 +#: templates/core/sideBar.html:35 templates/home/globalStats.html:68 +#: templates/photoGalery/_main.html:5 templates/photoGalery/_main.html:51 msgid "gallery.title" msgstr "" -#: templates/core/statHierarchy.html:12 templates/home/globalStats.html:21 -#: templates/home/taxoRank.html:28 templates/organismSheet/statsInfos.html:21 +#: templates/core/statHierarchy.html:12 templates/home/globalStats.html:28 +#: templates/home/taxoRank.html:32 templates/organismSheet/statsInfos.html:21 msgid "species" msgstr "" #: templates/core/statHierarchy.html:17 templates/speciesSheet/map.html:25 -#: templates/speciesSheet/otherInformations.html:29 +#: templates/speciesSheet/otherInformations.html:28 msgid "observers" msgstr "" #: templates/core/statHierarchy.html:17 templates/speciesSheet/map.html:25 -#: templates/speciesSheet/otherInformations.html:29 +#: templates/speciesSheet/otherInformations.html:28 msgid "observer" msgstr "" @@ -238,11 +264,11 @@ msgstr "" msgid "group" msgstr "" -#: templates/core/tabTaxons.html:8 templates/speciesSheet/identityCard.html:124 +#: templates/core/tabTaxons.html:8 templates/speciesSheet/identityCard.html:128 msgid "scientific.name" msgstr "" -#: templates/core/tabTaxons.html:9 templates/speciesSheet/identityCard.html:123 +#: templates/core/tabTaxons.html:9 templates/speciesSheet/identityCard.html:127 msgid "common.name" msgstr "" @@ -250,21 +276,16 @@ msgstr "" msgid "obs.number.s" msgstr "" -#: templates/core/tabTaxons.html:17 templates/speciesSheet/map.html:33 +#: templates/core/tabTaxons.html:17 templates/speciesSheet/map.html:38 msgid "last.obs" msgstr "" #: templates/core/tabTaxons.html:21 -#: templates/speciesSheet/identityCard.html:132 +#: templates/speciesSheet/identityCard.html:136 msgid "sheet" msgstr "" -#: templates/core/tabTaxons.html:60 templates/speciesSheet/identityCard.html:62 -#: templates/speciesSheet/identityCard.html:154 -msgid "this.taxon.has.a.protected.status" -msgstr "" - -#: templates/core/tabTaxons.html:80 +#: templates/core/tabTaxons.html:82 msgid "display.city.infos" msgstr "" @@ -272,30 +293,20 @@ msgstr "" msgid "home.insomefigures" msgstr "" -#: templates/home/globalStats.html:13 +#: templates/home/globalStats.html:18 msgid "home.seelatestobs" msgstr "" -#: templates/home/globalStats.html:39 templates/speciesSheet/map.html:20 +#: templates/home/globalStats.html:47 templates/speciesSheet/map.html:20 #: templates/speciesSheet/otherInformations.html:10 #: templates/speciesSheet/otherInformations.html:14 msgid "municipalities" msgstr "" -#: templates/home/globalStats.html:39 templates/speciesSheet/map.html:20 -#: templates/speciesSheet/otherInformations.html:10 -#: templates/speciesSheet/otherInformations.html:14 -msgid "municipality" -msgstr "" - -#: templates/home/globalStats.html:58 +#: templates/home/globalStats.html:67 msgid "photos" msgstr "" -#: templates/home/globalStats.html:58 -msgid "photo" -msgstr "" - #: templates/home/mostViewNow.html:5 msgid "see.at.the.moment" msgstr "" @@ -320,14 +331,22 @@ msgstr "" msgid "part.graph" msgstr "" -#: templates/organismSheet/identityCard.html:21 +#: templates/organismSheet/identityCard.html:20 msgid "Adresse" msgstr "" -#: templates/organismSheet/identityCard.html:22 +#: templates/organismSheet/identityCard.html:21 msgid "Téléphone" msgstr "" +#: templates/organismSheet/identityCard.html:22 +msgid "Email" +msgstr "" + +#: templates/organismSheet/identityCard.html:23 +msgid "Site" +msgstr "" + #: templates/organismSheet/mapObs.html:5 msgid "map.observations" msgstr "" @@ -348,11 +367,11 @@ msgstr "" msgid "from.organism.observations" msgstr "" -#: templates/photoGalery/_main.html:64 templates/photoGalery/_main.html:65 +#: templates/photoGalery/_main.html:65 templates/photoGalery/_main.html:66 msgid "all.groups" msgstr "" -#: templates/photoGalery/_main.html:70 +#: templates/photoGalery/_main.html:71 msgid "order.photos" msgstr "" @@ -396,11 +415,11 @@ msgstr "" msgid "no.synonym.for.this.taxon" msgstr "" -#: templates/speciesSheet/charts.html:3 +#: templates/speciesSheet/charts.html:4 msgid "alt.classes.obs" msgstr "" -#: templates/speciesSheet/charts.html:7 +#: templates/speciesSheet/charts.html:10 msgid "monthly.obs" msgstr "" @@ -409,26 +428,34 @@ msgstr "" msgid "author" msgstr "" -#: templates/speciesSheet/identityCard.html:95 +#: templates/speciesSheet/identityCard.html:97 msgid "check.species.sheet.inpn" msgstr "" -#: templates/speciesSheet/identityCard.html:126 +#: templates/speciesSheet/identityCard.html:130 msgid "protection" msgstr "" -#: templates/speciesSheet/map.html:29 -msgid "first.obs" +#: templates/speciesSheet/map.html:20 +#: templates/speciesSheet/otherInformations.html:10 +#: templates/speciesSheet/otherInformations.html:14 +msgid "municipality" msgstr "" -#: templates/speciesSheet/otherInformations.html:22 +#: templates/speciesSheet/map.html:29 +#: templates/speciesSheet/otherInformations.html:21 msgid "organisms" msgstr "" -#: templates/speciesSheet/otherInformations.html:22 +#: templates/speciesSheet/map.html:29 +#: templates/speciesSheet/otherInformations.html:21 msgid "organism" msgstr "" +#: templates/speciesSheet/map.html:34 +msgid "first.obs" +msgstr "" + #: templates/speciesSheet/otherInformations.html:41 msgid "title" msgstr "" @@ -437,19 +464,19 @@ msgstr "" msgid "date" msgstr "" -#: templates/speciesSheet/otherInformations.html:137 +#: templates/speciesSheet/otherInformations.html:139 msgid "organism.participation" msgstr "" -#: templates/speciesSheet/otherInformations.html:138 +#: templates/speciesSheet/otherInformations.html:147 msgid "organism.prospection" msgstr "" -#: templates/speciesSheet/otherInformations.html:144 +#: templates/speciesSheet/otherInformations.html:153 msgid "check.organism.sheet" msgstr "" -#: templates/speciesSheet/otherInformations.html:145 +#: templates/speciesSheet/otherInformations.html:154 msgid "organism.sheet" msgstr "" diff --git a/atlas/static/css/atlas.css b/atlas/static/css/atlas.css index 076b6fa10..ecfd1e05c 100644 --- a/atlas/static/css/atlas.css +++ b/atlas/static/css/atlas.css @@ -457,6 +457,16 @@ footer { text-align: left; } +.personal-data-body { + display: flex; + flex-wrap: wrap; + text-align: justify; + + > span { + padding-top: 1rem; + } +} + /*END FOOTER*/ /* Galerie Photo et fiche par groupe */ @@ -705,4 +715,4 @@ footer { .spinner-border { animation-duration: 3s; -} \ No newline at end of file +} diff --git a/atlas/static/custom/templates/footer.html.sample b/atlas/static/custom/templates/footer.html.sample index fa2be43c0..cc25bec7e 100644 --- a/atlas/static/custom/templates/footer.html.sample +++ b/atlas/static/custom/templates/footer.html.sample @@ -5,6 +5,11 @@ data-target="#modalCredits">{{ _('credits') }} | {{ _('legal') }} + {% if configuration.FOOTER_RGPD %} + | + {{ _('personal_data') }} + {% endif %}
@@ -50,6 +55,25 @@
+{% if configuration.FOOTER_RGPD %} + +{% endif %} + {% if configuration.ID_GOOGLE_ANALYTICS != "UA-xxxxxxx-xx" %} {% endif %} - - diff --git a/atlas/static/custom/templates/personal-data.html.sample b/atlas/static/custom/templates/personal-data.html.sample new file mode 100644 index 000000000..5a51a2ebe --- /dev/null +++ b/atlas/static/custom/templates/personal-data.html.sample @@ -0,0 +1,9 @@ + diff --git a/atlas/translations/en/LC_MESSAGES/messages.mo b/atlas/translations/en/LC_MESSAGES/messages.mo index 3a7b61561..bc78732c9 100644 Binary files a/atlas/translations/en/LC_MESSAGES/messages.mo and b/atlas/translations/en/LC_MESSAGES/messages.mo differ diff --git a/atlas/translations/en/LC_MESSAGES/messages.po b/atlas/translations/en/LC_MESSAGES/messages.po index 35a6a3894..b5c48bb21 100644 --- a/atlas/translations/en/LC_MESSAGES/messages.po +++ b/atlas/translations/en/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-12-02 15:28+0100\n" +"POT-Creation-Date: 2024-09-26 10:41+0200\n" "PO-Revision-Date: 2021-07-12 12:12+0200\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -18,44 +18,59 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" -#: static/custom/templates/bandeaulogoshome.html:5 -#: static/custom/templates/bandeaulogoshome.html.sample:5 +#: static/custom/templates/bandeaulogoshome.html:6 +#: static/custom/templates/bandeaulogoshome.html.sample:6 msgid "home.partners" msgstr "Partners" +#: static/custom/templates/footer.html:2 #: static/custom/templates/footer.html.sample:2 templates/home/_main.html:3 msgid "home" msgstr "Home" +#: static/custom/templates/footer.html:5 static/custom/templates/footer.html:29 #: static/custom/templates/footer.html.sample:5 -#: static/custom/templates/footer.html.sample:24 +#: static/custom/templates/footer.html.sample:29 msgid "credits" msgstr "Conception and credits" +#: static/custom/templates/footer.html:7 static/custom/templates/footer.html:46 #: static/custom/templates/footer.html.sample:7 -#: static/custom/templates/footer.html.sample:41 +#: static/custom/templates/footer.html.sample:46 msgid "legal" msgstr "Legal mentions" -#: static/custom/templates/footer.html.sample:12 +#: static/custom/templates/footer.html:11 +#: static/custom/templates/footer.html:64 +#: static/custom/templates/footer.html.sample:11 +#: static/custom/templates/footer.html.sample:64 +msgid "personal_data" +msgstr "Personal data" + +#: static/custom/templates/footer.html:17 +#: static/custom/templates/footer.html.sample:17 msgid "atlas.fauna.flora" msgstr "Faune and flora atlas" -#: static/custom/templates/footer.html.sample:12 +#: static/custom/templates/footer.html:17 +#: static/custom/templates/footer.html.sample:17 #: static/custom/templates/introduction.html:7 #: static/custom/templates/introduction.html.sample:7 msgid "from1" msgstr "from" -#: static/custom/templates/footer.html.sample:14 +#: static/custom/templates/footer.html:19 +#: static/custom/templates/footer.html.sample:19 msgid "powered.by" msgstr "Powered by" -#: static/custom/templates/footer.html.sample:14 +#: static/custom/templates/footer.html:19 +#: static/custom/templates/footer.html.sample:19 msgid "developed.by" msgstr "developed by the" -#: static/custom/templates/footer.html.sample:15 +#: static/custom/templates/footer.html:20 +#: static/custom/templates/footer.html.sample:20 msgid "ecrins.national.park" msgstr "Ecrins national park" @@ -95,6 +110,19 @@ msgstr "" "under different scientific protocols. This is not an exhaustive inventory" " nor a complete distribution of species in the territory." +#: static/custom/templates/navbar.html:34 +#: static/custom/templates/navbar.html.sample:34 +#: templates/home/globalStats.html:35 templates/photoGalery/_main.html:77 +msgid "search.species" +msgstr "Search by species" + +#: static/custom/templates/navbar.html:47 +#: static/custom/templates/navbar.html.sample:47 +#: templates/home/globalStats.html:55 +msgid "search.city" +msgstr "Search by municipality" + +#: static/custom/templates/presentation.html:4 #: static/custom/templates/presentation.html.sample:4 msgid "atlas.presentation" msgstr "Atlas presentation" @@ -120,7 +148,7 @@ msgid "check.area.sheet" msgstr "View area sheet" #: templates/core/advanced_search.html:4 -#: templates/core/advanced_search.html:382 templates/core/sideBar.html:20 +#: templates/core/advanced_search.html:382 templates/core/sideBar.html:30 msgid "advanced_search" msgstr "Advanced search" @@ -161,16 +189,16 @@ msgstr "Start typing the name of a species" msgid "asearch.remove.selection" msgstr "Remove selection" -#: templates/core/advanced_search.html:427 templates/core/listTaxons.html:88 +#: templates/core/advanced_search.html:427 templates/core/listTaxons.html:87 #: templates/home/lastObs.html:44 templates/home/mostViewNow.html:33 -#: templates/home/newSpecies.html:45 templates/home/taxoRank.html:57 +#: templates/home/newSpecies.html:45 templates/home/taxoRank.html:61 #: templates/organismSheet/topSpecies.html:67 msgid "species.sheet" msgstr "Species sheet" -#: templates/core/advanced_search.html:429 templates/core/listTaxons.html:87 -#: templates/core/tabTaxons.html:85 templates/organismSheet/topSpecies.html:66 -#: templates/speciesSheet/identityCard.html:173 +#: templates/core/advanced_search.html:429 templates/core/listTaxons.html:86 +#: templates/core/tabTaxons.html:87 templates/organismSheet/topSpecies.html:66 +#: templates/speciesSheet/identityCard.html:180 msgid "check.species.sheet" msgstr "View species sheet" @@ -186,24 +214,31 @@ msgstr "Filter species" msgid "display.municipality.obs" msgstr "View observations on the territory" -#: templates/core/listTaxons.html:81 templates/core/statHierarchy.html:7 -#: templates/home/globalStats.html:12 +#: templates/core/listTaxons.html:49 templates/core/tabTaxons.html:62 +#: templates/organismSheet/topSpecies.html:36 +#: templates/speciesSheet/identityCard.html:64 +#: templates/speciesSheet/identityCard.html:158 +msgid "this.taxon.has.a.protected.status" +msgstr "This taxon has a protected status" + +#: templates/core/listTaxons.html:80 templates/core/statHierarchy.html:7 #: templates/organismSheet/topSpecies.html:61 #: templates/speciesSheet/map.html:15 +#: templates/speciesSheet/otherInformations.html:144 msgid "observation" msgstr "Observation" -#: templates/core/listTaxons.html:82 templates/core/statHierarchy.html:7 -#: templates/core/tabTaxons.html:19 templates/home/globalStats.html:12 +#: templates/core/listTaxons.html:81 templates/core/statHierarchy.html:7 +#: templates/core/tabTaxons.html:19 templates/home/globalStats.html:16 #: templates/organismSheet/statsInfos.html:11 #: templates/organismSheet/topSpecies.html:61 -#: templates/speciesSheet/identityCard.html:131 +#: templates/speciesSheet/identityCard.html:135 #: templates/speciesSheet/map.html:15 -#: templates/speciesSheet/otherInformations.html:137 +#: templates/speciesSheet/otherInformations.html:142 msgid "observations" msgstr "Observations" -#: templates/core/listTaxons.html:83 +#: templates/core/listTaxons.html:82 msgid "last.obs.in" msgstr "Latest observations within" @@ -211,36 +246,27 @@ msgstr "Latest observations within" msgid "loading" msgstr "Loading..." -#: static/custom/templates/core/navbar.html:34 templates/home/globalStats.html:28 -#: templates/photoGalery/_main.html:76 -msgid "search.species" -msgstr "Search by species" - -#: static/custom/templates/core/navbar.html:47 templates/home/globalStats.html:47 -msgid "search.city" -msgstr "Search by municipality" - #: templates/core/sideBar.html:3 msgid "back.to.home" msgstr "Back home" -#: templates/core/sideBar.html:25 templates/home/globalStats.html:59 -#: templates/photoGalery/_main.html:5 templates/photoGalery/_main.html:50 +#: templates/core/sideBar.html:35 templates/home/globalStats.html:68 +#: templates/photoGalery/_main.html:5 templates/photoGalery/_main.html:51 msgid "gallery.title" msgstr "Photos gallery" -#: templates/core/statHierarchy.html:12 templates/home/globalStats.html:21 -#: templates/home/taxoRank.html:28 templates/organismSheet/statsInfos.html:21 +#: templates/core/statHierarchy.html:12 templates/home/globalStats.html:28 +#: templates/home/taxoRank.html:32 templates/organismSheet/statsInfos.html:21 msgid "species" msgstr "Species" #: templates/core/statHierarchy.html:17 templates/speciesSheet/map.html:25 -#: templates/speciesSheet/otherInformations.html:29 +#: templates/speciesSheet/otherInformations.html:28 msgid "observers" msgstr "Observers" #: templates/core/statHierarchy.html:17 templates/speciesSheet/map.html:25 -#: templates/speciesSheet/otherInformations.html:29 +#: templates/speciesSheet/otherInformations.html:28 msgid "observer" msgstr "Observer" @@ -248,11 +274,11 @@ msgstr "Observer" msgid "group" msgstr "Group" -#: templates/core/tabTaxons.html:8 templates/speciesSheet/identityCard.html:124 +#: templates/core/tabTaxons.html:8 templates/speciesSheet/identityCard.html:128 msgid "scientific.name" msgstr "Scientific name" -#: templates/core/tabTaxons.html:9 templates/speciesSheet/identityCard.html:123 +#: templates/core/tabTaxons.html:9 templates/speciesSheet/identityCard.html:127 msgid "common.name" msgstr "Common name" @@ -260,21 +286,16 @@ msgstr "Common name" msgid "obs.number.s" msgstr "Observation(s) number" -#: templates/core/tabTaxons.html:17 templates/speciesSheet/map.html:33 +#: templates/core/tabTaxons.html:17 templates/speciesSheet/map.html:38 msgid "last.obs" msgstr "Latest observation" #: templates/core/tabTaxons.html:21 -#: templates/speciesSheet/identityCard.html:132 +#: templates/speciesSheet/identityCard.html:136 msgid "sheet" msgstr "Fiche" -#: templates/core/tabTaxons.html:60 templates/speciesSheet/identityCard.html:62 -#: templates/speciesSheet/identityCard.html:154 -msgid "this.taxon.has.a.protected.status" -msgstr "This taxon has a protected status" - -#: templates/core/tabTaxons.html:80 +#: templates/core/tabTaxons.html:82 msgid "display.city.infos" msgstr "Display municipality information" @@ -282,30 +303,20 @@ msgstr "Display municipality information" msgid "home.insomefigures" msgstr "In some figures" -#: templates/home/globalStats.html:13 +#: templates/home/globalStats.html:18 msgid "home.seelatestobs" msgstr "See latest observations" -#: templates/home/globalStats.html:39 templates/speciesSheet/map.html:20 +#: templates/home/globalStats.html:47 templates/speciesSheet/map.html:20 #: templates/speciesSheet/otherInformations.html:10 #: templates/speciesSheet/otherInformations.html:14 msgid "municipalities" msgstr "Municipalities" -#: templates/home/globalStats.html:39 templates/speciesSheet/map.html:20 -#: templates/speciesSheet/otherInformations.html:10 -#: templates/speciesSheet/otherInformations.html:14 -msgid "municipality" -msgstr "Municipality" - -#: templates/home/globalStats.html:58 +#: templates/home/globalStats.html:67 msgid "photos" msgstr "Photos" -#: templates/home/globalStats.html:58 -msgid "photo" -msgstr "Photo" - #: templates/home/mostViewNow.html:5 msgid "see.at.the.moment" msgstr "To see at the moment" @@ -332,14 +343,23 @@ msgstr "Other information" msgid "part.graph" msgstr "Distribution of observations by group" -#: templates/organismSheet/identityCard.html:21 +#: templates/organismSheet/identityCard.html:20 msgid "Adresse" msgstr "" -#: templates/organismSheet/identityCard.html:22 +#: templates/organismSheet/identityCard.html:21 msgid "Téléphone" msgstr "Phone" +#: templates/organismSheet/identityCard.html:22 +msgid "Email" +msgstr "" + +#: templates/organismSheet/identityCard.html:23 +#, fuzzy +msgid "Site" +msgstr "Title" + #: templates/organismSheet/mapObs.html:5 msgid "map.observations" msgstr "Observations map" @@ -360,11 +380,11 @@ msgstr "Most observed species" msgid "from.organism.observations" msgstr "of the organism's observations" -#: templates/photoGalery/_main.html:64 templates/photoGalery/_main.html:65 +#: templates/photoGalery/_main.html:65 templates/photoGalery/_main.html:66 msgid "all.groups" msgstr "All groups" -#: templates/photoGalery/_main.html:70 +#: templates/photoGalery/_main.html:71 msgid "order.photos" msgstr "Sort photos by number of observations" @@ -408,11 +428,11 @@ msgstr "Not resigned for the moment" msgid "no.synonym.for.this.taxon" msgstr "No synonyms for this taxon" -#: templates/speciesSheet/charts.html:3 +#: templates/speciesSheet/charts.html:4 msgid "alt.classes.obs" msgstr "Observations by altitude class" -#: templates/speciesSheet/charts.html:7 +#: templates/speciesSheet/charts.html:10 msgid "monthly.obs" msgstr "Monthly observations" @@ -421,26 +441,34 @@ msgstr "Monthly observations" msgid "author" msgstr "Author" -#: templates/speciesSheet/identityCard.html:95 +#: templates/speciesSheet/identityCard.html:97 msgid "check.species.sheet.inpn" msgstr "View species sheet on INPN" -#: templates/speciesSheet/identityCard.html:126 +#: templates/speciesSheet/identityCard.html:130 msgid "protection" msgstr "Protection" -#: templates/speciesSheet/map.html:29 -msgid "first.obs" -msgstr "First observation" +#: templates/speciesSheet/map.html:20 +#: templates/speciesSheet/otherInformations.html:10 +#: templates/speciesSheet/otherInformations.html:14 +msgid "municipality" +msgstr "Municipality" -#: templates/speciesSheet/otherInformations.html:22 +#: templates/speciesSheet/map.html:29 +#: templates/speciesSheet/otherInformations.html:21 msgid "organisms" msgstr "Organisms" -#: templates/speciesSheet/otherInformations.html:22 +#: templates/speciesSheet/map.html:29 +#: templates/speciesSheet/otherInformations.html:21 msgid "organism" msgstr "Organism" +#: templates/speciesSheet/map.html:34 +msgid "first.obs" +msgstr "First observation" + #: templates/speciesSheet/otherInformations.html:41 msgid "title" msgstr "Title" @@ -449,19 +477,19 @@ msgstr "Title" msgid "date" msgstr "Date" -#: templates/speciesSheet/otherInformations.html:137 +#: templates/speciesSheet/otherInformations.html:139 msgid "organism.participation" msgstr "Participation to " -#: templates/speciesSheet/otherInformations.html:138 +#: templates/speciesSheet/otherInformations.html:147 msgid "organism.prospection" msgstr "Proportion of prospecting assistance" -#: templates/speciesSheet/otherInformations.html:144 +#: templates/speciesSheet/otherInformations.html:153 msgid "check.organism.sheet" msgstr "View organism sheet" -#: templates/speciesSheet/otherInformations.html:145 +#: templates/speciesSheet/otherInformations.html:154 msgid "organism.sheet" msgstr "Organism sheet" @@ -469,3 +497,6 @@ msgstr "Organism sheet" msgid "species.obs.for.tax" msgstr "Specific observations for this taxon" +#~ msgid "photo" +#~ msgstr "Photo" + diff --git a/atlas/translations/fr/LC_MESSAGES/messages.mo b/atlas/translations/fr/LC_MESSAGES/messages.mo index 534585ead..d80afd85d 100644 Binary files a/atlas/translations/fr/LC_MESSAGES/messages.mo and b/atlas/translations/fr/LC_MESSAGES/messages.mo differ diff --git a/atlas/translations/fr/LC_MESSAGES/messages.po b/atlas/translations/fr/LC_MESSAGES/messages.po index 48585d6c1..6380096a2 100644 --- a/atlas/translations/fr/LC_MESSAGES/messages.po +++ b/atlas/translations/fr/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-12-02 15:28+0100\n" +"POT-Creation-Date: 2024-09-26 10:41+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: fr\n" @@ -18,44 +18,59 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" -#: static/custom/templates/bandeaulogoshome.html:5 -#: static/custom/templates/bandeaulogoshome.html.sample:5 +#: static/custom/templates/bandeaulogoshome.html:6 +#: static/custom/templates/bandeaulogoshome.html.sample:6 msgid "home.partners" msgstr "Partenaires" +#: static/custom/templates/footer.html:2 #: static/custom/templates/footer.html.sample:2 templates/home/_main.html:3 msgid "home" msgstr "Accueil" +#: static/custom/templates/footer.html:5 static/custom/templates/footer.html:29 #: static/custom/templates/footer.html.sample:5 -#: static/custom/templates/footer.html.sample:24 +#: static/custom/templates/footer.html.sample:29 msgid "credits" msgstr "Conception et crédits" +#: static/custom/templates/footer.html:7 static/custom/templates/footer.html:46 #: static/custom/templates/footer.html.sample:7 -#: static/custom/templates/footer.html.sample:41 +#: static/custom/templates/footer.html.sample:46 msgid "legal" msgstr "Mentions légales" -#: static/custom/templates/footer.html.sample:12 +#: static/custom/templates/footer.html:11 +#: static/custom/templates/footer.html:64 +#: static/custom/templates/footer.html.sample:11 +#: static/custom/templates/footer.html.sample:64 +msgid "personal_data" +msgstr "Données personnelles" + +#: static/custom/templates/footer.html:17 +#: static/custom/templates/footer.html.sample:17 msgid "atlas.fauna.flora" msgstr "Atlas de la faune et de la flore" -#: static/custom/templates/footer.html.sample:12 +#: static/custom/templates/footer.html:17 +#: static/custom/templates/footer.html.sample:17 #: static/custom/templates/introduction.html:7 #: static/custom/templates/introduction.html.sample:7 msgid "from1" msgstr "du" -#: static/custom/templates/footer.html.sample:14 +#: static/custom/templates/footer.html:19 +#: static/custom/templates/footer.html.sample:19 msgid "powered.by" msgstr "Réalisé avec" -#: static/custom/templates/footer.html.sample:14 +#: static/custom/templates/footer.html:19 +#: static/custom/templates/footer.html.sample:19 msgid "developed.by" msgstr "développé par le" -#: static/custom/templates/footer.html.sample:15 +#: static/custom/templates/footer.html:20 +#: static/custom/templates/footer.html.sample:20 msgid "ecrins.national.park" msgstr "Parc national des Écrins" @@ -97,6 +112,19 @@ msgstr "" "d'un inventaire exhaustif ni d'une répartition complète des espèces sur " "le territoire." +#: static/custom/templates/navbar.html:34 +#: static/custom/templates/navbar.html.sample:34 +#: templates/home/globalStats.html:35 templates/photoGalery/_main.html:77 +msgid "search.species" +msgstr "Recherche par espèce" + +#: static/custom/templates/navbar.html:47 +#: static/custom/templates/navbar.html.sample:47 +#: templates/home/globalStats.html:55 +msgid "search.city" +msgstr "Recherche par commune" + +#: static/custom/templates/presentation.html:4 #: static/custom/templates/presentation.html.sample:4 msgid "atlas.presentation" msgstr "Présentation de l'atlas" @@ -122,7 +150,7 @@ msgid "check.area.sheet" msgstr "Voir la fiche de la zone" #: templates/core/advanced_search.html:4 -#: templates/core/advanced_search.html:382 templates/core/sideBar.html:20 +#: templates/core/advanced_search.html:382 templates/core/sideBar.html:30 msgid "advanced_search" msgstr "Recherche avancée" @@ -163,16 +191,16 @@ msgstr "Commencez à taper le nom d'une espèce" msgid "asearch.remove.selection" msgstr "Retirer de la sélection" -#: templates/core/advanced_search.html:427 templates/core/listTaxons.html:88 +#: templates/core/advanced_search.html:427 templates/core/listTaxons.html:87 #: templates/home/lastObs.html:44 templates/home/mostViewNow.html:33 -#: templates/home/newSpecies.html:45 templates/home/taxoRank.html:57 +#: templates/home/newSpecies.html:45 templates/home/taxoRank.html:61 #: templates/organismSheet/topSpecies.html:67 msgid "species.sheet" msgstr "Fiche espèce" -#: templates/core/advanced_search.html:429 templates/core/listTaxons.html:87 -#: templates/core/tabTaxons.html:85 templates/organismSheet/topSpecies.html:66 -#: templates/speciesSheet/identityCard.html:173 +#: templates/core/advanced_search.html:429 templates/core/listTaxons.html:86 +#: templates/core/tabTaxons.html:87 templates/organismSheet/topSpecies.html:66 +#: templates/speciesSheet/identityCard.html:180 msgid "check.species.sheet" msgstr "Voir la fiche espèce" @@ -188,24 +216,31 @@ msgstr "Filtrer les espèces" msgid "display.municipality.obs" msgstr "Voir les observations sur le territoire" -#: templates/core/listTaxons.html:81 templates/core/statHierarchy.html:7 -#: templates/home/globalStats.html:12 +#: templates/core/listTaxons.html:49 templates/core/tabTaxons.html:62 +#: templates/organismSheet/topSpecies.html:36 +#: templates/speciesSheet/identityCard.html:64 +#: templates/speciesSheet/identityCard.html:158 +msgid "this.taxon.has.a.protected.status" +msgstr "Ce taxon a un statut de protection" + +#: templates/core/listTaxons.html:80 templates/core/statHierarchy.html:7 #: templates/organismSheet/topSpecies.html:61 #: templates/speciesSheet/map.html:15 +#: templates/speciesSheet/otherInformations.html:144 msgid "observation" msgstr "Observation" -#: templates/core/listTaxons.html:82 templates/core/statHierarchy.html:7 -#: templates/core/tabTaxons.html:19 templates/home/globalStats.html:12 +#: templates/core/listTaxons.html:81 templates/core/statHierarchy.html:7 +#: templates/core/tabTaxons.html:19 templates/home/globalStats.html:16 #: templates/organismSheet/statsInfos.html:11 #: templates/organismSheet/topSpecies.html:61 -#: templates/speciesSheet/identityCard.html:131 +#: templates/speciesSheet/identityCard.html:135 #: templates/speciesSheet/map.html:15 -#: templates/speciesSheet/otherInformations.html:137 +#: templates/speciesSheet/otherInformations.html:142 msgid "observations" msgstr "Observations" -#: templates/core/listTaxons.html:83 +#: templates/core/listTaxons.html:82 msgid "last.obs.in" msgstr "Dernière observation en " @@ -213,36 +248,27 @@ msgstr "Dernière observation en " msgid "loading" msgstr "Chargement..." -#: static/custom/templates/core/navbar.html:34 templates/home/globalStats.html:28 -#: templates/photoGalery/_main.html:76 -msgid "search.species" -msgstr "Recherche par espèce" - -#: static/custom/templates/core/navbar.html:47 templates/home/globalStats.html:47 -msgid "search.city" -msgstr "Recherche par commune" - #: templates/core/sideBar.html:3 msgid "back.to.home" msgstr "Retour à l'accueil" -#: templates/core/sideBar.html:25 templates/home/globalStats.html:59 -#: templates/photoGalery/_main.html:5 templates/photoGalery/_main.html:50 +#: templates/core/sideBar.html:35 templates/home/globalStats.html:68 +#: templates/photoGalery/_main.html:5 templates/photoGalery/_main.html:51 msgid "gallery.title" msgstr "Galerie photos" -#: templates/core/statHierarchy.html:12 templates/home/globalStats.html:21 -#: templates/home/taxoRank.html:28 templates/organismSheet/statsInfos.html:21 +#: templates/core/statHierarchy.html:12 templates/home/globalStats.html:28 +#: templates/home/taxoRank.html:32 templates/organismSheet/statsInfos.html:21 msgid "species" msgstr "Espèces" #: templates/core/statHierarchy.html:17 templates/speciesSheet/map.html:25 -#: templates/speciesSheet/otherInformations.html:29 +#: templates/speciesSheet/otherInformations.html:28 msgid "observers" msgstr "Observateurs" #: templates/core/statHierarchy.html:17 templates/speciesSheet/map.html:25 -#: templates/speciesSheet/otherInformations.html:29 +#: templates/speciesSheet/otherInformations.html:28 msgid "observer" msgstr "Observateur" @@ -250,11 +276,11 @@ msgstr "Observateur" msgid "group" msgstr "Groupe" -#: templates/core/tabTaxons.html:8 templates/speciesSheet/identityCard.html:124 +#: templates/core/tabTaxons.html:8 templates/speciesSheet/identityCard.html:128 msgid "scientific.name" msgstr "Nom binomial" -#: templates/core/tabTaxons.html:9 templates/speciesSheet/identityCard.html:123 +#: templates/core/tabTaxons.html:9 templates/speciesSheet/identityCard.html:127 msgid "common.name" msgstr "Nom vernaculaire" @@ -262,21 +288,16 @@ msgstr "Nom vernaculaire" msgid "obs.number.s" msgstr "Nombre d'observation(s)" -#: templates/core/tabTaxons.html:17 templates/speciesSheet/map.html:33 +#: templates/core/tabTaxons.html:17 templates/speciesSheet/map.html:38 msgid "last.obs" msgstr "Dernière observation" #: templates/core/tabTaxons.html:21 -#: templates/speciesSheet/identityCard.html:132 +#: templates/speciesSheet/identityCard.html:136 msgid "sheet" msgstr "Fiche" -#: templates/core/tabTaxons.html:60 templates/speciesSheet/identityCard.html:62 -#: templates/speciesSheet/identityCard.html:154 -msgid "this.taxon.has.a.protected.status" -msgstr "Ce taxon a un statut de protection" - -#: templates/core/tabTaxons.html:80 +#: templates/core/tabTaxons.html:82 msgid "display.city.infos" msgstr "Afficher les informations de la commune" @@ -284,30 +305,20 @@ msgstr "Afficher les informations de la commune" msgid "home.insomefigures" msgstr "En quelques chiffres" -#: templates/home/globalStats.html:13 +#: templates/home/globalStats.html:18 msgid "home.seelatestobs" msgstr "Voir les dernières observations" -#: templates/home/globalStats.html:39 templates/speciesSheet/map.html:20 +#: templates/home/globalStats.html:47 templates/speciesSheet/map.html:20 #: templates/speciesSheet/otherInformations.html:10 #: templates/speciesSheet/otherInformations.html:14 msgid "municipalities" msgstr "Communes" -#: templates/home/globalStats.html:39 templates/speciesSheet/map.html:20 -#: templates/speciesSheet/otherInformations.html:10 -#: templates/speciesSheet/otherInformations.html:14 -msgid "municipality" -msgstr "Commune" - -#: templates/home/globalStats.html:58 +#: templates/home/globalStats.html:67 msgid "photos" msgstr "Photos" -#: templates/home/globalStats.html:58 -msgid "photo" -msgstr "Photo" - #: templates/home/mostViewNow.html:5 msgid "see.at.the.moment" msgstr "A voir en ce moment" @@ -334,14 +345,23 @@ msgstr "Autres informations" msgid "part.graph" msgstr "Répartition des observations par groupe" -#: templates/organismSheet/identityCard.html:21 +#: templates/organismSheet/identityCard.html:20 msgid "Adresse" msgstr "" -#: templates/organismSheet/identityCard.html:22 +#: templates/organismSheet/identityCard.html:21 msgid "Téléphone" msgstr "Téléphone" +#: templates/organismSheet/identityCard.html:22 +msgid "Email" +msgstr "" + +#: templates/organismSheet/identityCard.html:23 +#, fuzzy +msgid "Site" +msgstr "Titre" + #: templates/organismSheet/mapObs.html:5 msgid "map.observations" msgstr "Carte des observations" @@ -362,11 +382,11 @@ msgstr "Espèces les plus observées" msgid "from.organism.observations" msgstr "des observations de l'organisme" -#: templates/photoGalery/_main.html:64 templates/photoGalery/_main.html:65 +#: templates/photoGalery/_main.html:65 templates/photoGalery/_main.html:66 msgid "all.groups" msgstr "Tous les groupes" -#: templates/photoGalery/_main.html:70 +#: templates/photoGalery/_main.html:71 msgid "order.photos" msgstr "Trier les photos par nombre d'observations" @@ -410,11 +430,11 @@ msgstr "Non renseigné pour le moment" msgid "no.synonym.for.this.taxon" msgstr "Pas de synonymes pour ce taxon" -#: templates/speciesSheet/charts.html:3 +#: templates/speciesSheet/charts.html:4 msgid "alt.classes.obs" msgstr "Observations par classes d'altitudes" -#: templates/speciesSheet/charts.html:7 +#: templates/speciesSheet/charts.html:10 msgid "monthly.obs" msgstr "Observations mensuelles" @@ -423,26 +443,34 @@ msgstr "Observations mensuelles" msgid "author" msgstr "Auteur" -#: templates/speciesSheet/identityCard.html:95 +#: templates/speciesSheet/identityCard.html:97 msgid "check.species.sheet.inpn" msgstr "Voir la fiche espèce INPN" -#: templates/speciesSheet/identityCard.html:126 +#: templates/speciesSheet/identityCard.html:130 msgid "protection" msgstr "Statut de protection" -#: templates/speciesSheet/map.html:29 -msgid "first.obs" -msgstr "Première observation" +#: templates/speciesSheet/map.html:20 +#: templates/speciesSheet/otherInformations.html:10 +#: templates/speciesSheet/otherInformations.html:14 +msgid "municipality" +msgstr "Commune" -#: templates/speciesSheet/otherInformations.html:22 +#: templates/speciesSheet/map.html:29 +#: templates/speciesSheet/otherInformations.html:21 msgid "organisms" msgstr "Organismes" -#: templates/speciesSheet/otherInformations.html:22 +#: templates/speciesSheet/map.html:29 +#: templates/speciesSheet/otherInformations.html:21 msgid "organism" msgstr "Organisme" +#: templates/speciesSheet/map.html:34 +msgid "first.obs" +msgstr "Première observation" + #: templates/speciesSheet/otherInformations.html:41 msgid "title" msgstr "Titre" @@ -451,19 +479,19 @@ msgstr "Titre" msgid "date" msgstr "Date" -#: templates/speciesSheet/otherInformations.html:137 +#: templates/speciesSheet/otherInformations.html:139 msgid "organism.participation" msgstr "Participation à " -#: templates/speciesSheet/otherInformations.html:138 +#: templates/speciesSheet/otherInformations.html:147 msgid "organism.prospection" msgstr "Part d'aide à la prospection" -#: templates/speciesSheet/otherInformations.html:144 +#: templates/speciesSheet/otherInformations.html:153 msgid "check.organism.sheet" msgstr "Voir la fiche organisme" -#: templates/speciesSheet/otherInformations.html:145 +#: templates/speciesSheet/otherInformations.html:154 msgid "organism.sheet" msgstr "Fiche organisme" @@ -471,3 +499,6 @@ msgstr "Fiche organisme" msgid "species.obs.for.tax" msgstr "Observation pour le taxon" +#~ msgid "photo" +#~ msgstr "Photo" + diff --git a/atlas/translations/it/LC_MESSAGES/messages.mo b/atlas/translations/it/LC_MESSAGES/messages.mo index 6acf44c7d..b39e12499 100644 Binary files a/atlas/translations/it/LC_MESSAGES/messages.mo and b/atlas/translations/it/LC_MESSAGES/messages.mo differ diff --git a/atlas/translations/it/LC_MESSAGES/messages.po b/atlas/translations/it/LC_MESSAGES/messages.po index 968b2171a..a1ae18fab 100644 --- a/atlas/translations/it/LC_MESSAGES/messages.po +++ b/atlas/translations/it/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-12-02 15:28+0100\n" +"POT-Creation-Date: 2024-09-26 10:41+0200\n" "PO-Revision-Date: 2021-07-19 09:53+0200\n" "Last-Translator: FULL NAME \n" "Language: it\n" @@ -18,44 +18,59 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" -#: static/custom/templates/bandeaulogoshome.html:5 -#: static/custom/templates/bandeaulogoshome.html.sample:5 +#: static/custom/templates/bandeaulogoshome.html:6 +#: static/custom/templates/bandeaulogoshome.html.sample:6 msgid "home.partners" msgstr "Partner" +#: static/custom/templates/footer.html:2 #: static/custom/templates/footer.html.sample:2 templates/home/_main.html:3 msgid "home" msgstr "Home" +#: static/custom/templates/footer.html:5 static/custom/templates/footer.html:29 #: static/custom/templates/footer.html.sample:5 -#: static/custom/templates/footer.html.sample:24 +#: static/custom/templates/footer.html.sample:29 msgid "credits" msgstr "Concezione e crediti" +#: static/custom/templates/footer.html:7 static/custom/templates/footer.html:46 #: static/custom/templates/footer.html.sample:7 -#: static/custom/templates/footer.html.sample:41 +#: static/custom/templates/footer.html.sample:46 msgid "legal" msgstr "Nota legale" -#: static/custom/templates/footer.html.sample:12 +#: static/custom/templates/footer.html:11 +#: static/custom/templates/footer.html:64 +#: static/custom/templates/footer.html.sample:11 +#: static/custom/templates/footer.html.sample:64 +msgid "personal_data" +msgstr "Dati personali" + +#: static/custom/templates/footer.html:17 +#: static/custom/templates/footer.html.sample:17 msgid "atlas.fauna.flora" msgstr "Atlante della flora e della fauna" -#: static/custom/templates/footer.html.sample:12 +#: static/custom/templates/footer.html:17 +#: static/custom/templates/footer.html.sample:17 #: static/custom/templates/introduction.html:7 #: static/custom/templates/introduction.html.sample:7 msgid "from1" msgstr "di" -#: static/custom/templates/footer.html.sample:14 +#: static/custom/templates/footer.html:19 +#: static/custom/templates/footer.html.sample:19 msgid "powered.by" msgstr "Realizzato da" -#: static/custom/templates/footer.html.sample:14 +#: static/custom/templates/footer.html:19 +#: static/custom/templates/footer.html.sample:19 msgid "developed.by" msgstr "sviluppato da il" -#: static/custom/templates/footer.html.sample:15 +#: static/custom/templates/footer.html:20 +#: static/custom/templates/footer.html.sample:20 msgid "ecrins.national.park" msgstr "Parco Nazionale degli Ecrins" @@ -96,6 +111,19 @@ msgstr "" "tratta di un inventario esaustivo né di una distribuzione completa delle " "specie nel territorio." +#: static/custom/templates/navbar.html:34 +#: static/custom/templates/navbar.html.sample:34 +#: templates/home/globalStats.html:35 templates/photoGalery/_main.html:77 +msgid "search.species" +msgstr "Cerca per species" + +#: static/custom/templates/navbar.html:47 +#: static/custom/templates/navbar.html.sample:47 +#: templates/home/globalStats.html:55 +msgid "search.city" +msgstr "Ricerca per comune" + +#: static/custom/templates/presentation.html:4 #: static/custom/templates/presentation.html.sample:4 msgid "atlas.presentation" msgstr "Presentazione dell'atlante" @@ -121,7 +149,7 @@ msgid "check.area.sheet" msgstr "Guarda la scheda species" #: templates/core/advanced_search.html:4 -#: templates/core/advanced_search.html:382 templates/core/sideBar.html:20 +#: templates/core/advanced_search.html:382 templates/core/sideBar.html:30 msgid "advanced_search" msgstr "Ricerca Avanzata" @@ -162,16 +190,16 @@ msgstr "Inizia a digitare il nome di una specie" msgid "asearch.remove.selection" msgstr "Rimuovi dalla selezione" -#: templates/core/advanced_search.html:427 templates/core/listTaxons.html:88 +#: templates/core/advanced_search.html:427 templates/core/listTaxons.html:87 #: templates/home/lastObs.html:44 templates/home/mostViewNow.html:33 -#: templates/home/newSpecies.html:45 templates/home/taxoRank.html:57 +#: templates/home/newSpecies.html:45 templates/home/taxoRank.html:61 #: templates/organismSheet/topSpecies.html:67 msgid "species.sheet" msgstr "Scheda specie" -#: templates/core/advanced_search.html:429 templates/core/listTaxons.html:87 -#: templates/core/tabTaxons.html:85 templates/organismSheet/topSpecies.html:66 -#: templates/speciesSheet/identityCard.html:173 +#: templates/core/advanced_search.html:429 templates/core/listTaxons.html:86 +#: templates/core/tabTaxons.html:87 templates/organismSheet/topSpecies.html:66 +#: templates/speciesSheet/identityCard.html:180 msgid "check.species.sheet" msgstr "Vedere la scheda delle specie" @@ -187,24 +215,31 @@ msgstr "Filtrare le species" msgid "display.municipality.obs" msgstr "Guarda le osservazioni sul territorio" -#: templates/core/listTaxons.html:81 templates/core/statHierarchy.html:7 -#: templates/home/globalStats.html:12 +#: templates/core/listTaxons.html:49 templates/core/tabTaxons.html:62 +#: templates/organismSheet/topSpecies.html:36 +#: templates/speciesSheet/identityCard.html:64 +#: templates/speciesSheet/identityCard.html:158 +msgid "this.taxon.has.a.protected.status" +msgstr "Questo taxon ha uno status di protezione" + +#: templates/core/listTaxons.html:80 templates/core/statHierarchy.html:7 #: templates/organismSheet/topSpecies.html:61 #: templates/speciesSheet/map.html:15 +#: templates/speciesSheet/otherInformations.html:144 msgid "observation" msgstr "Osservazione" -#: templates/core/listTaxons.html:82 templates/core/statHierarchy.html:7 -#: templates/core/tabTaxons.html:19 templates/home/globalStats.html:12 +#: templates/core/listTaxons.html:81 templates/core/statHierarchy.html:7 +#: templates/core/tabTaxons.html:19 templates/home/globalStats.html:16 #: templates/organismSheet/statsInfos.html:11 #: templates/organismSheet/topSpecies.html:61 -#: templates/speciesSheet/identityCard.html:131 +#: templates/speciesSheet/identityCard.html:135 #: templates/speciesSheet/map.html:15 -#: templates/speciesSheet/otherInformations.html:137 +#: templates/speciesSheet/otherInformations.html:142 msgid "observations" msgstr "Osservazioni" -#: templates/core/listTaxons.html:83 +#: templates/core/listTaxons.html:82 msgid "last.obs.in" msgstr "Ultime osservazioni " @@ -212,36 +247,27 @@ msgstr "Ultime osservazioni " msgid "loading" msgstr "Caricamento in corso..." -#: static/custom/templates/core/navbar.html:34 templates/home/globalStats.html:28 -#: templates/photoGalery/_main.html:76 -msgid "search.species" -msgstr "Cerca per species" - -#: static/custom/templates/core/navbar.html:47 templates/home/globalStats.html:47 -msgid "search.city" -msgstr "Ricerca per comune" - #: templates/core/sideBar.html:3 msgid "back.to.home" msgstr "Tornare a Home" -#: templates/core/sideBar.html:25 templates/home/globalStats.html:59 -#: templates/photoGalery/_main.html:5 templates/photoGalery/_main.html:50 +#: templates/core/sideBar.html:35 templates/home/globalStats.html:68 +#: templates/photoGalery/_main.html:5 templates/photoGalery/_main.html:51 msgid "gallery.title" msgstr "Galleria di foto" -#: templates/core/statHierarchy.html:12 templates/home/globalStats.html:21 -#: templates/home/taxoRank.html:28 templates/organismSheet/statsInfos.html:21 +#: templates/core/statHierarchy.html:12 templates/home/globalStats.html:28 +#: templates/home/taxoRank.html:32 templates/organismSheet/statsInfos.html:21 msgid "species" msgstr "Contanti" #: templates/core/statHierarchy.html:17 templates/speciesSheet/map.html:25 -#: templates/speciesSheet/otherInformations.html:29 +#: templates/speciesSheet/otherInformations.html:28 msgid "observers" msgstr "Osservatori" #: templates/core/statHierarchy.html:17 templates/speciesSheet/map.html:25 -#: templates/speciesSheet/otherInformations.html:29 +#: templates/speciesSheet/otherInformations.html:28 msgid "observer" msgstr "Osservatori" @@ -249,11 +275,11 @@ msgstr "Osservatori" msgid "group" msgstr "Gruppo" -#: templates/core/tabTaxons.html:8 templates/speciesSheet/identityCard.html:124 +#: templates/core/tabTaxons.html:8 templates/speciesSheet/identityCard.html:128 msgid "scientific.name" msgstr "Nome binomiale" -#: templates/core/tabTaxons.html:9 templates/speciesSheet/identityCard.html:123 +#: templates/core/tabTaxons.html:9 templates/speciesSheet/identityCard.html:127 msgid "common.name" msgstr "Nome volgare" @@ -261,21 +287,16 @@ msgstr "Nome volgare" msgid "obs.number.s" msgstr "Numero di osservazioni" -#: templates/core/tabTaxons.html:17 templates/speciesSheet/map.html:33 +#: templates/core/tabTaxons.html:17 templates/speciesSheet/map.html:38 msgid "last.obs" msgstr "Ultime osservazioni" #: templates/core/tabTaxons.html:21 -#: templates/speciesSheet/identityCard.html:132 +#: templates/speciesSheet/identityCard.html:136 msgid "sheet" msgstr "Scheda" -#: templates/core/tabTaxons.html:60 templates/speciesSheet/identityCard.html:62 -#: templates/speciesSheet/identityCard.html:154 -msgid "this.taxon.has.a.protected.status" -msgstr "Questo taxon ha uno status di protezione" - -#: templates/core/tabTaxons.html:80 +#: templates/core/tabTaxons.html:82 msgid "display.city.infos" msgstr "Visualizza le informazioni del comune" @@ -283,30 +304,20 @@ msgstr "Visualizza le informazioni del comune" msgid "home.insomefigures" msgstr "In pochi numeri" -#: templates/home/globalStats.html:13 +#: templates/home/globalStats.html:18 msgid "home.seelatestobs" msgstr "Guarda le ultime osservazioni" -#: templates/home/globalStats.html:39 templates/speciesSheet/map.html:20 +#: templates/home/globalStats.html:47 templates/speciesSheet/map.html:20 #: templates/speciesSheet/otherInformations.html:10 #: templates/speciesSheet/otherInformations.html:14 msgid "municipalities" msgstr "Comuni" -#: templates/home/globalStats.html:39 templates/speciesSheet/map.html:20 -#: templates/speciesSheet/otherInformations.html:10 -#: templates/speciesSheet/otherInformations.html:14 -msgid "municipality" -msgstr "Comune" - -#: templates/home/globalStats.html:58 +#: templates/home/globalStats.html:67 msgid "photos" msgstr "Immagini" -#: templates/home/globalStats.html:58 -msgid "photo" -msgstr "Foto" - #: templates/home/mostViewNow.html:5 msgid "see.at.the.moment" msgstr "Da vedere ora" @@ -333,14 +344,23 @@ msgstr "Altre informazioni" msgid "part.graph" msgstr "Distribuzione delle osservazioni per famiglia" -#: templates/organismSheet/identityCard.html:21 +#: templates/organismSheet/identityCard.html:20 msgid "Adresse" msgstr "" -#: templates/organismSheet/identityCard.html:22 +#: templates/organismSheet/identityCard.html:21 msgid "Téléphone" msgstr "Telefono" +#: templates/organismSheet/identityCard.html:22 +msgid "Email" +msgstr "" + +#: templates/organismSheet/identityCard.html:23 +#, fuzzy +msgid "Site" +msgstr "Titolo" + #: templates/organismSheet/mapObs.html:5 msgid "map.observations" msgstr "Observatione mensual" @@ -361,11 +381,11 @@ msgstr "Specie più comunemente osservate" msgid "from.organism.observations" msgstr "delle osservazioni dell'organizzazione" -#: templates/photoGalery/_main.html:64 templates/photoGalery/_main.html:65 +#: templates/photoGalery/_main.html:65 templates/photoGalery/_main.html:66 msgid "all.groups" msgstr "Gruppo" -#: templates/photoGalery/_main.html:70 +#: templates/photoGalery/_main.html:71 msgid "order.photos" msgstr "Ordina le foto per numero di osservazioni" @@ -409,11 +429,11 @@ msgstr "Non ancora specificato" msgid "no.synonym.for.this.taxon" msgstr "Nessun sinonimo per questo taxon" -#: templates/speciesSheet/charts.html:3 +#: templates/speciesSheet/charts.html:4 msgid "alt.classes.obs" msgstr "Osservazioni per classi di altitudine" -#: templates/speciesSheet/charts.html:7 +#: templates/speciesSheet/charts.html:10 msgid "monthly.obs" msgstr "Osservazioni mensili" @@ -422,26 +442,34 @@ msgstr "Osservazioni mensili" msgid "author" msgstr "Autore" -#: templates/speciesSheet/identityCard.html:95 +#: templates/speciesSheet/identityCard.html:97 msgid "check.species.sheet.inpn" msgstr "Consulta la scheda species INPN" -#: templates/speciesSheet/identityCard.html:126 +#: templates/speciesSheet/identityCard.html:130 msgid "protection" msgstr "Stato di protezione" -#: templates/speciesSheet/map.html:29 -msgid "first.obs" -msgstr "Prima osservazione" +#: templates/speciesSheet/map.html:20 +#: templates/speciesSheet/otherInformations.html:10 +#: templates/speciesSheet/otherInformations.html:14 +msgid "municipality" +msgstr "Comune" -#: templates/speciesSheet/otherInformations.html:22 +#: templates/speciesSheet/map.html:29 +#: templates/speciesSheet/otherInformations.html:21 msgid "organisms" msgstr "Organizzazioni" -#: templates/speciesSheet/otherInformations.html:22 +#: templates/speciesSheet/map.html:29 +#: templates/speciesSheet/otherInformations.html:21 msgid "organism" msgstr "Organizzazione" +#: templates/speciesSheet/map.html:34 +msgid "first.obs" +msgstr "Prima osservazione" + #: templates/speciesSheet/otherInformations.html:41 msgid "title" msgstr "Titolo" @@ -450,19 +478,19 @@ msgstr "Titolo" msgid "date" msgstr "Datato" -#: templates/speciesSheet/otherInformations.html:137 +#: templates/speciesSheet/otherInformations.html:139 msgid "organism.participation" msgstr "Partecipazione a" -#: templates/speciesSheet/otherInformations.html:138 +#: templates/speciesSheet/otherInformations.html:147 msgid "organism.prospection" msgstr "Percentuale di assistenza alla prospezione" -#: templates/speciesSheet/otherInformations.html:144 +#: templates/speciesSheet/otherInformations.html:153 msgid "check.organism.sheet" msgstr "Vedere il foglio delle species" -#: templates/speciesSheet/otherInformations.html:145 +#: templates/speciesSheet/otherInformations.html:154 msgid "organism.sheet" msgstr "Scheda organismo" @@ -470,3 +498,6 @@ msgstr "Scheda organismo" msgid "species.obs.for.tax" msgstr "Scheda delle species per taxon" +#~ msgid "photo" +#~ msgstr "Foto" + diff --git a/install_app.sh b/install_app.sh index 4a1ee1223..c27206cd2 100755 --- a/install_app.sh +++ b/install_app.sh @@ -91,6 +91,9 @@ fi if [ ! -f ./atlas/static/custom/templates/mentions-legales.html ]; then cp ./atlas/static/custom/templates/mentions-legales.html.sample ./atlas/static/custom/templates/mentions-legales.html fi +if [ ! -f ./atlas/static/custom/templates/personal-data.html ]; then + cp ./atlas/static/custom/templates/personal-data.html.sample ./atlas/static/custom/templates/personal-data.html +fi if [ ! -f ./atlas/static/custom/templates/bandeaulogoshome.html ]; then cp ./atlas/static/custom/templates/bandeaulogoshome.html.sample ./atlas/static/custom/templates/bandeaulogoshome.html fi