trad4all.inc.php 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $ShowAllEvents = "Hiển thị tất cả các mục đã đánh dấu";
  6. $Month = "Tháng";
  7. $Hour = "Giờ";
  8. $Minutes = "Phút";
  9. $AddSuccess = "Thêm mới thành công";
  10. $AgendaDeleteSuccess = "Đã xóa";
  11. $NoAgendaItems = "Không có mục nào được đánh dấu";
  12. $ModifInfo = "Các xác lập cho khóa học";
  13. $ModifDone = "Thông tin đã được hiệu chỉnh";
  14. $DelCourse = "Xóa toàn bộ website của khóa học";
  15. $Professors = "Giáo viên";
  16. $Faculty = "Bộ môn";
  17. $Confidentiality = "Bảo mật";
  18. $PrivOpen = "Truy cập có điều kiện hạn chế, đăng kí tự do";
  19. $Forbidden = "Không có quyền";
  20. $CourseAccessConfigTip = "Mặc định, chỉ có người dùng mới có thể truy cập đến khóa học mà mình đã đăng kí. Nếu bạn muốn bảo mật,các đơn giản nhất là cho phép đăng kí trong vòng 1 tuần, yêu cầu chính học sinh tự đăng kí, sau đó không cho phép đăng kí thêm và kiểm tra kẻ xâm nhập có thể có trong danh sách";
  21. $TipLang = "Ngôn ngữ này sẽ được hiển thị đối với tất cả các website khóa học của bạn";
  22. $Vid = "Video";
  23. $Work = "Bài viết của học sinh";
  24. $ProgramMenu = "Chương trình khóa học";
  25. $Stats = "Thống kê";
  26. $UplPage = "Upload trang và tạo liên kết tại trang chủ";
  27. $LinkSite = "Thêm liên kết vào trang chính";
  28. $HasDel = "Đã bị xóa";
  29. $ByDel = "Xóa website khóa học này sẽ xóa vĩnh viễn tất cả dữ liệu(không xóa chúng từ khóa học khác).<p>Bạn có thực sự muốn xóa khóa học này";
  30. $Y = "YES";
  31. $N = "NO";
  32. $DepartmentUrl = "Đương dẫn trang chủ của khoa";
  33. $DepartmentUrlName = "Trường/Khoa";
  34. $BackupCourse = "Lưu trữ khóa học này";
  35. $ModifGroups = "Sửa Nhóm";
  36. $Professor = "Giáo viên";
  37. $DescriptionCours = "Mô tả khóa học";
  38. $ArchiveCourse = "BackUp khóa học";
  39. $RestoreCourse = "Restore khóa học";
  40. $Restore = "Restore";
  41. $CreatedIn = "Tạo mới";
  42. $CreateMissingDirectories = "Creation of missing directories";
  43. $CopyDirectoryCourse = "Copy thư mục khóa học";
  44. $Disk_free_space = "Dung lượng còn trống";
  45. $BuildTheCompressedFile = "Creation of backup file";
  46. $FileCopied = "Đã sao chép file";
  47. $ArchiveLocation = "Vị trí lưu trữ tài liệu";
  48. $SizeOf = "Dung lượng của";
  49. $ArchiveName = "Tên tài liệu";
  50. $BackupSuccesfull = "BackUp thành công";
  51. $BUCourseDataOfMainBase = "BackUp dữ liệu khóa học tại cơ sở dữ liệu chính";
  52. $BUUsersInMainBase = "BackUp dữ liệu người dùng tại cơ sở dữ liệu chính";
  53. $BUAnnounceInMainBase = "BackUp thông báo tại cơ sở dữ liệu chính";
  54. $BackupOfDataBase = "BackUp cơ sở dữ liệu";
  55. $ExpirationDate = "Ngày hết hạn";
  56. $LastEdit = "Chỉnh sửa trước";
  57. $LastVisit = "Lần ghé thăm trước";
  58. $Subscription = "đăng kí";
  59. $CourseAccess = "Truy cập khóa học";
  60. $ConfirmBackup = "Bạn có thực sự muốn BackUp khóa học này";
  61. $CreateSite = "Tạo website cho khóa học mới";
  62. $RestoreDescription = "Khóa học được lưu trong tệp tin mà bạn có thể lựa chọn dưới đấy<br><br>Khi bạn nhấn vào nút \"Restore\", các kho lưu trữ sẽ được giải nén và tái tạo quá trình";
  63. $RestoreNotice = "Kịch bản này không cho phép có thể tự động khôi phục lại người dùng, nhưng dữ liệu được lưu trữ trong \"users.csv\" cho phép quản trị viên thao tác công việc đó bằng tay";
  64. $AvailableArchives = "Danh sách lưu trữ sẵn sàng";
  65. $NoArchive = "Chưa lưa chọn dữ liệu";
  66. $ArchiveNotFound = "Không tìm thấy dữ liệu";
  67. $ArchiveUncompressed = "Lưu trữ đã được giải nén và cài đặt";
  68. $CsvPutIntoDocTool = "File \"users.csv\" đã được đưa vào công cụ tài liệu.";
  69. $Explanation = "Sau khi bấm OK, một website sẽ được tạo ra với đầy đủ các chuyên mục. Bạn chỉ cần đăng nhập và hiệu chỉnh theo ý muôn.";
  70. $CodeTaken = "Mã này đã tồn tại";
  71. $ExerciceEx = "Bài tập mẫu";
  72. $Antique = "Lịch sử triết học cổ đại";
  73. $SocraticIrony = "Socratic irony is...";
  74. $ManyAnswers = "(nhiều hơn 1 câu trả lời có thể đúng)";
  75. $Ridiculise = "Ridiculise one's interlocutor in order to have him concede he is wrong.";
  76. $NoPsychology = "Số Socrates trớ trêu là không phải là một vấn đề của tâm lý học, nó liên quan đến lập luận.";
  77. $AdmitError = "Admit one's own errors to invite one's interlocutor to do the same.";
  78. $NoSeduction = "Số Socrates trớ trêu là không phải là một chiến lược quyến rũ hoặc một phương pháp dựa trên ví dụ.";
  79. $Force = "Compell one's interlocutor, by a series of questions and sub-questions, to admit he doesn't know what he claims to know.";
  80. $Indeed = "Indeed. Socratic irony is an interrogative method. The Greek \"eirotao\" means \"ask questions\"";
  81. $Contradiction = "Use the Principle of Non Contradiction to force one's interlocutor into a dead end.";
  82. $NotFalse = "This answer is not false. It is true that the revelation of the interlocutor's ignorance means showing the contradictory conclusions where lead his premisses.";
  83. $AddPageHome = "Upload trang và liên kết vào trang chủ";
  84. $ModifyInfo = "Các xác lập của khóa học";
  85. $CourseDesc = "Mô tả khóa học";
  86. $AgendaTitle = "Thứ 3 ngày 11 tháng 12 - Bài học thứ nhất : Newton 18";
  87. $AgendaText = "Giới thiệ chung về Triết lí và phương pháp luận";
  88. $Micro = "Phỏng vấn";
  89. $Google = "Công cụ tìm kiếm nhanh và mạnh mẽ";
  90. $IntroductionTwo = "Trang này dành cho học sinh hoặc nhóm học sinh gửi bài vào website .Nếu không có hình ảnh đính kèm vào nội dung, nên gửi dưới dạng tập tin .htm.";
  91. $AnnouncementEx = "Thông báo mẫu . Chỉ có giáo viên hoặc quản trị viên mới có quyền thông báo tại đây";
  92. $JustCreated = "Bạn vừa tạo xong 1 site khóa học";
  93. $CreateCourseGroups = "Khỏi tạo khóa học nhóm";
  94. $CatagoryMain = "Nhóm diễn đàn chính";
  95. $CatagoryGroup = "Diễn đàn nhóm";
  96. $Ln = "Ngôn ngữ";
  97. $FieldsRequ = "Xin điền đầy đủ các mục";
  98. $Ex = "ví dụ . <i>Lịch sử - văn học</i>";
  99. $Fac = "Chủ đề (phân loại theo bộ môn)";
  100. $Doubt = "Nếu chưa rõ cách đặt mã, xin hỏi";
  101. $Program = "Chương trình Khoá học</a>.Nếu khoá học chưa có mã, hãy tạo mã có tính gợi ý và ngắn gọn";
  102. $ForumLanguage = "tiếng Anh";
  103. $NewCourse = "Khoá học mới";
  104. $AddNewCourse = "Thêm khoá học mới";
  105. $OtherProperties = "Các tính chất khác";
  106. $SysId = "Mã hệ thống";
  107. $ScoreShow = "Hiển thị điểm";
  108. $Visibility = "Hiển thị";
  109. $VersionDb = "Version de la base de donnée lors de l'archivage";
  110. $Expire = "Hết hạn";
  111. $ChoseFile = "Chọn file";
  112. $FtpFileTips = "Si le fichier est sur un ordinateur tiers et accessible par ftp";
  113. $HttpFileTips = "Si le fichier est sur un ordinateur tiers et accessible par http";
  114. $LocalFileTips = "Si le fichier est sur l'espace de stockage des cours de ce campus";
  115. $PostFileTips = "Si le fichier est sur votre ordinateur";
  116. $TitleNotification = "Từ lần ghé thăm trước";
  117. $LinkName = "Tên liên kết";
  118. $LinkAdd = "Đã tạo liên kết mới";
  119. $LinkMod = "Đã sửa liên kết";
  120. $LinkDel = "Đã xoá liên kết";
  121. $GiveURL = "Xin nhập địa chỉ URL";
  122. $ListDeleted = "Danh sách đã bị xoá";
  123. $AddLink = "Thêm liên kết mới";
  124. $DelList = "Xoá toàn bộ danh sách";
  125. $ModifyLink = "Sửa liên kết";
  126. $StatDB = "Tracking DB. Useful only if several DB";
  127. $EnableTracking = "Enable Tracking";
  128. $InstituteShortName = "Organisation short name";
  129. $WarningResponsible = "Use this script only after backup. Claroline team is not responsible if you lost or corrupted data";
  130. $EG = "e. g.";
  131. $DBHost = "Database Host";
  132. $DBLogin = "Database Username";
  133. $DBPassword = "Database Password";
  134. $MainDB = "Main claroline DB";
  135. $AllFieldsRequired = "all fields required";
  136. $PrintVers = "Printable version";
  137. $LocalPath = "Corresponding local path";
  138. $AdminEmail = "Administrator email";
  139. $AdminName = "Administrator name";
  140. $AdminSurname = "Administrator surname";
  141. $AdminLogin = "Administrator login";
  142. $AdminPass = "Administrator password";
  143. $EducationManager = "Education manager";
  144. $CampusName = "Your campus' name";
  145. $DBSettingIntro = "\t\t\t\tInstall script will create claroline main DB. Please note that Claroline \t\t\t\twill need to create many DBs (unless you select option \"One\" below). If you are allowed only one \t\t\t\tDB for your website by your Hosting Services, Claroline will not work.";
  146. $Step3 = "Step 3 of 6";
  147. $Step4 = "Step 4 of 6";
  148. $Step5 = "Step 5 of 6";
  149. $Step6 = "Step 6 of 6";
  150. $CfgSetting = "Config settings";
  151. $DBSetting = "MySQL database settings";
  152. $MainLang = "Main language";
  153. $Licence = "License";
  154. $LastCheck = "Last check before install";
  155. $DbPrefixForm = "MySQL Prefix";
  156. $DbPrefixCom = "Leave empty if not requested";
  157. $EncryptUserPass = "Encrypt user passwords in database";
  158. $SingleDb = "Use one or several DB for Claroline";
  159. $AllowSelfReg = "Allow self-registration";
  160. $Recommended = "(recommended)";
  161. $Titular = "Danh nghĩa";
  162. $AdministrationTools = "Các công cụ quản trị";
  163. $Added = "Đã thêm mới";
  164. $Deleted = "Đã xóa";
  165. $Keeped = "Giữ lại";
  166. $HideAndSubscribeClosed = "Ẩn / Đóng";
  167. $HideAndSubscribeOpen = "Ẩn / Mở";
  168. $ShowAndSubscribeOpen = "Hiện / Mở";
  169. $ShowAndSubscribeClosed = "Hiện / Đóng";
  170. $AdminThisUser = "Trở về trang người dùng";
  171. $Manage = "Quản lý chuyên môn";
  172. $WCAGGoMenu = "Chuyển đến thực đơn";
  173. $WCAGGoContent = "Chuyển đến nội dung";
  174. $AdminBy = "Quản trị bởi";
  175. $Statistiques = "Thống kê";
  176. $Used = "used";
  177. $Exist = "Thoát ra";
  178. $DisplayTeacherInCourselistTitle = "Tên giáo viên trên tiêu đề khóa học";
  179. $DisplayTeacherInCourselistComment = "Tên Giáo viên trong chú thích danh sách khóa học";
  180. $AddAdminInApache = "Thêm người quản trịr";
  181. $AddFaculties = "Thêm bộ môn";
  182. $SearchACourse = "Tìm giáo trình";
  183. $SearchAUser = "Tìm người dùng";
  184. $TechnicalTools = "Quản trị kỹ thuật";
  185. $Config = "Cầu hình hệ thống";
  186. $LogIdentLogoutComplete = "Danh mục Login (mở rộng)";
  187. $NomOutilTodo = "Quản lí danh mục cần làm";
  188. $NomPageAdmin = "Quản trị";
  189. $SysInfo = "Thông tin về hệ thống";
  190. $DiffTranslation = "So sánh các bản dịch ngôn ngữ";
  191. $StatOf = "Thống kê về";
  192. $SpeeSubscribe = "Đăng ký nhanh quyền kiểm tra giáo trình";
  193. $LogIdentLogout = "Danh mục đăng nhập";
  194. $ServerStatus = "Trạng thái MySQL server :";
  195. $DataBase = "Database";
  196. $Run = "work";
  197. $Client = "MySql Client";
  198. $Server = "MySql Server";
  199. $titulary = "Owner";
  200. $UpgradeBase = "nâng cấp cơ sở dữ liệu";
  201. $ErrorsFound = "lỗi tìm thấy";
  202. $Maintenance = "Bảo trì";
  203. $Upgrade = "Nâng cấp";
  204. $Website = "Claroline website";
  205. $Documentation = "Tài liệu";
  206. $Contribute = "Tài trợ";
  207. $AnnEmpty = "Danh mục các thông báo đã được xoá";
  208. $AnnouncementModified = "Thông báo đã chỉnh sửa";
  209. $AnnouncementAdded = "ThĂ´ng bĂ¡o má»›i Ä‘Ă£ được Ä‘Æ°a vĂ o";
  210. $AnnouncementDeleted = "Thông báo đã bị xoá";
  211. $AnnouncementPublishedOn = "NgĂ y";
  212. $AddAnnouncement = "Tạo thông báo mới";
  213. $AnnouncementDeleteAll = "Xoá tất cả thông báo";
  214. $professorMessage = "Thư của giáo viên";
  215. $EmailSent = " và đã gữi cho các học sinh có đăng ký";
  216. $EmailOption = "Gá»­i thĂ´ng bĂ¡o nĂ y cho cĂ¡c há»";
  217. $On = "On";
  218. $RegUser = "người dùng đã đăng ký";
  219. $Unvalid = "không có địa chỉ email hoặc địa chỉ email không hợp lệ";
  220. $ModifAnn = "Sửa thông báo này";
  221. $LineNumber = "Số dòng";
  222. $LineOrLines = "dòng";
  223. $AddNewHeading = "Add new heading";
  224. $CourseAdministratorOnly = "Chỉ dành cho người quản trị";
  225. $DefineHeadings = "Define Headings";
  226. $BackToUsersList = "Trở về danh sách người dùng";
  227. $CourseManager = "Quản lý khoá học";
  228. $NewGroupCreate = "Tạo nhóm mới";
  229. $GroupCreation = "Nhóm vừa tạo";
  230. $NewGroups = "Nhóm mới";
  231. $Max = "tối đa 12 kí tự, v.d. <i>TOAN12</i>";
  232. $GroupPlacesThis = "seats (optional)";
  233. $GroupsAdded = "đã thêm nhóm mới";
  234. $GroupDel = "đã xóa";
  235. $ExistingGroups = "nhóm";
  236. $Registered = "đã đăng kí";
  237. $GroupAllowStudentRegistration = "nhóm cho phép sinh viên đăng kí";
  238. $GroupTools = "công cụ";
  239. $GroupDocument = "tài liệu";
  240. $GroupPropertiesModified = "đặc tính về nhóm đã được chỉnh sửa";
  241. $GroupName = "Tên nhóm";
  242. $GroupDescription = "Miêu tả về nhóm";
  243. $GroupMembers = "Thành viên của nhóm";
  244. $EditGroup = "Chỉnh sửa nhóm";
  245. $GroupSettingsModified = "Những điều chỉnh về nhóm đã được thay đổi";
  246. $GroupTooMuchMembers = "Number proposed exceeds max. that you allowed (you can modify it below). \t\t\t\tGroup composition has not been modified";
  247. $GroupTutor = "Tutor";
  248. $GroupNoTutor = "(none)";
  249. $GroupNone = "(none)";
  250. $GroupNoneMasc = "(none)";
  251. $AddTutors = "Admin users list";
  252. $MyGroup = "Nhóm của tôi";
  253. $OneMyGroups = "my supervision";
  254. $GroupSelfRegistration = "Registration";
  255. $GroupSelfRegInf = "register";
  256. $RegIntoGroup = "Add me to this group";
  257. $GroupNowMember = "You are now member of this group";
  258. $Private = "Truy cập chỉ với <a href=../user/user.php>danh sách user</a>)";
  259. $Public = "Truy cập không cần đăng nhập";
  260. $PropModify = "Thay đổi";
  261. $State = "Trạng thái";
  262. $GroupFilledGroups = "Groups have been filled (or completed) by students present in the 'Users' list.";
  263. $Subscribed = "Người đăng kí khóa học này";
  264. $StudentsNotInThisGroups = "Bạn không thuộc nhóm này";
  265. $QtyOfUserCanSubscribe_PartBeforeNumber = "A user can be member of maximum";
  266. $QtyOfUserCanSubscribe_PartAfterNumber = "A groups";
  267. $StudentRegAllowed = "Cho phép sinh viên đăng kí vào nhóm";
  268. $Exercice = "Bài tập";
  269. $NoEx = "Chưa có bài tập";
  270. $NewEx = "Bài tập mới";
  271. $Questions = "Câu hỏi";
  272. $Answers = "Trả lời";
  273. $True = "True";
  274. $Answer = "Trả lời";
  275. $ExerciseType = "Loại bài tập";
  276. $ExerciseName = " Tên bài tập";
  277. $ExerciseDescription = "Ghi chú về bài tập";
  278. $SimpleExercise = "Trên một trang";
  279. $SequentialExercise = "Mỗi câu hỏi một trang (liên tiếp)";
  280. $RandomQuestions = "Câu hỏi ngẫu nhiên";
  281. $GiveExerciseName = "Xin ghi tên bài tập";
  282. $NoAnswer = "Chưa có câu trả lời";
  283. $GoBackToQuestionPool = "Trở về phần lập câu hỏi";
  284. $GoBackToQuestionList = "Trở về phần danh mục câu hỏi";
  285. $QuestionAnswers = "Trả lời cho câu hỏi";
  286. $UsedInSeveralExercises = "Coi chừng! Câu hỏi này dùng trong nhiều bài tập khác nhau.";
  287. $ModifyInAllExercises = "trong tất cả bài tập";
  288. $ModifyInThisExercise = "chỉ trong bài tập hiện hành";
  289. $AnswerType = "Kiểu trả lời";
  290. $MultipleSelect = "Nhiều lựa chọn đúng";
  291. $FillBlanks = "Điền vào chỗ trống";
  292. $Matching = "Ghép cột";
  293. $ReplacePicture = "Thay thế hình";
  294. $DeletePicture = "Xoá hình";
  295. $QuestionDescription = "Ghi chú tuỳ chọnt";
  296. $GiveQuestion = "Hãy đặt câu hỏi";
  297. $WeightingForEachBlank = "Xin cho điểm vào mỗi ô trống";
  298. $UseTagForBlank = "dùng ngoặc vuông [...] để định nghĩa các chỗ cần điền";
  299. $QuestionWeighting = "Điểm";
  300. $MoreAnswers = "+answ";
  301. $LessAnswers = "-answ";
  302. $MoreElements = "+elem";
  303. $LessElements = "-elem";
  304. $TypeTextBelow = "Nhập vào phần sau đây";
  305. $DefaultTextInBlanks = "[Biên Hoà] là thành phố thuộc tỉnh [Đồng Nai].";
  306. $DefaultMatchingOptA = "giàu có";
  307. $DefaultMatchingOptB = "đẹp";
  308. $DefaultMakeCorrespond1 = "Bố của bạn";
  309. $DefaultMakeCorrespond2 = "Mẹ của bạn";
  310. $DefineOptions = "Định nghĩa các chọn lựa";
  311. $MakeCorrespond = "Thiết lập tương ứng";
  312. $FillLists = "Hãy điền vào hai danh sách dưới đây";
  313. $GiveText = "Gõ vào";
  314. $DefineBlanks = "Phải có í nhất 1 từ trong ngoặc [...]";
  315. $GiveAnswers = "Phải nêu trả lời cho câu hỏi";
  316. $ChooseGoodAnswer = "Chọn câu trả lời đúng";
  317. $ChooseGoodAnswers = "Chọn một hay nhiều câu trả lời đúng";
  318. $QuestionList = "Danh mục câu hỏi trong bài tập";
  319. $GetExistingQuestion = "Lấy câu hỏi từ một bài tập khác";
  320. $QuestionPool = "Kho câu hỏi";
  321. $OrphanQuestions = "Câu hỏi mồ côi";
  322. $NoQuestion = "Chưa có câu hỏi";
  323. $AllExercises = "Tất cả bài tập";
  324. $GoBackToEx = "Về bài tập";
  325. $Reuse = "Dùng lại";
  326. $ExerciseManagement = "Quản lý bài tập";
  327. $QuestionManagement = "Quản lý câu hỏi/câu trả lờit";
  328. $QuestionNotFound = "Không tìm thấy câu hỏi";
  329. $ExerciseNotFound = "Không tìm thấy bài tập";
  330. $AlreadyAnswered = "Bạn đã trả lời câu này rồi";
  331. $ElementList = "Liệt kê";
  332. $CorrespondsTo = "Tương ứng với";
  333. $ExpectedChoice = "Cần chọn";
  334. $YourTotalScore = "Tổng điểm của bạn là";
  335. $Remove = "Xoá";
  336. $Enter = "Trở lại danh mục khoá học";
  337. $Description = "Mô tả tóm tắt";
  338. $Links = "Liên kết";
  339. $Works = "Bài làm";
  340. $Forums = "Diễn đàn";
  341. $CreateDir = "Tạo thư mục";
  342. $Name = "Tên";
  343. $Comment = "Ghi chú";
  344. $Visible = "Hiển thị/không hiển thị";
  345. $NewDir = "Tên thư mục mới";
  346. $DirCr = "Thư mục đã tạo";
  347. $Group = "Group";
  348. $Edit = "Edit";
  349. $GroupForum = "Forum";
  350. $Language = "Language";
  351. $Assignments = "Assignments";
  352. $Forum = "Forum";
  353. $Code = "Mã khoá học";
  354. $Up = "Up";
  355. $UniqueSelect = "Một lựa chọn đúng";
  356. $CourseCreate = "Tạo một khoá học";
  357. $Todo = "Kiến nghị";
  358. $UserName = "Tên truy cập";
  359. $Dear = "Dear";
  360. $iso639_2_code = "en";
  361. $iso639_1_code = "eng";
  362. $left_font_family = "verdana, helvetica, arial, geneva, sans-serif";
  363. $right_font_family = "helvetica, arial, geneva, sans-serif";
  364. $number_thousands_separator = ",";
  365. $number_decimal_separator = ".";
  366. $dateFormatShort = "%d-%m-%y";
  367. $dateFormatLong = "%A, %d-%m-%Y";
  368. $dateTimeFormatLong = "%d - %m, %Y - %I:%M %p";
  369. $timeNoSecFormat = "%I:%M %p";
  370. $Yes = "Có";
  371. $No = "Không";
  372. $Next = "Tiếp";
  373. $Allowed = "Được phép";
  374. $BackHome = "Trở về trang chính của";
  375. $Propositions = "Đề xuất cải tiến về";
  376. $Maj = "Cập nhật";
  377. $Modify = "Thay đổi";
  378. $Move = "Di chuyển";
  379. $Help = "Trợ giúp";
  380. $Ok = "Ok";
  381. $Add = "Thêm";
  382. $AddIntro = "Lời giới thiệu";
  383. $BackList = "Về danh mục";
  384. $Text = "Văn bản";
  385. $Empty = "Bạn còn chừa trống ô.<br>Bấm nút <b>Back</b>để làm lại.<br>";
  386. $ConfirmYourChoice = "Hãy xác nhận lại lựa chọn của bạn";
  387. $And = "và";
  388. $Choice = "Lựa chọn của bạn";
  389. $Finish = "Kết thúc";
  390. $Cancel = "Hủy";
  391. $NotAllowed = "Không được chấp nhận";
  392. $Manager = "Quản lí";
  393. $Optional = "Tuỳ chọn";
  394. $NextPage = "Trang kế tiếp";
  395. $PreviousPage = "Trang trước";
  396. $Use = "Sử dụng";
  397. $Total = "Tổng cộng";
  398. $Take = "cần";
  399. $One = "Một";
  400. $Several = "Nhiều";
  401. $Notice = "Ghi chú";
  402. $Date = "Ngày";
  403. $Among = "trong số";
  404. $MyCourses = "Danh mục khoá học";
  405. $ModifyProfile = "Sửa thông tin cá nhân";
  406. $MyStats = "Xem thống kê";
  407. $Logout = "Logout";
  408. $CourseProgram = "Mô tả tóm tắt";
  409. $ThisCourseDescriptionIsEmpty = "Giáo trình này không có phần diễn giải";
  410. $QuestionPlan = "Câu hỏi với giáo viên";
  411. $NewBloc = "Khác";
  412. $InvalidId = "<small>Không đăng nhập được.Nếu bạn chưa phải thành viên, hãy <a href=claroline/auth/inscription.php>đăng ký ở đây</a></small></font color>";
  413. $Pass = "Password";
  414. $Advises = "Advises";
  415. $SupportForum = "Diễn đàn hỗ trợ";
  416. $BackToHomePage = "Trở về trang chủ";
  417. $LostPassword = "Quên mật khẩu";
  418. $YourPasswordHasBeenEmailed = "Mật khẩu của bạn đã được gửi tới email";
  419. $EnterEmailAndWeWillSendYouYourPassword = "Nhập địa chỉ email bạn đã đăng kí, chúng tôi sẽ gửi mật khẩu cho bạn thông qua email.";
  420. $Action = "Hành động";
  421. $Preserved = "Đã lưu";
  422. $ConfirmUnsubscribe = "Xác nhận đăng kí";
  423. $See = "Go to";
  424. $LastVisits = "Lần ghé thăm gần đây nhất";
  425. $IfYouWantToAddManyUsers = "Nếu bạn muốn thêm mới nhiều người dùng cùng 1 lúc, xin liên hệ với người quản trị‹";
  426. $PassTooEasy = "Mật khẩu không đủ mạnh. Nên sử dụng mật khẩu khác";
  427. $AddedToCourse = "Đã đăng kí theo khóa học";
  428. $UserAlreadyRegistered = "Trùng họ / tên với người dùng hiện có";
  429. $BackUser = "Trở về danh sách người dùng";
  430. $UserOneByOneExplanation = "Người dùng sẽ nhận được emmail thông báo login và  password";
  431. $GiveTutor = "gán quyền giáo viên";
  432. $RemoveRight = "Xóa quyền này";
  433. $GiveAdmin = "Gán quyền admin";
  434. $UserNumber = "số lượng";
  435. $DownloadUserList = "Danh sách Upload";
  436. $UserAddExplanation = "every line of file to send will necessarily an only\t\tinclude 5 fields: <b>Last Name   First Name   \t\tLogin   Password \t\t  Email</b> separated by tabs and in this order.\t\tUsers will recieve email confirmation with login/password.";
  437. $UserMany = "Import users list through textfile";
  438. $OneByOne = "Sau khi đăng kí";
  439. $AddHereSomeCourses = "<font size=2 face='Arial, Helvetica'><big>Hiệu chỉnh danh sách khóa học</big><br><br>Đánh dấu vào khóa học bạn chọn<br>Ngược lại bỏ đánh dấu nếu không chọn<br> Sau đó bấm nút OK tại cuối danh sách";
  440. $AddAU = "Thêm user";
  441. $AddedU = "Đã được thêm. Sẽ gửi thông báo đến email";
  442. $TheU = "Người dùng";
  443. $RegYou = "Đã đăng kí cho bạn trong khóa học này";
  444. $OneResp = "Một trong số những quản trị viên của khóa học";
  445. $ProfileReg = "Hồ sơ của bạn đã được lưu lại";
  446. $EmailWrong = "Email này không tồn tại hoặc chưa 1 vài kí tự không hợp lệ";
  447. $UserTaken = "Tên đăng nhập này đã được sử dụng";
  448. $Fields = "Bạn chưa điền 1 số thông tin bắt buộc";
  449. $Again = "Thử lại lần nữa";
  450. $PassTwo = "Bạn xác nhận sai mật khẩu";
  451. $ModifProfile = "Sửa hồ sơ";
  452. $IsReg = "Sửa đổi của bạn được bảo đảm";
  453. $NowGoCreateYourCourse = "Hiện tại bạn đã có thể tạo khóa học";
  454. $NowGoChooseYourCourses = "Bây giờ bạn đã có thể lựa chọn khóa học trong danh sách khóa học";
  455. $PersonalSettings = "Thông tin cá nhân của bạn đã được đảm bảo và 1 email đã được gửi để giúp bạn ghi nhớ tên đăng nhập và mật khẩu </p>";
  456. $Problem = "Trong trường hợp có lỗi xảy ra, hãy liên hệ với chúng tôi";
  457. $Is = "is";
  458. $Address = "địa chỉ của";
  459. $YourReg = "Your registration on";
  460. $UserFree = "Tên đăng nhập đã có người sử dụng. Sử dụng nút quay lại của trình duyệt và chọn 1 kết quả khac";
  461. $EmptyFields = "Bạn để trống 1 số thông tin. Sử dụng nút quay lại của trình duyệt và thử lại lần nữa.";
  462. $PassTwice = "Bạn vừa xác nhận sai mật khẩu. Sử dụng nút quay lại của trình duyệt và thử lại lần nữa";
  463. $RegAdmin = "Tạo website cho khóa học(GV)";
  464. $RegStudent = "Tham gia các khóa học(HS)";
  465. $Confirmation = "Xác nhận lại";
  466. $Surname = "tên";
  467. $Registration = "đăng kí";
  468. $YourAccountParam = "điền tên đăng nhập và mật khẩu của bạn";
  469. $LoginRequest = "Cần phải đăng nhập";
  470. $AdminOfCourse = "admin";
  471. $SimpleUserOfCourse = "normal";
  472. $IsTutor = "giáo viên";
  473. $ParamInTheCourse = "Trạng thái";
  474. $HaveNoCourse = "không có khóa học";
  475. $UserProfileReg = "updated";
  476. $Courses4User = "Các khóa học dành cho người dùng";
  477. $CoursesByUser = "Các khóa học được tạo bởi người dùng";
  478. $InLnk = "Tạm ngưng hoạt động";
  479. $DelLk = "Bạn muốn xoá liên kết này?";
  480. $NameOfTheLink = "Tên của liên kết";
  481. $ToolName = "Thống kê";
  482. $TrackingDisabled = "Theo dõi được ngừng hoạt động bởi quản trị hệ thống.";
  483. $CourseStats = "Trạng thái khóa học";
  484. $ToolsAccess = "Công cụ truy cập";
  485. $LinksAccess = "Liên kết";
  486. $DocumentsAccess = "Truy cập tài liệu";
  487. $LinksDetails = "Liên kết truy cập bởi học sinh";
  488. $WorksDetails = "Bài làm do học sinh tải lên";
  489. $LoginsDetails = "Bấm vào tên tháng để xem chi tiết";
  490. $DocumentsDetails = "Tài liệu học sinh download về";
  491. $ExercicesDetails = "điểm số các bài tập";
  492. $BackToList = "Trở về danh sách người dùng";
  493. $StatsOfCourse = "Thống kê khóa học";
  494. $StatsOfUser = "Thống kê người dùng";
  495. $StatsOfCampus = "Thống kê chung";
  496. $CountUsers = "số lượng người dùng";
  497. $CountToolAccess = "Tổng số lượt truy cập khóa học";
  498. $LoginsTitleMonthColumn = "Tháng";
  499. $LoginsTitleCountColumn = "Số lượt đăng nhập";
  500. $ToolTitleToolnameColumn = "Tên công cụ";
  501. $ToolTitleUsersColumn = "Số lượt truy cập của user";
  502. $ToolTitleCountColumn = "Tổng số lượt truy cập";
  503. $LinksTitleLinkColumn = "Liên kết";
  504. $LinksTitleUsersColumn = "Số lượt truy cập của user";
  505. $LinksTitleCountColumn = "Tổng số lượt truy cập";
  506. $ExercicesTitleExerciceColumn = "Bài tập";
  507. $ExercicesTitleScoreColumn = "điểm";
  508. $DocumentsTitleDocumentColumn = "Tài liệu";
  509. $DocumentsTitleUsersColumn = "Số lượng Downloads";
  510. $DocumentsTitleCountColumn = "Tổng số lượng Downloads";
  511. $WorkTitle = "Tiêu đề";
  512. $WorkAuthors = "Người gửi";
  513. $WorkDescription = "Ghi chú";
  514. $informationsAbout = "Theo dõi";
  515. $NoEmail = "Chưa có địa chỉ email";
  516. $NoResult = "Chưa có kết quả";
  517. $Hits = "Hits";
  518. $LittleHour = "h.";
  519. $Last31days = "Trong 31 ngày gần đây";
  520. $Last7days = "Trong 7 ngày gần đây";
  521. $ThisDay = "Hôm nay";
  522. $Logins = "đăng nhập";
  523. $LoginsExplaination = "đây là danh sách các công cụ bạn đã sử dụng trong lần truy cập gần đây nhất.";
  524. $ExercicesResults = "Kết quả các bài tập";
  525. $At = "tại";
  526. $LoginTitleDateColumn = "Ngày";
  527. $LoginTitleCountColumn = "Lượt ghé thăm";
  528. $LoginsAndAccessTools = "Công cụ đăng nhập và truy cập";
  529. $WorkUploads = "Các bài đã upload";
  530. $ErrorUserNotInGroup = "Không có trong nhóm";
  531. $ListStudents = "Danh sách học sinh trong nhóm";
  532. $PeriodHour = "Giờ";
  533. $PeriodDay = "Ngày";
  534. $PeriodWeek = "Tuầnn";
  535. $PeriodMonth = "Tháng";
  536. $PeriodYear = "Năm";
  537. $NextDay = "Ngày kế tiếp";
  538. $PreviousDay = "Ngày trước";
  539. $NextWeek = "Tuần kế tiếp";
  540. $PreviousWeek = "Tuần trước";
  541. $NextMonth = "Tháng kê tiếp";
  542. $PreviousMonth = "Tháng trước";
  543. $NextYear = "Năm kế tiếp";
  544. $PreviousYear = "Năm trứơc";
  545. $ViewToolList = "Xem danh sách tất cả công cụ";
  546. $ToolList = "Danh sách tất cả công cụ";
  547. $PeriodToDisplay = "Chu kì";
  548. $DetailView = "Xem thông tin";
  549. $BredCrumpGroups = "Nhóm";
  550. $BredCrumpGroupSpace = "Không gian của nhóm";
  551. $BredCrumpUsers = "Người dùng";
  552. $AdminToolName = "Admin Stats";
  553. $PlatformStats = "Trạng thái hệ thống";
  554. $StatsDatabase = "Trạng thái cơ sở dữ liệu";
  555. $PlatformAccess = "Truy cập hệ thống";
  556. $PlatformCoursesAccess = "Truy cập khóa học";
  557. $PlatformToolAccess = "Truy cập công cụ";
  558. $HardAndSoftUsed = "Các quốc gia cung cấp trình duyệt os Referers";
  559. $StrangeCases = "Trường hợp lạ";
  560. $StatsDatabaseLink = "Nhấn vào đây";
  561. $CountCours = "Số khóa học";
  562. $CountCourseByFaculte = "Số lượng khóa học bộ môn";
  563. $CountCourseByLanguage = "Số lượng khóa học ngôn ngữ";
  564. $CountCourseByVisibility = "Number of courses by visibility";
  565. $CountUsersByCourse = "Number of users by course";
  566. $CountUsersByFaculte = "Number of users by faculte";
  567. $CountUsersByStatus = "Số lượng người sử dụng theo tình trạng";
  568. $Access = "Truy cập";
  569. $Countries = "Quốc gia";
  570. $Providers = "Người cung cấp";
  571. $OS = "OS";
  572. $Browsers = "Browsers";
  573. $Referers = "Referers";
  574. $AccessExplain = "(When an user open the index of the campus)";
  575. $TotalPlatformAccess = "Tổng số lượt truy cập hệ thống";
  576. $TotalPlatformLogin = "Tổng số đăng nhập";
  577. $MultipleLogins = "Accounts with same <i>Username</i>";
  578. $MultipleUsernameAndPassword = "Accounts with same <i>Username</i> AND same <i>Password</i>";
  579. $MultipleEmails = "Accounts with same <i>Email</i>";
  580. $CourseWithoutProf = "Courses without professor";
  581. $CourseWithoutAccess = "Courses not used";
  582. $LoginWithoutAccess = "Logins not used";
  583. $AllRight = "There is no strange case here";
  584. $Defcon = "Ooops, stranges cases detected !!";
  585. $NULLValue = "Không có giá trị";
  586. $TrafficDetails = "Traffic Details";
  587. $GroupSpaceLink = "Khu vực nhóm";
  588. $HFor = "Hỗ trợ diễn đàn";
  589. $ForContent = "Diễn đàn là nơi thảo luận không đồng bộ. Nơi mà email có thể trao đối, đối thoại công khai.</p><p>Về mặt kĩ thuật, sinh viên chỉ cần có trình duyệt web là có thể sử dụng diễn đàn</P><p>Để liên lạc với tổ chức diễn đàn, nhấp vào 'Administer'. Các cuộc thảo luận được tổ chức đồng bộ và được bố trí như sau:</p><p><b>Danh mục > Diễn đàn > Chủ đề > Trả lời</b></p>Để cấu trúc được các cuộc thảo luận của sinh viên, it is necessary to organise catgories and forums beforehand, leaving the creation of topics and answers to them. By default, the claroline forum contains only the category 'Public', a sample forum ans a sample topic.</p><p>The first thing you should do is deleting the sample topic and modify the first forum's name. Then, you can create, in the 'public' category, other forums, by groups or by themes, to fit your learning scenario requirements.</p><p>Don't mix Categories and forums, and don't forget that an empty category (without forums) does not appear on the student view.</p><p>The description of a forum can be the list of its members, the definition of a goal, a task, a theme...";
  590. $HHome = "Hỗ trợ trang chủ";
  591. $HomeContent = "để thuận tiện hơn, những công cụ claroline chứa các mục mặc định. Có 1 ví dụ nhỏ trong tất cả công cụ để giúp bạn nắm thật nhanh nó hoạt động như thế nào.Bạn có thể sửa đổi hoặc xóa nó.</p><p>Ví dụ, trên trang chủ website khóa học của bạn, có 1 dòng giới thiệu nhỏ : ' Đây là phần giới thiệu cho khóa học của bạn. Để thay đổi nói, nhấp vào modify ở phía dưới'. Sau khi nhấp vào modify, thay đổi nó và OK. Nó thật đơn giản. Every tool has the same logic: add, delete, modify, which is the logic of dynamic websites.</p><p>When you first create your website, most of the tools are active. Here again, it is up to you to deactivate the ones you don't need. You just have to click on 'deactivate'. Then it goes down to the grey section of your homepage an becomes invisible to your students. However, you can reactivate it whenever you want, making it visible to the students once more.</p><p>You can add your own pages to your Home Page. These pages must be HTML pages (which can be created by any Word Processor or Web Composer). Use 'Upload page and link to Homepage' to send your page to the server. The standard header of your website will be automatically merged with your new document, so that you just need to concentrate on the content. If you want to link from your Home towards existaing websites or pages existing anywhere on the web (even inside your own site), use 'Add link on Homepage' The pages you have added to the Home page can deactivated then deleted, where the standard tools can be deactivated, but not deleted.</p><p>Once your course website is ready, go to 'Modify course info' and decide what level of confidentiality you want. By default, your course is hidden (because you work on it).</p>";
  592. $HClar = "Hỗ trợ khởi đầu";
  593. $HDoc = "Hỗ trợ tài liệu";
  594. $DocContent = "<p>Công cụ để quản lí tThe Documents tool is similar to the FileManager of your desktop computer.</p><p>You can upload files of any type (HTML, Word, Powerpoint, Excel, Acrobat, Flash, Quicktime, etc.). Your only concern must be that your students have the corresponding software to read them. Some file types can contain viruses, it is your responsibilty not to upload virus contaminated files. It is a worthwhile precaution to check documents with antivirus software before uploading them.</p><p>The documents are presented in alphabetical order.<br><b>Tip : </b>If you want to present them in a different order, numerate them: 01, 02, 03...</p><p>You can :</p><h4>Upload a document</h4><ul> <li>Select the file on your computer using the Browse button <input type=submit value=Browse name=submit2>\ton the right of your screen.</li>\t\t<li>\t\t\tLaunch the upload with the Upload Button <input type=submit value=Upload name=submit2>.\t\t</li>\t</ul>\t<h4>\t\tRename a document (a directory)\t</h4>\t<ul>\t\t<li>\t\t\tclick on the <img src=../img/renommer.gif width=20 height=20 align=baseline>\t\t\tbutton in the Rename column\t\t</li>\t\t<li>\t\t\tType the new name in the field (top left)\t\t</li>\t\t<li>\t\t\tValidate by clicking <input type=submit value=Ok name=submit24>.\t\t</li>\t</ul>\t\t<h4>\t\t\tDelete a document (or a directory)\t\t</h4>\t\t<ul>\t\t\t<li>\t\t\t\tClick on <img src=../img/delete.gif width=20 height=20>\t\t\t\tin column 'Delete'.\t\t\t</li>\t\t</ul>\t\t<h4>\t\t\tMake a document (or directory) invisible to students\t\t</h4>\t\t<ul>\t\t\t<li>\t\t\t\tClick on <img src=../img/visible.gif width=20 height=20>\t\t\t\tin column 'Visible/invisible'.\t\t\t</li>\t\t\t<li>\t\t\t\tThe document (or directory) still exists but it is not visible by students anymore.\t\t\t</li>\t\t\t<li>\t\t\t\tTo make it invisible back again, click on\t\t\t\t<img src=../document/../img/invisible.gif width=24 height=20>\t\t\t\tin column 'Visible/invisible'\t\t\t</li>\t\t</ul>\t\t<h4>\t\t\tAdd or modify a comment to a document (or a directory)\t\t</h4>\t\t<ul>\t\t\t<li>\t\t\t\tClick on <img src=../document/../img/comment.gif width=20 height=20> in column 'Comment'\t\t\t</li>\t\t\t<li>\t\t\t\tType new comment in the corresponding field (top right).\t\t\t</li>\t\t\t<li>\t\t\t\tValidate by clicking <input type=submit value=OK name=submit2>\t\t\t.</li>\t\t</ul>\t\t<p>\t\tTo delete a comment, click on <img src=../document/../img/comment.gif width=20 height=20>,\t\tdelete the old comment in the field and click\t\t<input type=submit value=OK name=submit22>.\t\t<hr>\t\t<p>\t\t\tYou can organise your content through filing. For this:\t\t</p>\t\t<h4>\t\t\t<b>\t\t\t\tCreate a directory\t\t\t</b>\t\t</h4>\t\t<ul>\t\t\t<li>\t\t\t\tClick on\t\t\t\t<img src=../document/../img/dossier.gif width=20 height=20>\t\t\t\t'Create a directory' (top left)\t\t\t</li>\t\t\t<li>\t\t\t\tType the name of your new directory in the corresponding field (top left)\t\t\t</li>\t\t\t<li>\t\t\t\tValidate by clicking <input type=submit value=OK name=submit23>.\t\t\t</li>\t\t</ul>\t\t<h4>\t\t\tMove a document (or directory)\t\t</h4>\t\t<ul>\t\t\t<li>\t\t\t\tClick on button <img src=../document/../img/deplacer.gif width=34 height=16>\t\t\t\tin column 'Move'\t\t\t</li>\t\t\t<li>\t\t\t\tChoose the directory into which you want to move the document (or directory) in the corresponding scrolling menu (top left) (note: the word 'root' means you cannot go upper than that level in the document tree of the server).\t\t\t</li>\t\t\t<li>\t\t\t\tValidate by clicking on <input type=submit value=OK name=submit232>.\t\t\t</li>\t\t</ul><center><p>";
  595. $HUser = "Hỗ trợ người dùng";
  596. $HExercise = "Hỗ trợ bài tập";
  597. $Height = "Chiều cao";
  598. $ResizingComment = "thay đổi kích thước bức ảnh thep pixels";
  599. $Width = "Chiều rộng";
  600. $Resizing = "thay đổi kích thước";
  601. $NoResizingComment = "Hiển thị toàn bộ những bức ảnh với kích thước thật của nó. Con lăn sẽ tự động xuất hiện nếu kích thước bức ảnh lớn hơn kích thước màn hình máy tính của bạn.";
  602. $ShowThumbnails = "Hiển thị hình nhỏ";
  603. $SetSlideshowOptions = "Cài đặt các lựa chọn cho slideshow";
  604. $SlideshowOptions = "Những lựa chọn của Slide";
  605. $NoResizing = "Mặc định";
  606. $SlideShow = "Slideshow";
  607. $ViewSlideshow = "Xem slide";
  608. $ResourceAdded = "Tài nguyên đã được thêm vào.Bây giờ bạn có thể quay lại hoặc thêm tài nguyên mới";
  609. $LearningPath = "Quá trình học tập";
  610. $LevelUp = "level up";
  611. $AddIt = "Thêm nó";
  612. $MainCategory = "Danh mục chính";
  613. $AddToLinks = "Thêm liên kết vào khóa học";
  614. $DontAdd = "Không thêm";
  615. $ResourcesAdded = "Thêm tài nguyên mới";
  616. $ExternalResources = "Tài nguyên bên ngoài";
  617. $CourseResources = "Tài nguyên khóa học";
  618. $ExternalLink = "Liên kết ngoài";
  619. $DropboxAdd = "Thêm Dropbox cho chương này";
  620. $AddAssignmentPage = "Thêm các trang phân tải lên chương này.";
  621. $SendWork = "Upload bài";
  622. $TooBig = "Bạn không chọn tệp nào, hoặc là kích thước tệp quá lớn";
  623. $DocModif = "tên bài đã sửa";
  624. $DocAdd = "Bài đã nộp";
  625. $DocDel = "Bài đã xoá";
  626. $TitleWork = "Tên bài";
  627. $Authors = "Người gửi";
  628. $WorkDelete = "Xoá";
  629. $WorkModify = "Sửa";
  630. $WorkConfirmDelete = "Bạn có chắc muốn xoá bài nàyr";
  631. $AllFiles = "Tất cả file";
  632. $UserContent = "<b>Roles</b><p>Roles have no computer related function. They do not give rights on operating the system. They just indicate to Humans, who is who. You can modify them by clicking on 'modify' under 'role', then typing whatever you want: professor, assistant, student, visitor, expert...</P><hr><b>Admin rights</b><p>Admin rights, on the other hand, correspond to the technical authorisation to modify the content and organisation of the course website. For the moment, you can only choose between giving all the admin rights and giving none of them.</P><p>To allow an assistant, for instance, to co-admin the site, you need to register him in the course or be sure he is already registerd, then click on 'modify' under 'admin rights', then click 'all', then 'Ok'.</P><hr><b>Co-chairmen</b><p>To mention in the header of the course website the name of a co-chairmen, use the tool 'Modify course information' (orange tools). This modification does not register your co-chairmen as a user of the course. The field 'Professors' is completely independant of the Users list.</p><hr><b>Add a user</b><p>To add a user for your course, fill the fields and validate. The personwill receive an email telling him/her you have registered him/her and tellinghim/her or reminding him/her his/her login and password.</p>";
  633. $GroupContent = "<p><b>Introduction</b></p><p>This tool allows to create and manage work groups.At creation (Create groups), groups are emtpy. There aremany ways to fill them:<ul><li>automatically ('Fill groups'),</li><li>manually ('Edit'),</li><li>self-registration by students diants (Groups settings: 'Self registration allowed...').</li></ul>These three ways can be combined. You can, for instance, ask students to self-register first.Then discover that some of them didn't and decide then to fill groups automatically inorder to complete them. You can also edit each group to compose membership one studentat a time after or before self-registration and/or automatical filling.</p><p>Groups filling, whether automatical or manual, works only if there are already studentsregistered in the course (don't mix registration to the course with registration into groups).Students list is visible in <b>Users</b> tool. </p><hr noshade size=1><p><b>Create groups</b></p><p>To create new groups, click on 'Create new group(s)' and determine number of groups tocreate. Maximum number of members is optional but we suggest to chose one. If you leave max. fieldunchanged, groups size maximum will be infinite.</p><hr noshade size=1><p><b>Group settings</b></p><p>You can determine Group settings globally (for all groups).<b>Students are allowed to self-register in groups</b>:<p>You create empty groups, students self-register.If you have defined a maximum number, full groups do not accept new members.This method is good for teachers who do not know students list whencreating groups.</p><b>Outils</b>:</p><p>Every group possesses either a forum (private or public) or a Documents area(a shared file manager) or (most frequent) both.</p><hr noshade size=1><p><b>Manual edit</b></p><p>Once groups created (Create groups), you see at bottom of page, a list of groupswith a series of informations and functions<ul><li><b>Edit</b> to modify manually Group name, description, tutor,members list.</li><li><b>Delete</b> deletes a group.</li></ul><hr noshade size=1>";
  634. $ExerciseContent = "<p>The exercise tool allows you to create exercises that will contains as many questions as you like.<br><br>There are various types of answers available for the creation of your questions :<br><br><ul> <li>Multiple choice (Unique answer)</li> <li>Multiple choice (multiple answers)</li> <li>Matching</li> <li>Fill in the blanks</li></ul>An exercise gathers a certain number of questions under a common theme.</p><hr><b>Exercise creation</b><p>In order to create an exercise, click on the link \"New exercise\".<br><br>Type the exercise name, as well as an optional description of it.<br><br>You can also choose between 2 exercise types :<br><br><ul> <li>Questions on an unique page</li> <li>One question per page (sequential)</li></ul>and tell if you want or not questions to be randomly sorted at the time of the exercise running.<br><br>Then, save your exercise. You will go to to the question administration for this exercise.</p><hr><b>Question adding</b><p>You can now add a question into the exercise previously created. The description is optional, as well as the picture that you have the possibility of linking to your question.</p><hr><b>Multiple choice</b><p>This is the famous MAQ (multiple answer question) / MCQ (multiple choice question).<br><br>In order to create a MAQ / MCQ :<br><br><ul> <li>Define answers for your question. You can add or delete an answer by clicking on the right button</li> <li>Check via the left box the correct answer(s)</li> <li>Add an optional comment. This comment won't be seen by the student till this one has replied to the question</li> <li>Give a weighting to each answer. The weighting can be any positive or negatif integer, or zero</li> <li>Save your answers</li></ul></p><hr><b>Fill in the blanks</b><p>This allows you to create a text with gaps. The aim is to let student find words that you have removed from the text.<br><br>To remove a word from the text, and so to create a blank, put this word between brackets [like this].<br><br>Once the text has been typed and blanks defined, you can add a comment that will be seen by the student when it replies to the question.<br><br>Save your text, and you will enter the next step that will allow you to give a weighting to each blank. For example, if the question worths 10 points and you have 5 blanks, you can give a weighting of 2 points to each blank.</p><hr><b>Matching</b><p>This answer type can be chosen so as to create a question where the student will have to connect elements from an unit U1 with elements from an unit U2.<br><br>It can also be used to ask students to sort elements in a certain order.<br><br>First define the options among which the student will be able to choose the good answer. Then, define the questions which will have to be linked to one of the options previously defined. Finally, connect via the drop-down menu elements from the first unit with those of the second one.<br><br>Notice : Several elements from the first unit can point to the same element in the second unit.<br><br>Give a weighting to each correct matching, and save your answer.</p><hr><b>Exercise modification</b><p>In order to modify an exercise, the principle is the same as for the creation. Just click on the picture <img src=\"../img/edit.gif\" border=\"0\" align=\"absmiddle\"> beside the exercise to modify, and follow instructions above.</p><hr><b>Exercise deleting</b><p>In order to delete an exercise, click on the picture <img src=\"../img/delete.gif\" border=\"0\" align=\"absmiddle\"> beside the exercise to delete.</p><hr><b>Exercise enabling</b><p>So as for an exercise to be used, you have to enable it by clicking on the picture <img src=\"../img/invisible.gif\" border=\"0\" align=\"absmiddle\"> beside the exercise to enable.</p><hr><b>Exercise running</b><p>You can test your exercise by clicking on its name in the exercise list.</p><hr><b>Random exercises</b><p>At the time of an exercise creation / modification, you can tell if you want questions to be drawn in a random order among all questions of the exercise.<br><br>That means that, by enabling this option, questions will be drawn in a different order each time students will run the exercise.<br><br>If you have got a big number of questions, you can also choose to randomly draw only X questions among all questions available in that exercise.</p><hr><b>Question pool</b><p>When you delete an exercise, questions of its own are not removed from the data base, and can be reused into a new exercise, via the question pool.<br><br>The question pool also allows to reuse a same questions into several exercises.<br><br>By default, all questions of your course are shown. You can show the questions related to an exercise, by chosing this one in the drop-down menu \"Filter\".<br><br>Orphan questions are questions that don't belong to any exercise.</p>";
  635. $ClarContent3 = "</p><p><b>Educational Theory</b><p>For the professors, prepare a course on the internet is a question of Educational Theory too.";
  636. $ClarContent4 = "is at your disposal to help you during the different steps of your teaching project evolution: from tool design to its integration in a clear and coherent strategy and objective evaluation of its impact on student learning.</p>";
  637. ?>