mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
글자체 한글로 표시, 마크는 영문(중국어 폰트는 잘 몰라 그대로 유지)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5245 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ef1f941056
commit
fb06e0dbb9
9 changed files with 87 additions and 87 deletions
|
|
@ -52,15 +52,15 @@
|
|||
$lang->edit->fontsize = 'Mesure';
|
||||
$lang->edit->use_paragraph = 'Fonctions sur Paragraphe';
|
||||
$lang->edit->fontlist = array(
|
||||
'Arial',
|
||||
'Arial Black',
|
||||
'Tahoma',
|
||||
'Verdana',
|
||||
'Sans-serif',
|
||||
'Serif',
|
||||
'Monospace',
|
||||
'Cursive',
|
||||
'Fantasy',
|
||||
'Arial'=>'Arial',
|
||||
'Arial Black'=>'Arial Black',
|
||||
'Tahoma'=>'Tahoma',
|
||||
'Verdana'=>'Verdana',
|
||||
'Sans-serif'=>'Sans-serif',
|
||||
'Serif'=>'Serif',
|
||||
'Monospace'=>'Monospace',
|
||||
'Cursive'=>'Cursive',
|
||||
'Fantasy'=>'Fantasy',
|
||||
);
|
||||
|
||||
$lang->edit->header = 'Style';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue