]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/strings.xml
Add controls for form data. Fixes https://redmine.stoutner.com/issues/29
[PrivacyBrowserAndroid.git] / app / src / main / res / values / strings.xml
index eb2a4585cd10e23022d44b2437b4cdfac4da5652..eabe4beb9961ad7151d3246f17e1989b896708bc 100644 (file)
     <string name="first_party_cookies">First-Party Cookies</string>
     <string name="third_party_cookies">Third-Party Cookies</string>
     <string name="dom_storage">DOM Storage</string>
+    <string name="form_data">Form Data</string>
     <string name="clear_cookies">Clear Cookies</string>
     <string name="clear_dom_storage">Clear DOM Storage</string>
+    <string name="clear_form_data">Clear Form Data</string>
     <string name="share">Share</string>
     <string name="add_to_home_screen">Add to Home Screen</string>
     <string name="refresh">Refresh</string>
     <string name="cancel">Cancel</string>
     <string name="create">Create</string>
 
+    <!-- Guide. -->
+    <string name="privacy_browser_guide">Privacy Browser Guide</string>
+    <string name="overview">Overview</string>
+    <string name="local_storage">Local Storage</string>
+    <string name="tor">Tor</string>
+    <string name="tracking_uids">Tracking UIDs</string>
+    <string name="planned_features">Planned Features</string>
+
     <!-- Preferences. -->
     <string name="privacy">Privacy</string>
     <string name="javascript_preference">Enable JavaScript by default</string>
     <string name="javascript_preference_summary">JavaScript allows websites to run programs (scripts) on your device.</string>
     <string name="first_party_cookies_preference">Enable first-party cookies by default</string>
-    <string name="first_party_cookies_preference_summary">Cookies allow websites to store information on your device.
-        First-party cookies come from the server listed in the address bar.
-        Devices with versions of Android older than Lollipop (version 5.0) will also enable third-party cookies with this setting.</string>
+    <string name="first_party_cookies_preference_summary">Devices with versions of Android older than Lollipop (version 5.0) will also enable third-party cookies with this setting.</string>
     <string name="third_party_cookies_preference">Enable third-party cookies by default</string>
-    <string name="third_party_cookies_summary">Third-party cookies allow parts of websites that aren\'t the main website, like advertisements, to store information on your device.
-        This setting requires Android Lollipop (version 5.0) or higher.  This setting has no effect if first-party cookies are disabled.</string>
+    <string name="third_party_cookies_summary">This setting requires Android Lollipop (version 5.0) or higher.  It has no effect if first-party cookies are disabled.</string>
     <string name="dom_storage_preference">Enable DOM storage by default</string>
-    <string name="dom_storage_preference_summary">Document Object Management storage, also called web storage, is an enhanced form of cookies
-        that allows websites to store larger and more complex types of information, like pictures, on your device.</string>
+    <string name="dom_storage_preference_summary">JavaScript must be enabled for DOM storage to function.</string>
+    <string name="save_form_data_preference">Enable saving of form data by default</string>
+    <string name="save_form_data_preference_summary">Saved form data can auto-populate fields on websites.</string>
     <string name="user_agent">User agent</string>
     <string-array name="user_agent_entries">
         <item>WebView Default</item>