mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 16:22: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
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue