mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
Add more point options
This commit is contained in:
parent
bbba3d013e
commit
78aebbf77f
6 changed files with 130 additions and 33 deletions
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -40,10 +40,18 @@ $lang->point_insert_comment = '댓글 작성';
|
|||
$lang->point_delete_comment = '댓글 삭제';
|
||||
$lang->point_upload_file = '파일 업로드';
|
||||
$lang->point_delete_file = '파일 삭제';
|
||||
$lang->point_download_file = '파일 다운로드(이미지 제외)';
|
||||
$lang->point_read_document = '게시글 조회';
|
||||
$lang->point_voted = '추천 받음';
|
||||
$lang->point_blamed = '비추천 받음';
|
||||
$lang->point_download_file = '파일 다운로드 (이미지 제외)';
|
||||
$lang->point_read_document = '다른 사람의 글을 읽음';
|
||||
$lang->point_voter = '다른 사람의 글을 추천함';
|
||||
$lang->point_blamer = '다른 사람의 글을 비추천함';
|
||||
$lang->point_voter_comment = '다른 사람의 댓글을 추천함';
|
||||
$lang->point_blamer_comment = '다른 사람의 댓글을 비추천함';
|
||||
$lang->point_download_file_author = '내 파일이 다운로드됨 (이미지 제외)';
|
||||
$lang->point_read_document_author = '내 글이 읽힘';
|
||||
$lang->point_voted = '내 글이 추천받음';
|
||||
$lang->point_blamed = '내 글이 비추천받음';
|
||||
$lang->point_voted_comment = '내 댓글이 추천받음';
|
||||
$lang->point_blamed_comment = '내 댓글이 비추천받음';
|
||||
$lang->cmd_point_config = '기본 설정';
|
||||
$lang->cmd_point_module_config = '모듈별 설정';
|
||||
$lang->cmd_point_act_config = '기능별 act 설정';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue