XOOPS  2.6.0
english.php
Go to the documentation of this file.
1 <?php
13 /*
14  * Assocated with editor_registry.php
15  */
16 // Name of the editor
17 define("_XOOPS_EDITOR_TINYMCE", "TinyMCE");
18 
19 // The value must be the same as /tinymce/jscripts/langs/your_language_code, for example, "en" for English, "fr" for French
20 // For details, check http://tinymce.moxiecode.com/download_i18n.php
21 define("_XOOPS_EDITOR_TINYMCE_LANGUAGE", "en");
22 
23 // FONT LIST, FORMAT: "Name=value1,value2;Name=value"
24 define("_XOOPS_EDITOR_TINYMCE_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");
25 ?>