]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/values/strings.xml
Create the navigation menu outline.
[PrivacyCell.git] / app / src / main / res / values / strings.xml
index 66cb8e526d90a82d43be1c8e88bd07e87b03e573..a330355b02f9f31e09f4646eb972deac3ce3afd9 100644 (file)
     <!-- General. -->
     <string name="privacy_cell">Privacy Cell</string>
     <string name="cell">Cell</string>
+    <string name="open_navigation_drawer">Open navigation drawer</string>
+    <string name="close_navigation_drawer">Close navigation drawer</string>
 
-    <!-- Text views.  Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting. -->
+    <!-- Text views.  The `\n\n` code inserts a line break and should be preserved in translations.
+        Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting.
+        The `%1$s` code inserts variables into the displayed text and should be preserved in translation. -->
+    <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>
     <string name="voice_network">Voice network: \u0020 %1$s</string>
     <string name="data_network">Data network: \u0020 %1$s</string>
     <string name="additional_network_info">Additional network info: \u0020 %1$s</string>
 
+    <!-- Navigation menu. -->
+    <string name="permissions">Permissions</string>
+    <string name="privacy_policy">Privacy Policy</string>
+    <string name="changelog">Changelog</string>
+    <string name="licenses">Licenses</string>
+    <string name="contributors">Contributors</string>
+    <string name="news">News</string>
+    <string name="roadmap">Roadmap</string>
+    <string name="bug_tracker">Bug Tracker</string>
+    <string name="forum">Forum</string>
+    <string name="donations">Donations</string>
+
     <!-- Network Types. -->
     <string name="unknown">Unknown</string>
     <string name="gprs">GPRS</string>
     <string name="lte_nr_nsa_mmwave">LTE NR NSA mmWave</string>
     <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>