Add option to keep existing group when point is reduced #610

This commit is contained in:
Kijin Sung 2017-03-02 17:47:50 +09:00
parent 9791808b87
commit dafbfadc93
6 changed files with 45 additions and 14 deletions

View file

@ -25,8 +25,12 @@ $lang->cmd_point_recal = 'Reset Point';
$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';
$lang->point_group_reset_and_add = 'Reset adjusted groups and add new groups';
$lang->point_group_add_only = 'Only to new groups';
$lang->point_group_reset_type = 'Change Type';
$lang->point_group_reset_and_add = 'Remove from other groups and add new group';
$lang->point_group_add_only = 'Keep other groups and add new group';
$lang->point_group_ratchet = 'Change on Point Reduction';
$lang->point_group_ratchet_yes = 'Maintain current group if point is reduced';
$lang->point_group_ratchet_no = 'Move to lower group if point is reduced';
$lang->about_point_link_group = 'If you specify level for a specific group, users are assigned into the group when they advance to the level by getting points.';
$lang->about_module_point = 'You can set point for each module, and modules which don\'t have any value will use the default point. All points will be restored on acting reverse.';
$lang->point_signup = 'Sign up';