Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/lang/korean/course_home.inc.php

18 lines
664 B

<?php
/*
for more information: see languages.txt in the lang folder.
*/
$langActivate = "보여주기";
$langDeactivate = "숨김";
$langInLnk = "숨김 도구와 링크";
$langDelLk = "정말로 이 링크를 삭제하겠습니까?";
$langCourseCreate = "과정 웹사이트 생성";
$langNameOfTheLink = "링크 명";
$lang_main_categories_list = "주 카테코리 목록";
$langCourseAdminOnly = "담당교사만 가능";
$PlatformAdminOnly = "플랫폼 관리자만 가능";
$langCombinedCourse = "결합된 과정";
$ToolIsNowVisible = "이 도구가 보여집니다";
$ToolIsNowHidden = "이 도구가 이제 보여집니다";
$EditLink = "링크 수정";
?>