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.
24 lines
642 B
24 lines
642 B
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
|
|
|
/* EVENT DETAILS */
|
|
|
|
// Headers
|
|
$lang["informations"] = "Informations";
|
|
$lang["speakers"] = "Intervenant(s)";
|
|
$lang["related_content"] = "Contenus Liés";
|
|
$lang["partners"] = "Partenaires";
|
|
|
|
// Buttons
|
|
$lang["registration"] = "INSCRIPTION";
|
|
$lang["book"] = "RÉSERVER";
|
|
|
|
// Links
|
|
$lang["back_to_all_events"] = "Retour à tous les événements";
|
|
|
|
// Informations
|
|
$lang["start_date"] = "Date de début";
|
|
$lang["end_date"] = "Date de fin";
|
|
$lang["location"] = "Location";
|
|
$lang["city"] = "Ville";
|
|
$lang["event_rate"] = "Taux d'événement";
|
|
$lang["free"] = "Gratuit";
|
|
|