Chamilo is a learning management system focused on ease of use and accessibility
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.
 
 
 
 
 
 
chamilo-lms/main/lang/french_org/agenda.inc.php

59 lines
1.6 KiB

<?php
$lang_agenda="Agenda";
$lang_agenda_add="Ajouter un nouvel événement";
$lang_agenda_show_all="Afficher tous les événements";
$lang_agenda_show_current="Afficher les événements du mois";
$lang_agenda_sort_chronologically_up="Anciens événements d'abord";
$lang_agenda_sort_chronologically_down="Nouveaux événements d'abord";
$lang_modify_calendar_item="Modifier un événement";
$lang_add_calendar_item="Ajouter un nouvel événement";
$lang_day="Jour";
$lang_month="Mois";
$lang_year="Année";
$lang_hour="Heure";
$lang_minutes="Minutes";
$lang_title="Titre";
$lang_item_title="Titre de l'événement";
$lang_detail="Détail";
$lang_item_detail="Détail de l'événement";
$lang_lasting="Durée";
$lang_edit_success="L'événement a été modifié";
$lang_add_success="L'événement a été ajouté";
$lang_delete_success="L'événement a été supprimé";
$lang_no_items="Il n'y a aucun événement";
// The days of the week
$lang_monday="Lundi";
$lang_tuesday="Mardi";
$lang_wednesday="Mercredi";
$lang_thursday="Jeudi";
$lang_friday="Vendredi";
$lang_saterday="Samedi";
$lang_sunday="Dimanche";
// The shorts for the days of the week
$lang_monday_short="Lun";
$lang_tuesday_short="Mar";
$lang_wednesday_short="Mer";
$lang_thursday_short="Jeu";
$lang_friday_short="Ven";
$lang_saterday_short="Sam";
$lang_sunday_short="Dim";
// The months of the year
$lang_janary="Janvier";
$lang_february="Février";
$lang_march="Mars";
$lang_april="Avril";
$lang_may="Mai";
$lang_june="Juin";
$lang_july="Juillet";
$lang_august="Août";
$lang_september="Septembre";
$lang_october="Octobre";
$lang_november="Novembre";
$lang_december="Décembre";
?>