mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
파일관리 모듈에 다운로드 갯수 이하를 검색할 수 있도록 개선
This commit is contained in:
parent
5a2fe66063
commit
01ffc52239
12 changed files with 15 additions and 1 deletions
|
|
@ -62,6 +62,7 @@ $lang->file_search_target_list['filesize_mega_more'] = 'File Size(mbyte, more)';
|
|||
$lang->file_search_target_list['filesize_less'] = 'File Size(byte, less)';
|
||||
$lang->file_search_target_list['filesize_mega_less'] = 'File Size(Mb, less)';
|
||||
$lang->file_search_target_list['download_count'] = 'Downloads(more)';
|
||||
$lang->file_search_target_list['download_count_less'] = 'Downloads(less)';
|
||||
$lang->file_search_target_list['user_id'] = 'User UD';
|
||||
$lang->file_search_target_list['user_name'] = 'User Name';
|
||||
$lang->file_search_target_list['nick_name'] = 'Nickname';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue