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/bbimport.inc.php

24 lines
1.4 KiB

<?php
/*
for more information: see languages.txt in the lang folder.
*/
$langViewCourseMaterialImport = "불러올 교육 자료 보기";
$langViewExternalLinksImport = "불러올 외부 링크 보기";
$langViewForumImport = "불러올 포럼 보기";
$langImportCourseMaterial = "과정 자료 가져오기(Blackboard tool \"Course Material\")";
$langImportExternalLinks = "링크 가져오기 ( blackboard tool \"External Links\")";
$langImportForum = "포럼 가져오기 (Blackboard tool \"Discussion Board\")";
$langToolInfo = "이 툴은 Blackboard 5.5 과정을 가져옵니다 (Course Material, Discussion Board, and External Links)";
$langToolName = "Blackboard 과정 가져오기";
$langSelectCoursePackage = "과정 패키지 선택";
$langPackageAlreadySelected = "이미 선택한 패키지입니다";
$langFirstSelectPackage = "패키지를 먼저 선택하고 불러오기 전에 오픈해야 합니다.";
$langCourseToMigrate = "이동 시킬 과정";
$langSelectPackage = "패키지 선택";
$langOpenPackageForImporting = "불러오기 위해 패키지 오픈";
$langInformation = "불러오기 절차에 대한 정보";
$langChooseImportOptions = "불러오기 옵션 선택";
$langCheckWhatIsImported = "불러오기 과정을 시작하기 전에 무엇을 불러올지 선택할 수 있습니다";
$langStartImporting = "불러오기 시작";
$langImport = "불러오기";
?>