mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 15:21:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
30 lines
1.4 KiB
PHP
30 lines
1.4 KiB
PHP
<?php
|
|
/**
|
|
* @file modules/editor/lang/ko.lang.php
|
|
* @author zero <zero@nzeo.com>
|
|
* @brief 위지윅에디터(editor) 모듈의 기본 언어팩
|
|
**/
|
|
|
|
$lang->editor = "위지윅 에디터";
|
|
$lang->component_name = "컴포넌트";
|
|
$lang->component_version = "버전";
|
|
$lang->component_author = "제작자 ";
|
|
$lang->component_link = "링크";
|
|
$lang->component_date = "제작일";
|
|
$lang->component_description = "설명";
|
|
$lang->component_extra_vars = "설정 변수";
|
|
$lang->component_grant = "권한설정";
|
|
|
|
$lang->about_component = "컴포넌트 소개";
|
|
$lang->about_component_grant = "선택된 그룹만 사용 가능합니다. (모드 해제시 모두 사용 가능)";
|
|
|
|
$lang->msg_component_is_not_founded = '%s 에디터 컴포넌트를 찾을 수 없습니다';
|
|
$lang->msg_component_is_inserted = '선택하신 컴포넌트는 이미 입력되어 있습니다';
|
|
$lang->msg_component_is_first_order = '선택하신 컴포넌트는 첫번째에 위치하고 있습니다';
|
|
$lang->msg_component_is_last_order = '선택하신 컴포넌트는 마지막에 위치하고 있습니다';
|
|
$lang->msg_load_saved_doc = "자동저장된 글이 있습니다. 복구하시겠습니까?\n글을 다 쓰신 후 저장하시면 자동저장본은 사라집니다";
|
|
$lang->msg_auto_saved = "자동 저장되었습니다";
|
|
|
|
$lang->cmd_disable = "비활성";
|
|
$lang->cmd_enable = "활성";
|
|
?>
|