mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
Implement control of whether to hide the editor toolbar
This commit is contained in:
parent
0d257b6b67
commit
4adf223524
8 changed files with 71 additions and 7 deletions
|
|
@ -5,8 +5,10 @@ $lang->comment_editor = 'Comment editor';
|
|||
$lang->editor_option = 'Editor Options';
|
||||
$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';
|
||||
$lang->guide_choose_comment_editor = 'Comment editor';
|
||||
$lang->guide_set_height_comment_editor = 'Comment editor height';
|
||||
$lang->guide_set_comment_editor_toolbar = 'Comment editor toolbar';
|
||||
$lang->guide_additional_css = 'Additional CSS Files';
|
||||
$lang->about_additional_css = 'To load additional CSS files inside the editor, such as web fonts, please enter one URL per line.';
|
||||
$lang->guide_additional_mobile_css = 'Additional CSS Files for Mobile';
|
||||
|
|
|
|||
|
|
@ -6,8 +6,13 @@ $lang->comment_editor = '댓글 에디터';
|
|||
$lang->editor_option = '에디터 옵션';
|
||||
$lang->guide_choose_main_editor = '본문 에디터';
|
||||
$lang->guide_set_height_main_editor = '본문 에디터 높이';
|
||||
$lang->guide_set_main_editor_toolbar = '본문 에디터 도구상자';
|
||||
$lang->guide_choose_comment_editor = '댓글 에디터';
|
||||
$lang->guide_set_height_comment_editor = '댓글 에디터 높이';
|
||||
$lang->guide_set_comment_editor_toolbar = '댓글 에디터 도구상자';
|
||||
$lang->editor_toolbar_default = '기본';
|
||||
$lang->editor_toolbar_simple = '간단';
|
||||
$lang->editor_toolbar_hide = '숨김';
|
||||
$lang->guide_additional_css = 'CSS 파일 추가';
|
||||
$lang->about_additional_css = '웹폰트 등의 CSS를 에디터 내부에서 추가로 로딩하려면 한 줄에 하나씩 URL을 입력해 주십시오.';
|
||||
$lang->guide_additional_mobile_css = '모바일 CSS 파일 추가';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue