mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix PHP lang files for editor module
This commit is contained in:
parent
9502105768
commit
3b633d827b
10 changed files with 82 additions and 0 deletions
|
|
@ -56,7 +56,22 @@ $lang->about_enable_autosave = 'You may decide whether the auto-save function wi
|
|||
$lang->edit['fontname'] = 'Font';
|
||||
$lang->edit['fontsize'] = 'Size';
|
||||
$lang->edit['use_paragraph'] = 'Paragraph Function';
|
||||
$lang->edit['fontlist']['arial'] = 'Arial, Helvetica, sans-serif';
|
||||
$lang->edit['fontlist']['tahoma'] = 'Tahoma, Geneva, sans-serif';
|
||||
$lang->edit['fontlist']['verdana'] = 'Verdana, Geneva, sans-serif';
|
||||
$lang->edit['fontlist']['sans-serif'] = 'Sans-serif';
|
||||
$lang->edit['fontlist']['georgia'] = 'Georgia, \'Times New Roman\', Times, serif';
|
||||
$lang->edit['fontlist']['palatinoLinotype'] = '\'Palatino Linotype\', \'Book Antiqua\', Palatino, serif';
|
||||
$lang->edit['fontlist']['timesNewRoman'] = '\'Times New Roman\', Times, serif';
|
||||
$lang->edit['fontlist']['serif'] = 'Serif';
|
||||
$lang->edit['fontlist']['courierNew'] = '\'Courier New\', Courier, monospace';
|
||||
$lang->edit['header'] = 'Style';
|
||||
$lang->edit['header_list']['h1'] = 'Header 1';
|
||||
$lang->edit['header_list']['h2'] = 'Header 2';
|
||||
$lang->edit['header_list']['h3'] = 'Header 3';
|
||||
$lang->edit['header_list']['h4'] = 'Header 4';
|
||||
$lang->edit['header_list']['h5'] = 'Header 5';
|
||||
$lang->edit['header_list']['h6'] = 'Header 6';
|
||||
$lang->edit['submit'] = 'Submit';
|
||||
$lang->edit['fontcolor'] = 'Text Color';
|
||||
$lang->edit['fontbgcolor'] = 'Background Color';
|
||||
|
|
|
|||
|
|
@ -35,6 +35,12 @@ $lang->edit['fontname'] = 'Fuente';
|
|||
$lang->edit['fontsize'] = 'Tamaño';
|
||||
$lang->edit['use_paragraph'] = 'Párrafo';
|
||||
$lang->edit['header'] = 'Estilo';
|
||||
$lang->edit['header_list']['h1'] = 'Título 1';
|
||||
$lang->edit['header_list']['h2'] = 'Título 2';
|
||||
$lang->edit['header_list']['h3'] = 'Título 3';
|
||||
$lang->edit['header_list']['h4'] = 'Título 4';
|
||||
$lang->edit['header_list']['h5'] = 'Título 5';
|
||||
$lang->edit['header_list']['h6'] = 'Título 6';
|
||||
$lang->edit['submit'] = 'Confirmar';
|
||||
$lang->edit['help_fontcolor'] = 'Selecciona el color de las letras';
|
||||
$lang->edit['help_fontbgcolor'] = 'Selecciona el color del fondo de la letras';
|
||||
|
|
|
|||
|
|
@ -33,6 +33,12 @@ $lang->about_enable_autosave = 'Vous pouvez valider la fonction à Conserver Aut
|
|||
$lang->edit['fontname'] = 'Police de caractères';
|
||||
$lang->edit['fontsize'] = 'Mesure';
|
||||
$lang->edit['use_paragraph'] = 'Fonctions sur Paragraphe';
|
||||
$lang->edit['header_list']['h1'] = 'Titre 1';
|
||||
$lang->edit['header_list']['h2'] = 'Titre 2';
|
||||
$lang->edit['header_list']['h3'] = 'Titre 3';
|
||||
$lang->edit['header_list']['h4'] = 'Titre 4';
|
||||
$lang->edit['header_list']['h5'] = 'Titre 5';
|
||||
$lang->edit['header_list']['h6'] = 'Titre 6';
|
||||
$lang->edit['submit'] = 'Soumettre';
|
||||
$lang->edit['help_remove_format'] = 'Supprimer les balises dans l\'endroit sélectionné';
|
||||
$lang->edit['help_strike_through'] = 'Représenter la ligne d\'annulation sur les lettres.';
|
||||
|
|
|
|||
|
|
@ -56,7 +56,16 @@ $lang->about_enable_autosave = '書き込みの際に自動保存機能をオン
|
|||
$lang->edit['fontname'] = 'フォント';
|
||||
$lang->edit['fontsize'] = 'フォントサイズ';
|
||||
$lang->edit['use_paragraph'] = '段落機能';
|
||||
$lang->edit['fontlist']['meiryo'] = '\'メイリオ\', \'Meiryo\', Arial, Helvetica, sans-serif';
|
||||
$lang->edit['fontlist']['hiragino'] = '\'ヒラギノ角ゴ Pro\', \'Hiragino Kaku Gothic Pro\', Arial, Helvetica, sans-serif';
|
||||
$lang->edit['fontlist']['ms_pgothic'] = '\'MS Pゴシック\', \'MS PGothic\', Arial, Helvetica, sans-serif';
|
||||
$lang->edit['header'] = '書式';
|
||||
$lang->edit['header_list']['h1'] = '見出し1';
|
||||
$lang->edit['header_list']['h2'] = '見出し2';
|
||||
$lang->edit['header_list']['h3'] = '見出し3';
|
||||
$lang->edit['header_list']['h4'] = '見出し4';
|
||||
$lang->edit['header_list']['h5'] = '見出し5';
|
||||
$lang->edit['header_list']['h6'] = '見出し6';
|
||||
$lang->edit['submit'] = '送信';
|
||||
$lang->edit['fontcolor'] = 'テキストの色';
|
||||
$lang->edit['fontbgcolor'] = 'テキストの背景色';
|
||||
|
|
|
|||
|
|
@ -56,7 +56,23 @@ $lang->about_enable_autosave = '글 작성 시 자동 저장 기능을 활성화
|
|||
$lang->edit['fontname'] = '글꼴';
|
||||
$lang->edit['fontsize'] = '크기';
|
||||
$lang->edit['use_paragraph'] = '문단기능';
|
||||
$lang->edit['fontlist']['arial'] = 'Arial, Helvetica, sans-serif';
|
||||
$lang->edit['fontlist']['tahoma'] = 'Tahoma, Geneva, sans-serif';
|
||||
$lang->edit['fontlist']['verdana'] = 'Verdana, Geneva, sans-serif';
|
||||
$lang->edit['fontlist']['sans-serif'] = 'Sans-serif';
|
||||
$lang->edit['fontlist']['georgia'] = 'Georgia, \'Times New Roman\', Times, serif';
|
||||
$lang->edit['fontlist']['palatinoLinotype'] = '\'Palatino Linotype\', \'Book Antiqua\', Palatino, serif';
|
||||
$lang->edit['fontlist']['timesNewRoman'] = '\'Times New Roman\', Times, serif';
|
||||
$lang->edit['fontlist']['serif'] = 'Serif';
|
||||
$lang->edit['fontlist']['courierNew'] = '\'Courier New\', Courier, monospace';
|
||||
$lang->edit['fontlist']['lucidaConsole'] = '\'Lucida Console\', Monaco, monospace';
|
||||
$lang->edit['header'] = '형식';
|
||||
$lang->edit['header_list']['h1'] = '제목 1';
|
||||
$lang->edit['header_list']['h2'] = '제목 2';
|
||||
$lang->edit['header_list']['h3'] = '제목 3';
|
||||
$lang->edit['header_list']['h4'] = '제목 4';
|
||||
$lang->edit['header_list']['h5'] = '제목 5';
|
||||
$lang->edit['header_list']['h6'] = '제목 6';
|
||||
$lang->edit['submit'] = '확인';
|
||||
$lang->edit['fontcolor'] = '글자 색';
|
||||
$lang->edit['fontbgcolor'] = '글자 배경색';
|
||||
|
|
|
|||
|
|
@ -48,6 +48,12 @@ $lang->edit['fontname'] = 'Шрифт';
|
|||
$lang->edit['fontsize'] = 'Размер';
|
||||
$lang->edit['use_paragraph'] = 'Функции параграфа';
|
||||
$lang->edit['header'] = 'Стиль';
|
||||
$lang->edit['header_list']['h1'] = 'Заголовок 1';
|
||||
$lang->edit['header_list']['h2'] = 'Заголовок 2';
|
||||
$lang->edit['header_list']['h3'] = 'Заголовок 3';
|
||||
$lang->edit['header_list']['h4'] = 'Заголовок 4';
|
||||
$lang->edit['header_list']['h5'] = 'Заголовок 5';
|
||||
$lang->edit['header_list']['h6'] = 'Заголовок 6';
|
||||
$lang->edit['submit'] = 'Принять';
|
||||
$lang->edit['fontcolor'] = 'Цвет текста';
|
||||
$lang->edit['fontbgcolor'] = 'Цвет Фона';
|
||||
|
|
|
|||
|
|
@ -49,6 +49,12 @@ $lang->edit['fontname'] = 'Yazı Tipi';
|
|||
$lang->edit['fontsize'] = 'Boyut';
|
||||
$lang->edit['use_paragraph'] = 'Paragraf Özelliği';
|
||||
$lang->edit['header'] = 'Tarz';
|
||||
$lang->edit['header_list']['h1'] = 'Konu 1';
|
||||
$lang->edit['header_list']['h2'] = 'Konu 2';
|
||||
$lang->edit['header_list']['h3'] = 'Konu 3';
|
||||
$lang->edit['header_list']['h4'] = 'Konu 4';
|
||||
$lang->edit['header_list']['h5'] = 'Konu 5';
|
||||
$lang->edit['header_list']['h6'] = 'Konu 6';
|
||||
$lang->edit['submit'] = 'Gönder';
|
||||
$lang->edit['fontcolor'] = 'Yazı Rengi';
|
||||
$lang->edit['fontbgcolor'] = 'Arkaplan Rengi';
|
||||
|
|
|
|||
|
|
@ -50,6 +50,12 @@ $lang->edit['fontname'] = 'Kiểu chữ';
|
|||
$lang->edit['fontsize'] = 'Cỡ chữ';
|
||||
$lang->edit['use_paragraph'] = 'Chức năng Paragraph';
|
||||
$lang->edit['header'] = 'Tiêu đề lớn';
|
||||
$lang->edit['header_list']['h1'] = 'Cỡ 1';
|
||||
$lang->edit['header_list']['h2'] = 'Cỡ 2';
|
||||
$lang->edit['header_list']['h3'] = 'Cỡ 3';
|
||||
$lang->edit['header_list']['h4'] = 'Cỡ 4';
|
||||
$lang->edit['header_list']['h5'] = 'Cỡ 5';
|
||||
$lang->edit['header_list']['h6'] = 'Cỡ 6';
|
||||
$lang->edit['submit'] = 'Gửi bài';
|
||||
$lang->edit['fontcolor'] = 'Màu chữ';
|
||||
$lang->edit['fontbgcolor'] = 'Màu nền';
|
||||
|
|
|
|||
|
|
@ -51,6 +51,12 @@ $lang->edit['fontname'] = '字体';
|
|||
$lang->edit['fontsize'] = '大小';
|
||||
$lang->edit['use_paragraph'] = '段落功能';
|
||||
$lang->edit['header'] = '样式';
|
||||
$lang->edit['header_list']['h1'] = '标题 1';
|
||||
$lang->edit['header_list']['h2'] = '标题 2';
|
||||
$lang->edit['header_list']['h3'] = '标题 3';
|
||||
$lang->edit['header_list']['h4'] = '标题 4';
|
||||
$lang->edit['header_list']['h5'] = '标题 5';
|
||||
$lang->edit['header_list']['h6'] = '标题 6';
|
||||
$lang->edit['submit'] = '确认';
|
||||
$lang->edit['fontcolor'] = '文本颜色';
|
||||
$lang->edit['fontbgcolor'] = '背景颜色';
|
||||
|
|
|
|||
|
|
@ -51,6 +51,12 @@ $lang->edit['fontname'] = '字體';
|
|||
$lang->edit['fontsize'] = '大小';
|
||||
$lang->edit['use_paragraph'] = '段落功能';
|
||||
$lang->edit['header'] = '樣式';
|
||||
$lang->edit['header_list']['h1'] = '標題 1';
|
||||
$lang->edit['header_list']['h2'] = '標題 2';
|
||||
$lang->edit['header_list']['h3'] = '標題 3';
|
||||
$lang->edit['header_list']['h4'] = '標題 4';
|
||||
$lang->edit['header_list']['h5'] = '標題 5';
|
||||
$lang->edit['header_list']['h6'] = '標題 6';
|
||||
$lang->edit['submit'] = '確認';
|
||||
$lang->edit['fontcolor'] = '文字顏色';
|
||||
$lang->edit['fontbgcolor'] = '背景顏色';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue