Skip to content

Commit 6c5dd9d

Browse files
committed
FC 56
1 parent c3c3a0e commit 6c5dd9d

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

contao/dca/tl_cookiebar.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,12 @@
180180
'format' => '%s'
181181
],
182182
'global_operations' => [
183+
'all',
184+
'-',
183185
'cookieLog' => [
184186
'href' => 'table=tl_cookie_log',
185187
'icon' => 'diff.svg'
186-
],
187-
'all'
188+
]
188189
],
189190
'operations' => [
190191
'edit',

contao/languages/de/tl_cookiebar.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<target>&lt;p&gt;Speichert die aktuelle PHP-Session.&lt;/p&gt;</target>
3636
</trans-unit>
3737
<trans-unit id="tl_cookiebar.consentLog.0">
38-
<source>Consent logging is not activated</source>
39-
<target>Die Zustimmungsprotokollierung ist nicht aktiviert</target>
38+
<source>Consent logging is not activated. You can find out how to activate logging in the &lt;a href="https://github.com/oveleon/contao-cookiebar/blob/c3c3a0ed514ae558b74ec0866217a7c0d368713f/docs/BASICS.md#basic-configuration" target="_blank"&gt;documentation&lt;/a&gt;.</source>
39+
<target>Die Zustimmungsprotokollierung ist derzeit nicht aktiviert. Wie Sie die Protokollierung aktivieren, erfahren Sie in der &lt;a href="https://github.com/oveleon/contao-cookiebar/blob/c3c3a0ed514ae558b74ec0866217a7c0d368713f/docs/BASICS.md#basic-configuration" target="_blank"&gt;Dokumentation&lt;/a&gt;.</target>
4040
</trans-unit>
4141
<trans-unit id="tl_cookiebar.consentLog.1">
4242
<source>Consent logging is activated</source>

contao/languages/en/tl_cookiebar.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<source>&lt;p&gt;Saves the current PHP session.&lt;/p&gt;</source>
2828
</trans-unit>
2929
<trans-unit id="tl_cookiebar.consentLog.0">
30-
<source>Consent logging is not activated</source>
30+
<source>Consent logging is not activated. You can find out how to activate logging in the &lt;a href="https://github.com/oveleon/contao-cookiebar/blob/c3c3a0ed514ae558b74ec0866217a7c0d368713f/docs/BASICS.md#basic-configuration" target="_blank"&gt;documentation&lt;/a&gt;.</source>
3131
</trans-unit>
3232
<trans-unit id="tl_cookiebar.consentLog.1">
3333
<source>Consent logging is activated</source>

0 commit comments

Comments
 (0)