#18634594 : add confirm_update to languages

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7224 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2010-01-22 05:09:55 +00:00
parent dfb9fb5bcb
commit e5b5651c66
11 changed files with 11 additions and 0 deletions

View file

@ -258,6 +258,7 @@
$lang->confirm_move = '이동하시겠습니까?';
$lang->confirm_reset = '초기화 하시겠습니까??';
$lang->confirm_leave = '탈퇴 하시겠습니까??';
$lang->confirm_update = '수정하시겠습니까?';
$lang->column_type = '형식';
$lang->column_type_list['text'] = '한줄 입력칸 (text)';