mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Update Eng. translation for the point module (#2017)
- 중복된 정의 삭제 - 영문 번역이 없는 항목 추가. - Login 으로 용어 통일
This commit is contained in:
parent
26a47ecb18
commit
6f30a5444c
1 changed files with 8 additions and 4 deletions
|
|
@ -10,7 +10,6 @@ $lang->about_max_level = 'You may set the max level. Level icons should be consi
|
|||
$lang->level_icon = 'Level Icon';
|
||||
$lang->about_level_icon = 'Level icons are stored in the ./modules/point/icons/NAME/ folder, and support gif, png and svg extensions.<br />Please be aware that different icon sets may support different ranges of high levels.';
|
||||
$lang->msg_level_icon_not_found = 'Cannot find the selected level icon set.<br />Level icons must be stored in the ./modules/point/icons/NAME/ folder, and must contain at least one of the following files: 1.gif, 1.png, 1.svg';
|
||||
$lang->about_level_icon = 'Path of level icon is "./module/point/icons/[level].gif" and max level could be different with icon set. So please be careful';
|
||||
$lang->point_name = 'Point Name';
|
||||
$lang->about_point_name = 'You may give a name or unit to a point';
|
||||
$lang->level_point = 'Level Point';
|
||||
|
|
@ -51,6 +50,8 @@ $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_download_file_author = 'Downloaded by others (without images)';
|
||||
$lang->point_read_document_author = 'Read by others';
|
||||
$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';
|
||||
|
|
@ -74,7 +75,10 @@ $lang->search_target_list['user_name'] = 'User Name';
|
|||
$lang->search_target_list['regdate'] = 'Sign up Date';
|
||||
$lang->search_target_list['regdate_more'] = 'Sign up Date (more)';
|
||||
$lang->search_target_list['regdate_less'] = 'Sign up Date (less)';
|
||||
$lang->search_target_list['last_login'] = 'Last Sign in Date';
|
||||
$lang->search_target_list['last_login_more'] = 'Last Sign in Date (more)';
|
||||
$lang->search_target_list['last_login_less'] = 'Last Sign in Date (less)';
|
||||
$lang->search_target_list['last_login'] = 'Last Login Date';
|
||||
$lang->search_target_list['last_login_more'] = 'Last Login Date (more)';
|
||||
$lang->search_target_list['last_login_less'] = 'Last Login Date (less)';
|
||||
$lang->search_target_list['extra_vars'] = 'User Defined';
|
||||
$lang->no_point_date = 'Comment writing point period';
|
||||
$lang->about_no_point_date = 'Points will not be awarded even if users write a comment on an article posted before the set date. (Unit is one unit)';
|
||||
$lang->day_ago = ' days ago';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue