Add point exception for reading notices #1124

This commit is contained in:
Kijin Sung 2018-12-14 12:15:58 +09:00
parent 26b494f1e5
commit bc14eecd50
5 changed files with 48 additions and 23 deletions

View file

@ -23,6 +23,7 @@ $lang->expression = '레벨 변수 <b>i</b>를 사용하여 자바스크립트
$lang->cmd_exp_calc = '계산';
$lang->cmd_exp_reset = '초기화';
$lang->cmd_point_recal = '포인트 초기화';
$lang->cmd_point_except_notice = '공지 제외';
$lang->about_cmd_point_recal = '게시글/댓글/첨부파일/회원가입 점수만 이용하여 모든 포인트 점수를 초기화합니다. 회원 가입 점수는 초기화 후 해당 회원이 활동을 하면 부여되고 그 전에는 부여되지 않습니다. 데이터 이전 등을 하여 포인트를 완전히 초기화해야 할 경우에만 사용하세요.';
$lang->default_group = '기본 그룹';
$lang->point_link_group = '그룹 연동';
@ -62,9 +63,9 @@ $lang->msg_disallow_by_point = '로그인하지 않았거나 포인트가 부족
$lang->point_recal_message = '포인트 적용 중입니다. (%d / %d)';
$lang->point_recal_finished = '포인트 재계산이 완료되었습니다.';
$lang->point_update_desc = '포인트를 증가시키려면 +를 감소시키려면 -를 숫자앞에 표기한 후 업데이트해 주세요. + 또는 - 표시가 없으면 입력한 값으로 설정됩니다.';
$lang->give_point = '포인트 부여';
$lang->give_point = '포인트 부여/차감';
$lang->point_given_prefix = '';
$lang->point_given_suffix = '포인트 부여';
$lang->point_given_suffix = '포인트';
$lang->point_time_limit_prefix = '작성 후';
$lang->point_time_limit_suffix = '일까지';
$lang->search_target_list['nick_name'] = '닉네임';