]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/values/strings.xml
Add a realtime monitoring service. https://redmine.stoutner.com/issues/750
[PrivacyCell.git] / app / src / main / res / values / strings.xml
index fdf38ee614e187f619d47ec4aeacb8c925e68b86..060539f0c455fcbee6a3adc8c6047824141a71b1 100644 (file)
     <string name="donations">Donations</string>
 
     <!-- Settings. -->
     <string name="donations">Donations</string>
 
     <!-- Settings. -->
+    <string name="monitoring">Monitoring</string>
+    <string name="realtime_monitoring">Realtime monitoring</string>
+    <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="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>
 
     <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>
 
     <string name="stingrays">Stingrays</string>
     <string name="close">Close</string>
 
     <string name="stingrays">Stingrays</string>
     <string name="close">Close</string>
 
+    <!-- Notifications. -->
+    <string name="secure">Secure</string>
+    <string name="insecure">Insecure</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="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>
+
     <!-- Preference keys. -->
     <!-- Preference keys. -->
+    <string name="monitoring_key" translatable="false">monitoring</string>
+    <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="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
     <string name="bottom_app_bar_key" translatable="false">bottom_app_bar</string>
 </resources>
\ No newline at end of file