mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
국가 국가번호를 포함한 전화번호 언어 시간대 선택하는 확장변수 추가
This commit is contained in:
parent
6b3d201539
commit
017f1ec184
13 changed files with 168 additions and 4 deletions
|
|
@ -302,6 +302,7 @@ $lang->column_type_list['text'] = 'one-line text';
|
|||
$lang->column_type_list['homepage'] = 'URL';
|
||||
$lang->column_type_list['email_address'] = 'e-mail address';
|
||||
$lang->column_type_list['tel'] = 'phone number';
|
||||
$lang->column_type_list['tel_intl'] = 'Phone number (International number)';
|
||||
$lang->column_type_list['textarea'] = 'multi-line textarea';
|
||||
$lang->column_type_list['password'] = 'password';
|
||||
$lang->column_type_list['radio'] = 'radio button(radio)';
|
||||
|
|
@ -309,6 +310,9 @@ $lang->column_type_list['select'] = 'single select box';
|
|||
$lang->column_type_list['checkbox'] = 'checkbox(multiple selection)';
|
||||
$lang->column_type_list['kr_zip'] = 'zip code(Korean)';
|
||||
$lang->column_type_list['date'] = 'date(yyyy/mm/dd)';
|
||||
$lang->column_type_list['country'] = 'country';
|
||||
$lang->column_type_list['language'] = 'language';
|
||||
$lang->column_type_list['timezone'] = 'Time zone';
|
||||
$lang->column_name = 'Column Name';
|
||||
$lang->column_title = 'Column Title';
|
||||
$lang->default_value = 'Default Value';
|
||||
|
|
@ -368,4 +372,4 @@ $lang->image_quality = 'Quality';
|
|||
$lang->standard = 'Standard';
|
||||
$lang->unlimited = 'Unlimited';
|
||||
$lang->admin = 'Admin';
|
||||
$lang->stop = 'Stop';
|
||||
$lang->stop = 'Stop';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue