mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
지정 용량 이하의 첨부파일도 검색할 수 있도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6520 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
395c34a23e
commit
af624a6527
3 changed files with 46 additions and 37 deletions
|
|
@ -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' => '이름',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue