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
|
|
@ -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.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue