course_description.inc.php 542 B

12345678910111213141516
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $langCourseProgram = "과정 설명";
  6. $langThisCourseDescriptionIsEmpty = "이 과정에 대한 설명이 존재하지 않습니다.";
  7. $langEditCourseProgram = "과정 설명 생성과 수정";
  8. $QuestionPlan = "관리자에게 질문";
  9. $langInfo2Say = "유저에게 제공하는 정보";
  10. $langOuAutreTitre = "제목";
  11. $langNewBloc = "그 외";
  12. $langAddCat = "카테고리 추가";
  13. $langAdd = "추가";
  14. $langValid = "유효함";
  15. $langBackAndForget = "back and forget";
  16. ?>