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

24 lines
908 B

<?php /*
for more information: see languages.txt in the lang folder.
*/
$NewNote = "Nouvelle note";
$Note = "Note";
$NoteDeleted = "Note supprimée";
$NoteUpdated = "Note mise à jour";
$NoteCreated = "Note créée";
$YouMustWriteANote = "Veuillez écrire une note";
$WriteYourNoteHere = "Veuillez écrire votre note ici";
$SaveNote = "Sauver cette note";
$WriteYourNoteHere = "Cliquez ici pour écrire une nouvelle note";
$SearchByTitle = "Rechercher par titre";
$WriteTheTitleHere = "Entrez le titre ici";
$UpdateDate = "Dernière modification";
$NoteAddNew = "Ajouter une nouvelle note";
$OrderByCreationDate = "Trier par date de création";
$OrderByModificationDate = "Trier par date de modification";
$OrderByTitle = "Trier par titre";
$NoteTitle = "Titre de la note";
$NoteComment = "Contenu de la note";
$NoteAdded = "Note ajoutée";
$NoteConfirmDelete = "Êtes-vous certain de vouloir supprimer cette note";
?>