mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Make the default editor styles more configurable
This commit is contained in:
parent
4a26220890
commit
a1fc06f645
19 changed files with 175 additions and 121 deletions
|
|
@ -2,14 +2,22 @@
|
|||
$lang->editor_component = 'Editor Component';
|
||||
$lang->main_editor = 'Main editor';
|
||||
$lang->comment_editor = 'Comment editor';
|
||||
$lang->editor_option = 'Editor Option';
|
||||
$lang->guide_choose_main_editor = 'Main editor.';
|
||||
$lang->guide_set_height_main_editor = 'Height of the main editor.';
|
||||
$lang->guide_choose_comment_editor = 'Comment editor.';
|
||||
$lang->guide_set_height_comment_editor = 'Height of the comment editor.';
|
||||
$lang->guide_choose_text_formatting = 'Text formatting';
|
||||
$lang->guide_choose_font_body = 'Font body';
|
||||
$lang->guide_choose_font_size_body = 'Size body';
|
||||
$lang->editor_option = 'Editor Options';
|
||||
$lang->guide_choose_main_editor = 'Main editor';
|
||||
$lang->guide_set_height_main_editor = 'Main editor height';
|
||||
$lang->guide_choose_comment_editor = 'Comment editor';
|
||||
$lang->guide_set_height_comment_editor = 'Comment editor height';
|
||||
$lang->guide_choose_text_formatting = 'Text formatting style';
|
||||
$lang->guide_choose_font_preview = 'Preview';
|
||||
$lang->guide_choose_font_body = 'Default font';
|
||||
$lang->guide_choose_font_size_body = 'Default font size';
|
||||
$lang->guide_choose_line_height = 'Line spacing';
|
||||
$lang->guide_choose_paragraph_spacing = 'Paragraph spacing';
|
||||
$lang->guide_choose_word_break = 'Line wrapping';
|
||||
$lang->word_break_normal = 'Wrap Asian scripts at character boundary and Latin scripts at word boundary (default)';
|
||||
$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->font_preview = 'The quick brown fox jumps over the lazy dog.
|
||||
いろはにほへと / ちりぬるを / わかよたれそ / つねならむ / うゐのおくやま / けふこえて / あさきゆめみし / ゑひもせす
|
||||
키스의 고유 조건은 입술끼리 만나야 하고 특별한 기술은 필요치 않다.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue