Skip to content
Snippets Groups Projects
Commit 6b6aaad8 authored by Georgi's avatar Georgi
Browse files

[BUGFIX] Improve 2 other labels

parent a03cfa9f
No related branches found
No related tags found
1 merge request!15[BUGFIX] Fingerprint & Banner Essential Button #249 #250 #251 #252
......@@ -127,6 +127,7 @@ $configuration = [
'html' => [
'exclude' => TRUE,
'label' => 'LLL:EXT:sg_cookie_optin/Resources/Private/Language/locallang_db.xlf:tx_sgcookieoptin_domain_model_script.html',
'description' => 'LLL:EXT:sg_cookie_optin/Resources/Private/Language/locallang_db.xlf:tx_sgcookieoptin_domain_model_script.html.description',
'config' => [
'type' => 'text',
'renderType' => 't3editor',
......
......@@ -111,6 +111,7 @@ $configuration = [
'replacement_html_overwritten' => [
'exclude' => TRUE,
'label' => 'LLL:EXT:sg_cookie_optin/Resources/Private/Language/locallang_db.xlf:tx_sgcookieoptin_domain_model_optin.replacement_html_overwritten',
'description' => 'LLL:EXT:sg_cookie_optin/Resources/Private/Language/locallang_db.xlf:tx_sgcookieoptin_domain_model_optin.iframe_overwritten.description',
'config' => [
'type' => 'check',
'default' => '0',
......
......@@ -794,8 +794,12 @@ Ohne diese Einstellung gilt diese Konfiguration nur für die Domäne, in der sie
<target><![CDATA[Deaktivieren]]></target>
</trans-unit>
<trans-unit id="tx_sgcookieoptin_domain_model_script.html" approved="yes">
<source><![CDATA[HTML that shall be loaded if the user accepts this group (Do not use "document.write" as this will cause errors on the website)]]></source>
<target><![CDATA[HTML, das geladen werden soll, wenn der Benutzer diese Gruppe akzeptiert (Benutze nicht "document.write", denn dies verursacht Fehler auf der Website)]]></target>
<source><![CDATA[HTML that shall be loaded if the user accepts this group]]></source>
<target><![CDATA[HTML, das geladen werden soll, wenn der Benutzer diese Gruppe akzeptiert]]></target>
</trans-unit>
<trans-unit id="tx_sgcookieoptin_domain_model_script.html.description" approved="yes">
<source><![CDATA[Do not use "document.write" as this will cause errors on the website]]></source>
<target><![CDATA[Benutze nicht "document.write", denn dies verursacht Fehler auf der Website]]></target>
</trans-unit>
<trans-unit id="tx_sgcookieoptin_domain_model_script.parent_group" approved="yes">
<source><![CDATA[Group]]></source>
......@@ -898,8 +902,8 @@ Ohne diese Einstellung gilt diese Konfiguration nur für die Domäne, in der sie
<target><![CDATA[Automatisch allen externen Inhaltselementen, deren Quelle mit den folgenden regulären Ausdrücken übereinstimmt, die Dienstvorlage zuweisen. Jede neue Zeile wird als neuer regulärer Ausdruck interpretiert. Syntaxfehler können zu Problemen auf Ihrer Website führen!]]></target>
</trans-unit>
<trans-unit id="tx_sgcookieoptin_domain_model_optin.replacement_html_overwritten" approved="yes">
<source><![CDATA[Overwrite Template (Allows to change the template code below. If this is selected, changes in future updates are not automatically applied.)]]></source>
<target><![CDATA[Vorlage überschreiben (Erlaubt die Änderung des untenstehenden Template-Codes. Änderungen in zukünftigen Updates werden dann nicht mehr automatisch übernommen.)]]></target>
<source><![CDATA[Overwrite Template]]></source>
<target><![CDATA[Vorlage überschreiben]]></target>
</trans-unit>
<trans-unit id="tx_sgcookieoptin_domain_model_optin.tab.iframe_settings" approved="yes">
<source><![CDATA[Services]]></source>
......
......@@ -578,8 +578,11 @@ Without this setting, this configuration only applies to the domain where it is
<trans-unit id="tx_sgcookieoptin_domain_model_script.hidden">
<source><![CDATA[Deactivate]]></source>
</trans-unit>
<trans-unit id="tx_sgcookieoptin_domain_model_script.html">
<source><![CDATA[HTML that shall be loaded if the user accepts this group (Do not use "document.write" as this will cause errors on the website)]]></source>
<trans-unit id="tx_sgcookieoptin_domain_model_script.html" approved="yes">
<source><![CDATA[HTML that shall be loaded if the user accepts this group]]></source>
</trans-unit>
<trans-unit id="tx_sgcookieoptin_domain_model_script.html.description" approved="yes">
<source><![CDATA[Do not use "document.write" as this will cause errors on the website]]></source>
</trans-unit>
<trans-unit id="tx_sgcookieoptin_domain_model_script.parent_group">
<source><![CDATA[Group]]></source>
......@@ -654,7 +657,7 @@ Without this setting, this configuration only applies to the domain where it is
<source><![CDATA[Enter a URL to a background image if you would like to use it instead of the background color. Please make sure the origin is allowed in your content security policy.]]></source>
</trans-unit>
<trans-unit id="tx_sgcookieoptin_domain_model_optin.replacement_html_overwritten" approved="yes">
<source><![CDATA[Overwrite Template (Allows to change the template code below. If this is selected, changes in future updates are not automatically applied.)]]></source>
<source><![CDATA[Overwrite Template]]></source>
</trans-unit>
<trans-unit id="tx_sgcookieoptin_domain_model_optin.tab.iframe_settings" approved="yes">
<source><![CDATA[Services]]></source>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment