Fix #958 missing option for comment content style

This commit is contained in:
Kijin Sung 2017-12-09 02:19:23 +09:00
parent a7d222184d
commit ebcf19b9ec
3 changed files with 26 additions and 7 deletions

View file

@ -1,8 +1,8 @@
<?php
$lang->editor_component = 'Editor Component';
$lang->main_editor = 'Main editor';
$lang->comment_editor = 'Comment editor';
$lang->editor_option = 'Editor Options';
$lang->main_editor = 'Main Editor';
$lang->comment_editor = 'Comment Editor';
$lang->editor_common_settings = 'Common Settings';
$lang->guide_choose_main_editor = 'Main editor';
$lang->guide_set_height_main_editor = 'Main editor height';
$lang->guide_set_main_editor_toolbar = 'Main editor toolbar';
@ -15,6 +15,7 @@ $lang->guide_additional_mobile_css = 'Additional CSS Files for Mobile';
$lang->guide_additional_plugins = 'Load additional plugins';
$lang->guide_remove_plugins = 'Remove plugins';
$lang->guide_choose_text_formatting = 'Text formatting style';
$lang->guide_choose_comment_text_formatting = 'Text formatting style';
$lang->guide_choose_font_preview = 'Preview';
$lang->guide_choose_font_body = 'Default font';
$lang->guide_choose_font_size_body = 'Default font size';

View file

@ -3,7 +3,6 @@ $lang->editor_now = '현재 설정 상태';
$lang->editor_component = '에디터 컴포넌트';
$lang->main_editor = '본문 에디터';
$lang->comment_editor = '댓글 에디터';
$lang->editor_option = '에디터 옵션';
$lang->guide_choose_main_editor = '본문 에디터';
$lang->guide_set_height_main_editor = '본문 에디터 높이';
$lang->guide_set_main_editor_toolbar = '본문 에디터 도구상자';
@ -13,12 +12,14 @@ $lang->guide_set_comment_editor_toolbar = '댓글 에디터 도구상자';
$lang->editor_toolbar_default = '기본';
$lang->editor_toolbar_simple = '간단';
$lang->editor_toolbar_hide = '숨김';
$lang->editor_common_settings = '공통 설정';
$lang->guide_additional_css = 'CSS 파일 추가';
$lang->about_additional_css = '웹폰트 등의 CSS를 에디터 내부에서 추가로 로딩하려면 한 줄에 하나씩 URL을 입력해 주십시오.';
$lang->guide_additional_mobile_css = '모바일 CSS 파일 추가';
$lang->guide_additional_plugins = '추가 플러그인 로드';
$lang->guide_remove_plugins = '플러그인 제거';
$lang->guide_choose_text_formatting = '본문 서식';
$lang->guide_choose_comment_text_formatting = '댓글 서식';
$lang->guide_choose_font_preview = '미리보기';
$lang->guide_choose_font_body = '본문 글꼴';
$lang->guide_choose_font_size_body = '글꼴 크기';