]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/values/strings.xml
Fix problems with the realtime notifications. https://redmine.stoutner.com/issues/764
[PrivacyCell.git] / app / src / main / res / values / strings.xml
index d4b5d61e7324accc57b318ad963dea23b7a68f09..c637402ffdd0c8fa39c2718040e13b5d9364c043 100644 (file)
@@ -40,6 +40,7 @@
 
     <!-- Navigation menu. -->
     <string name="settings">Settings</string>
+    <string name="logcat">Logcat</string>
     <string name="permissions">Permissions</string>
     <string name="privacy_policy">Privacy Policy</string>
     <string name="changelog">Changelog</string>
     <string name="forum">Forum</string>
     <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>
-
     <!-- Network types. -->
     <string name="unknown">Unknown</string>
     <string name="gprs">GPRS – 2.5G/3G</string>
     <string name="stingrays">Stingrays</string>
     <string name="close">Close</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>
+
+    <!-- Logcat.  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="copy">Copy</string>
+    <string name="save">Save</string>
+    <string name="clear">Clear</string>
+    <string name="logcat_copied">Logcat copied.</string>
+    <string name="privacy_cell_logcat_txt">Privacy Cell Logcat.txt</string>
+    <string name="logcat_saved">%1$s saved.</string>
+    <string name="error_saving_logcat">Error saving logcat: \u0020 %1$s</string>
+
     <!-- Notifications. -->
     <string name="secure">Secure</string>
     <string name="insecure">Insecure</string>