diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-05-27 15:33:36 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-05-27 15:33:36 +0200 |
commit | f8d78169e821915d580f4fc0235e637c34f7b6c3 (patch) | |
tree | fe08d470dc230607cafe9165b5f07b0c55960445 /locale/fr | |
parent | 1be1d7afc81559226747d568ed491d5a55150ff1 (diff) | |
download | Ishtar-f8d78169e821915d580f4fc0235e637c34f7b6c3.tar.bz2 Ishtar-f8d78169e821915d580f4fc0235e637c34f7b6c3.zip |
✏️ fix label (refs #5911)
Diffstat (limited to 'locale/fr')
-rw-r--r-- | locale/fr/LC_MESSAGES/django.po | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index 2afc20c6f..27113fdbb 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-10 13:07+0200\n" +"POT-Creation-Date: 2024-05-27 15:23+0200\n" "PO-Revision-Date: 2022-07-08 13:04+0000\n" "Last-Translator: Étienne Loks <etienne.loks@iggdrasil.net>\n" "Language-Team: French <http://translate.iggdrasil.net/projects/ishtar/wip-" @@ -9864,7 +9864,7 @@ msgstr "" "Vous devez soit déposer un fichier soit renseigner un lien pour les médias " "mais pas les deux." -#: ishtar_common/forms_common.py:390 ishtar_common/tests.py:3022 +#: ishtar_common/forms_common.py:390 ishtar_common/tests.py:3023 msgid "\"Associated images\" field must be a valid zip file." msgstr "Le champ « images associées » doit être un fichier zip valide." @@ -10738,12 +10738,12 @@ msgid "Generated below relation image (PNG)" msgstr "Image des relations au dessous (PNG généré)" #: ishtar_common/models.py:717 -msgid "Custom data - Menu" -msgstr "Données personnalisées - Menu" +msgid "Custom data - Section" +msgstr "Données personnalisées - Section" #: ishtar_common/models.py:718 -msgid "Custom data - Menus" -msgstr "Données personnalisées - Menus" +msgid "Custom data - Sections" +msgstr "Données personnalisées - Sections" #: ishtar_common/models.py:721 ishtar_common/models.py:785 #: ishtar_common/models.py:1721 ishtar_common/models.py:1874 |