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

@ -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 설정';