summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike LeBeau <mlebeau@android.com>2009-09-11 11:52:23 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-09-11 11:52:23 -0700
commitcd59bf06a057a127fe2bdcf3e09e7c7d30d8222d (patch)
tree133baa758985c8c952d8ffb01cca8ca1f4b84f18
parentc50a12614967a626c53bf45f70b8aebfb695dbfc (diff)
parentf92b9bf8e8bca4df077680b9c106003d16954bc4 (diff)
downloadGoogleSearch-cd59bf06a057a127fe2bdcf3e09e7c7d30d8222d.tar.gz
am f92b9bf8: Fix MCC-specific strings which were breaking Google search for the Netherlands, the Czech Republic, Austria, Poland, and Germany. This was due to a Donut change to have web search provider handle the dispatching of searches, and these values were accident
Merge commit 'f92b9bf8e8bca4df077680b9c106003d16954bc4' into eclair * commit 'f92b9bf8e8bca4df077680b9c106003d16954bc4': Fix MCC-specific strings which were breaking Google search for the
-rw-r--r--res/values-mcc204/strings.xml2
-rw-r--r--res/values-mcc230/strings.xml2
-rw-r--r--res/values-mcc232/strings.xml2
-rw-r--r--res/values-mcc260/strings.xml2
-rw-r--r--res/values-mcc262/strings.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/res/values-mcc204/strings.xml b/res/values-mcc204/strings.xml
index 0415345..14c1b7c 100644
--- a/res/values-mcc204/strings.xml
+++ b/res/values-mcc204/strings.xml
@@ -24,6 +24,6 @@
<!-- Any changes to this (especially in terms of adding/removing the MCC-specific flavors) -->
<!-- should be mirrored by changes in apps/Browser. -->
<!-- Do not translate. This string is an internal URI, not seen in the UI. -->
- <string name="google_search_base" translatable="false">
+ <string name="google_suggest_base" translatable="false">
http://www.google.com/complete/search?hl=%1$s&amp;gl=nl&amp;</string>
</resources>
diff --git a/res/values-mcc230/strings.xml b/res/values-mcc230/strings.xml
index bd19cdc..faa7784 100644
--- a/res/values-mcc230/strings.xml
+++ b/res/values-mcc230/strings.xml
@@ -23,6 +23,6 @@
<!-- Any changes to this (especially in terms of adding/removing the MCC-specific flavors) -->
<!-- should be mirrored by changes in apps/Browser. -->
<!-- Do not translate. This string is an internal URI, not seen in the UI. -->
- <string name="google_search_base" translatable="false">
+ <string name="google_suggest_base" translatable="false">
http://www.google.com/complete/search?hl=%1$s&amp;gl=cz&amp;</string>
</resources>
diff --git a/res/values-mcc232/strings.xml b/res/values-mcc232/strings.xml
index ca884a0..c1fb564 100644
--- a/res/values-mcc232/strings.xml
+++ b/res/values-mcc232/strings.xml
@@ -23,6 +23,6 @@
<!-- Any changes to this (especially in terms of adding/removing the MCC-specific flavors) -->
<!-- should be mirrored by changes in apps/Browser. -->
<!-- Do not translate. This string is an internal URI, not seen in the UI. -->
- <string name="google_search_base" translatable="false">
+ <string name="google_suggest_base" translatable="false">
http://www.google.com/complete/search?hl=%1$s&amp;gl=at&amp;</string>
</resources>
diff --git a/res/values-mcc260/strings.xml b/res/values-mcc260/strings.xml
index 9ed2d40..6eb1ad6 100644
--- a/res/values-mcc260/strings.xml
+++ b/res/values-mcc260/strings.xml
@@ -23,5 +23,5 @@
<!-- don't support this countries locale. -->
<!-- Any changes to this (especially in terms of adding/removing the MCC-specific flavors) -->
<!-- should be mirrored by changes in apps/Browser. -->
- <string translatable="false" name="google_search_base">http://www.google.com/complete/search?hl=%1$s&amp;gl=pl&amp;</string>
+ <string translatable="false" name="google_suggest_base">http://www.google.com/complete/search?hl=%1$s&amp;gl=pl&amp;</string>
</resources>
diff --git a/res/values-mcc262/strings.xml b/res/values-mcc262/strings.xml
index 1dfd68a..1d191a9 100644
--- a/res/values-mcc262/strings.xml
+++ b/res/values-mcc262/strings.xml
@@ -23,6 +23,6 @@
<!-- Any changes to this (especially in terms of adding/removing the MCC-specific flavors) -->
<!-- should be mirrored by changes in apps/Browser. -->
<!-- Do not translate. This string is an internal URI, not seen in the UI. -->
- <string name="google_search_base" translatable="false">
+ <string name="google_suggest_base" translatable="false">
http://www.google.com/complete/search?hl=%1$s&amp;gl=de&amp;</string>
</resources>