]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/assets/de/permissions.html
Partial German translation.
[PrivacyCell.git] / app / src / main / assets / de / permissions.html
index 591d779a46f483232d7bcb79e4dd12ebaea8ab10..ddd1bbc70f4bc1a9e5898ffd5161efa884cf7744 100644 (file)
     </head>
 
     <body>
-        <p>Privacy Cell uses the following permission.</p>
+        <p>Privacy Cell verwendet folgende Berechtigungen:</p>
 
-        <h3>Read phone status and identity</h3>
+        <h3>Telefon-Status und Identität lesen</h3>
         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#READ_PHONE_STATE">android.permission. READ_PHONE_STATE</a></p>
-        <p>Required to determine which protocols are being used by the cell phone network.</p>
+        <p>Benötigt, um die vom Mobilfunk-Netzwerk genutzten Protokolle zu ermitteln.</p>
 
-        <h3>Run foreground service</h3>
+        <h3>Vordergrund-Service ausführen</h3>
         <p><a href="https://developer.android.com/reference/android/Manifest.permission#FOREGROUND_SERVICE">android.permission. FOREGROUND_SERVICE</a></p>
-        <p>Allows Privacy Cell to display a realtime monitoring notification icon in the status bar.</p>
+        <p>Erlaubt Privacy Cell, ein Benachrichtigungs-Icon für die Echtzeit-Überwachung in der Status-Zeile anzuzeigen.</p>
 
-        <h3>Run at startup</h3>
+        <h3>Ausführung bei Systemstart</h3>
         <p><a href="https://developer.android.com/reference/android/Manifest.permission#RECEIVE_BOOT_COMPLETED">android.permission. RECEIVE_BOOT_COMPLETED</a></p>
-        <p>Allows Privacy Cell to enable the realtime monitoring service when the phone boots.</p>
+        <p>Erlaubt Privacy Cell die Echtzeit-Überwachung zu aktivieren, wenn das Smartphone gebootet wird.</p>
     </body>
 </html>
\ No newline at end of file