GoogleAnalytics4/Application/views/admin/de/module_options.php

39 lines
1.7 KiB
PHP
Raw Normal View History

2021-07-17 23:22:23 +02:00
<?php
2023-01-27 09:07:09 +01:00
/**
* This Software is the property of Data Development and is protected
* by copyright law - it is NOT Freeware.
* Any unauthorized use of this software without a valid license
* is a violation of the license agreement and will be prosecuted by
* civil and criminal law.
* http://www.shopmodule.com
2021-07-17 23:22:23 +02:00
*
2023-01-27 09:07:09 +01:00
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
* @author D3 Data Development - Daniel Seifert <support@shopmodule.com>
* @link http://www.oxidmodule.com
2021-07-17 23:22:23 +02:00
*/
$style = '<style type="text/css">
.groupExp a.rc b {font-size:medium;color:#ff3600;}
.groupExp dt .txt,
.groupExp dt .select,
2023-01-20 11:04:22 +01:00
.groupExp dt .txtfield {width:250px !important; margin: 2px !important; padding: 1px 4px !important; border: 1px solid #ccc !important; }
2021-07-17 23:22:23 +02:00
.groupExp dt textarea.txtfield { min-height: 125px;}
.groupExp dl { display:block !important;}
input.confinput {position:fixed;top:20px;right:70px;background:#008B2D;padding:10px 25px;color:white;border:1px solid black;cursor:pointer;font-size:125%;}
input.confinput:hover {outline:3px solid #ff3600;}
</style>';
$aLang = [
2022-12-20 11:52:25 +01:00
'charset' => 'UTF-8',
2023-01-27 08:59:06 +01:00
'SHOP_MODULE_d3_gtm_sContainerID' => 'Container ID',
'SHOP_MODULE_GROUP_d3_gtm_settings' => 'Einstellungen',
'SHOP_MODULE_d3_gtm_blGA4enab' => 'GA4 Aktivieren',
'SHOP_MODULE_d3_gtm_blUAenabled' => 'UA Aktivieren',
'SHOP_MODULE_d3_gtm_blEnableDebug' => 'Debug-Modus aktivieren',
2023-01-17 14:42:17 +01:00
// for cookie manager settings
2023-01-27 08:59:06 +01:00
'SHOP_MODULE_GROUP_d3_gtm_settings_cookiemanager' => 'Cookie Manager Einstellungen',
2023-02-01 15:33:52 +01:00
'SHOP_MODULE_d3_gtm_settings_hasOwnCookieManager' => 'Eigenen Cookie Manager nutzen?',
2023-01-27 08:59:06 +01:00
'SHOP_MODULE_d3_gtm_settings_cookieName' => 'Cookie-Name',
2021-07-17 23:22:23 +02:00
];