Skip to content

Commit

Permalink
fr
Browse files Browse the repository at this point in the history
  • Loading branch information
0ba-pia committed Oct 6, 2023
1 parent 5f77c5a commit a815ff6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions fr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,24 +392,24 @@ <h2 class="text-center mt-0">CONTACT</h2>
<path d="M256 40c118.621 0 216 96.075 216 216 0 119.291-96.61 216-216 216-119.244 0-216-96.562-216-216 0-119.203 96.602-216 216-216m0-32C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm-11.49 120h22.979c6.823 0 12.274 5.682 11.99 12.5l-7 168c-.268 6.428-5.556 11.5-11.99 11.5h-8.979c-6.433 0-11.722-5.073-11.99-11.5l-7-168c-.283-6.818 5.167-12.5 11.99-12.5zM256 340c-15.464 0-28 12.536-28 28s12.536 28 28 28 28-12.536 28-28-12.536-28-28-28z" />
</svg>
<span class="sib-form-message-panel__inner-text">
Erreur, veuillez ré-essayer.
Erreur, veuillez ré-essayer
</span>
</div>
</div>
<div></div>
<div id="success-message" class="sib-form-message-panel" style="font-size:16px; text-align:left; font-family:'Helvetica', sans-serif; color:#085229; background-color: transparent; border-radius:3px; border-color:#13ce66;max-width:540px;">
<div id="success-message" class="sib-form-message-panel" style="font-size:16px; text-align:left; font-family:'Helvetica', sans-serif; color:#085229; background-color:#e7faf0; border-radius:3px; border-color:#13ce66;max-width:540px;">
<div class="sib-form-message-panel__text sib-form-message-panel__text--center">
<svg viewBox="0 0 512 512" class="sib-icon sib-notification__icon">
<path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 464c-118.664 0-216-96.055-216-216 0-118.663 96.055-216 216-216 118.664 0 216 96.055 216 216 0 118.663-96.055 216-216 216zm141.63-274.961L217.15 376.071c-4.705 4.667-12.303 4.637-16.97-.068l-85.878-86.572c-4.667-4.705-4.637-12.303.068-16.97l8.52-8.451c4.705-4.667 12.303-4.637 16.97.068l68.976 69.533 163.441-162.13c4.705-4.667 12.303-4.637 16.97.068l8.451 8.52c4.668 4.705 4.637 12.303-.068 16.97z" />
</svg>
<span class="sib-form-message-panel__inner-text">
Votre message a bien été envoyé.
Votre message a bien été envoyé
</span>
</div>
</div>
<div></div>
<div id="sib-container" class="sib-container--large sib-container--vertical" style="text-align:center; background-color:rgba(255,255,255,1); max-width:540px; border-radius:3px; border-width:0px; border-color:#C0CCD9; border-style:solid; direction:ltr">
<form id="sib-form" method="POST" action="https://85a4f2e4.sibforms.com/serve/MUIFAHG-5ol7UaQ4D3-_MEbargn5aisZ2tNXCxoj20k1DyuAYjJs5syuKVzt6C6phsHAsjvmfPm8V2aMyiiJ60o25U9CwRuJ2ghQmyA-aezKokS-tHwmDL9U_spBFjvkWrdYIebssgboSucMgNoHCg22KJBw3ViFWr8X_gSDQygQvu4r-PSkW4KiMbiLBoCjuV5Xgt_QaYXCYVLP" data-type="subscription">
<form id="sib-form" method="POST" action="https://85a4f2e4.sibforms.com/serve/MUIFAOH4ORPJlXkTfm651CgD2JzQrNWgFY3g1LINCVIrNyVPIzKUU-_1TJINeEBy09h3cpWHd9cTnbRY0bChJ_TVWrMetBLi3S7A7YuZ7gJMyg5i5qUW0MxzOcc2ewcDa8lkkrBznB8upkuTwQvJyKLup1itMV3SUkI_aDG1tbEQBeY_CFonbQn18Ps6xsbrvso-spzn7Q_3-xlH" data-type="subscription">
<div style="padding: 8px 0;">
<div class="sib-input sib-form-block">
<div class="form__entry entry_block">
Expand Down Expand Up @@ -457,7 +457,7 @@ <h2 class="text-center mt-0">CONTACT</h2>
</div>

<input type="text" name="email_address_check" value="" class="input--hidden">
<input type="hidden" name="locale" value="fr">
<input type="hidden" name="locale" value="en">
</form>
</div>
</div>
Expand Down Expand Up @@ -522,12 +522,12 @@ <h2 class="text-center mt-0">CONTACT</h2>
<!-- START - We recommend to place the below code in footer or bottom of your website html -->
<script>
window.REQUIRED_CODE_ERROR_MESSAGE = 'Please choose a country code';
window.LOCALE = 'fr';
window.EMAIL_INVALID_MESSAGE = window.SMS_INVALID_MESSAGE = "Information saisie invalide.";
window.LOCALE = 'en';
window.EMAIL_INVALID_MESSAGE = window.SMS_INVALID_MESSAGE = "Erreur, veuillez ré-essayer";

window.REQUIRED_ERROR_MESSAGE = "Ce champ est obligatoire. ";
window.REQUIRED_ERROR_MESSAGE = "Ce champ est obligatoire ";

window.GENERIC_INVALID_MESSAGE = "Information saisie invalide.";
window.GENERIC_INVALID_MESSAGE = "Erreur, veuillez ré-essayer";



Expand Down

0 comments on commit a815ff6

Please sign in to comment.