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

29 lines
927 B
PHP
Raw Permalink 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');
//modal titles and headings
$lang["event_modal_title"] = "Modèle d'email";
$lang["event_modal_type"] = "Type de lemail";
$lang["event_modal_name"] = "Nom de lemail";
$lang["event_modal_status"] = "Statut";
$lang["event_modal_default"] = "Par défaut";
$lang["event_modal_action"] = "Action";
//buttons
$lang["event_modal_close"] = "Fermer";
$lang["event_modal_save"] = "Sauvegarder";
$lang["event_modal_apply"] = "Appliquer";
//search title
$lang["event_modal_search_template"] = "Chercher un email";
//send
$lang["send_email"] = "Envoyer un email";
$lang["send"] = "Envoyer";
//test email subject
$lang["test_email_subject"] = "Testez le courrier électronique.";
$lang["test_email_not_found"] = "Email non trouvé!";
$lang["test_email_sent_success"] = "Test email envoyé.";
$lang["test_email_sent_error"] = "Erreur d'envoi d'e-mail!";