Add more point options

This commit is contained in:
Kijin Sung 2018-01-31 18:36:46 +09:00
parent bbba3d013e
commit 78aebbf77f
6 changed files with 130 additions and 33 deletions

View file

@ -33,17 +33,23 @@ $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';
$lang->point_insert_document = 'On Writing';
$lang->point_delete_document = 'On Deleting';
$lang->point_insert_comment = 'On Adding Comments';
$lang->point_delete_comment = 'On Deleting Comments';
$lang->point_upload_file = 'On Uploading';
$lang->point_delete_file = 'On Deleting Files';
$lang->point_download_file = 'On Downloading Files(Exclude images)';
$lang->point_read_document = 'On Reading';
$lang->point_voted = 'On Recommended';
$lang->point_blamed = 'On Not Recommended';
$lang->point_signup = 'Sign Up';
$lang->point_insert_document = 'Writing a document';
$lang->point_delete_document = 'Deleting a document';
$lang->point_insert_comment = 'Writing a comment';
$lang->point_delete_comment = 'Deleting a comment';
$lang->point_upload_file = 'Uploading a file';
$lang->point_delete_file = 'Deleting a file';
$lang->point_download_file = 'Downloading a file (excluding images)';
$lang->point_read_document = 'Reading another person\'s post';
$lang->point_voter = 'Upvoting another person\'s document';
$lang->point_blamer = 'Downvoting another person\'s document';
$lang->point_voter_comment = 'Upvoting another person\'s comment';
$lang->point_blamer_comment = 'Downvoting another person\'s comment';
$lang->point_voted = 'One\'s document is upvoted';
$lang->point_blamed = 'One\'s document is downvoted';
$lang->point_voted_comment = 'One\'s comment is upvoted';
$lang->point_blamed_comment = 'One\'s comment is downvoted';
$lang->cmd_point_config = 'Default Setting';
$lang->cmd_point_module_config = 'Module Setting';
$lang->cmd_point_act_config = 'Act Setting';