Skip to content

Commit

Permalink
Fixed Link to privacy page in xlf label of default language
Browse files Browse the repository at this point in the history
Fixed CSS for the floated views
  • Loading branch information
Erwin Steinbinder committed Sep 28, 2020
1 parent fd69aad commit ed6cf27
Show file tree
Hide file tree
Showing 6 changed files with 107 additions and 38 deletions.
11 changes: 11 additions & 0 deletions Resources/Private/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Apache < 2.3
<IfModule !mod_authz_core.c>
Order allow,deny
Deny from all
Satisfy All
</IfModule>

# Apache >= 2.3
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
2 changes: 1 addition & 1 deletion Resources/Private/Language/de.locallang.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<target>Detaillierte Informationen und wie Sie Ihre Einwilligung jederzeit widerrufen können, finden Sie in unserer {privacyPolicy}.</target>
</trans-unit>
<trans-unit id="klaro.consentNotice.description">
<target>Wir verwenden Cookies, um Inhalte und Anzeigen zu personalisieren, Funktionen für soziale Medien anbieten zu können und die Zugriffe auf unserer Website zu analysieren. Außerdem geben wir Informationen zu Ihrer Verwendung unserer Website an unsere Partner für soziale Medien, Werbung und Analysen weiter. Unsere Partner führen diese Informationen möglicherweise mit weiteren Daten zusammen, die Sie ihnen bereitgestellt haben oder die sie im Rahmen Ihrer Nutzung der Dienste gesammelt haben. [privacyPage]</target>
<target>Wir verwenden Cookies, um Inhalte und Anzeigen zu personalisieren, Funktionen für soziale Medien anbieten zu können und die Zugriffe auf unserer Website zu analysieren. Außerdem geben wir Informationen zu Ihrer Verwendung unserer Website an unsere Partner für soziale Medien, Werbung und Analysen weiter. Unsere Partner führen diese Informationen möglicherweise mit weiteren Daten zusammen, die Sie ihnen bereitgestellt haben oder die sie im Rahmen Ihrer Nutzung der Dienste gesammelt haben. Weitere Informationen finden Sie in der [privacyPage].</target>
</trans-unit>
<trans-unit id="klaro.consentNotice.changeDescription">
<target>Seit Ihrem letzten Besuch gab es Änderungen an den Datenschutzeinstellungen. Bitte aktualisieren Sie Ihre Einstellungen.</target>
Expand Down
2 changes: 1 addition & 1 deletion Resources/Private/Language/locallang.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<source>Detailed information and how you can withdraw your consent at any time can be found in our {privacyPolicy}.</source>
</trans-unit>
<trans-unit id="klaro.consentNotice.description">
<source>We use cookies to personalize content and ads, to provide social media features, and to analyze traffic to our website. We also share information about your use of our website with our social media, advertising and analytics partners. Our partners may combine this information with other information that you have provided to them or that they have collected as part of your use of the services.</source>
<source>We use cookies to personalize content and ads, to provide social media features, and to analyze traffic to our website. We also share information about your use of our website with our social media, advertising and analytics partners. Our partners may combine this information with other information that you have provided to them or that they have collected as part of your use of the services. Further information in the [privacyPage].</source>
</trans-unit>
<trans-unit id="klaro.consentNotice.changeDescription">
<source>Since your last visit there have been changes to the privacy settings. Please update your settings.</source>
Expand Down
Loading

0 comments on commit ed6cf27

Please sign in to comment.