*/
$sLangName = 'English';
$aLang = array(
'charset' => 'UTF-8',
'SHOP_MODULE_GROUP_tinyMceMain' => 'general module settings',
'SHOP_MODULE_aTinyMCE_classes' => 'list of backend classes, TinyMCE will be active for:
- article_main (product description)
- content_main (CMS pages)
- category_text (category description)
- newsletter_main (newsletter)
- news_text (news text)
',
'SHOP_MODULE_aTinyMCE_plaincms' => 'Idents of CMS pages TinyMCE will be excluded for (e.g. plain Emails)',
'SHOP_MODULE_sTinyMCE_height' => 'editor height in px (without units)',
'SHOP_MODULE_GROUP_tinyMceSettings' => 'TinyMCE settings & plugins',
'SHOP_MODULE_aTinyMCE_buttons' => 'default toolbar controls (?)
'.
'it concerns core buttons only! The other buttons depend on active plugins and will be loaded automaticaly.
default value:
'.
"",
'SHOP_MODULE_aTinyMCE_plugins_override' => 'disable TinyMCE core plugins
enter one plugin per row,
e.g. type "emoticons" to deactivate the emoticons plugin',
'SHOP_MODULE_aTinyMCE_external_plugins' => 'external plugins (?)
format:
pluginname => path/to/the/file.js',
'SHOP_MODULE_sTinyMCE_custom_controls' => 'additional toolbar controls e.g. for external plugins',
'SHOP_MODULE_aTinyMCE_custom_config' => 'custom configuration params (?)
e.g. for external plugins or for overriding default config
parameter => "value" (with quotes if required!)',
'hdi_tinymce_plaincms' => 'TinyMCE was deactivated from this page because it may not contain HTML code'
);