index.inc.php 1011 B

1234567891011121314151617181920
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $langInvalidId = "<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>";
  5. $langWelcome = "courses are freely available below. Other courses require
  6. a username and a password, which you can obtain by clicking on \'registration\'. Professors
  7. can create course websites clicking on registration too, but selecting then
  8. \'Create course sites (professors)\'.";
  9. $langPass = "Password";
  10. $langEnter = "Enter";
  11. $langReg = "Đăng ký";
  12. $langAdvises = "Advises";
  13. $langOtherCourses = "Danh mục khoá học";
  14. $langSupportForum = "Diễn đàn hỗ trợ";
  15. $langCategories = "Danh mục website theo chủ đề";
  16. $langBackToHomePage = "Trở về trang chủ";
  17. $lang_No_course_publicly_available = "Chưa có khoá học nào.";
  18. $langLostPassword = "Quên mật khẩu";
  19. $lang_edit_my_course_list = "Tham gia các khoá học";
  20. ?>