]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/values/strings.xml
Add an option to use a bottom app bar. https://redmine.stoutner.com/issues/749
[PrivacyCell.git] / app / src / main / res / values / strings.xml
index 9823dd2e1c7a12d2bcfa926d6eb23ac00b51adec..fdf38ee614e187f619d47ec4aeacb8c925e68b86 100644 (file)
@@ -39,6 +39,7 @@
     <string name="additional_network_info">Additional network info: \u0020 %1$s</string>
 
     <!-- Navigation menu. -->
+    <string name="settings">Settings</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>
 
-    <!-- Network Types. -->
+    <!-- Settings. -->
+    <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="gprs_detail">General Packet Radio Service</string>
@@ -92,7 +97,7 @@
     <string name="nr_detail">New Radio</string>
     <string name="error">Error</string>
 
-    <!-- Override Network Types. -->
+    <!-- Override network types. -->
     <string name="none">None</string>
     <string name="lte_ca">LTE CA – 4G</string>
     <string name="lte_ca_detail">Long-Term Evolution Carrier Aggregation</string>
     <!-- Dialogs. -->
     <string name="stingrays">Stingrays</string>
     <string name="close">Close</string>
+
+    <!-- Preference keys. -->
+    <string name="bottom_app_bar_key" translatable="false">bottom_app_bar</string>
 </resources>
\ No newline at end of file