Fix PHP lang files for editor module

This commit is contained in:
Kijin Sung 2016-02-05 18:11:26 +09:00
parent 9502105768
commit 3b633d827b
10 changed files with 82 additions and 0 deletions

View file

@ -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';