mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
Add option to select different editors for PC and mobile
This commit is contained in:
parent
ee6c62a91e
commit
e0f5678aba
13 changed files with 412 additions and 232 deletions
|
|
@ -2,13 +2,13 @@
|
|||
$lang->editor_component = 'Editor Component';
|
||||
$lang->main_editor = 'Main Editor';
|
||||
$lang->comment_editor = 'Comment Editor';
|
||||
$lang->guide_editor_skin = 'Editor Skin';
|
||||
$lang->guide_editor_height = 'Height';
|
||||
$lang->guide_editor_toolbar = 'Toolbar';
|
||||
$lang->editor_toolbar_default = 'Default';
|
||||
$lang->editor_toolbar_simple = 'Simple';
|
||||
$lang->editor_toolbar_hide = 'Hidden';
|
||||
$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';
|
||||
$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';
|
||||
|
|
|
|||
|
|
@ -3,12 +3,9 @@ $lang->editor_now = '현재 설정 상태';
|
|||
$lang->editor_component = '에디터 컴포넌트';
|
||||
$lang->main_editor = '본문 에디터';
|
||||
$lang->comment_editor = '댓글 에디터';
|
||||
$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->guide_editor_skin = '에디터 스킨';
|
||||
$lang->guide_editor_height = '높이';
|
||||
$lang->guide_editor_toolbar = '도구상자';
|
||||
$lang->editor_toolbar_default = '기본';
|
||||
$lang->editor_toolbar_simple = '간단';
|
||||
$lang->editor_toolbar_hide = '숨김';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue