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 = 'Please input Javascript formula by using level variable <b>
$lang->cmd_exp_calc = 'Calculate';
$lang->cmd_exp_reset = 'Reset';
$lang->cmd_point_recal = 'Reset Point';
$lang->cmd_point_except_notice = 'Except Notice';
$lang->about_cmd_point_recal = 'All point will be initialized only with articles/comments/attachments/join points. Only members who do website activities will get signup points after reset. Please use this function when complete initialization is required in case of data transferring or other situations.';
$lang->default_group = 'Default Group';
$lang->point_link_group = 'Group Change by Level';
@ -60,8 +61,8 @@ $lang->msg_disallow_by_point = 'You need more points to read the article (You ne
$lang->point_recal_message = 'Adjusting Point. (%d / %d)';
$lang->point_recal_finished = 'Point recalculation is finished.';
$lang->point_update_desc = 'Insert + in front of the number to increase the point or - to decrease, and update the point. If you don\'t insert + or -, the point will be set as the value you entered.';
$lang->give_point = 'Give the point';
$lang->point_given_prefix = 'give';
$lang->give_point = 'Give or Take Points';
$lang->point_given_prefix = '';
$lang->point_given_suffix = 'points';
$lang->point_time_limit_prefix = 'until';
$lang->point_time_limit_suffix = 'days after submission';