]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/de/about_permissions.html
Update the URL in the copyright header. https://redmine.stoutner.com/issues/796
[PrivacyBrowserAndroid.git] / app / src / main / assets / de / about_permissions.html
index 0410c0e83b46df73a0276c9d119b02a3960cf1a0..e83be7c6b378d43688d5f8a2beef6402ffb36900 100644 (file)
@@ -1,42 +1,44 @@
-<!--\r
-  Copyright 2016 Soren Stoutner <soren@stoutner.com>.\r
-\r
-  Translation 2016 Aaron Gerlach <aaron@gerlach.com>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.\r
-\r
-  Diese Datei ist Teil von Privacy Browser <https://www.stoutner.com/privacy-browser>.\r
-\r
-  Privacy Browser ist eine kostenlose Software: Sie können sie\r
-  unter den Bedingungen der GNU General Public License weiterverteilen\r
-  mit Berufung auf die veröffentlichte Fassung der Free Software\r
-  Foundation, entweder Version 3 der Lizenz oder (nach Ihrer\r
-  Möglichkeit) jede neuere Version.\r
-\r
-  Privacy Browser wird in der Hoffnung vertrieben nützlich zu sein,\r
-  jedoch OHNE JEGLICHE GARANTIE; auch ohne die implizierte\r
-  Garantie auf MARKTGÄNGLICHKEIT oder BEREITSCHAFT FÜR\r
-  BESTIMMTE ANWENDUNGEN. Nutzen Sie die GNU General Public\r
-  License für mehr Details.\r
-\r
-  Sie sollten eine Kopie der GNU General Public License zusammen mit\r
-  Privacy Browser erhalten haben. Wenn nicht, besuchen Sie\r
-  <http://www.gnu.org/licenses/>. -->\r
-\r
-<html>\r
-<head>\r
-    <style>\r
-        h3 {\r
-            color: 0D4781;\r
-        }\r
-    </style>\r
-</head>\r
-\r
-<body>\r
-<h3>Voller Netzwerkzugriff</h3>\r
-<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INTERNET">android.permission.INTERNET</a></p>\r
-<p>Ben&ouml;tigt, damit WebView das Internet nutzen kann. Ohne diese Berechtigung w&auml;re Privacy Browser "Kein Browser: Sch&uuml;tzt Ihre Privatsph&auml;re durch Fernbleiben von jeglicher Konnektivit&auml;t".</p>\r
-\r
-<h3>Verkn&uuml;pfungen installieren</h3>\r
-<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>\r
-<p>Ben&ouml;tigt, um Verkn&uuml;pfungen zu Websites auf Ihrer Startseite zu erstellen.</p>\r
-</body>\r
+<!--
+  Copyright © 2016-2018,2020-2022 Soren Stoutner <soren@stoutner.com>.
+
+  Translation 2019 Bernhard G. Keller.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+
+  Translation 2018 Stefan Erhardt.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+
+  Translation 2016 Aaron Gerlach <aaron@gerlach.com>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+
+  This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
+
+  Privacy Browser Android 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, either version 3 of the License, or
+  (at your option) any later version.
+
+  Privacy Browser Android 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 Privacy Browser Android.  If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+    <head>
+        <meta charset="UTF-8">
+
+        <link rel="stylesheet" href="../css/theme.css">
+
+        <!-- Setting the color scheme instructs the WebView to respect `prefers-color-scheme` @media CSS. -->
+        <meta name="color-scheme" content="light dark">
+    </head>
+
+    <body>
+        <h3>Voller Netzwerkzugriff</h3>
+        <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INTERNET">android.permission.INTERNET</a></p>
+        <p>Benötigt, damit WebView das Internet nutzen kann. Ohne diese Berechtigung wäre Privacy Browser “Kein Browser: Schützt Ihre Privatsphäre durch Fernbleiben von jeglicher Konnektivität”.</p>
+
+        <h3>Verknüpfungen installieren</h3>
+        <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>
+        <p>Benötigt, um Verknüpfungen zu Websites auf Ihrer Startseite zu erstellen.</p>
+    </body>
 </html>
\ No newline at end of file