]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/strings.xml
Display a snackbar when opening a bookmark in a background tab. https://redmine.stout...
[PrivacyBrowserAndroid.git] / app / src / main / res / values / strings.xml
index 5ef6920df7d203efd239f01cd2f8e08ecc7600cd..2728f65276e5b9cc5bebcd1e23752d930f23e829 100644 (file)
     <!-- Bookmarks. -->
     <string name="bookmarks">Bookmarks</string>
     <string name="database_view">Database View</string>
+    <string name="bookmark_opened_in_background">The bookmark was opened in a background tab.</string>
     <string name="create_bookmark">Create Bookmark</string>
     <string name="create_folder">Create Folder</string>
     <string name="current_bookmark_icon">Current bookmark icon</string>
 
     <!-- Preferences. -->
     <string name="privacy">Privacy</string>
-        <string name="javascript_preference">JavaScript</string>
         <string name="javascript_preference_summary">JavaScript allows websites to run programs (scripts) on the device.</string>
-        <string name="cookies_preference">Cookies</string>
         <string name="cookies_preference_summary">Cookies are an app level setting. When the active tab has cookies enabled,
             any network request made in the background by another tab also has cookies enabled.</string>
         <string name="dom_storage_preference">DOM storage</string>