mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
Add file upload type of extra vars
This commit is contained in:
parent
373c563469
commit
0a625662f7
5 changed files with 36 additions and 0 deletions
|
|
@ -329,6 +329,7 @@ $lang->column_type_list['date'] = 'Date';
|
|||
$lang->column_type_list['time'] = 'Time';
|
||||
$lang->column_type_list['timezone'] = 'Time zone';
|
||||
$lang->column_type_list['number'] = 'Number';
|
||||
$lang->column_type_list['file'] = 'File upload';
|
||||
$lang->column_name = 'Column Name';
|
||||
$lang->column_title = 'Column Title';
|
||||
$lang->default_value = 'Default Value';
|
||||
|
|
|
|||
|
|
@ -331,6 +331,7 @@ $lang->column_type_list['date'] = '날짜';
|
|||
$lang->column_type_list['time'] = '시간';
|
||||
$lang->column_type_list['timezone'] = '표준 시간대';
|
||||
$lang->column_type_list['number'] = '숫자';
|
||||
$lang->column_type_list['file'] = '파일 업로드';
|
||||
$lang->column_name = '입력항목 이름';
|
||||
$lang->column_title = '입력항목 제목';
|
||||
$lang->default_value = '기본값';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue