mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
국가 국가번호를 포함한 전화번호 언어 시간대 선택하는 확장변수 추가
This commit is contained in:
parent
6b3d201539
commit
017f1ec184
13 changed files with 168 additions and 4 deletions
|
|
@ -201,12 +201,16 @@ $lang->column_type_list['text'] = 'Texte en une seul ligne';
|
|||
$lang->column_type_list['homepage'] = 'URL';
|
||||
$lang->column_type_list['email_address'] = 'Mél';
|
||||
$lang->column_type_list['tel'] = 'Numéro de Telephone';
|
||||
$lang->column_type_list['tel_intl'] = 'Numéro de téléphone (Numéro international)';
|
||||
$lang->column_type_list['textarea'] = 'Texte en plusieurs lignes';
|
||||
$lang->column_type_list['password'] = 'Texte de mot de passe';
|
||||
$lang->column_type_list['select'] = 'Case d\'option(seul choix)';
|
||||
$lang->column_type_list['checkbox'] = 'Case à cocher(multichoix)';
|
||||
$lang->column_type_list['kr_zip'] = 'Code postal(coréen)';
|
||||
$lang->column_type_list['date'] = 'Jour(yyyy/mm/dd)';
|
||||
$lang->column_type_list['country'] = 'pays';
|
||||
$lang->column_type_list['language'] = 'Langue';
|
||||
$lang->column_type_list['timezone'] = 'Fuseau horaire';
|
||||
$lang->column_name = 'Nom de la colonne';
|
||||
$lang->column_title = 'Titre de la colonne';
|
||||
$lang->default_value = 'Valeur par défaut';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue