mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@179 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c4b2bd4a86
commit
7ccd9383fc
8 changed files with 119 additions and 24 deletions
|
|
@ -25,15 +25,15 @@
|
|||
$lang->group_srl = "그룹번호";
|
||||
|
||||
$lang->column_type = "형식";
|
||||
$lang->column_type_list->text = "한줄 입력칸";
|
||||
$lang->column_type_list->homepage = "홈페이지 형식";
|
||||
$lang->column_type_list->email_address = "이메일 형식";
|
||||
$lang->column_type_list->tel = "전화번호 형식";
|
||||
$lang->column_type_list->textarea = "여러줄 입력칸";
|
||||
$lang->column_type_list->checkbox = "다중 선택";
|
||||
$lang->column_type_list->radio = "단일 선택";
|
||||
$lang->column_type_list->kr_zip = "한국주소";
|
||||
$lang->column_type_list->jp_zip = "일본주소";
|
||||
$lang->column_type_list['text'] = "한줄 입력칸";
|
||||
$lang->column_type_list['homepage'] = "홈페이지 형식";
|
||||
$lang->column_type_list['email_address'] = "이메일 형식";
|
||||
$lang->column_type_list['tel'] = "전화번호 형식";
|
||||
$lang->column_type_list['textarea'] = "여러줄 입력칸";
|
||||
$lang->column_type_list['checkbox'] = "다중 선택";
|
||||
$lang->column_type_list['radio'] = "단일 선택";
|
||||
$lang->column_type_list['kr_zip'] = "한국주소";
|
||||
$lang->column_type_list['jp_zip'] = "일본주소";
|
||||
$lang->column_name = "입력항목 이름";
|
||||
$lang->column_title = "입력항목 제목";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue