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_unicode/course_home.inc.php

28 lines
1.1 KiB

<?php /*
for more information: see languages.txt in the lang folder.
*/
$langActivate = "afficher";
$langDeactivate = "masquer";
$langInLnk = "Outils masqués";
$langDelLk = "Voulez-vous réellement supprimer ce lien?";
$langEnter = "Entrer";
$langCourseCreate = "Créer un cours";
$langNameOfTheLink = "Nom du lien";
$lang_main_categories_list = "Liste des catégories";
$langCourseAdminOnly = "Professeurs uniquement";
$PlatformAdminOnly = "Administrateurs de la plateforme uniquement";
$langCombinedCourse = "Cours combiné";
$ToolIsNowVisible = "L\'outil est à présent visible";
$ToolIsNowHidden = "L\'outil est à présent invisible";
$EditLink = "Éditer le lien";
$Blog_management = "Gestion des blogs";
$Forum = "Forums";
$Course_maintenance = "Maintenance du cours";
$TOOL_SURVEY = "Enquêtes";
$GreyIcons = "Boîte à outils";
$Interaction = "Interaction";
$Authoring = "Production";
$Administration = "Administration";
$IntroductionTextUpdated = "Le texte d\'introduction a été mis à jour";
$IntroductionTextDeleted = "Le texte d\'introduction du cours a bien été supprimé";
?>