git-svn-id: http://xe-core.googlecode.com/svn/trunk@756 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-29 03:29:26 +00:00
parent aa628647c8
commit bf280a8a53
2 changed files with 19 additions and 0 deletions

View file

@ -29,6 +29,8 @@
$lang->group_title = '그룹제목';
$lang->group_srl = '그룹번호';
$lang->image_name = '이미지 이름';
$lang->image_mark = '이미지 마크';
$lang->enable_join = '회원 가입 허가';
$lang->redirect_url = '회원 가입후 이동할 페이지';
$lang->agreement = '회원 가입 약관';
@ -73,4 +75,7 @@
$lang->about_enable_join = '체크를 하셔야 사용자들이 회원가입을 할 수 있습니다';
$lang->about_redirect_url = '회원 가입후 이동할 url을 입력해 주세요. 비어 있으면 가입 이전 페이지로 돌아갑니다';
$lang->about_agreement = '회원가입약관이 없을 경우 표시되지 않습니다';
$lang->about_image_name = '사용자의 이름을 글자 대신 이미지로 사용할 수 있게 합니다';
$lang->about_image_mark = '사용자의 이름앞에 마크를 달 수 있습니다';
?>