테이블 편집기능에 관련된 언어팩 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6115 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2009-04-15 07:18:06 +00:00
parent d42682701c
commit 9e20111ca9
8 changed files with 31 additions and 11 deletions

View file

@ -197,5 +197,9 @@
$lang->edit->replace_words = '바꿀단어';
$lang->edit->next_search_words = '다음찾기';
$lang->edit->edit_height_control = '입력창 크기 조절';
$lang->edit->merge_cells = '셀 병합';
$lang->edit->split_row = '행 분할';
$lang->edit->split_col = '열 분할';
?>