| 1 |
<?php |
<?php |
| 2 |
DEFINE('_EDITOR_NO_CONFIG','Cannot find mostlyce_config.php! Please install the MOStlyCE mambot.'); |
DEFINE('_EDITOR_NO_CONFIG','Cannot find mostlyce_config.php! Please install the MOStlyCE mambot.'); |
| 3 |
DEFINE('_EDITOR_OPTIONS','General'); |
|
| 4 |
|
DEFINE('_EDITOR_OPTIONS','Gen. Options'); |
| 5 |
DEFINE('_EDITOR_LOCATION','Editor Location'); |
DEFINE('_EDITOR_LOCATION','Editor Location'); |
| 6 |
DEFINE('_EDITOR_LOCATION_TIP','Position of the editor'); |
DEFINE('_EDITOR_LOCATION_TIP','Position of the editor'); |
| 7 |
DEFINE('_EDITOR_SAFE_MODE_ON','Safe Mode is ON'); |
DEFINE('_EDITOR_SAFE_MODE_ON','Safe Mode is ON'); |
| 8 |
DEFINE('_EDITOR_SAFE_MODE_OFF','Safe Mode is OFF'); |
DEFINE('_EDITOR_SAFE_MODE_OFF','Safe Mode is OFF'); |
| 9 |
DEFINE('_CMN_YES','Yes'); |
|
|
DEFINE('_CMN_NO','No'); |
|
|
DEFINE('_NOTE','Note:'); |
|
|
DEFINE('_PLUGIN_NOTE',' Disabling these may speed up the editor since there is less to load, but it will also mean the editor has less functionality. If you disable plugins you will probably want to rearrange your plugin icon layout as well.'); |
|
|
DEFINE('_IMGMGR_NOTE',' These settings only apply if you have enabled the Image Manager plugin on the Plugins tab.'); |
|
|
DEFINE('_FILEMGR_NOTE',' These settings only apply if you have enabled the File Manager plugin on the Plugins tab.'); |
|
| 10 |
DEFINE('_EDITOR_TOP','Top'); |
DEFINE('_EDITOR_TOP','Top'); |
| 11 |
DEFINE('_EDITOR_BOTTOM','Bottom'); |
DEFINE('_EDITOR_BOTTOM','Bottom'); |
| 12 |
|
|
| 13 |
DEFINE('_EDITOR_PATH','Base Path'); |
DEFINE('_EDITOR_PATH','Base Path'); |
| 14 |
DEFINE('_EDITOR_PATH_TIP','The URL of your Site. This is typically the same as the $mosConfig_live_site setting. No trailing slash!'); |
DEFINE('_EDITOR_PATH_TIP','The URL of your Site. This is typically the same as the $mosConfig_live_site setting. No trailing slash!'); |
| 15 |
DEFINE('_EDITOR_LANG','Editor Language'); |
DEFINE('_EDITOR_LANG','Editor Language'); |
| 16 |
DEFINE('_EDITOR_LANG_LIST','List of supported Languages.'); |
DEFINE('_EDITOR_LANG_LIST','List of supported Languages.'); |
| 17 |
DEFINE('_EDITOR_THEMES','Editor Themes'); |
DEFINE('_EDITOR_THEMES','Editor Themes'); |
|
DEFINE('_EDITOR_THEME_SIMPLE','Simple'); |
|
|
DEFINE('_EDITOR_THEME_ADV','Advanced'); |
|
| 18 |
DEFINE('_EDITOR_COMPRESSION','Editor Compression'); |
DEFINE('_EDITOR_COMPRESSION','Editor Compression'); |
| 19 |
DEFINE('_EDITOR_COMPRESSION_TIP', 'Turning compression on enables the TinyMCE compressor. This reduces traffic and speeds up the editor by up to 75%.'); |
DEFINE('_EDITOR_COMPRESSION_TIP', 'Turning compression on enables the TinyMCE compressor. This reduces traffic and speeds up the editor by up to 75%.'); |
|
DEFINE('_EDITOR_COMPRESSION_ON','On'); |
|
|
DEFINE('_EDITOR_COMPRESSION_OFF','Off'); |
|
| 20 |
DEFINE('_EDITOR_WIDTH','Editor Width'); |
DEFINE('_EDITOR_WIDTH','Editor Width'); |
| 21 |
DEFINE('_EDITOR_HEIGHT','Editor Height'); |
DEFINE('_EDITOR_HEIGHT','Editor Height'); |
| 22 |
DEFINE('_EDITOR_LAYOUT', 'Layout'); |
DEFINE('_EDITOR_LAYOUT', 'Layout'); |
| 27 |
DEFINE('_EDITOR_LAYOUT_ROW4', 'Row 4 buttons'); |
DEFINE('_EDITOR_LAYOUT_ROW4', 'Row 4 buttons'); |
| 28 |
DEFINE('_EDITOR_GZIP', 'GZip Compression'); |
DEFINE('_EDITOR_GZIP', 'GZip Compression'); |
| 29 |
DEFINE('_EDITOR_GZIP_TIP', 'If GZip is supported, this option bundles all .js files together into two HTTP requests instead of one for each plugin, language file and theme and it also GZip compresses these files. Improves loading speed.'); |
DEFINE('_EDITOR_GZIP_TIP', 'If GZip is supported, this option bundles all .js files together into two HTTP requests instead of one for each plugin, language file and theme and it also GZip compresses these files. Improves loading speed.'); |
| 30 |
|
|
| 31 |
DEFINE('_EDITOR_EXTRA_PLUGINS','3rd Party Plugins'); |
DEFINE('_EDITOR_EXTRA_PLUGINS','3rd Party Plugins'); |
| 32 |
DEFINE('_EDITOR_EXTRA_PLUGINS_TIP','Comma seperated list of extra plugins. The plugins indicated should be placed in the MOStlyCE plugins directory and should be named exactly as specified.'); |
DEFINE('_EDITOR_EXTRA_PLUGINS_TIP','Comma seperated list of extra plugins. The plugins indicated should be placed in the MOStlyCE plugins directory and should be named exactly as specified.'); |
| 33 |
DEFINE('_EDITOR_EXTRA_PLUGINS_IMG','3rd Party Plugin Image'); |
DEFINE('_EDITOR_EXTRA_PLUGINS_IMG','3rd Party Plugin Image'); |
| 36 |
DEFINE('_EDITOR_ONCLICK_ELMS_TIP','Comma seperated list elements to support onclick action.'); |
DEFINE('_EDITOR_ONCLICK_ELMS_TIP','Comma seperated list elements to support onclick action.'); |
| 37 |
DEFINE('_EDITOR_TMPL_DIR','Path to HTML Template Directory'); |
DEFINE('_EDITOR_TMPL_DIR','Path to HTML Template Directory'); |
| 38 |
DEFINE('_EDITOR_TMPL_DIR_TIP','Absolute path to the directory where HTML templates are stored (HTML Template plugin).'); |
DEFINE('_EDITOR_TMPL_DIR_TIP','Absolute path to the directory where HTML templates are stored (HTML Template plugin).'); |
| 39 |
|
|
| 40 |
DEFINE('_EDITOR_CSS_OVERRIDE', 'Override Template CSS'); |
DEFINE('_EDITOR_CSS_OVERRIDE', 'Override Template CSS'); |
| 41 |
DEFINE('_EDITOR_CSS_OVERRIDE_TIP', 'Override your Template CSS file'); |
DEFINE('_EDITOR_CSS_OVERRIDE_TIP', 'Override your Template CSS file'); |
| 42 |
DEFINE('_EDITOR_CUSTOM_CSS', 'Custom CSS File'); |
DEFINE('_EDITOR_CUSTOM_CSS', 'Custom CSS File'); |
| 43 |
DEFINE('_EDITOR_CUSTOM_CSS_TIP', 'Name of custom css file. This file should be placed in your Template CSS directory.'); |
DEFINE('_EDITOR_CUSTOM_CSS_TIP', 'Name of custom css file. This file should be placed in your Template CSS directory.'); |
| 44 |
|
|
| 45 |
DEFINE('_EDITOR_NEWLINES', 'Newlines'); |
DEFINE('_EDITOR_NEWLINES', 'Newlines'); |
| 46 |
DEFINE('_EDITOR_NEWLINES_TIP', 'Result of a carriage return in the editor content area, BR or P.'); |
DEFINE('_EDITOR_NEWLINES_TIP', 'Result of a carriage return in the editor content area, BR or P.'); |
| 47 |
|
|
| 48 |
DEFINE('_EDITOR_CONVERT_URLS', 'Convert Absolute URLS.'); |
DEFINE('_EDITOR_CONVERT_URLS', 'Convert Absolute URLS.'); |
| 49 |
DEFINE('_EDITOR_CONVERT_URLS_TIP', 'If Yes, Absolute URLS from the Editor are converted to Relative URLS for page display. Necessary for SEF support.'); |
DEFINE('_EDITOR_CONVERT_URLS_TIP', 'If Yes, Absolute URLS from the Editor are converted to Relative URLS for page display. Necessary for SEF support.'); |
| 50 |
|
|
| 51 |
DEFINE('_EDITOR_BR_ELEM', 'BR Elements'); |
DEFINE('_EDITOR_BR_ELEM', 'BR Elements'); |
| 52 |
DEFINE('_EDITOR_P_ELEM', 'P Elements'); |
DEFINE('_EDITOR_P_ELEM', 'P Elements'); |
| 53 |
|
|
| 54 |
DEFINE('_EDITOR_SCRIPT', 'Allow script elements'); |
DEFINE('_EDITOR_SCRIPT', 'Allow script elements'); |
| 55 |
DEFINE('_EDITOR_SCRIPT_ELMS', 'SCRIPT Elements'); |
DEFINE('_EDITOR_SCRIPT_ELMS', 'SCRIPT Elements'); |
| 56 |
DEFINE('_EDITOR_SCRIPT_ELMS_TIP', 'List of SCRIPT Elements. Must be seperated by | '); |
DEFINE('_EDITOR_SCRIPT_ELMS_TIP', 'List of SCRIPT Elements. Must be seperated by | '); |
| 57 |
|
|
| 58 |
DEFINE('_EDITOR_IFRAME', 'Allow IFRAME elements'); |
DEFINE('_EDITOR_IFRAME', 'Allow IFRAME elements'); |
| 59 |
DEFINE('_EDITOR_IFRAME_ELEMENTS', 'IFRAME Elements'); |
DEFINE('_EDITOR_IFRAME_ELEMENTS', 'IFRAME Elements'); |
| 60 |
DEFINE('_EDITOR_IFRAME_ELEMENTS_TIP', 'List of IFRAME Elements. Must be seperated by | '); |
DEFINE('_EDITOR_IFRAME_ELEMENTS_TIP', 'List of IFRAME Elements. Must be seperated by | '); |
| 61 |
|
|
| 62 |
DEFINE('_EDITOR_XTD_ELMS', 'Extended Elements List'); |
DEFINE('_EDITOR_XTD_ELMS', 'Extended Elements List'); |
| 63 |
DEFINE('_EDITOR_XTD_ELMS_TIP', 'List of Extended Elements. Format is tag1[element1|element2],tag2[element1|element2]'); |
DEFINE('_EDITOR_XTD_ELMS_TIP', 'List of Extended Elements. Format is tag1[element1|element2],tag2[element1|element2]'); |
| 64 |
|
|
| 65 |
DEFINE('_EDITOR_DIRECTION', 'Directionality'); |
DEFINE('_EDITOR_DIRECTION', 'Directionality'); |
| 66 |
DEFINE('_EDITOR_LTR', 'Left to Right'); |
DEFINE('_EDITOR_LTR', 'Left to Right'); |
| 67 |
DEFINE('_EDITOR_RTL', 'Right to Left'); |
DEFINE('_EDITOR_RTL', 'Right to Left'); |
| 68 |
|
|
| 69 |
DEFINE('_EDITOR_PLUGINS','Plugins'); |
DEFINE('_EDITOR_PLUGINS','Plugins'); |
| 70 |
DEFINE('_EDITOR_EMOTIONS', 'Load Emotions'); |
DEFINE('_EDITOR_EMOTIONS', 'Load Emotions'); |
| 71 |
DEFINE('_EDITOR_PRINT', 'Load Print'); |
DEFINE('_EDITOR_PRINT', 'Load Print'); |
|
DEFINE('_EDITOR_IMGMANAGER', 'Load Image Manager'); |
|
|
DEFINE('_EDITOR_FILEMANAGER', 'Load File Manager'); |
|
| 72 |
DEFINE('_EDITOR_SEARCH_REPLACE', 'Load Search & Replace'); |
DEFINE('_EDITOR_SEARCH_REPLACE', 'Load Search & Replace'); |
| 73 |
DEFINE('_EDITOR_FLASH', 'Load Flash'); |
DEFINE('_EDITOR_FLASH', 'Load Flash'); |
| 74 |
DEFINE('_EDITOR_TABLE', 'Load Tables'); |
DEFINE('_EDITOR_TABLE', 'Load Tables'); |
| 89 |
DEFINE('_EDITOR_SELECT_ELMS_TIP', 'List of SELECT Elements. Must be seperated by |'); |
DEFINE('_EDITOR_SELECT_ELMS_TIP', 'List of SELECT Elements. Must be seperated by |'); |
| 90 |
DEFINE('_EDITOR_OPTION_ELMS_TIP', 'List of OPTION Elements. Must be seperated by |'); |
DEFINE('_EDITOR_OPTION_ELMS_TIP', 'List of OPTION Elements. Must be seperated by |'); |
| 91 |
DEFINE('_EDITOR_INPUT_ELMS_TIP', 'List of INPUT Elements. Must be seperated by |'); |
DEFINE('_EDITOR_INPUT_ELMS_TIP', 'List of INPUT Elements. Must be seperated by |'); |
| 92 |
|
|
| 93 |
DEFINE('_EDITOR_ADMIN_INFO','Admin Info'); |
DEFINE('_EDITOR_ADMIN_INFO','Admin Info'); |
| 94 |
DEFINE('_EDITOR_EDITOR_INFO', 'Editor Info'); |
DEFINE('_EDITOR_EDITOR_INFO', 'Editor Info'); |
| 95 |
|
|
| 96 |
DEFINE('_editor_align_default','Default'); |
DEFINE('_editor_align_default','Default'); |
| 97 |
DEFINE('_editor_align_baseline','Baseline'); |
DEFINE('_editor_align_baseline','Baseline'); |
| 98 |
DEFINE('_editor_align_top','Top'); |
DEFINE('_editor_align_top','Top'); |
| 103 |
DEFINE('_editor_align_absbottom','Absolute Bottom'); |
DEFINE('_editor_align_absbottom','Absolute Bottom'); |
| 104 |
DEFINE('_editor_align_left','Left'); |
DEFINE('_editor_align_left','Left'); |
| 105 |
DEFINE('_editor_align_right','Right'); |
DEFINE('_editor_align_right','Right'); |
| 106 |
|
|
| 107 |
DEFINE('_EDITOR_TABLE_OPTIONS', 'Tables'); |
DEFINE('_EDITOR_TABLE_OPTIONS', 'Tables'); |
| 108 |
DEFINE('_EDITOR_TABLE_COLOUR', 'Use Table Background & Border Colours'); |
DEFINE('_EDITOR_TABLE_COLOUR', 'Use Table Background & Border Colours'); |
|
DEFINE('_EDITOR_IMGMANAGER_OPTIONS','Image Mgr'); |
|
|
DEFINE('_EDITOR_IM_BASE_DIR','Images Directory'); |
|
|
DEFINE('_EDITOR_IM_BASE_DIR_TIP','Images Directory path, releative to site root.'); |
|
|
DEFINE('_EDITOR_IM_BASE_URL','Images URL'); |
|
|
DEFINE('_EDITOR_IM_BASE_URL_TIP','Images URL path, releative to site URL.'); |
|
|
DEFINE('_EDITOR_IM_IMAGE_CLASS','Image Library'); |
|
|
DEFINE('_EDITOR_IM_IMAGE_CLASS_TIP','The image manipulation library to use, either GD or ImageMagick or NetPBM. If you have safe mode ON, or you do not have the binaries to other packages, your choice is GD only. Other packages require Safe Mode to be off.'); |
|
|
DEFINE('_EDITOR_IM_CLASS_PATH','Path to Image Library'); |
|
|
DEFINE('_EDITOR_IM_CLASS_PATH_TIP','After defining which library to use, if it is NetPBM or IM, you need to specify where the binary for the selected library is. Your server and PHP must be able to execute them (i.e. safe mode is OFF). GD does not require the following definition.'); |
|
|
DEFINE('_EDITOR_IM_NO_GDLIB','Safe Mode is ON and no GD Library is installed!'); |
|
|
DEFINE('_EDITOR_IM_THUMB_SIZE', 'Thumbnail Size'); |
|
|
DEFINE('_EDITOR_IM_THUMBS', 'Use Thumbnails'); |
|
|
DEFINE('_EDITOR_IM_MAX_VALUE', 'Max Width/Height value for Upload-Resize'); |
|
|
DEFINE('_EDITOR_IM_THUMB_PREFIX', 'Thumbnail Prefix'); |
|
|
DEFINE('_EDITOR_IM_THUMB_PREFIX_TIP', 'The prefix for thumbnail files, something like .thumb will do. The thumbnails files will be named as prefix_imagefile.ext, that is, prefix + orginal filename.'); |
|
|
DEFINE('_EDITOR_IM_THUMB_DIR', 'Thumbnails Directory Name'); |
|
|
DEFINE('_EDITOR_IM_THUMB_DIR_TIP', 'Thumbnail can also be stored in a directory, this directory will be created by PHP. If PHP is in safe mode, this parameter is ignored, you can not create directories. If you do not want to store thumbnails in a directory, set this to false or empty'); |
|
|
DEFINE('_EDITOR_IM_DEF_VSPACE', 'Default VSpace Value'); |
|
|
DEFINE('_EDITOR_IM_DEF_HSPACE', 'Default HSpace Value'); |
|
|
DEFINE('_EDITOR_IM_DEF_BORDER', 'Default Border Value'); |
|
|
DEFINE('_EDITOR_IM_DEF_ALIGN', 'Default Align Value'); |
|
|
DEFINE('_EDITOR_IM_POPUP_OPTIONS', 'Advanced Popup Options'); |
|
|
DEFINE('_EDITOR_IM_POPUP', 'Thumbnail Popup'); |
|
|
DEFINE('_EDITOR_IM_POPUP_BASIC', 'Basic'); |
|
|
DEFINE('_EDITOR_IM_POPUP_ADVANCED', 'Advanced'); |
|
|
DEFINE('_EDITOR_IM_POPUP_TITLE', 'Use Image Title in Popup'); |
|
|
DEFINE('_EDITOR_IM_POPUP_PRINT', 'Show Print Option in Popup'); |
|
|
DEFINE('_EDITOR_IM_POPUP_BGCOLOR', 'Popup Window background colour. Leave blank to use template color'); |
|
|
DEFINE('_EDITOR_IM_POPUP_BGCOLOR_TIP', 'Specify colour to use for the Image Popup background colour. Useful when using templates with background colours not contained within the body tag. Must be in hex format ie: 000000.'); |
|
|
DEFINE('_EDITOR_IM_POPUP_MODE', 'Popup Mode'); |
|
|
DEFINE('_EDITOR_IM_POPUP_MODE_BASIC', 'Basic'); |
|
|
DEFINE('_EDITOR_IM_POPUP_MODE_ADV', 'Advanced'); |
|
|
DEFINE('_EDITOR_IM_MODE', 'Default Image Manager Mode'); |
|
|
DEFINE('_EDITOR_IM_MODE_LIST', 'List View'); |
|
|
DEFINE('_EDITOR_IM_MODE_IMAGES', 'Image View'); |
|
|
DEFINE('_EDITOR_FILEMANAGER_OPTIONS','File Mgr'); |
|
|
DEFINE('_EDITOR_FM_DOC_ROOT','Files Directory'); |
|
|
DEFINE('_EDITOR_FM_DOC_ROOT_TIP','Files Directory path, releative to site root.'); |
|
|
DEFINE('_EDITOR_FM_BASE_URL','Files URL'); |
|
|
DEFINE('_EDITOR_FM_BASE_URL_TIP','Files URL path, releative to site URL.'); |
|
|
DEFINE('_EDITOR_FM_MAX_SIZE','Maximum file size'); |
|
|
DEFINE('_EDITOR_FM_MAX_SIZE_TIP','Maximum file size allowed for uploading in MB. Default is 2MB.'); |
|
|
DEFINE('_EDITOR_FM_ALLOW_EXT', 'Allow file types'); |
|
|
DEFINE('_EDITOR_FM_ALLOW_EXT_TIP', 'List allowed file extensions. Seperate with a comma.'); |
|
|
DEFINE('_EDITOR_FM_DENY_EXT', 'Deny file types'); |
|
|
DEFINE('_EDITOR_FM_DENY_EXT_TIP', 'List denied file extensiosns. Seperate with a comma.'); |
|
| 109 |
?> |
?> |