mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
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:
parent
64ec631bba
commit
d2d9b2c3a2
13 changed files with 76 additions and 26 deletions
|
|
@ -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アドレス',
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue