mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Fix CKEditor extraPlugins and removePlugins support
This commit is contained in:
parent
e1846a4b6d
commit
aed5c0fc6a
7 changed files with 30 additions and 2 deletions
|
|
@ -13,6 +13,7 @@ $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';
|
||||
$lang->guide_additional_plugins = 'Load additional plugins';
|
||||
$lang->guide_remove_plugins = 'Remove plugins';
|
||||
$lang->guide_choose_text_formatting = 'Text formatting style';
|
||||
$lang->guide_choose_font_preview = 'Preview';
|
||||
$lang->guide_choose_font_body = 'Default font';
|
||||
|
|
@ -29,6 +30,7 @@ $lang->autoinsert_image_paragraph = 'Automatically insert images into editor (af
|
|||
$lang->autoinsert_image_inline = 'Automatically insert images into editor (directly at cursor position)';
|
||||
$lang->autoinsert_image_none = 'Do not auto-insert images into editor';
|
||||
$lang->about_additional_plugins = 'This setting is only effective in editors that support additional plugins.';
|
||||
$lang->about_remove_plugins = 'This setting is only effective in editors that support removing plugins.';
|
||||
$lang->about_unit_default_px = 'The unit is px unless otherwise specified.';
|
||||
$lang->about_unit_default_percent = 'The unit is % unless otherwise specified.';
|
||||
$lang->font_preview = 'The quick brown fox jumps over the lazy dog.
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ $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_font_preview = '미리보기';
|
||||
$lang->guide_choose_font_body = '본문 글꼴';
|
||||
|
|
@ -32,7 +33,8 @@ $lang->guide_choose_autoinsert_image = '이미지 자동 삽입';
|
|||
$lang->autoinsert_image_paragraph = '이미지 첨부시 본문에 자동 삽입 (커서 위치에서 줄을 바꾸고 삽입)';
|
||||
$lang->autoinsert_image_inline = '이미지 첨부시 본문에 자동 삽입 (커서 위치에 직접 삽입)';
|
||||
$lang->autoinsert_image_none = '이미지 첨부시 본문에 자동 삽입하지 않음';
|
||||
$lang->about_additional_plugins = '추가 플러그인을 지원하는 에디터에서만 적용됩니다.';
|
||||
$lang->about_additional_plugins = '추가 플러그인 로딩을 지원하는 에디터에서만 적용됩니다.';
|
||||
$lang->about_remove_plugins = '플러그인 제거를 지원하는 에디터에서만 적용됩니다.';
|
||||
$lang->about_unit_default_px = '단위를 지정하지 않을 경우 px 단위를 사용합니다.';
|
||||
$lang->about_unit_default_percent = '단위를 지정하지 않을 경우 % 단위를 사용합니다.';
|
||||
$lang->font_preview = 'The quick brown fox jumps over the lazy dog.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue