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

20 lines
912 B

<?php /*
for more information: see languages.txt in the lang folder.
*/
$lang_new_item = "nouvel élément ajouté";
$lang_title_notification = "Depuis votre dernière visite";
$lang_update_agenda = "événements mis à jour";
$lang_new_agenda = "nouvel événement ajouté";
$lang_update_announcements = "annonces mises à jour";
$lang_new_announcements = "nouvelles annonces ajoutées";
$lang_new_document = "nouveaux documents ajoutés";
$lang_new_exercise = "nouveau test ou activé";
$lang_update_link = "liens mis à jour";
$lang_new_link = "nouveau lien ajouté";
$lang_new_forum_topic = "nouveau sujet ajouté";
$lang_new_groupforum_topic = "nouveau sujet ajouté dans un forum de groupe";
$lang_new_dropbox_file = "nouveau document reçu";
$lang_update_dropbox_file = "document de la section de partage de fichier a été mis à jour";
$ForumCategoryAdded = "Catégorie de forum ajoutée";
$LearnpathAdded = "Cours ajouté";
?>