]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/strings.xml
Fix scrolling to new tabs.
[PrivacyBrowserAndroid.git] / app / src / main / res / values / strings.xml
index 4070a2da5fabb889b0b821fd599ae5c01c512b51..147a7155729e157d2fb4328fab1614fb23a4c51e 100644 (file)
@@ -53,6 +53,7 @@
     <string name="open_with">Open with</string>
     <string name="new_tab">New tab</string>
     <string name="add_tab">Add tab</string>
+    <string name="loading">Loading…</string>
 
     <!-- Save As. -->
     <string name="save_as">Save As</string>
         <string name="javascript_preference">Enable JavaScript by default</string>
         <string name="javascript_preference_summary">JavaScript allows websites to run programs (scripts) on the device.</string>
         <string name="first_party_cookies_preference">Enable first-party cookies by default</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="first_party_cookies_preference_summary">Because first-party cookies are an app level setting, when the active tab has cookies enabled,
+            any network requests made in the background by other tabs will also include any stored cookies for their domains.
+            Android KitKat (version 4.4.x) does not differentiate between first and third-party cookies and will enable them both with this setting.</string>
         <string name="third_party_cookies_preference">Enable third-party cookies by default</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>