diff --git a/config/locales/en_FR.yml b/config/locales/en_FR.yml index 5b2a67873d..480eb47e27 100644 --- a/config/locales/en_FR.yml +++ b/config/locales/en_FR.yml @@ -2951,6 +2951,7 @@ en_FR: display_currency: "Display currency" choose_currency: "Choose Currency" mail_method_settings: "Mail Method Settings" + mail_settings_notice_html: "Some of the following settings can't be edited and are listed here just for debugging purposes. Changes can be made by updating the instance's secrets and provisioning them using ofn-install . Reach out to the OFN global team for further details." general: "General" enable_mail_delivery: "Enable Mail Delivery" send_mails_as: "Send Mails As" @@ -3277,7 +3278,6 @@ en_FR: providers: provider: "Provider" check: "Cash/EFT/etc. (payments for which automatic validation is not required)" - migs: "MasterCard Internet Gateway Service (MIGS)" pin: "Pin Payments" paypalexpress: "PayPal Express" stripeconnect: "Stripe (old version)" diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 222e34b940..d62630fa2d 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -2980,6 +2980,7 @@ fr: display_currency: "Afficher la devise" choose_currency: "Choisir la devise" mail_method_settings: "Paramètre méthode mail" + mail_settings_notice_html: "Certains champs ne peuvent pas être modifiés car ils sont utilisés uniquement pour déboggage. Les modifications peuvent être réalisées par un développeur via ofn-install. " general: "Général" enable_mail_delivery: "Permettre distribution des mails" send_mails_as: "Envoyer les mails en tant que" @@ -3306,7 +3307,6 @@ fr: providers: provider: "Fournisseur" check: "Espèces / chèques / virements / autres " - migs: "MasterCard Internet Gateway Service (MIGS)" pin: "Méthode de paiement réservée à l'Australie (Pin Payments)" paypalexpress: "PayPal Express" stripeconnect: "Stripe (ancienne version)"