admin filelist 에서 검색항목 추가 및 bug fix

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5082 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2008-12-15 09:28:49 +00:00
parent 64ec631bba
commit d2d9b2c3a2
13 changed files with 76 additions and 26 deletions

View file

@ -31,10 +31,14 @@
$lang->msg_checked_file_is_deleted = '%d개의 첨부파일이 삭제되었습니다';
$lang->msg_exceeds_limit_size = '허용된 용량을 초과하여 첨부가 되지 않았습니다';
$lang->search_target_list = array(
$lang->file_search_target_list = array(
'filename' => '파일이름',
'filesize' => '파일크기 (byte, 이상)',
'filesize_mega' => '파일크기 (Mb, 이상)',
'download_count' => '다운로드 회수 (이상)',
'user_id' => '아이디',
'user_name' => '이름',
'nick_name' => '닉네임',
'regdate' => '등록일',
'ipaddress' => 'IP 주소',
);