sub sup를 언어 파일에 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5228 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-01-05 06:54:23 +00:00
parent bf2496daba
commit 2ee25015fb
8 changed files with 101 additions and 85 deletions

View file

@ -88,6 +88,8 @@
$lang->edit->help_italic = '글자를 기울이게 합니다';
$lang->edit->help_underline = '밑줄을 긋습니다';
$lang->edit->help_strike = '취소선을 긋습니다';
$lang->edit->help_sup = '윗첨자를 입력합니다.';
$lang->edit->help_sub = '아랫첨자를 입력합니다.';
$lang->edit->help_redo = '다음 동작으로 돌아갑니다';
$lang->edit->help_undo = '이전 동작으로 돌아갑니다';
$lang->edit->help_align_left = '왼쪽 정렬을 합니다';