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

16 lines
1.0 KiB

<?php
/*
for more information: see languages.txt in the lang folder.
*/
$langPgTitle = "페이지 제목";
$langExplanation = "OK를 클릭하면, 포럼, 일정, 문서 관리자 등을 가진 웹사이트를 생성하게 됩니다. 웹사이트의 생성자로 로그인하면, 자신의 필요에 따라 변경이 가능합니다.";
$langTooBig = "전송할 파일을 선택하지 않았거나, 파일사이즈가 너무 큽니다";
$langCouldNot = "파일이 업로드 되지 않았습니다";
$langNotAllowed = "허용안됨";
$langAddPageToSite = "페이지를 영역에 추가";
$langCouldNotSendPage = "이 파일은 HTML 형식이 아니고 업로드 할 수 없습니다. HTML 파일이 아닌 형식을 (PDF, Word, Power Point, Video, etc.) 업로드 하고자 할 때는 <a href=../document/document.php>Documents tool</a>를 사용하십시요.";
$langSendPage = "업로드 할 페이지";
$langPageTitleModified = "페이지의 제목이 수정되었습니다.";
$langPageAdded = "페이지가 추가되었습니다";
$langAddPage = "페이지 추가";
?>