diff --git a/modules/board/lang/en.php b/modules/board/lang/en.php index 48eb92cd0..6c687baf7 100644 --- a/modules/board/lang/en.php +++ b/modules/board/lang/en.php @@ -2,6 +2,7 @@ $lang->board = 'Board'; $lang->except_notice = 'Exclude Notices'; $lang->use_anonymous = 'Use Anonymous'; +$lang->anonymous_name = 'Display anonymous user as'; $lang->cmd_manage_menu = 'Manage Menus'; $lang->list_target_item = 'Target Item'; $lang->list_display_item = 'Display Item'; @@ -42,6 +43,8 @@ $lang->about_hide_category = 'You can disable a category feature.'; $lang->protect_content = 'Protect Content'; $lang->protect_comment = 'Protect Comment'; $lang->protect_regdate = 'Update/Delete Time Limit'; +$lang->non_login_vote = 'Allow guest votes'; +$lang->about_non_login_vote = 'Allow users who are not logged in to vote on articles.'; $lang->about_protect_regdate = 'Prevent updating or deleting a document or comment after a certain amount of time has passed. (Unit: day)'; $lang->about_protect_content = 'Prevent updating a document if there are comments on it.'; $lang->msg_protect_delete_content = 'You cannot delete a document with comments on it.'; diff --git a/modules/board/lang/ko.php b/modules/board/lang/ko.php index b63279e4c..fe606a780 100644 --- a/modules/board/lang/ko.php +++ b/modules/board/lang/ko.php @@ -48,7 +48,8 @@ $lang->about_hide_category = '임시로 분류를 사용하지 않으려면 체 $lang->protect_content = '글 보호 기능'; $lang->protect_comment = '댓글 보호 기능'; $lang->protect_regdate = '기간 제한 기능'; -$lang->non_login_vote = '비 로그인 추천기능'; +$lang->non_login_vote = '비회원 추천 허용'; +$lang->about_non_login_vote = '로그인하지 않은 방문자도 추천할 수 있도록 합니다.'; $lang->about_protect_regdate = '글이나 댓글을 작성한 후 일정 기간이 지나면 수정 또는 삭제할 수 없도록 합니다. (단위 : day)'; $lang->about_protect_content = '댓글이 달린 글은 수정 또는 삭제할 수 없도록 합니다.'; $lang->msg_protect_delete_content = '댓글이 달린 글은 삭제할 수 없습니다.'; diff --git a/modules/board/tpl/board_insert.html b/modules/board/tpl/board_insert.html index 3e30d9267..f98d2cbca 100644 --- a/modules/board/tpl/board_insert.html +++ b/modules/board/tpl/board_insert.html @@ -307,7 +307,7 @@ -

{$lang->about_document_force_to_move}

+

{$lang->about_non_login_vote}