mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@188 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
495c7d78a6
commit
f5ebec2119
7 changed files with 77 additions and 24 deletions
|
|
@ -25,17 +25,18 @@
|
|||
$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'] = "한줄 입력칸 (text)";
|
||||
$lang->column_type_list['homepage'] = "홈페이지 형식 (url)";
|
||||
$lang->column_type_list['email_address'] = "이메일 형식 (email)";
|
||||
$lang->column_type_list['tel'] = "전화번호 형식 (phone)";
|
||||
$lang->column_type_list['textarea'] = "여러줄 입력칸 (textarea)";
|
||||
$lang->column_type_list['checkbox'] = "다중 선택 (checkbox)";
|
||||
$lang->column_type_list['select'] = "단일 선택 (select)";
|
||||
$lang->column_type_list['kr_zip'] = "한국주소 (zip)";
|
||||
$lang->column_type_list['jp_zip'] = "일본주소 (zip)";
|
||||
$lang->column_name = "입력항목 이름";
|
||||
$lang->column_title = "입력항목 제목";
|
||||
$lang->default_value = "기본 값";
|
||||
$lang->is_active = "활성";
|
||||
|
||||
$lang->msg_new_member = "회원 추가";
|
||||
|
|
@ -60,5 +61,7 @@
|
|||
$lang->about_column_type = "추가하실 가입폼의 형식을 지정해주세요";
|
||||
$lang->about_column_name = "템플릿에서 사용할수 있는 영문으로 된 이름을 적어주세요 (변수명)";
|
||||
$lang->about_column_title = "가입 또는 정보 수정/조회시에 표시될 제목입니다";
|
||||
$lang->about_default_value = "기본으로 입력될 값을 정하실 수 있습니다";
|
||||
$lang->about_active = "활성 항목에 체크를 하셔야 가입시 정상적으로 노출됩니다";
|
||||
$lang->about_form_description = "설명란에 입력을 하시면 가입시 표시가 됩니다";
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue