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

29 lines
1.5 KiB

<?php // $Id: notification.inc.php,v 1.0 2004/02/15 09:00 Toon
/*
+----------------------------------------------------------------------+
| CLAROLINE version 1.4.2 |
+----------------------------------------------------------------------+
| Copyright (c) 2004 Universiteit Gent (UGent) |
+----------------------------------------------------------------------+
| English Translation |
+----------------------------------------------------------------------+
| Authors: Toon Van Hoecke <Toon.VanHoecke@UGent.be> |
+----------------------------------------------------------------------+
| Translator : |
| Toon Van Hoecke <Toon.VanHoecke@UGent.be> |
+----------------------------------------------------------------------+
*/
$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 = "nouvel exercice 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";
?>