resourcelinker.inc.php 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $ResourceAdded = "资源已添加. 你可以返回路径或添加更多资源.";
  6. $LearningPath = "学习路径";
  7. $LevelUp = "上一级";
  8. $AddIt = "添加";
  9. $MainCategory = "主要分类";
  10. $lang_delete_added_resources = "删除添加的资源";
  11. $AddToLinks = "添加课程链接";
  12. $DontAdd = "不添加";
  13. $lang_show_all_added_resources = "显示所有已添加资源";
  14. $ResourcesAdded = "新资源已添加";
  15. $BackTo = "返回";
  16. $ExternalResources = "外部资源";
  17. $CourseResources = "课程资源";
  18. $ExternalLink = "外部链接";
  19. $DropboxAdd = "在此章中添加投递箱.";
  20. $AddAssignmentPage = "在此章中添加学生发表页.";
  21. $Exercise = "测验";
  22. $Link = "链接";
  23. $AdValvas = "֪ͨ";
  24. $Document = "文档";
  25. $ShowDelete = "显示/删除";
  26. $IntroductionText = "介绍文本";
  27. $CourseDescription = "课程描述";
  28. $Groups = "小组";
  29. $Users = "用户";
  30. $IntroductionTextAdd = "在这章中添加一页说明文本.";
  31. $CourseDescriptionAdd = "在此章中添加一页课程简介.";
  32. $GroupsAdd = "在此章中添加组页面.";
  33. $UsersAdd = "在此章中添加用户页.";
  34. $ExportableCourseResources = "可导出的课程资源";
  35. $DokeosRelatedCourseMaterial = "Chamilo 相关课程资源";
  36. $LinkTarget = "链接目标";
  37. $SameWindow = "在同一窗口中";
  38. $NewWindow = "在新建窗口中";
  39. $StepDeleted2 = "在此工具中项目已经被删除.";
  40. $Modify = "修改";
  41. $Chapter = "章";
  42. $AgendaAdd = "添加新日程";
  43. $UserGroupFilter = "组/用户过滤";
  44. $AgendaSortChronologicallyUp = "按时间排序日程(升序)";
  45. $ShowCurrent = "显示本月日程";
  46. $ModifyCalendarItem = "修改日程";
  47. $ItemTitle = "日程标题";
  48. $Detail = "详细内容";
  49. $EditSuccess = "日程已被编辑";
  50. $AddCalendarItem = "添加新日程";
  51. $AddAnn = "添加通知";
  52. $ForumAddNewTopic = "论坛: 添加新话题";
  53. $ForumEditTopic = "论坛: 编辑主题";
  54. $ExerciseAnswers = "练习: 答案";
  55. $ForumReply = "论坛: 回复";
  56. ?>