procMemberRegisterDevice(기기 등록)모듈 커밋

This commit is contained in:
choyeon 2020-06-18 12:06:18 +09:00
parent 3c75e7eafb
commit e5fdd73d3d
7 changed files with 137 additions and 0 deletions

View file

@ -19,6 +19,9 @@ $lang->managed_email_host['allowed'] = 'Only %s e-mail accounts are allowed. (%s
$lang->managed_email_host['prohibited'] = 'E-mail accounts at %s are not allowed. (%s)';
$lang->null_user_id = 'Please enter your ID.';
$lang->null_password = 'Please enter your password.';
$lang->null_device_token = 'Please enter your token value.';
$lang->not_supported_os = 'This device is not supported.';
$lang->invalid_device_token = 'The token does not fit the format';
$lang->invalid_authorization = 'The account is not activated.';
$lang->invalid_email_address = 'You have entered an invalid email address. There is no member who has the email, entered.';
$lang->invalid_user_id = 'You have entered an invalid ID.';