mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Fix #494 add option to control auto-insertion of images in editor
This commit is contained in:
parent
a8a85bd7cb
commit
cd80bcb3a7
8 changed files with 40 additions and 5 deletions
|
|
@ -20,6 +20,10 @@ $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->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_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.
|
||||
|
|
|
|||
|
|
@ -21,6 +21,10 @@ $lang->word_break_normal = '한글은 글자 단위로 줄바꿈, 영문은 단
|
|||
$lang->word_break_keep_all = '모든 언어를 단어 단위로 줄바꿈';
|
||||
$lang->word_break_break_all = '모든 언어를 글자 단위로 줄바꿈';
|
||||
$lang->word_break_none = '줄을 바꾸지 않음';
|
||||
$lang->guide_choose_autoinsert_image = '이미지 자동 삽입';
|
||||
$lang->autoinsert_image_paragraph = '이미지 첨부시 본문에 자동 삽입 (커서 위치에서 줄을 바꾸고 삽입)';
|
||||
$lang->autoinsert_image_inline = '이미지 첨부시 본문에 자동 삽입 (커서 위치에 직접 삽입)';
|
||||
$lang->autoinsert_image_none = '이미지 첨부시 본문에 자동 삽입하지 않음';
|
||||
$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