git-svn-id: http://xe-core.googlecode.com/svn/trunk@620 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-23 05:26:39 +00:00
parent 90cfe2f170
commit 98da6192f9
13 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,14 @@
<?php
/**
* @file /modules/editor/components/slide_show/lang/ko.lang.php
* @author zero <zero@nzeo.com>
* @brief 위지윅에디터(editor) 모듈 > 슬라이드쇼(slide_show) 컴포넌트의 언어팩
**/
$lang->slide_show = "슬라이드쇼 제작";
$lang->width = "가로크기";
$lang->height = "세로크기";
$lang->image_list = "이미지 목록";
$lang->cmd_make_thumbnail = "썸네일 생성";
$lang->about_image_list = "슬라이드쇼에 추가할 파일을 선택하세요. 선택후 드래그 또는 shift+클릭(범위선택), ctrl+클릭(개별선택) 가능합니다";
?>