Implement moving scrap to another folder

This commit is contained in:
Kijin Sung 2017-09-28 13:28:43 +09:00
parent ed02a0f064
commit cf0a5d019c
8 changed files with 87 additions and 5 deletions

View file

@ -297,6 +297,7 @@ $lang->column_type_list['date'] = 'date(yyyy/mm/dd)';
$lang->column_name = 'Column Name';
$lang->column_title = 'Column Title';
$lang->default_value = 'Default Value';
$lang->default_folder = 'Default Folder';
$lang->is_active = 'Active';
$lang->is_required = 'Required Field';
$lang->eid = 'Name of user defined';

View file

@ -296,7 +296,8 @@ $lang->column_type_list['kr_zip'] = '한국주소(zip)';
$lang->column_type_list['date'] = '일자(연월일)';
$lang->column_name = '입력항목 이름';
$lang->column_title = '입력항목 제목';
$lang->default_value = '기본 값';
$lang->default_value = '기본값';
$lang->default_folder = '기본 폴더';
$lang->is_active = '활성';
$lang->is_required = '필수항목';
$lang->eid = '사용자 정의 이름';