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

75 lines
4.4 KiB

<?php /*
for more information: see languages.txt in the lang folder.
*/
$lang_already_enrolled = "Déjà inscrit";
$lang_my_personnal_course_list = "Ma liste de formations";
$lang_course_enrollment = "Formations de l\'utilisateur";
$lang_course_not_available = "Formation non disponible ou n\'existe pas.";
$lang_enroll = "Inscription";
$lang_enroll_to_a_new_course = "Inscription à une nouvelle formation";
$lang_my_present_course_list = "Mes formations";
$lang_no_course_to_enroll_in_this_category = "Pas de formations ouvertes à l\'inscription dans cette catégorie";
$lang_or_search_from_the_course_code = "Ou cherchez à partir du code de la formation";
$lang_search = "Chercher";
$lang_select_course_among_categories = "Sélectionnez une formation parmi les catégories suivantes";
$lang_select_course_in = "Sélectionnez une formation dans";
$lang_select_course_in_search_results = "Sélectionnez une formation dans les résultats de recherche";
$lang_unsubscribe = "Désinscription";
$lang_back_to_my_home_page = "Retour à ma page d\'accueil";
$lang_back_to_my_personnal_course_list = "Retour à mes formations";
$langTitular = "Formateur";
$langBackToListOfThisUser = "Retour à mes formations";
$langAdministrationTools = "Outils d\'administration";
$lang_back_to_parent_category = "Retour à la catégorie supérieure";
$lang_back_to_course_selection = "Retour à la sélection d\'une formation";
$lang_up = "Retour à la catégorie supérieure";
$langCatList = "Catégories";
$langCourseList = "Formations";
$Subscribe = "S\'inscrire";
$AlreadySubscribed = "Déjà inscrit";
$CourseCategoryStored = "Catégorie créée";
$langWithoutTimeLimits = "Sans limites de temps";
$lang_back_to_main_category_list = "Retour à la liste des catégories";
$langAdded = "Ajoutés";
$langDeleted = "Supprimés";
$langKeeped = "Conservés";
$langHideAndSubscribeClosed = "Masqué / Fermé";
$langHideAndSubscribeOpen = "Masqué / Ouvert";
$langShowAndSubscribeOpen = "Visible / Ouvert";
$langShowAndSubscribeClosed = "Visible / Fermé";
$langAdminThisUser = "Retour à la fiche utilisateur";
$langManage = "Gestion du portail";
$langEnrollToCourseSuccessful = "Vous avez été inscrit(e) à la formation";
$langSubCat = "sous-catégories";
$langUnsubscribeNotAllowed = "La désinscription n\'est pas autorisée pour cette formation";
$langCourseAdminUnsubscribeNotAllowed = "Vous êtes le formateur";
$CourseManagement = "Inscription";
$SortMyCourses = "Trier mes formations";
$SubscribeToCourse = "M\'inscrire aux formations";
$UnsubscribeFromCourse = "Se désinscrire d\'une ou plusieurs formations";
$CreateCourseCategory = "Créer une catégorie de formations";
$CourseCategoryAbout2bedeleted = "Êtes vous certain de vouloir supprimer cette catégorie de formations? Les formations de cette catégorie seront déplacés en dehors de toute catégorie.";
$CourseCategories = "Catégories de formations";
$CoursesInCategory = "Formations dans cette catégorie";
$SearchCourse = "Lancer la recherche";
$UpOneCategory = "<- Une catégorie vers le haut";
$SearchResultsFor = "Résultats de la recherche de:";
$ConfirmUnsubscribeFromCourse = "Êtes-vous certain de vouloir vous désinscrire?";
$NoCourseCategory = "Pas de catégorie de cours";
$EditCourseCategorySucces = "La formation est maintenant associée à la catégorie";
$SubscribingNotAllowed = "L\'inscription n\'est pas autorisée";
$CourseSortingDone = "Réorganisation des formations effectuée";
$ExistingCourseCategories = "Catégories de formations existantes";
$YouAreNowUnsubscribed = "Vous êtes maintenant désinscrit de la formation";
$ViewOpenCourses = "Formations ouvertes";
$ErrorContactPlatformAdmin = "Un erreur inconnue est survenue. Contactez l\'administrateur.";
$CourseRegistrationCodeIncorrect = "Le code est incorrect";
$CourseRequiresPassword = "La formation nécessite un mot de passe";
$SubmitRegistrationCode = "Valider l\'enregistrement du code";
$CourseCategoryDeleted = "La catégorie a été supprimée";
$CategorySortingDone = "Tri des catégories effectué";
$CourseCategoryEditStored = "La catégorie a été mise à jour";
$buttonCreateCourseCategory = "Créer la catégorie";
$buttonSaveCategory = "Enregistrer la catégorie";
$buttonChangeCategory = "Changer la catégorie";
?>