index.inc.php 1.0 KB

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