notification.inc.php 848 B

123456789101112131415161718192021
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $lang_new_item = "添加新項目";
  6. $TitleNotification = "自上次訪問以來";
  7. $lang_update_agenda = "現有日程項目更新";
  8. $lang_new_agenda = "新的日程項目已添加";
  9. $lang_update_announcements = "現有公告已更新";
  10. $lang_new_announcements = "新公告已添加";
  11. $lang_new_document = "新文檔已添加";
  12. $lang_new_exercise = "新練習已可使用";
  13. $lang_update_link = "現有鏈接訊息已更新";
  14. $lang_new_link = "新鏈接已添加";
  15. $lang_new_forum_topic = "新主題已添加";
  16. $lang_new_groupforum_topic = "已添加新話題到組論壇";
  17. $lang_new_dropbox_file = "新文檔已收到";
  18. $lang_update_dropbox_file = "投遞箱中的檔案已更新";
  19. $ForumCategoryAdded = "已新增討論區類別";
  20. $LearnpathAdded = "已新增學習路徑";
  21. ?>