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

25 lines
817 B

<?php /*
for more information: see languages.txt in the lang folder.
*/
$NewNote = "New note";
$Note = "Note";
$NoteDeleted = "Note deleted";
$NoteUpdated = "Note updated";
$NoteCreated = "Note created";
$YouMustWriteANote = "Please write a note";
$SaveNote = "Save note";
$WriteYourNoteHere = "Click here to write a new note";
$SearchByTitle = "Search by title";
$WriteTheTitleHere = "Write the title here";
$UpdateDate = "Last modification";
$NoteAddNew = "Add new note";
$OrderByCreationDate = "Sort by date created";
$OrderByModificationDate = "Sort by date last modified";
$OrderByTitle = "Sort by title";
$NoteTitle = "Note title";
$NoteComment = "Note details";
$NoteAdded = "Note added";
$NoteConfirmDelete = "Are you sure you want to delete this note";
$AddNote = "Add note";
$ModifyNote = "Modify note";
?>