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

This commit is contained in:
zero 2007-03-23 05:29:47 +00:00
parent 98da6192f9
commit 84d239641c
8 changed files with 73 additions and 93 deletions

View file

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