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

35 lines
1.4 KiB

<?php /*
for more information: see languages.txt in the lang folder.
*/
$lang_new_item = "new item added";
$lang_title_notification = "Since your latest visit";
$lang_update_agenda = "event updated";
$lang_new_agenda = "event added";
$lang_update_announcements = "existing announcement updated";
$lang_new_announcements = "new announcement added";
$lang_new_document = "new document(s) added";
16 years ago
$lang_new_exercise = "new test enabled";
$lang_update_link = "existing link information updated";
$lang_new_link = "new link added";
$lang_new_forum_topic = "new topic added";
$lang_new_groupforum_topic = "new topic added to group forum";
$lang_new_dropbox_file = "new file received";
$lang_update_dropbox_file = "a file in your dropbox was updated";
$ForumCategoryAdded = "Forum category added";
$LearnpathAdded = "Course added";
$GlossaryAdded = "Added new term in the Glossary";
15 years ago
$QuizQuestionAdded = "Added new question in the quiz";
$QuizQuestionUpdated = "Updated new question in the Quiz";
$QuizQuestionDeleted = "Deleted new question in the Quiz";
$QuizUpdated = "Quiz updated";
$QuizAdded = "Quiz added";
$QuizDeleted = "Quiz deleted";
$DocumentInvisible = "Document invisible";
$DocumentVisible = "Document visible";
$CourseDescriptionAdded = "Course Description added";
$WikiAdded = "Wiki added";
$SurveyAdded = "Survey added";
$NotebookAdded = "Note added";
$NotebookUpdated = "Note updated";
$NotebookDeleted = "Note deleted";
?>