#208, checkbox 모두 선택, 모두 해제, 선택 반전 기능 추가 (lang 언어별 버튼 번역 필요)

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2699 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
k10206 2007-10-09 00:06:24 +00:00
parent 9985744a59
commit 4267b0c1d7
10 changed files with 71 additions and 14 deletions

View file

@ -37,6 +37,7 @@
$lang->cmd_select = '선택';
$lang->cmd_select_all = '모두선택';
$lang->cmd_unselect_all = '모두해제';
$lang->cmd_reverse_all = "선택반전";
$lang->cmd_close_all = '모두닫기';
$lang->cmd_open_all = '모두열기';
$lang->cmd_reload = '다시읽기';