XOOPS  2.6.0
french.php
Go to the documentation of this file.
1 <?php
2 
14 /*
15  * Assocated with editor_registry.php
16  */
17 // Name of the editor
18 define("_XOOPS_EDITOR_TINYMCE4","TinyMCE4");
19 
20 // The value must be the same as /tinymce/jscripts/langs/your_language_code, for example, "en" for English, "fr" for French
21 // For details, check http://tinymce.moxiecode.com/download_i18n.php
22 define("_XOOPS_EDITOR_TINYMCE4_LANGUAGE","fr_FR");
23 
24 // FONT LIST, FORMAT: "Name=value1,value2;Name=value"
25 define("_XOOPS_EDITOR_TINYMCE4_FONTS","Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;WingDings=wingdings");
26 
27 ?>