인증 메일을 받지 못한 경우를 대비해 인증 메일을 재발송 받을 수 있는 기능 추가.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6590 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
smaker 2009-06-18 08:57:11 +00:00
parent 271a84cccf
commit 08557fafe6
15 changed files with 181 additions and 45 deletions

View file

@ -95,6 +95,7 @@
$lang->cmd_view_member_info = 'Member Info';
$lang->cmd_leave = 'Leave';
$lang->cmd_find_member_account = 'Find Account Info';
$lang->cmd_resend_auth_mail = '인증 메일 재발송';
$lang->cmd_member_list = 'Member List';
$lang->cmd_module_config = 'Default Setting';
@ -202,5 +203,8 @@
$lang->about_member = "This is a module for creating/modifying/deleting members and managing group or join form.\nYou can manage members by creating new groups, and get additional information by managing join form";
$lang->about_find_member_account = 'Your account info will be noticed by registered email address.<br />Please input email address which you have input on registration, and press "Find Account Info" button.<br />';
$lang->about_ssl_port = '기본 포트 이외의 SSL 포트를 사용하는 경우 포트번호를 입력해주세요';
$lang->add_openid = 'Add OpenID';
$lang->about_resend_auth_mail = '인증 메일을 받지 못하신 경우 다시 받으실 수 있습니다.';
?>