tinymce-editor/Application/views/en/tinymce_translations.php

29 lines
1.7 KiB
PHP
Raw Normal View History

2016-02-26 00:57:30 +01:00
<?php
2023-04-06 20:58:08 +02:00
/**
2024-12-04 15:09:22 +01:00
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
2016-02-26 00:57:30 +01:00
*
2024-12-04 15:09:22 +01:00
* @copyright (C) 2022 Marat Bedoev, bestlife AG
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
* @link https://www.oxidmodule.com
2016-02-26 00:57:30 +01:00
*/
2024-12-03 14:43:55 +01:00
// @codeCoverageIgnoreStart
declare(strict_types=1);
return [
2016-08-01 14:20:20 +02:00
'charset' => 'UTF-8',
2023-04-05 08:53:11 +02:00
'TINYMCE_TOGGLE' => 'toggle editor',
2023-04-05 16:16:00 +02:00
'TINYMCE_PLAINCMS' => '<b class="errorbox">The editor was disabled for this page because it may not contain HTML code</b>',
2023-04-11 13:53:06 +02:00
'SHOP_MODULE_GROUP_tinyMceMain' => '<style>.groupExp dl dd li {margin-left: 300px;} .groupExp dd h3 {border-bottom: none; margin-bottom: 0;} .groupExp dt .txtfield {margin-top: 33px;}</style>module settings',
2016-08-01 14:20:20 +02:00
'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' => '<h3>Enable TinyMCE for following backend pages:</h3><ul><li>article_main (product details)</li><li>content_main (CMS pages)</li><li>category_text (category description)</li><li>newsletter_main (newsletter)</li><li>news_text (news text)</li></ul>',
2023-04-05 08:27:08 +02:00
'HELP_SHOP_MODULE_aTinyMCE_classes' => 'if you want to use TinyMCE for your custom controllers, you need to enter their class names here.',
2016-08-01 14:20:20 +02:00
'SHOP_MODULE_GROUP_tinyMceSettings' => 'TinyMCE Settings &amp; Plugins',
2023-04-10 22:47:06 +02:00
];
2024-12-04 14:44:41 +01:00
// @codeCoverageIgnoreEnd