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

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