]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/strings.xml
Add StartPage and Qwant to the search engines list.
[PrivacyBrowserAndroid.git] / app / src / main / res / values / strings.xml
index f0da49be2c92164445d5ee63620d2e6614c6e344..e18575344e6dffcc79c1b08bab9e0b161dd1425e 100644 (file)
         <item>Google</item>
         <item>Bing</item>
         <item>Yahoo</item>
+        <item>StartPage</item>
+        <item>Qwant</item>
         <item>Custom</item>
     </string-array>
     <string-array name="javascript_disabled_search_entry_values" translatable="false">  <!-- None of the items in this `string-array` should be translated. -->
         <item>https://www.google.com/search?q=</item>
         <item>https://www.bing.com/search?q=</item>
         <item>https://search.yahoo.com/mobile/s?nojs=1&amp;p=</item>
+        <item>https://www.startpage.com/do/search?q=</item>
+        <item>https://lite.qwant.com/?q=</item>
         <item>Custom URL</item>  <!-- This item must not be translated into other languages because it is referenced in code.  It is never displayed on the screen. -->
     </string-array>
     <string name="javascript_disabled_search_custom_url">JavaScript-disabled search custom URL</string>
         <item>Google</item>
         <item>Bing</item>
         <item>Yahoo</item>
+        <item>StartPage</item>
+        <item>Qwant</item>
         <item>Custom</item>
     </string-array>
     <string-array name="javascript_enabled_search_entry_values" translatable="false">  <!-- None of the items in this `string-array` should be translated. -->
         <item>https://www.google.com/search?q=</item>
         <item>https://www.bing.com/search?q=</item>
         <item>https://search.yahoo.com/mobile/s?p=</item>
+        <item>https://www.startpage.com/do/search?q=</item>
+        <item>https://www.qwant.com/?q=</item>
         <item>Custom URL</item>  <!-- This item must not be translated into other languages because it is referenced in code.  It is never displayed on the screen. -->
     </string-array>
     <string name="javascript_enabled_search_custom_url">JavaScript-enabled search custom URL</string>