*
* Marat Bedoev
*/
$sLangName = 'English';
$aLang = array(
'charset' => 'UTF-8',
'BLA_TINYMCE_TOGGLE' => 'toggle TinyMCE',
'BLA_TINYMCE_PLAINCMS' => 'TinyMCE was disabled for this page because it may not contain HTML code',
'SHOP_MODULE_GROUP_tinyMceMain' => 'module settings',
'SHOP_MODULE_blTinyMCE_filemanager' => 'enable filemanager',
'HELP_SHOP_MODULE_blTinyMCE_filemanager' => 'When enabled, you can upload pictures into this directory: out/pictures/wysiwigpro/',
'SHOP_MODULE_aTinyMCE_classes' => '
Enable TinyMCE for following backend pages:
- article_main (product details)
- content_main (CMS pages)
- category_text (category description)
- newsletter_main (newsletter)
- news_text (news text)
',
'HELP_SHOP_MODULE_aTinyMCE_classes' => 'if you want to use TinyMCE for your custom views/controllers, you need to enter their class names here.',
'SHOP_MODULE_aTinyMCE_plaincms' => 'Plain Text CMS pages
TinyMCE will not be loaded for these cms pages. e.g: Plain text Emails, Email subjects, etc.',
'HELP_SHOP_MODULE_aTinyMCE_plaincms' => 'some cms pages may not contain HTML tags, because the are used as plain text emails. email subjects or SEO description',
'SHOP_MODULE_aTinyMCE_extjs' => 'external JS dependencies
(e.g. for plugins)',
'HELP_SHOP_MODULE_aTinyMCE_extjs' => 'full URL with http:// or https:// if your shop runs with HTTPS.',
'SHOP_MODULE_GROUP_tinyMceSettings' => 'TinyMCE Settings & Plugins',
'SHOP_MODULE_aTinyMCE_config' => 'custom TinyMCE configuration (?)
here you can add custom config params for external plugins or overwrite default params
param => "value" (with quotes, if required!)',
'SHOP_MODULE_aTinyMCE_plugins' => 'enable/overwrite TinyMCE Plugins (?)
add plugin: plugin => plugin buttons
add plugin without buttons: plugin => |
disable plugin: plugin => false',
'SHOP_MODULE_aTinyMCE_external_plugins' => 'external plugins (?)
example:
pluginname => path/to/file.js | plugin buttons',
'SHOP_MODULE_aTinyMCE_buttons' => 'Toolbar Buttons (?)
only for core toolbar controls and buttons for custom and external plugins!
default buttons:' . ""
);