mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@390 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7c8f6326a1
commit
084620476a
7 changed files with 175 additions and 69 deletions
|
|
@ -13,4 +13,28 @@
|
|||
$lang->msg_category_not_moved = '이동할 수가 없습니다';
|
||||
$lang->msg_is_secret = '비밀글입니다';
|
||||
$lang->msg_checked_document_is_deleted = '%d개의 글이 삭제되었습니다';
|
||||
|
||||
// 관리자 페이지에서 검색할 대상
|
||||
$lang->search_target_list = array(
|
||||
'title' => '제목',
|
||||
'content' => '내용',
|
||||
'user_id' => '아이디',
|
||||
'member_srl' => '회원번호',
|
||||
'user_name' => '내용',
|
||||
'nick_name' => '내용',
|
||||
'email_address' => '이메일',
|
||||
'homepage' => '홈페이지',
|
||||
'is_notice' => '공지사항',
|
||||
'is_secret' => '비밀글',
|
||||
'tags' => '태그',
|
||||
'readed_count' => '조회수 (이상)',
|
||||
'voted_count' => '추천수 (이상)',
|
||||
'comment_count ' => '코멘트수 (이상)',
|
||||
'trackback_count ' => '트랙백수 (이상)',
|
||||
'uploaded_count ' => '첨부파일수 (이상)',
|
||||
'regdate' => '등록일',
|
||||
'last_update' => '최근수정일',
|
||||
'ipaddress' => 'IP 주소',
|
||||
);
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue