지정 용량 이하의 첨부파일도 검색할 수 있도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6520 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
nicetwo 2009-06-11 08:27:28 +00:00
parent 395c34a23e
commit af624a6527
3 changed files with 46 additions and 37 deletions

View file

@ -40,8 +40,10 @@
$lang->file_search_target_list = array(
'filename' => '파일이름',
'filesize' => '파일크기 (byte, 이상)',
'filesize_mega' => '파일크기 (Mb, 이상)',
'filesize_more' => '파일크기 (byte, 이상)',
'filesize_mega_more' => '파일크기 (Mb, 이상)',
'filesize_less' => '파일크기 (byte, 이하)',
'filesize_mega_less' => '파일크기 (Mb, 이하)',
'download_count' => '다운로드 회수 (이상)',
'user_id' => '아이디',
'user_name' => '이름',