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

95 lines
4.0 KiB

<?php
// General
$lang_learning_path="Parcours";
$lang_learning_path_builder="Créer un parcours";
$lang_description="description";
$lang_title="nom";
$lang_prerequisites="Pré-requis";
$lang_move_up="Monter";
$lang_move_down="Descendre";
$langAreYouSureToDelete="Etes-vous sûr de vouloir supprimer";
$langThisItem="this item"; //it will be like this : "Are you sure to delete this item ?"
//---------------------
//the following variables are copied here from scorm file (they are the same)
$lang_title_and_desc="Nom et description";
$lang_add_item="Ajouter une étape";
$lang_change_order="Réordonner";
$lang_add_prereqi="Ajouter des prérequis";
$lang_add_title_and_desc="Editer nom et descr.";
$lang_delete="Effacer";
$lang_add_chapter="Ajouter un module";
$lang_show_hide="Visible/invisible";
$langLearnpathMystatus="Mon statut";
$langLearnpathCompstatus="complété";
$langLearnpathIncomplete="Non complété";
$langLearnpathPassed="réussi";
$langLearnpathFailed="raté";
$langLearnpathPrevious="Précédent";
$langLearnpathNext="Suivant";
$langLearnpathRestart="Redémarrer";
$langLearnpathThisStatus="Cette étape est maintenant";
$langLearnpathToEnter="Pour entrer";
$langLearnpathFirstNeedTo="vous devez d'abord compléter";
//this two together will be like this : To enter xxx-lesson you need first accomplish yyy-lesson.
$langLearnpathLessonTitle="Nom du module";
$langLearnpathStatus="Statut";
$langLearnpathScore="Score";
$langLearnpathTime="Temps";
$langLearnpathVersion="version";
$langLearnpathRestarted="Aucune étape n'est complétée.";
$langLearnpathNoNext="Ceci est la dernière étape.";
$langLearnpathNoPrev="Ceci est la première étape.";
//copied here from scorm file end
//---------------------
// path: add, added, edit, edited, delete, deleted, ...
$lang_add_learnpath="Créer un nouveau parcours";
$lang_learnpath_added="Le parcours a été créé. Vous pouvez maintenant ajouter des chapitres en cliquant sur la croix.";
$lang_edit_learnpath="Editer les nom et description du parcours";
$lang_delete_learnpath="Supprimer le parcours";
$lang_learnpath_edited="Le parcours a été édité";
$lang_learnpath_deleted="Le parcours et tous ses composants ont été supprimés";
$lang_no_publish="Masquer aux étudiants";
$lang_publish="Montrer aux étudiants";
$lang_no_published="est maintenant invisible pour les étudiants";
$lang_published="est maintenant accessible aux étudiants";
// chapter: add, added, edit, edited, delete, deleted
$lang_add_learnpath_module="Ajouter un module";
$lang_add_learnpath_chapter_to_path="Ajouter un module à ce parcours";
$lang_learnpath_module_added="Le module a été ajouté. Vous pouvez maintenant ajouter des étapes en cliquant sur la croix.";
$lang_edit_learnpath_module="Editer les nom et description du module";
$lang_delete_learnpath_module="Supprimer le module";
$lang_learnpath_module_edited="Le module a été édité.";
$lang_learnpath_module_deleted="Le module et tous ses objets ont été supprimés.";
$lang_nochapters="Aucun module n'a encore été ajouté.";
// item: add, deleted, assign, edit, delete
$lang_add_learnpath_item="Ajouter des étapes à ce module";
$lang_learnpath_item_deleted="L'étape a été supprimée";
$lang_assign_learnpath_items_to="veuillez ajouter cette/ces étape(s) au module: ";
$lang_edit_learnpath_item="Editer le nom et la description de cette étape";
$lang_add_prereq="Ajouter/éditer les prérequis de cette étape";
$lang_delete_learnpath_item="Supprimer l'étape";
$lang_learnpath_item_edited="L'étape a été modifié";
$lang_prereq_deleted_error="A été supprimé !";
$lang_none="AUCUN";
$lang_forum_opened="Le forum sélectionné a été ouvert dans une nouvelle fenêtre.";
$lang_link_opened="Le lien sélectionné a été ouvert dans une nouvelle fenêtre.";
$lang_short_help="Pour ajouter une étape, cliquez sur la croix; pour ajouter un nom/une description, cliquez sur le crayon; pour ajouter des pré-requis, cliquez sur l'icône représentant deux documents. Pour obtenir la vue membre, cliquez sur 'Vue membre' dans le coin supérieur droit.";
$lang_prereq_not_complete="Les pré-requis n'ont pas été complétés.";
$lang_author="Auteur";
$lang_date="Date";
?>