mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
에디터 모듈별 설정시 편집/보여주기때의 글꼴 뿐 아니라 글꼴 크기도 지정할 수 있는 기능을 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6459 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c052eebd27
commit
7d0352479a
13 changed files with 44 additions and 3 deletions
|
|
@ -18,6 +18,7 @@
|
|||
$lang->component_grant = '権限設定';
|
||||
$lang->content_style = 'コンテンツスタイル';
|
||||
$lang->content_font = 'コンテンツフォント';
|
||||
$lang->content_font_size = '문서 폰트 크기';
|
||||
|
||||
$lang->about_component = 'コンポーネント情報';
|
||||
$lang->about_component_grant = '基本コンポーネント以外の拡張コンポーネント機能が利用可能な権限の設定が出来ます。<br />(選択なしの場合、誰でも利用可能)';
|
||||
|
|
@ -45,6 +46,7 @@
|
|||
$lang->about_editor_skin = 'エディターのスキンの選択が出来ます。';
|
||||
$lang->about_content_style = 'コンテンツの編集、および内容表示の際のスタイルを指定します。';
|
||||
$lang->about_content_font = 'コンテンツの編集、および内容表示の際のフォントを指定します。<br/>指定してない場合、ユーザーの設定を従います。<br/> 半角コンマ(,)区切りで複数フォントの登録が出来ます。';
|
||||
$lang->about_content_font_size = '문서 편집 및 내용 출력시 원하는 폰트의 크기를 지정할 수 있습니다.<br/>12px, 1em등 단위까지 포함해서 입력해주세요.';
|
||||
$lang->about_upload_file_grant = 'ファイル添付可能な権限の設定が出来ます。(選択なしの場合、誰でも添付が可能)';
|
||||
$lang->about_default_component_grant = 'エディターでの基本コンポーネントを使用可能な権限の設定が出来ます。(選択なしの場合、誰でも利用可能)';
|
||||
$lang->about_editor_height = 'エディターの基本高さを設定します。';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue