notification.inc.php 879 B

123456789101112131415161718192021
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $lang_new_item = "new item added";
  5. $lang_title_notification = "Since your latest visit";
  6. $lang_update_agenda = "event updated";
  7. $lang_new_agenda = "event added";
  8. $lang_update_announcements = "existing announcement updated";
  9. $lang_new_announcements = "new announcement added";
  10. $lang_new_document = "new document(s) added";
  11. $lang_new_exercise = "new test enabled";
  12. $lang_update_link = "existing link information updated";
  13. $lang_new_link = "new link added";
  14. $lang_new_forum_topic = "new topic added";
  15. $lang_new_groupforum_topic = "new topic added to group forum";
  16. $lang_new_dropbox_file = "new file received";
  17. $lang_update_dropbox_file = "a file in your dropbox was updated";
  18. $ForumCategoryAdded = "Forum category added";
  19. $LearnpathAdded = "Course added";
  20. $GlossaryAdded = "Added new term in the Glossary";
  21. ?>