MasterClass/application/language/fr/backoffice/event_resend_email_lang.php
2025-07-29 15:53:43 +03:00

15 lines
644 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
$lang["resend_email_modal_title"] = "Renvoyer l'email";
$lang["resend_email_firstname"] = "Prénom";
$lang["resend_email_lastname"] = "Nom de famille";
$lang["resend_email_email"] = "Email";
$lang["resend_email_status"] = "Statut";
$lang["resend_email_action"] = "Action";
$lang["resend_email_btn_send"] = "Envoyer";
$lang["resend_email_btn_close"] = "Fermer";
//message sending email
$lang["resend_email_success"] = "Les emails sont en cours denvoi aux abonnés sélectionnés.";
$lang["resend_email_error"] = "S'il vous plaît sélectionner le destinataire!";