tinymce-editor/Application/views/admin/de/module_options.php

37 lines
2.5 KiB
PHP
Raw Normal View History

2016-02-26 00:57:30 +01:00
<?php
2023-04-06 20:58:08 +02:00
/**
* This file is part of O3-Shop TinyMCE editor module.
2016-02-26 00:57:30 +01:00
*
2023-04-06 20:58:08 +02:00
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
2016-02-26 00:57:30 +01:00
*
2023-04-06 20:58:08 +02:00
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
2016-02-26 00:57:30 +01:00
*
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
2023-04-06 20:58:08 +02:00
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
2016-02-26 00:57:30 +01:00
*/
$sLangName = 'Deutsch';
2023-04-10 22:47:06 +02:00
$aLang = [
2016-08-01 14:20:20 +02:00
'charset' => 'UTF-8',
2023-04-05 08:53:11 +02:00
'TINYMCE_TOGGLE' => 'Editor zeigen/verstecken',
2023-04-05 16:16:00 +02:00
'TINYMCE_PLAINCMS' => '<b class="errorbox">Der Editor wurde für diese Seite deaktiviert, weil sie keine HTML Formatierung enthalten darf </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>Moduleinstellungen',
2016-08-01 14:20:20 +02:00
'SHOP_MODULE_blTinyMCE_filemanager' => 'Dateimanager aktivieren',
'HELP_SHOP_MODULE_blTinyMCE_filemanager' => 'Ist diese Option aktiv, können Bilder hochgeladen werden. Der Speicherort ist: out/pictures/wysiwigpro/',
'SHOP_MODULE_aTinyMCE_classes' => '<h3>TinyMCE für folgende Backend-Seiten laden:</h3><ul><li>article_main (Artikelbeschreibung)</li><li>content_main (CMS Seiten)</li><li>category_text (Kategorienbeschreibung)</li><li>newsletter_main (Newsletter)</li><li>news_text (Nachrichten-Text)</li></ul>',
2023-04-05 08:27:08 +02:00
'HELP_SHOP_MODULE_aTinyMCE_classes' => 'für die Benutzung von TinyMCE in eigenen Admin Views muss hier die entsprechende Controllerklasse eingetragen werden, dann wird für jedes Textarea je ein Editor erzeugt',
2023-04-07 22:48:34 +02:00
'SHOP_MODULE_sTinyMCE_apikey' => 'optionaler API-Key aus Ihrer TinyMCE Registrierung',
2023-04-11 13:53:06 +02:00
'SHOP_MODULE_aTinyMCE_extjs' => '<h3>Externe JS Abhängigkeiten:</h3>',
2023-04-07 23:34:59 +02:00
'HELP_SHOP_MODULE_aTinyMCE_extjs' => 'Komplette URL mit https://.',
2016-08-01 14:20:20 +02:00
'SHOP_MODULE_GROUP_tinyMceSettings' => 'TinyMCE Einstellungen &amp; Plugins',
2023-04-10 22:47:06 +02:00
];