mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
Fix #1335 support autoinsert option by file type
This commit is contained in:
parent
2802c59889
commit
8d05a674f5
8 changed files with 50 additions and 31 deletions
|
|
@ -26,7 +26,12 @@ $lang->word_break_normal = 'Wrap Asian scripts at character boundary and Latin s
|
|||
$lang->word_break_keep_all = 'Wrap at word boundary';
|
||||
$lang->word_break_break_all = 'Wrap at character boundary';
|
||||
$lang->word_break_none = 'Do not wrap long lines';
|
||||
$lang->guide_choose_autoinsert_image = 'Auto-insert images';
|
||||
$lang->guide_choose_autoinsert_types = 'Auto-insert';
|
||||
$lang->autoinsert_types['image'] = 'Images';
|
||||
$lang->autoinsert_types['audio'] = 'Audio';
|
||||
$lang->autoinsert_types['video'] = 'Video';
|
||||
$lang->autoinsert_paragraph = 'New paragraph';
|
||||
$lang->autoinsert_inline = 'Inline';
|
||||
$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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue