summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2011-02-23 15:49:17 +0000
committerNarayan Kamath <narayan@google.com>2011-03-02 22:45:45 +0000
commit5119edd5744cfc6d3a8ed480a8853586c737bed4 (patch)
treeaa9f3f6382c047a010742324aa307b20b4f7270e /res/values/strings.xml
parent80aad8d851601d39f73214c198111ca49e25f654 (diff)
downloadpackages_apps_Browser-5119edd5744cfc6d3a8ed480a8853586c737bed4.zip
packages_apps_Browser-5119edd5744cfc6d3a8ed480a8853586c737bed4.tar.gz
packages_apps_Browser-5119edd5744cfc6d3a8ed480a8853586c737bed4.tar.bz2
Implement the psychic search engine.
(a) Add a new subclass of SearchEngine that receives suggestions provided by psychic and displays them in the suggestions dropdown. (b) Add a Labs setting that can turn this feature on or off. Change-Id: Icae05b6b55f489278028e5af560d9b36014a0f59
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 8005e14..321da95 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -639,6 +639,12 @@
<!-- Summary for lab "Most Visited" homepage feature [CHAR LIMIT=80] -->
<string name="pref_lab_most_visited_homepage_summary">
Sets your homepage to show the most visited pages.</string>
+ <!-- Title for the "Instant search" lab feature [CHAR LIMIT=40] -->
+ <string name="pref_use_instant_search">Use Instant Search</string>
+ <!-- Summary for the "Instant search" lab feature [CHAR LIMIT=120] -->
+ <string name="pref_use_instant_search_summary">
+ Enable instant for faster searching and browsing. This might result
+ in higher data and bandwidth usage.</string>
<!-- Title for a dialog displayed when the browser has a data connectivity
problem -->
<string name="browserFrameNetworkErrorLabel">Data connectivity problem</string>
@@ -812,6 +818,9 @@
domain will be appended. -->
<string name="homepage_base" translatable="false">
http://www.google.com/webhp?client=ms-{CID}&amp;source=android-home</string>
+ <!-- The default url for the instant_base_page. -->
+ <string name="instant_base" translatable="false">
+ http://www.google.com/webhp?client=ms-{CID}&amp;source=android-omnibox-instant&amp;ion=1</string>
<!-- Bookmarks -->
<string-array name="bookmarks" translatable="false">
@@ -937,4 +946,8 @@
reached. [CHAR LIMIT=50] -->
<string name="max_tabs_warning">No more tabs available</string>
+ <!-- The label used by the instant search labs feature when shown in
+ the search engines list (Preferences->Advanced->Set search engine
+ [CHAR LIMIT=80] -->
+ <string name="instant_search_label">Google with Instant (Labs)</string>
</resources>