mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
에디터 기본 설정을 사용할 수 있도록 개선
한 번 설정 후에 에디터를 기본 설정으로 되돌릴 수 없던 문제를 개선.
This commit is contained in:
parent
8e65399cae
commit
b5462ccbcc
5 changed files with 38 additions and 6 deletions
|
|
@ -41,6 +41,7 @@ $lang->msg_auto_saved = 'Automatically Saved.';
|
|||
$lang->cmd_disable = 'Inactive';
|
||||
$lang->cmd_enable = 'Active';
|
||||
$lang->cmd_select_cover = 'Be a cover image';
|
||||
$lang->default_editor_settings = 'Default settings for this module';
|
||||
$lang->editor_skin = 'Editor Skin';
|
||||
$lang->upload_file_grant = 'Permission to upload files';
|
||||
$lang->enable_default_component_grant = 'Permission to use default components';
|
||||
|
|
@ -49,6 +50,7 @@ $lang->enable_html_grant = 'Permission to edit HTML';
|
|||
$lang->enable_autosave = 'Enable Auto-Save';
|
||||
$lang->height_resizable = 'Height Resizable';
|
||||
$lang->editor_height = 'Height of Editor';
|
||||
$lang->about_default_editor_settings = 'Follow editor settings of Rhymix Admin page through whole site.';
|
||||
$lang->about_content_font = 'Please use comma for multiple input.';
|
||||
$lang->about_content_font_size = 'Please input units such as px or em.';
|
||||
$lang->about_enable_autosave = 'You may decide whether the auto-save function will be used.';
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ $lang->msg_auto_saved = '자동 저장되었습니다.';
|
|||
$lang->cmd_disable = '비활성';
|
||||
$lang->cmd_enable = '활성';
|
||||
$lang->cmd_select_cover = '커버이미지로 선택';
|
||||
$lang->default_editor_settings = '기본 에디터 설정 사용';
|
||||
$lang->editor_skin = '에디터 스킨';
|
||||
$lang->upload_file_grant = '파일 첨부 권한';
|
||||
$lang->enable_default_component_grant = '기본 컴포넌트 사용 권한';
|
||||
|
|
@ -50,6 +51,7 @@ $lang->enable_html_grant = 'HTML 편집 권한';
|
|||
$lang->enable_autosave = '자동저장 사용';
|
||||
$lang->height_resizable = '높이 조절 가능';
|
||||
$lang->editor_height = '에디터 높이';
|
||||
$lang->about_default_editor_settings = '사이트 전체 에디터 설정을 통일하여서 모듈별 에디터 설정을 단순하게 합니다.';
|
||||
$lang->about_content_font = '콤마(,)로 여러 폰트를 지정할 수 있습니다.';
|
||||
$lang->about_content_font_size = '12px, 1em등 단위까지 포함해서 입력해주세요.';
|
||||
$lang->about_enable_autosave = '글 작성 시 자동 저장 기능을 활성화 시킬 수 있습니다.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue