First upload

This commit is contained in:
Nikolai Fesenko
2025-02-02 13:37:56 +01:00
commit 8d227c9191
3281 changed files with 362319 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
<?php
/**
* This file is part of O3-Shop Usercentrics Cookie Compliance module.
*
* O3-Shop 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.
*
* O3-Shop 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/>
*
* @copyright Copyright (c) 2022 OXID eSales AG (https://www.oxid-esales.com)
* @copyright Copyright (c) 2022 O3-Shop (https://www.o3-shop.com)
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
*/
$sLangName = "Deutsch";
$aLang = [
"charset" => "UTF-8",
'SHOP_MODULE_GROUP_usercentrics_main' => 'Usercentrics Integration',
'SHOP_MODULE_GROUP_usercentrics_advanced' => 'Erweiterte Einstellungen',
'SHOP_MODULE_smartDataProtectorActive' => 'Smart Data Protector aktivieren',
'HELP_SHOP_MODULE_smartDataProtectorActive' => 'Die Deaktivierung dieser Funktion könnte rechtliche Folgen haben.',
'SHOP_MODULE_smartDataProtectorDeactivateBlocking' => 'Liste von Services, für welche der Smart Data Protector deaktiviert ist',
'HELP_SHOP_MODULE_smartDataProtectorDeactivateBlocking' => 'Weitere Informationen: <a target="_BLANK" href="https://docs.usercentrics.com/#/smart-data-protector?id=deactivate-smart-data-protector-for-specific-services">hier</a>',
'SHOP_MODULE_usercentricsId' => 'Usercentrics Script ID',
'SHOP_MODULE_usercentricsMode' => 'Usercentrics Modus und Version',
'SHOP_MODULE_usercentricsMode_CmpV1' => 'CMP Version 1',
'SHOP_MODULE_usercentricsMode_CmpV2' => 'CMP Version 2',
'SHOP_MODULE_usercentricsMode_CmpV2Legacy' => 'CMP V2 für alte Browser',
'SHOP_MODULE_usercentricsMode_CmpV2Tcf' => 'TCF 2.0',
'SHOP_MODULE_usercentricsMode_CmpV2TcfLegacy' => 'TCF 2.0 für alte Browser',
'SHOP_MODULE_usercentricsMode_Custom' => 'Usercentrics Script selbst einbinden',
'HELP_SHOP_MODULE_usercentricsMode' => 'Bitte wählen Sie hier den Modus aus, in dem Usercentrics läuft! Eine Erklärung der Versionen, Legacy Support und TCF Support finden Sie unter docs.usercentrics.com. Nutzen Sie die Option „Usercentrics Script selbst einbinden“ nur, wenn das Modul das Usercentrics Script nicht hinzufügen soll.',
];

View File

@@ -0,0 +1,41 @@
<?php
/**
* This file is part of O3-Shop Usercentrics Cookie Compliance module.
*
* O3-Shop 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.
*
* O3-Shop 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/>
*
* @copyright Copyright (c) 2022 OXID eSales AG (https://www.oxid-esales.com)
* @copyright Copyright (c) 2022 O3-Shop (https://www.o3-shop.com)
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
*/
$sLangName = "English";
$aLang = [
"charset" => "UTF-8",
'SHOP_MODULE_GROUP_usercentrics_main' => 'Usercentrics Integration',
'SHOP_MODULE_GROUP_usercentrics_advanced' => 'Advanced settings',
'SHOP_MODULE_smartDataProtectorActive' => 'Activate Usercentrics Smart Data Protector',
'HELP_SHOP_MODULE_smartDataProtectorActive' => 'Disabling this function could have legal consequences.',
'SHOP_MODULE_smartDataProtectorDeactivateBlocking' => 'List of services to Disable blocking',
'HELP_SHOP_MODULE_smartDataProtectorDeactivateBlocking' => 'More information: <a target="_BLANK" href="https://docs.usercentrics.com/#/smart-data-protector?id=deactivate-smart-data-protector-for-specific-services">here</a>',
'SHOP_MODULE_usercentricsId' => 'Usercentrics Script ID',
'SHOP_MODULE_usercentricsMode' => 'Usercentrics Mode and Version',
'SHOP_MODULE_usercentricsMode_CmpV1' => 'CMP Version 1',
'SHOP_MODULE_usercentricsMode_CmpV2' => 'CMP Version 2',
'SHOP_MODULE_usercentricsMode_CmpV2Legacy' => 'CMP V2 for old Browsers',
'SHOP_MODULE_usercentricsMode_CmpV2Tcf' => 'TCF 2.0',
'SHOP_MODULE_usercentricsMode_CmpV2TcfLegacy' => 'TCF 2.0 for old Browsers',
'SHOP_MODULE_usercentricsMode_Custom' => 'Include usercentrics script by yourself',
'HELP_SHOP_MODULE_usercentricsMode' => 'Please choose the mode for Usercentrics! A documentation about versions, legacy browser support and TCF support can be found at <a target="_blank" href="https://docs.usercentrics.com/">docs.usercentrics.com</a>. Choose "Include usercentrics script by yourself" if the module itself should not add the usercentrics script.',
];