Add the Recycle Bin allows you to save the settings.

This commit is contained in:
BJRambo 2016-05-13 21:52:05 +09:00
parent af75450611
commit ba4746f0fe
5 changed files with 55 additions and 8 deletions

View file

@ -19,3 +19,9 @@ $lang->trasher = '삭제자';
$lang->origin_info = '원문 정보';
$lang->delete_info = '삭제 정보';
$lang->cmd_restore = '복원';
$lang->cmd_trash_setting = '휴지통 설정';
$lang->cmd_trash_list = '휴지통 목록';
$lang->document_force_to_move = '삭제시 휴지통으로 강제이동';
$lang->force_to_move = '휴지통으로 강제이동';
$lang->do_not_forceto_move = '강제이동을 하지않음';
$lang->about_document_force_to_move = '게시글을 삭제시 휴지통으로 강제이동할지 않할지를 선택하는 옵션입니다.';