mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Implement option to specify additional plugins for CKEditor
This commit is contained in:
parent
0bb8945453
commit
399bebd5c9
7 changed files with 28 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ $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';
|
||||
$lang->guide_additional_plugins = 'Load additional plugins';
|
||||
$lang->guide_choose_text_formatting = 'Text formatting style';
|
||||
$lang->guide_choose_font_preview = 'Preview';
|
||||
$lang->guide_choose_font_body = 'Default font';
|
||||
|
|
@ -27,6 +28,7 @@ $lang->guide_choose_autoinsert_image = 'Auto-insert images';
|
|||
$lang->autoinsert_image_paragraph = 'Automatically insert images into editor (after line break at cursor position)';
|
||||
$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_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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue