12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?php /*
- for more information: see languages.txt in the lang folder.
- */
- $ModifInfo = "Các xác lập của khoá học";
- $langModifDone = "Thông tin đã được hiệu chỉnh";
- $langDelCourse = "Xoá toàn bộ website của khoá học";
- $langProfessors = "Giáo viên";
- $langFaculty = "Bộ môn";
- $langConfidentiality = "Confidentiality";
- $langPublic = "Truy cập không cần login";
- $langPrivOpen = "Truy cập có điều kiện hạn chế, đăng ký tự do";
- $langPrivate = "Truy cập chỉ với <a href=../user/user.php>danh sách user</a>)";
- $langForbidden = "Không có quyền";
- $langConfTip = "By default, you course is only accessible to you as its only registered user. If you want some confidentiality,
- the simplest way is to open registration during
- one week, ask the students to register themselves, then close registration and check for possible intruders in the user list.";
- $langTipLang = "This language will be valid for every visitor of your course\'s website.";
- $langVid = "Video";
- $langWork = "Bài viết của học sinh";
- $langProgramMenu = "Chương trình khoá học";
- $langAnnouncement = "Thông báo";
- $langExercise = "Bài tập";
- $langStats = "Thống kê";
- $langUplPage = "Upload trang và tạo liên kết tới trang chủ";
- $langLinkSite = "Thêm liên kết trang vào trang chủ";
- $langCourse = "Website ";
- $langHasDel = "đã bị xoá";
- $langBackHome = "Trở về trang chính của ";
- $langByDel = "Deleting this course website will permanently delete all the documents it contains and unregister all its students (not remove them from other courses).<p>Do you really want to delete the course";
- $langY = "YES";
- $langN = "NO";
- $langDepartmentUrl = "Địa chỉ URL của trường/khoa";
- $langDepartmentUrlName = "Trường/Khoa";
- $langBackupCourse = "Archive this course";
- $langModifGroups = "Nhóm";
- $langProfessor = "Giáo viên";
- $langGroups = "Nhóm";
- $langDescriptionCours = "Mô tả khoá học";
- $langArchiveCourse = "Course backup";
- $langRestoreCourse = "Restore a course";
- $langRestore = "Restore";
- $langCreatedIn = "created in";
- $langCreateMissingDirectories = "Creation of missing directories";
- $langCopyDirectoryCourse = "Copy of course\'s files";
- $langDisk_free_space = "free space";
- $langBuildTheCompressedFile = "Creation of backup file";
- $langFileCopied = "file copied";
- $langArchiveLocation = "Archive location";
- $langSizeOf = "Size of";
- $langArchiveName = "Archive name";
- $langBackupSuccesfull = "Successfull backup";
- $langBUCourseDataOfMainBase = "Backup of course data in main database for";
- $langBUUsersInMainBase = "Backup of user data in main database for";
- $langBUAnnounceInMainBase = "Backup of announce data in main database for";
- $langBackupOfDataBase = "Backup of database";
- $langCreationDate = "Created";
- $langExpirationDate = "Expire";
- $langPostPone = "Post pone";
- $langLastEdit = "Last edit";
- $langLastVisit = "Last visit";
- $langSubscription = "Subscription";
- $langCourseAccess = "Course access";
- $langConfirmBackup = "Do you really want to backup the course";
- $langCreateSite = "Tạo một Website cho khoá học mới ";
- $langRestoreDescription = "The course is in an archive file which you can select below.<br><br>
- When you have clicked on \"Restore\", the archive will be uncompessed and the course recreated.";
- $langRestoreNotice = "This script doesn\'t allow yet to automatically restore users, but data saved in \"users.csv\" are sufficient so as for the administrator to be able to make that work manually.";
- $langAvailableArchives = "Available archive list";
- $langNoArchive = "No archive has been selected";
- $langArchiveNotFound = "The archive has not been found";
- $langArchiveUncompressed = "The archive has been uncompressed and installed.";
- $langCsvPutIntoDocTool = "The file \"users.csv\" has been put into the Documents tool.";
- ?>
|