]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/values/strings.xml
Add a higher level warning for antiquated protocols. https://redmine.stoutner.com...
[PrivacyCell.git] / app / src / main / res / values / strings.xml
index 9fa5e3e79482f387c0cb87f5878a59d032c21fc7..17356f3b36266c390924faa5fef4a12ade6b0602 100644 (file)
@@ -34,8 +34,9 @@
     <!-- 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="secure_protocols">Your device is connected to a network using secure protocols.\n\nIt is secure from stingray IMSI man-in-the-middle attacks.</string>
+    <string name="insecure_protocols">Your device is connected to a network using insecure protocols.\n\nIt is not secure from stingray IMSI man-in-the-middle attacks.</string>
+    <string name="antiquated_protocols">Your device is connected to a network using antiquated protocols.\n\nIt is exposed to numerous security vulnerabilities.</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>
 
     <!-- Dialogs. -->
     <string name="stingrays">Stingrays</string>
+    <string name="antiquated_network_title">Antiquated Network</string>
     <string name="close">Close</string>
 
     <!-- Settings. -->
     <string name="realtime_monitoring_summary">Place an icon in the status bar that monitors the cell network.</string>
     <string name="secure_network_notification">Secure network notification</string>
     <string name="insecure_network_notification">Insecure network notification</string>
+    <string name="antiquated_network_notification">Antiquated network notification</string>
+    <string name="consider_3g_antiquated">Consider 3G antiquated</string>
+    <string name="consider_3g_antiquated_summary">Consider the 3G protocols to be antiquated.  At a future point this will become the default.  Changing this setting will restart Privacy Cell.</string>
     <string name="interface_title">Interface</string>
     <string name="bottom_app_bar">Bottom app bar</string>
     <string name="bottom_app_bar_summary">Move the app bar to the bottom of the screen.  Changing this setting will restart Privacy Cell.</string>
     <!-- Notifications. -->
     <string name="secure">Secure</string>
     <string name="insecure">Insecure</string>
+    <string name="antiquated">Antiquated</string>
     <string name="secure_network">You are connected to a secure network.</string>
-    <string name="insecure_network">You are not connected to a secure network.</string>
+    <string name="insecure_network">You are connected to an insecure network.</string>
+    <string name="antiquated_network">You are connected to an antiquated network.</string>
     <string name="unknown_network">The security of the network is unknown.</string>
     <string name="secure_network_channel">Secure network</string>
     <string name="insecure_network_channel">Insecure network</string>
+    <string name="antiquated_network_channel">Antiquated network</string>
     <string name="unknown_network_channel">Unknown network</string>
 
     <!-- Periodic Work Names. -->
     <string name="realtime_monitoring_key" translatable="false">realtime_monitoring</string>
     <string name="secure_network_notification_key" translatable="false">secure_network_notification</string>
     <string name="insecure_network_notification_key" translatable="false">insecure_network_notification</string>
+    <string name="antiquated_network_notification_key" translatable="false">antiquated_network_notification</string>
+    <string name="consider_3g_antiquated_key" translatable="false">consider_3g_antiquated</string>
     <string name="interface_key" translatable="false">interface</string>
     <string name="bottom_app_bar_key" translatable="false">bottom_app_bar</string>
 </resources>
\ No newline at end of file