]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/values/strings.xml
Request the phone permission if needed.
[PrivacyCell.git] / app / src / main / res / values / strings.xml
index 5a461af95d9d08693ab07ac4966a8c2d788199aa..66cb8e526d90a82d43be1c8e88bd07e87b03e573 100644 (file)
     <string name="lte_nr_nsa_mmwave_detail">Long Term Evolution New Radio Non-Standalone millimeter Wave</string>
 
     <!-- Stingray. -->
+    <!-- The `\n\n` code inserts a line break and should be maintained in translations. -->
     <string name="secure_from_stingray">Your device is connected to a standalone 5G network.\n\nIt is secure from stingray IMSI man-in-the-middle attacks.</string>
     <string name="not_secure_from_stingray">Your device is not connected to a standalone 5G network.\n\nIt is not secure from stingray IMSI man-in-the-middle attacks.</string>
+
+    <!-- Phone permission dialog. -->
+    <string name="phone_permission">Phone Permission</string>
+    <string name="phone_permission_text">Privacy Cell needs the Read Phone State permission to determine the safety level of your cell connection.</string>
+    <string name="ok">OK</string>
 </resources>
\ No newline at end of file