mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Separate message for limited_reason from refused_reason
This commit is contained in:
parent
6ce04aeeb2
commit
4503a95344
3 changed files with 8 additions and 4 deletions
|
|
@ -336,7 +336,9 @@ $lang->cmd_show_site_admin_member = 'Site Admin';
|
|||
$lang->approval = 'Approval';
|
||||
$lang->denied = 'Denied';
|
||||
$lang->refused_reason = 'Reason for account suspension';
|
||||
$lang->about_refused_reason = 'Describe the reason why you suspend this account. Something you write in this field would be displayed when this user tries to logs in.';
|
||||
$lang->about_refused_reason = 'This message will be displayed to the user if they try to log in.';
|
||||
$lang->limited_reason = 'Reason for limit';
|
||||
$lang->about_limited_reason = 'This message will be displayed to the user if they try to log in.';
|
||||
$lang->use_group_image_mark = 'Use group image mark';
|
||||
$lang->usable_group_image_mark_list = ' Usable list of group image mark';
|
||||
$lang->add_group_image_mark = 'Add group image mark';
|
||||
|
|
|
|||
|
|
@ -340,7 +340,9 @@ $lang->cmd_show_site_admin_member = '사이트 관리자';
|
|||
$lang->approval = '승인';
|
||||
$lang->denied = '거부';
|
||||
$lang->refused_reason = '계정 거부 사유';
|
||||
$lang->about_refused_reason = '계정이 정지된 이유를 적어주세요. 이 항목에 기록된 내용은 해당 회원에게 로그인 후 화면을 통해 안내됩니다.';
|
||||
$lang->about_refused_reason = '해당 회원이 로그인 시도시 이 내용이 표시됩니다.';
|
||||
$lang->limited_reason = '제한 사유';
|
||||
$lang->about_limited_reason = '해당 회원이 로그인 시도시 이 내용이 표시됩니다.';
|
||||
$lang->use_group_image_mark = '그룹 이미지 마크 사용';
|
||||
$lang->usable_group_image_mark_list = '사용가능한 그룹 이미지 마크 목록';
|
||||
$lang->add_group_image_mark = '그룹 이미지 마크 추가';
|
||||
|
|
|
|||
|
|
@ -112,10 +112,10 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="x_control-group div_limited_reason">
|
||||
<label class="x_control-label">{$lang->refused_reason}</label>
|
||||
<label class="x_control-label">{$lang->limited_reason}</label>
|
||||
<div class="x_controls">
|
||||
<textarea name="limited_reason" id="limited_reason" rows="2" cols="42" style="vertical-align:top">{$member_info->limited_reason}</textarea>
|
||||
<span class="x_help-inline">{$lang->about_refused_reason}</span>
|
||||
<span class="x_help-inline">{$lang->about_limited_reason}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue