휴지통 기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5914 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
rubyeye 2009-03-19 04:27:16 +00:00
parent cafe2ac4a0
commit 19a6b5fcc1
18 changed files with 400 additions and 6 deletions

View file

@ -70,4 +70,29 @@
$lang->history = '히스토리';
$lang->about_use_history = '히스토리 기능의 사용여부를 지정합니다. 히스토리 기능을 사용할 경우 문서 수정시 이전 리비전을 기록하고 복원할 수 있습니다.';
$lang->trace_only = '흔적만 남김';
$lang->cmd_trash = "휴지통";
$lang->cmd_restore = "복원";
$lang->cmd_restore_all = "모두 복원";
$lang->in_trash = "휴지통";
$lang->trash_nick_name = "삭제자 닉네임";
$lang->trash_date = "삭제 날짜";
$lang->trash_description = "설명";
// 관리자 페이지에서 휴지통의 검색할 대상
$lang->search_target_trash_list = array(
'title' => '제목',
'content' => '내용',
'user_id' => '아이디',
'member_srl' => '회원번호',
'user_name' => '사용자 이름',
'nick_name' => '닉네임',
'trash_member_srl' => '삭제자 회원번호',
'trash_user_name' => '삭제자 사용자 이름',
'trash_nick_name' => '삭제자 닉네임',
'trash_date' => '삭제일',
'trash_ipaddress' => '삭제자 IP 주소',
);
?>