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

This commit is contained in:
zero 2007-03-26 08:14:02 +00:00
parent ed4637125a
commit cfa4e9bd30
3 changed files with 37 additions and 4 deletions

View file

@ -14,4 +14,6 @@
$lang->msg_component_is_not_founded = '%s 에디터 컴포넌트를 찾을 수 없습니다';
$lang->msg_component_is_inserted = '선택하신 컴포넌트는 이미 입력되어 있습니다';
$lang->msg_component_is_first_order = '선택하신 컴포넌트는 첫번째에 위치하고 있습니다';
$lang->msg_component_is_last_order = '선택하신 컴포넌트는 마지막에 위치하고 있습니다';
?>