From 70f8f86c7aa065ce5632485fa003f286389b6df4 Mon Sep 17 00:00:00 2001 From: MVA Global Fret Date: Wed, 6 May 2026 20:05:39 +0200 Subject: [PATCH] =?UTF-8?q?Add=20Mentions=20L=C3=A9gales=20&=20Politique?= =?UTF-8?q?=20de=20Confidentialit=C3=A9=20pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Create two new legal pages (FR/EN/MG) with LAATEL Corporation company details (STAT, RCS, NIF). Add footer links to all pages and translation keys for the three languages. Co-Authored-By: Claude Opus 4.6 --- about.html | 8 +- accueil.html | 8 +- application.html | 8 +- cgv.html | 8 +- contact.html | 8 +- guide-envoi.html | 8 +- js/translations.js | 36 ++- mentions-legales.html | 308 +++++++++++++++++++++ politique-confidentialite.html | 482 +++++++++++++++++++++++++++++++++ service-commande.html | 8 +- tarifs.html | 8 +- 11 files changed, 879 insertions(+), 11 deletions(-) create mode 100644 mentions-legales.html create mode 100644 politique-confidentialite.html diff --git a/about.html b/about.html index 14e5f26..822c21d 100644 --- a/about.html +++ b/about.html @@ -228,7 +228,13 @@ diff --git a/accueil.html b/accueil.html index c457993..6a3e712 100644 --- a/accueil.html +++ b/accueil.html @@ -263,7 +263,13 @@ diff --git a/application.html b/application.html index 52f81aa..dad9d56 100644 --- a/application.html +++ b/application.html @@ -298,7 +298,13 @@ diff --git a/cgv.html b/cgv.html index 469b0fd..c443bec 100644 --- a/cgv.html +++ b/cgv.html @@ -340,7 +340,13 @@ diff --git a/contact.html b/contact.html index 99b05a8..c42137f 100644 --- a/contact.html +++ b/contact.html @@ -299,7 +299,13 @@ diff --git a/guide-envoi.html b/guide-envoi.html index b1e7a2f..f6e1f7b 100644 --- a/guide-envoi.html +++ b/guide-envoi.html @@ -280,7 +280,13 @@ diff --git a/js/translations.js b/js/translations.js index f7b9971..1a3d1f0 100644 --- a/js/translations.js +++ b/js/translations.js @@ -284,12 +284,22 @@ const translations = { linksTitle: "Liens Rapides", contactTitle: "Contact", copyright: "© 2026 MVA Global Fret. Tous droits réservés.", - cgv: "Conditions Générales de Vente" + cgv: "Conditions Générales de Vente", + mentionsLegales: "Mentions Légales", + privacy: "Politique de Confidentialité" }, cgv: { heroTitle: "Conditions Générales de Vente", heroSubtitle: "Lire et accepter avant toute inscription" }, + mentionsLegales: { + heroTitle: "Mentions Légales", + heroSubtitle: "Informations légales relatives au site MVA Global Fret" + }, + privacy: { + heroTitle: "Politique de Confidentialité", + heroSubtitle: "Comment nous protégeons vos données personnelles" + }, serviceCommande: { heroTitle: "Service Commande pour Vous", heroSubtitle: "Nous commandons pour vous sur les sites européens, vous récupérez à Madagascar", @@ -636,12 +646,22 @@ const translations = { linksTitle: "Quick Links", contactTitle: "Contact", copyright: "© 2026 MVA Global Fret. All rights reserved.", - cgv: "Terms and Conditions" + cgv: "Terms and Conditions", + mentionsLegales: "Legal Notice", + privacy: "Privacy Policy" }, cgv: { heroTitle: "Terms and Conditions of Sale", heroSubtitle: "Please read and accept before registering" }, + mentionsLegales: { + heroTitle: "Legal Notice", + heroSubtitle: "Legal information about the MVA Global Fret website" + }, + privacy: { + heroTitle: "Privacy Policy", + heroSubtitle: "How we protect your personal data" + }, serviceCommande: { heroTitle: "Order Service for You", heroSubtitle: "We order for you on European websites, you pick up in Madagascar", @@ -988,12 +1008,22 @@ const translations = { linksTitle: "Rohy Haingana", contactTitle: "Fifandraisana", copyright: "© 2026 MVA Global Fret. Zo rehetra voatahiry.", - cgv: "Fepetra Ankapoben'ny Varotra" + cgv: "Fepetra Ankapoben'ny Varotra", + mentionsLegales: "Filazana Ara-dalàna", + privacy: "Politikan'ny Tsiambaratelo" }, cgv: { heroTitle: "Fepetra Ankapoben'ny Varotra", heroSubtitle: "Vakio sy ekeo alohan'ny fisoratana anarana" }, + mentionsLegales: { + heroTitle: "Filazana Ara-dalàna", + heroSubtitle: "Fampahalalana ara-dalàna momba ny tranonkala MVA Global Fret" + }, + privacy: { + heroTitle: "Politikan'ny Tsiambaratelo", + heroSubtitle: "Ahoana no iarovanay ny angon-drakitrareo manokana" + }, serviceCommande: { heroTitle: "Tolotra Fividianana ho Anareo", heroSubtitle: "Mividy ho anareo amin'ny tranonkala eoropeana izahay, alainareo any Madagasikara", diff --git a/mentions-legales.html b/mentions-legales.html new file mode 100644 index 0000000..9fb686c --- /dev/null +++ b/mentions-legales.html @@ -0,0 +1,308 @@ + + + + + + Mentions Légales — MVA Global Fret + + + + + + + + + + + + + + + + +
+ +
+ +
+
+

Mentions Légales

+

Informations légales relatives au site MVA Global Fret

+
+
+ +
+
+ + + + + + + + + + +
+
+ +
+ + + + + + + diff --git a/politique-confidentialite.html b/politique-confidentialite.html new file mode 100644 index 0000000..8ce1fe8 --- /dev/null +++ b/politique-confidentialite.html @@ -0,0 +1,482 @@ + + + + + + Politique de Confidentialité — MVA Global Fret + + + + + + + + + + + + + + + + +
+ +
+ +
+
+

Politique de Confidentialité

+

Comment nous protégeons vos données personnelles

+
+
+ +
+
+ + + + + + + + + + +
+
+ +
+ + + + + + + diff --git a/service-commande.html b/service-commande.html index 2aee400..fbe9879 100644 --- a/service-commande.html +++ b/service-commande.html @@ -262,7 +262,13 @@ diff --git a/tarifs.html b/tarifs.html index a031bb1..17fc00b 100644 --- a/tarifs.html +++ b/tarifs.html @@ -277,7 +277,13 @@