You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.9 KiB
53 lines
1.9 KiB
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
|
|
|
//page title
|
|
$lang["no_show_title"] = "Pas de spectacle";
|
|
|
|
/*datatable columns*/
|
|
$lang["event_title"] = "Evènement";
|
|
$lang["reserve_date"] = "Reserve date";
|
|
$lang["user"] = "Utilisateur";
|
|
$lang["status"] = "Statut";
|
|
$lang["attendance"] = "Attendance";
|
|
$lang["email_address"] = "Adresse e-mail";
|
|
$lang["name_of_event"] = "Nom de l'évènement";
|
|
$lang["start_date"] = "Début d'évènement";
|
|
$lang["end_date"] = "Fin d'évènement";
|
|
$lang["no_of_place"] = "Nombre total de Place";
|
|
$lang["no_show_type"] = "No Show";
|
|
$lang["comment"] = "Commentaire";
|
|
$lang["note"] = "Note";
|
|
$lang["walk_in_id"] = "WID#";
|
|
$lang["type"] = "Type";
|
|
|
|
//buttons
|
|
$lang["export_confirmation_message"] = "Demande de confirmation";
|
|
$lang["GridUpdate"] = "Update";
|
|
$lang["Add_walk_in"] = "Ajout non-inscrit";
|
|
|
|
//messages
|
|
$lang["message_success"] = "Update success";
|
|
|
|
//logo messages
|
|
$lang["upload_error_code"] = "Upload Failed with error code";
|
|
$lang["unable_determine_image_type"] = "Unable to determine image type of uploaded file";
|
|
$lang["uploadExtensionsLike"] = "Please upload an image with these extensions a XLS";
|
|
$lang["success_upload"] = "Successully uploaded";
|
|
|
|
$lang["no_registration_id"] = "No Modification allowed!";
|
|
$lang["invalid_no_show_registration_id"] = "Invalid registration id!";
|
|
$lang["invalid_no_show_waitlist_id"] = "Invalid waitlist id!";
|
|
|
|
//modal title
|
|
$lang["GridUploadTitle"] = "Import du fichier Excel";
|
|
$lang["GridUploadStartButton"] = "Importer";
|
|
|
|
$lang["invalid_email"] = "Invalid email address";
|
|
$lang["importSuccessMessage"] = "Importer avec succès.";
|
|
$lang["invalid_place"] = "Invalid no show!";
|
|
$lang["invalid_excel_file"] = "Invalid excel file!";
|
|
$lang["re_export_excel"] = "You need to export new excel file for extra people";
|
|
|
|
$lang["GridSubscriberWarning"] = "Warning";
|
|
$lang["GridSubscriberWarningMessage"] = "Some data failed to import!";
|
|
$lang["GridSubscriberWarningBtnClose"] = "Close";
|