summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-06-03 07:21:38 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-06-03 07:21:38 -0700
commit6c91420b08e8e39004567ca52114c73d86034de1 (patch)
tree88a01a51492cae227ff28791e32b2a473170edbc
parenta219023b0c4fd96614b5a0556b8ceee247288cf4 (diff)
parent383ba61500f5358a3730852257c3b4e18f80ac4e (diff)
downloadWebSearchProvider-6c91420b08e8e39004567ca52114c73d86034de1.tar.gz
Merge change 3027 into donut
* changes: Add web search metadata for all supported locales.
-rw-r--r--res/values-cs-rCZ/search_engines.xml48
-rw-r--r--res/values-da-rDK/search_engines.xml48
-rw-r--r--res/values-de-rAT/search_engines.xml48
-rw-r--r--res/values-de-rCH/search_engines.xml48
-rw-r--r--res/values-de-rDE/search_engines.xml48
-rw-r--r--res/values-en-rAU/search_engines.xml48
-rw-r--r--res/values-en-rGB/search_engines.xml56
-rw-r--r--res/values-en-rIE/search_engines.xml48
-rw-r--r--res/values-en-rNZ/search_engines.xml48
-rw-r--r--res/values-en-rSG/search_engines.xml48
-rw-r--r--res/values-en-rUS/search_engines.xml48
-rw-r--r--res/values-en-rZA/search_engines.xml48
-rw-r--r--res/values-es-rES/search_engines.xml48
-rw-r--r--res/values-fr-rBE/search_engines.xml48
-rw-r--r--res/values-fr-rFR/search_engines.xml48
-rw-r--r--res/values-it-rIT/search_engines.xml48
-rw-r--r--res/values-ja-rJP/search_engines.xml48
-rw-r--r--res/values-ko-rKO/search_engines.xml48
-rw-r--r--res/values-nl-rBE/search_engines.xml48
-rw-r--r--res/values-nl-rNL/search_engines.xml48
-rw-r--r--res/values-no-rNO/search_engines.xml48
-rw-r--r--res/values-pl-rPL/search_engines.xml48
-rw-r--r--res/values-ru-rRU/search_engines.xml48
-rw-r--r--res/values-sv-rSE/search_engines.xml48
-rw-r--r--res/values-zh-rCN/search_engines.xml48
-rw-r--r--res/values-zh-rHK/search_engines.xml48
-rw-r--r--res/values-zh-rMO/search_engines.xml48
-rw-r--r--res/values-zh-rTW/search_engines.xml48
-rw-r--r--res/values/all_search_engines.xml618
29 files changed, 1930 insertions, 40 deletions
diff --git a/res/values-cs-rCZ/search_engines.xml b/res/values-cs-rCZ/search_engines.xml
new file mode 100644
index 0000000..ba6a9c2
--- /dev/null
+++ b/res/values-cs-rCZ/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">seznam</string>
+ <string name="engine_1_label">Seznam</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">centrum_cz</string>
+ <string name="engine_2_label">Centrum.cz</string>
+ <bool name="engine_3_enabled">true</bool>
+ <string name="engine_3_name">atlas_cz</string>
+ <string name="engine_3_label">Atlas</string>
+ <bool name="engine_4_enabled">true</bool>
+ <string name="engine_4_name">live_cs_CZ</string>
+ <string name="engine_4_label">Live Search</string>
+ <bool name="engine_5_enabled">false</bool>
+ <string name="engine_5_name"></string>
+ <string name="engine_5_label"></string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-da-rDK/search_engines.xml b/res/values-da-rDK/search_engines.xml
new file mode 100644
index 0000000..1edf8a9
--- /dev/null
+++ b/res/values-da-rDK/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">jubii</string>
+ <string name="engine_1_label">Jubii</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">msn_da_DK</string>
+ <string name="engine_2_label">MSN Danmark</string>
+ <bool name="engine_3_enabled">true</bool>
+ <string name="engine_3_name">yahoo_dk</string>
+ <string name="engine_3_label">Yahoo! Danmark</string>
+ <bool name="engine_4_enabled">true</bool>
+ <string name="engine_4_name">eniro_dk</string>
+ <string name="engine_4_label">Eniro</string>
+ <bool name="engine_5_enabled">false</bool>
+ <string name="engine_5_name"></string>
+ <string name="engine_5_label"></string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-de-rAT/search_engines.xml b/res/values-de-rAT/search_engines.xml
new file mode 100644
index 0000000..b32ea2b
--- /dev/null
+++ b/res/values-de-rAT/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">yahoo_at</string>
+ <string name="engine_1_label">Yahoo! Suche</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">msn_de_AT</string>
+ <string name="engine_2_label">MSN &amp;#x00d6sterreich</string>
+ <bool name="engine_3_enabled">false</bool>
+ <string name="engine_3_name"></string>
+ <string name="engine_3_label"></string>
+ <bool name="engine_4_enabled">false</bool>
+ <string name="engine_4_name"></string>
+ <string name="engine_4_label"></string>
+ <bool name="engine_5_enabled">false</bool>
+ <string name="engine_5_name"></string>
+ <string name="engine_5_label"></string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-de-rCH/search_engines.xml b/res/values-de-rCH/search_engines.xml
new file mode 100644
index 0000000..1d556d0
--- /dev/null
+++ b/res/values-de-rCH/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">search_ch</string>
+ <string name="engine_1_label">search.ch</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">yahoo_ch</string>
+ <string name="engine_2_label">Yahoo! Suche</string>
+ <bool name="engine_3_enabled">true</bool>
+ <string name="engine_3_name">msn_de_CH</string>
+ <string name="engine_3_label">MSN Schweiz (Deutsch)</string>
+ <bool name="engine_4_enabled">true</bool>
+ <string name="engine_4_name">msn_fr_CH</string>
+ <string name="engine_4_label">MSN Suisse (Fran&amp;#x00e7ais)</string>
+ <bool name="engine_5_enabled">true</bool>
+ <string name="engine_5_name">bluewin</string>
+ <string name="engine_5_label">Bluewin</string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-de-rDE/search_engines.xml b/res/values-de-rDE/search_engines.xml
new file mode 100644
index 0000000..a864f60
--- /dev/null
+++ b/res/values-de-rDE/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">msn_de_DE</string>
+ <string name="engine_1_label">MSN</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">yahoo_de</string>
+ <string name="engine_2_label">Yahoo! Deutschland</string>
+ <bool name="engine_3_enabled">true</bool>
+ <string name="engine_3_name">t_online</string>
+ <string name="engine_3_label">T-Online</string>
+ <bool name="engine_4_enabled">true</bool>
+ <string name="engine_4_name">ask_de</string>
+ <string name="engine_4_label">Ask.com Deutschland</string>
+ <bool name="engine_5_enabled">true</bool>
+ <string name="engine_5_name">web_de</string>
+ <string name="engine_5_label">WEB.DE</string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-en-rAU/search_engines.xml b/res/values-en-rAU/search_engines.xml
new file mode 100644
index 0000000..aff4e1e
--- /dev/null
+++ b/res/values-en-rAU/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">yahoo_au</string>
+ <string name="engine_1_label">Yahoo!7</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">msn_en_AU</string>
+ <string name="engine_2_label">ninemsn.com.au</string>
+ <bool name="engine_3_enabled">true</bool>
+ <string name="engine_3_name">sensis</string>
+ <string name="engine_3_label">sensis.com.au</string>
+ <bool name="engine_4_enabled">false</bool>
+ <string name="engine_4_name"></string>
+ <string name="engine_4_label"></string>
+ <bool name="engine_5_enabled">false</bool>
+ <string name="engine_5_name"></string>
+ <string name="engine_5_label"></string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-en-rGB/search_engines.xml b/res/values-en-rGB/search_engines.xml
index c799804..10e550e 100644
--- a/res/values-en-rGB/search_engines.xml
+++ b/res/values-en-rGB/search_engines.xml
@@ -4,9 +4,9 @@
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -18,33 +18,31 @@
**** THIS IS AN AUTOGENERATED FILE.
**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <bool name="engine_1_enabled">true</bool>
- <string name="engine_1_name">yahoo_uk</string>
- <string name="engine_1_label">Yahoo</string>
-
- <bool name="engine_2_enabled">true</bool>
- <string name="engine_2_name">msn_en_GB</string>
- <string name="engine_2_label">MSN</string>
-
- <bool name="engine_3_enabled">true</bool>
- <string name="engine_3_name">ask_uk</string>
- <string name="engine_3_label">Ask</string>
-
- <bool name="engine_4_enabled">false</bool>
- <string name="engine_4_name"></string>
- <string name="engine_4_label"></string>
-
- <bool name="engine_5_enabled">false</bool>
- <string name="engine_5_name"></string>
- <string name="engine_5_label"></string>
-
- <bool name="engine_6_enabled">false</bool>
- <string name="engine_6_name"></string>
- <string name="engine_6_label"></string>
-
- <bool name="engine_7_enabled">false</bool>
- <string name="engine_7_name"></string>
- <string name="engine_7_label"></string>
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">yahoo_uk</string>
+ <string name="engine_1_label">Yahoo! UK &amp; Ireland</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">msn_en_GB</string>
+ <string name="engine_2_label">MSN UK</string>
+ <bool name="engine_3_enabled">true</bool>
+ <string name="engine_3_name">ask_uk</string>
+ <string name="engine_3_label">Ask.com UK</string>
+ <bool name="engine_4_enabled">false</bool>
+ <string name="engine_4_name"></string>
+ <string name="engine_4_label"></string>
+ <bool name="engine_5_enabled">false</bool>
+ <string name="engine_5_name"></string>
+ <string name="engine_5_label"></string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
</resources>
diff --git a/res/values-en-rIE/search_engines.xml b/res/values-en-rIE/search_engines.xml
new file mode 100644
index 0000000..4e21116
--- /dev/null
+++ b/res/values-en-rIE/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">yahoo_uk</string>
+ <string name="engine_1_label">Yahoo! UK &amp; Ireland</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">msn_en_IE</string>
+ <string name="engine_2_label">MSN IE</string>
+ <bool name="engine_3_enabled">false</bool>
+ <string name="engine_3_name"></string>
+ <string name="engine_3_label"></string>
+ <bool name="engine_4_enabled">false</bool>
+ <string name="engine_4_name"></string>
+ <string name="engine_4_label"></string>
+ <bool name="engine_5_enabled">false</bool>
+ <string name="engine_5_name"></string>
+ <string name="engine_5_label"></string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-en-rNZ/search_engines.xml b/res/values-en-rNZ/search_engines.xml
new file mode 100644
index 0000000..cfef54c
--- /dev/null
+++ b/res/values-en-rNZ/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">yahoo_nz</string>
+ <string name="engine_1_label">Yahoo!Xtra</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">live_en_NZ</string>
+ <string name="engine_2_label">Live Search</string>
+ <bool name="engine_3_enabled">false</bool>
+ <string name="engine_3_name"></string>
+ <string name="engine_3_label"></string>
+ <bool name="engine_4_enabled">false</bool>
+ <string name="engine_4_name"></string>
+ <string name="engine_4_label"></string>
+ <bool name="engine_5_enabled">false</bool>
+ <string name="engine_5_name"></string>
+ <string name="engine_5_label"></string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-en-rSG/search_engines.xml b/res/values-en-rSG/search_engines.xml
new file mode 100644
index 0000000..8c4e28e
--- /dev/null
+++ b/res/values-en-rSG/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">yahoo_sg</string>
+ <string name="engine_1_label">Yahoo! Singapore</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">msn_en_SG</string>
+ <string name="engine_2_label">MSN Singapore</string>
+ <bool name="engine_3_enabled">true</bool>
+ <string name="engine_3_name">rednano</string>
+ <string name="engine_3_label">Rednano</string>
+ <bool name="engine_4_enabled">false</bool>
+ <string name="engine_4_name"></string>
+ <string name="engine_4_label"></string>
+ <bool name="engine_5_enabled">false</bool>
+ <string name="engine_5_name"></string>
+ <string name="engine_5_label"></string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-en-rUS/search_engines.xml b/res/values-en-rUS/search_engines.xml
new file mode 100644
index 0000000..5115fb3
--- /dev/null
+++ b/res/values-en-rUS/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">yahoo</string>
+ <string name="engine_1_label">Yahoo!</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">live_en_US</string>
+ <string name="engine_2_label">Live Search</string>
+ <bool name="engine_3_enabled">true</bool>
+ <string name="engine_3_name">aol</string>
+ <string name="engine_3_label">AOL</string>
+ <bool name="engine_4_enabled">true</bool>
+ <string name="engine_4_name">ask</string>
+ <string name="engine_4_label">Ask</string>
+ <bool name="engine_5_enabled">false</bool>
+ <string name="engine_5_name"></string>
+ <string name="engine_5_label"></string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-en-rZA/search_engines.xml b/res/values-en-rZA/search_engines.xml
new file mode 100644
index 0000000..37a0a46
--- /dev/null
+++ b/res/values-en-rZA/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">yahoo</string>
+ <string name="engine_1_label">Yahoo!</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">msn_en_ZA</string>
+ <string name="engine_2_label">MSN ZA</string>
+ <bool name="engine_3_enabled">true</bool>
+ <string name="engine_3_name">mweb</string>
+ <string name="engine_3_label">MWEB</string>
+ <bool name="engine_4_enabled">true</bool>
+ <string name="engine_4_name">iafrica</string>
+ <string name="engine_4_label">iafrica.com</string>
+ <bool name="engine_5_enabled">false</bool>
+ <string name="engine_5_name"></string>
+ <string name="engine_5_label"></string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-es-rES/search_engines.xml b/res/values-es-rES/search_engines.xml
new file mode 100644
index 0000000..9993fab
--- /dev/null
+++ b/res/values-es-rES/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">msn_es_ES</string>
+ <string name="engine_1_label">MSN Espa&amp;#x00f1a</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">yahoo_es</string>
+ <string name="engine_2_label">Yahoo! Espa&amp;#x00f1a</string>
+ <bool name="engine_3_enabled">true</bool>
+ <string name="engine_3_name">terra_es</string>
+ <string name="engine_3_label">Terra</string>
+ <bool name="engine_4_enabled">true</bool>
+ <string name="engine_4_name">ozu</string>
+ <string name="engine_4_label">OZ&amp;#x00da</string>
+ <bool name="engine_5_enabled">true</bool>
+ <string name="engine_5_name">altavista_es</string>
+ <string name="engine_5_label">AltaVista</string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-fr-rBE/search_engines.xml b/res/values-fr-rBE/search_engines.xml
new file mode 100644
index 0000000..0ebef34
--- /dev/null
+++ b/res/values-fr-rBE/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">yahoo</string>
+ <string name="engine_1_label">Yahoo!</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">msn_nl_BE</string>
+ <string name="engine_2_label">MSN (Nederlandstalige)</string>
+ <bool name="engine_3_enabled">true</bool>
+ <string name="engine_3_name">msn_fr_BE</string>
+ <string name="engine_3_label">MSN Belgique (Fran&amp;#x00e7ais)</string>
+ <bool name="engine_4_enabled">false</bool>
+ <string name="engine_4_name"></string>
+ <string name="engine_4_label"></string>
+ <bool name="engine_5_enabled">false</bool>
+ <string name="engine_5_name"></string>
+ <string name="engine_5_label"></string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-fr-rFR/search_engines.xml b/res/values-fr-rFR/search_engines.xml
new file mode 100644
index 0000000..495f077
--- /dev/null
+++ b/res/values-fr-rFR/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">voila</string>
+ <string name="engine_1_label">Voila</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">yahoo_fr</string>
+ <string name="engine_2_label">Yahoo! France</string>
+ <bool name="engine_3_enabled">true</bool>
+ <string name="engine_3_name">msn_fr_FR</string>
+ <string name="engine_3_label">MSN France</string>
+ <bool name="engine_4_enabled">true</bool>
+ <string name="engine_4_name">orange</string>
+ <string name="engine_4_label">Orange</string>
+ <bool name="engine_5_enabled">true</bool>
+ <string name="engine_5_name">aol_fr</string>
+ <string name="engine_5_label">AOL</string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-it-rIT/search_engines.xml b/res/values-it-rIT/search_engines.xml
new file mode 100644
index 0000000..e618d88
--- /dev/null
+++ b/res/values-it-rIT/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">virgilio</string>
+ <string name="engine_1_label">Virgilio</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">yahoo_it</string>
+ <string name="engine_2_label">Yahoo! Italia</string>
+ <bool name="engine_3_enabled">true</bool>
+ <string name="engine_3_name">libero</string>
+ <string name="engine_3_label">Libero</string>
+ <bool name="engine_4_enabled">true</bool>
+ <string name="engine_4_name">ask_it</string>
+ <string name="engine_4_label">Ask.com Italia</string>
+ <bool name="engine_5_enabled">true</bool>
+ <string name="engine_5_name">live_it_IT</string>
+ <string name="engine_5_label">Live Search</string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-ja-rJP/search_engines.xml b/res/values-ja-rJP/search_engines.xml
new file mode 100644
index 0000000..c734d83
--- /dev/null
+++ b/res/values-ja-rJP/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">yahoo_jp</string>
+ <string name="engine_1_label">Yahoo! JAPAN</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">msn_ja_JP</string>
+ <string name="engine_2_label">MSN Japan</string>
+ <bool name="engine_3_enabled">true</bool>
+ <string name="engine_3_name">biglobe</string>
+ <string name="engine_3_label">BIGLOBE</string>
+ <bool name="engine_4_enabled">true</bool>
+ <string name="engine_4_name">goo</string>
+ <string name="engine_4_label">goo</string>
+ <bool name="engine_5_enabled">true</bool>
+ <string name="engine_5_name">nifty</string>
+ <string name="engine_5_label">@nifty</string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-ko-rKO/search_engines.xml b/res/values-ko-rKO/search_engines.xml
new file mode 100644
index 0000000..2f5d39b
--- /dev/null
+++ b/res/values-ko-rKO/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">yahoo</string>
+ <string name="engine_1_label">Yahoo!</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">live</string>
+ <string name="engine_2_label">Live Search</string>
+ <bool name="engine_3_enabled">false</bool>
+ <string name="engine_3_name"></string>
+ <string name="engine_3_label"></string>
+ <bool name="engine_4_enabled">false</bool>
+ <string name="engine_4_name"></string>
+ <string name="engine_4_label"></string>
+ <bool name="engine_5_enabled">false</bool>
+ <string name="engine_5_name"></string>
+ <string name="engine_5_label"></string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-nl-rBE/search_engines.xml b/res/values-nl-rBE/search_engines.xml
new file mode 100644
index 0000000..0ebef34
--- /dev/null
+++ b/res/values-nl-rBE/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">yahoo</string>
+ <string name="engine_1_label">Yahoo!</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">msn_nl_BE</string>
+ <string name="engine_2_label">MSN (Nederlandstalige)</string>
+ <bool name="engine_3_enabled">true</bool>
+ <string name="engine_3_name">msn_fr_BE</string>
+ <string name="engine_3_label">MSN Belgique (Fran&amp;#x00e7ais)</string>
+ <bool name="engine_4_enabled">false</bool>
+ <string name="engine_4_name"></string>
+ <string name="engine_4_label"></string>
+ <bool name="engine_5_enabled">false</bool>
+ <string name="engine_5_name"></string>
+ <string name="engine_5_label"></string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-nl-rNL/search_engines.xml b/res/values-nl-rNL/search_engines.xml
new file mode 100644
index 0000000..c842d79
--- /dev/null
+++ b/res/values-nl-rNL/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">ilse</string>
+ <string name="engine_1_label">Ilse</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">msn_nl_NL</string>
+ <string name="engine_2_label">MSN.nl</string>
+ <bool name="engine_3_enabled">true</bool>
+ <string name="engine_3_name">yahoo_nl</string>
+ <string name="engine_3_label">Yahoo! Nederland</string>
+ <bool name="engine_4_enabled">true</bool>
+ <string name="engine_4_name">lycos_nl</string>
+ <string name="engine_4_label">Lycos</string>
+ <bool name="engine_5_enabled">true</bool>
+ <string name="engine_5_name">vinden</string>
+ <string name="engine_5_label">Vinden.nl</string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-no-rNO/search_engines.xml b/res/values-no-rNO/search_engines.xml
new file mode 100644
index 0000000..e38ab26
--- /dev/null
+++ b/res/values-no-rNO/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">msn_nb_NO</string>
+ <string name="engine_1_label">MSN Norge</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">abcsok</string>
+ <string name="engine_2_label">ABC S&amp;#x00f8k</string>
+ <bool name="engine_3_enabled">true</bool>
+ <string name="engine_3_name">yahoo_no</string>
+ <string name="engine_3_label">Yahoo! Norge</string>
+ <bool name="engine_4_enabled">true</bool>
+ <string name="engine_4_name">kvasir</string>
+ <string name="engine_4_label">Kvasir</string>
+ <bool name="engine_5_enabled">true</bool>
+ <string name="engine_5_name">sesam</string>
+ <string name="engine_5_label">Sesam</string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-pl-rPL/search_engines.xml b/res/values-pl-rPL/search_engines.xml
new file mode 100644
index 0000000..b463aa0
--- /dev/null
+++ b/res/values-pl-rPL/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">onet</string>
+ <string name="engine_1_label">Onet.pl</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">wp</string>
+ <string name="engine_2_label">Wirtualna Polska</string>
+ <bool name="engine_3_enabled">true</bool>
+ <string name="engine_3_name">live_pl_PL</string>
+ <string name="engine_3_label">Live Search</string>
+ <bool name="engine_4_enabled">false</bool>
+ <string name="engine_4_name"></string>
+ <string name="engine_4_label"></string>
+ <bool name="engine_5_enabled">false</bool>
+ <string name="engine_5_name"></string>
+ <string name="engine_5_label"></string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-ru-rRU/search_engines.xml b/res/values-ru-rRU/search_engines.xml
new file mode 100644
index 0000000..2259669
--- /dev/null
+++ b/res/values-ru-rRU/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">yandex_ru</string>
+ <string name="engine_1_label">&amp;#x042f&amp;#x043d&amp;#x0434&amp;#x0435&amp;#x043a&amp;#x0441</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">rambler</string>
+ <string name="engine_2_label">Rambler</string>
+ <bool name="engine_3_enabled">true</bool>
+ <string name="engine_3_name">mail_ru</string>
+ <string name="engine_3_label">@MAIL.RU</string>
+ <bool name="engine_4_enabled">true</bool>
+ <string name="engine_4_name">yahoo_ru</string>
+ <string name="engine_4_label">Yahoo! &amp;#x043f&amp;#x043e-&amp;#x0440&amp;#x0443&amp;#x0441&amp;#x0441&amp;#x043a&amp;#x0438</string>
+ <bool name="engine_5_enabled">true</bool>
+ <string name="engine_5_name">live_ru_RU</string>
+ <string name="engine_5_label">Live Search</string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-sv-rSE/search_engines.xml b/res/values-sv-rSE/search_engines.xml
new file mode 100644
index 0000000..3f7f3ec
--- /dev/null
+++ b/res/values-sv-rSE/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">eniro_se</string>
+ <string name="engine_1_label">Eniro</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">msn_sv_SE</string>
+ <string name="engine_2_label">MSN</string>
+ <bool name="engine_3_enabled">true</bool>
+ <string name="engine_3_name">altavista_se</string>
+ <string name="engine_3_label">AltaVista</string>
+ <bool name="engine_4_enabled">true</bool>
+ <string name="engine_4_name">spray</string>
+ <string name="engine_4_label">Spray</string>
+ <bool name="engine_5_enabled">false</bool>
+ <string name="engine_5_name"></string>
+ <string name="engine_5_label"></string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-zh-rCN/search_engines.xml b/res/values-zh-rCN/search_engines.xml
new file mode 100644
index 0000000..f409aba
--- /dev/null
+++ b/res/values-zh-rCN/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">baidu</string>
+ <string name="engine_1_label">&amp;#x767e&amp;#x5ea6</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">yahoo_cn</string>
+ <string name="engine_2_label">&amp;#x4e2d&amp;#x56fd&amp;#x96c5&amp;#x864e</string>
+ <bool name="engine_3_enabled">true</bool>
+ <string name="engine_3_name">sogou</string>
+ <string name="engine_3_label">&amp;#x641c&amp;#x72d7</string>
+ <bool name="engine_4_enabled">true</bool>
+ <string name="engine_4_name">soso</string>
+ <string name="engine_4_label">&amp;#x641c&amp;#x641c</string>
+ <bool name="engine_5_enabled">false</bool>
+ <string name="engine_5_name"></string>
+ <string name="engine_5_label"></string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-zh-rHK/search_engines.xml b/res/values-zh-rHK/search_engines.xml
new file mode 100644
index 0000000..15664c8
--- /dev/null
+++ b/res/values-zh-rHK/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">yahoo_hk</string>
+ <string name="engine_1_label">Yahoo! Hong Kong</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">msn_zh_HK</string>
+ <string name="engine_2_label">MSN Hong Kong</string>
+ <bool name="engine_3_enabled">true</bool>
+ <string name="engine_3_name">sogou</string>
+ <string name="engine_3_label">&amp;#x641c&amp;#x72d7</string>
+ <bool name="engine_4_enabled">true</bool>
+ <string name="engine_4_name">baidu</string>
+ <string name="engine_4_label">&amp;#x767e&amp;#x5ea6</string>
+ <bool name="engine_5_enabled">false</bool>
+ <string name="engine_5_name"></string>
+ <string name="engine_5_label"></string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-zh-rMO/search_engines.xml b/res/values-zh-rMO/search_engines.xml
new file mode 100644
index 0000000..2f5d39b
--- /dev/null
+++ b/res/values-zh-rMO/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">yahoo</string>
+ <string name="engine_1_label">Yahoo!</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">live</string>
+ <string name="engine_2_label">Live Search</string>
+ <bool name="engine_3_enabled">false</bool>
+ <string name="engine_3_name"></string>
+ <string name="engine_3_label"></string>
+ <bool name="engine_4_enabled">false</bool>
+ <string name="engine_4_name"></string>
+ <string name="engine_4_label"></string>
+ <bool name="engine_5_enabled">false</bool>
+ <string name="engine_5_name"></string>
+ <string name="engine_5_label"></string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values-zh-rTW/search_engines.xml b/res/values-zh-rTW/search_engines.xml
new file mode 100644
index 0000000..eecd64e
--- /dev/null
+++ b/res/values-zh-rTW/search_engines.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!--
+****
+**** THIS IS AN AUTOGENERATED FILE.
+**** PLEASE DO NOT EDIT IT MANUALLY WITHOUT REMOVING THIS NOTICE.
+****
+**** To regenerate this file, use:
+**** $ tools/get_search_engines.py $locale
+**** e.g. $ tools/get_search_engines.py es-MX
+****
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <bool name="engine_1_enabled">true</bool>
+ <string name="engine_1_name">yahoo_tw</string>
+ <string name="engine_1_label">Yahoo!&amp;#x5947&amp;#x6469</string>
+ <bool name="engine_2_enabled">true</bool>
+ <string name="engine_2_name">yam</string>
+ <string name="engine_2_label">\u5929\u7a7a</string>
+ <bool name="engine_3_enabled">false</bool>
+ <string name="engine_3_name"></string>
+ <string name="engine_3_label"></string>
+ <bool name="engine_4_enabled">false</bool>
+ <string name="engine_4_name"></string>
+ <string name="engine_4_label"></string>
+ <bool name="engine_5_enabled">false</bool>
+ <string name="engine_5_name"></string>
+ <string name="engine_5_label"></string>
+ <bool name="engine_6_enabled">false</bool>
+ <string name="engine_6_name"></string>
+ <string name="engine_6_label"></string>
+ <bool name="engine_7_enabled">false</bool>
+ <string name="engine_7_name"></string>
+ <string name="engine_7_label"></string>
+</resources>
diff --git a/res/values/all_search_engines.xml b/res/values/all_search_engines.xml
index fc73bc1..143e54e 100644
--- a/res/values/all_search_engines.xml
+++ b/res/values/all_search_engines.xml
@@ -45,12 +45,12 @@ at http://www.opensearch.org/Specifications/OpenSearch/1.1/Draft_4#OpenSearch_1.
<item>UTF-8</item>
<item>http://ff.search.yahoo.com/gossip?output=fxjson&amp;command={searchTerms}</item>
</string-array>
- <string-array name="yahoo_uk">
- <item>uk.yahoo.com</item>
- <item>http://uk.search.yahoo.com/favicon.ico</item>
- <item>http://uk.search.yahoo.com/search?ei={inputEncoding}&amp;fr=crmas&amp;p={searchTerms}</item>
+ <string-array name="live_en_US">
+ <item>live.com</item>
+ <item>http://search.live.com/s/wlflag.ico</item>
+ <item>http://search.live.com/results.aspx?setlang=en-US&amp;mkt=en-US&amp;q={searchTerms}</item>
<item>UTF-8</item>
- <item>http://uk-sayt.ff.search.yahoo.com/gossip-uk-sayt?output=fxjson&amp;command={searchTerms}</item>
+ <item></item>
</string-array>
<string-array name="aol">
<item>aol.com</item>
@@ -66,6 +66,20 @@ at http://www.opensearch.org/Specifications/OpenSearch/1.1/Draft_4#OpenSearch_1.
<item>UTF-8</item>
<item>http://ss.ask.com/query?q={searchTerms}&amp;li=ff</item>
</string-array>
+ <string-array name="yahoo_uk">
+ <item>uk.yahoo.com</item>
+ <item>http://uk.search.yahoo.com/favicon.ico</item>
+ <item>http://uk.search.yahoo.com/search?ei={inputEncoding}&amp;fr=crmas&amp;p={searchTerms}</item>
+ <item>UTF-8</item>
+ <item>http://uk-sayt.ff.search.yahoo.com/gossip-uk-sayt?output=fxjson&amp;command={searchTerms}</item>
+ </string-array>
+ <string-array name="msn_en_GB">
+ <item>uk.msn.com</item>
+ <item>http://search.msn.co.uk/s/wlflag.ico</item>
+ <item>http://search.msn.co.uk/results.aspx?mkt=en-GB&amp;q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
<string-array name="ask_uk">
<item>uk.ask.com</item>
<item>http://uk.ask.com/favicon.ico</item>
@@ -73,18 +87,600 @@ at http://www.opensearch.org/Specifications/OpenSearch/1.1/Draft_4#OpenSearch_1.
<item>UTF-8</item>
<item>http://ss.uk.ask.com/query?q={searchTerms}&amp;li=ff</item>
</string-array>
- <string-array name="live_en_US">
+ <string-array name="seznam">
+ <item>seznam.cz</item>
+ <item>http://1.im.cz/szn/img/favicon.ico</item>
+ <item>http://search.seznam.cz/?q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item>http:///suggest.fulltext.seznam.cz/?dict=fulltext_ff&amp;phrase={searchTerms}&amp;encoding={inputEncoding}&amp;response_encoding=utf-8</item>
+ </string-array>
+ <string-array name="centrum_cz">
+ <item>centrum.cz</item>
+ <item>http://img.centrum.cz/6/vy2/o/favicon.ico</item>
+ <item>http://search.centrum.cz/index.php?charset={inputEncoding}&amp;q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="atlas_cz">
+ <item>atlas.cz</item>
+ <item>http://img.atlas.cz/favicon.ico</item>
+ <item>http://search.atlas.cz/?q={searchTerms}</item>
+ <item>windows-1250</item>
+ <item></item>
+ </string-array>
+ <string-array name="live_cs_CZ">
<item>live.com</item>
<item>http://search.live.com/s/wlflag.ico</item>
- <item>http://search.live.com/results.aspx?setlang=en-US&amp;mkt=en-US&amp;q={searchTerms}</item>
+ <item>http://search.live.com/results.aspx?mkt=cs-CZ&amp;q={searchTerms}</item>
<item>UTF-8</item>
<item></item>
</string-array>
- <string-array name="msn_en_GB">
- <item>uk.msn.com</item>
- <item>http://search.msn.co.uk/s/wlflag.ico</item>
- <item>http://search.msn.co.uk/results.aspx?mkt=en-GB&amp;q={searchTerms}</item>
+ <string-array name="jubii">
+ <item>jubii.dk</item>
+ <item>http://search.jubii.dk/favicon_jubii.ico</item>
+ <item>http://search.jubii.dk/cgi-bin/pursuit?query={searchTerms}</item>
+ <item>ISO-8859-1</item>
+ <item></item>
+ </string-array>
+ <string-array name="msn_da_DK">
+ <item>dk.msn.com</item>
+ <item>http://search.msn.dk/s/wlflag.ico</item>
+ <item>http://search.msn.dk/results.aspx?mkt=da-DK&amp;q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="yahoo_dk">
+ <item>dk.yahoo.com</item>
+ <item>http://dk.search.yahoo.com/favicon.ico</item>
+ <item>http://dk.search.yahoo.com/search?ei={inputEncoding}&amp;fr=crmas&amp;p={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="eniro_dk">
+ <item>eniro.dk</item>
+ <item>http://eniro.dk/favicon.ico</item>
+ <item>http://eniro.dk/query?search_word={searchTerms}&amp;what=web_local</item>
+ <item>ISO-8859-1</item>
+ <item></item>
+ </string-array>
+ <string-array name="yahoo_at">
+ <item>at.yahoo.com</item>
+ <item>http://at.search.yahoo.com/favicon.ico</item>
+ <item>http://at.search.yahoo.com/search?ei={inputEncoding}&amp;fr=crmas&amp;p={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="msn_de_AT">
+ <item>at.msn.com</item>
+ <item>http://search.msn.at/s/wlflag.ico</item>
+ <item>http://search.msn.at/results.aspx?mkt=de-AT&amp;q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="search_ch">
+ <item>search.ch</item>
+ <item>http://www.search.ch/favicon.ico</item>
+ <item>http://www.search.ch/?q={searchTerms}</item>
+ <item>ISO-8859-1</item>
+ <item></item>
+ </string-array>
+ <string-array name="yahoo_ch">
+ <item>ch.yahoo.com</item>
+ <item>http://ch.search.yahoo.com/favicon.ico</item>
+ <item>http://ch.search.yahoo.com/search?ei={inputEncoding}&amp;fr=crmas&amp;p={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="msn_de_CH">
+ <item>ch.msn.com</item>
+ <item>http://search.msn.ch/s/wlflag.ico</item>
+ <item>http://search.msn.ch/results.aspx?setlang=de-CH&amp;mkt=de-CH&amp;q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="msn_fr_CH">
+ <item></item>
+ <item>http://search.msn.ch/s/wlflag.ico</item>
+ <item>http://search.msn.ch/results.aspx?setlang=fr-CH&amp;mkt=fr-CH&amp;q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="bluewin">
+ <item>search.bluewin.ch</item>
+ <item>http://search.bluewin.ch/favicon.ico</item>
+ <item>http://search.bluewin.ch/bw/search/web/de/result.jsp?query={searchTerms}</item>
+ <item>ISO-8859-1</item>
+ <item></item>
+ </string-array>
+ <string-array name="msn_de_DE">
+ <item>de.msn.com</item>
+ <item>http://search.live.com/s/wlflag.ico</item>
+ <item>http://search.live.com/results.aspx?mkt=de-DE&amp;q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="yahoo_de">
+ <item>de.yahoo.com</item>
+ <item>http://de.search.yahoo.com/favicon.ico</item>
+ <item>http://de.search.yahoo.com/search?ei={inputEncoding}&amp;fr=crmas&amp;p={searchTerms}</item>
+ <item>UTF-8</item>
+ <item>http://de-sayt.ff.search.yahoo.com/gossip-de-sayt?output=fxjson&amp;command={searchTerms}</item>
+ </string-array>
+ <string-array name="t_online">
+ <item>suche.t-online.de</item>
+ <item>http://suche.t-online.de/favicon.ico</item>
+ <item>http://suche.t-online.de/fast-cgi/tsc?sr=chrome&amp;q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="ask_de">
+ <item>de.ask.com</item>
+ <item>http://de.ask.com/favicon.ico</item>
+ <item>http://de.ask.com/web?q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item>http://ss.de.ask.com/query?q={searchTerms}&amp;li=ff</item>
+ </string-array>
+ <string-array name="web_de">
+ <item>web.de</item>
+ <item>http://img.ui-portal.de/search/img/webde/favicon.ico</item>
+ <item>http://suche.web.de/search/web/?su={searchTerms}</item>
+ <item>ISO-8859-1</item>
+ <item></item>
+ </string-array>
+ <string-array name="yahoo_au">
+ <item>au.yahoo.com</item>
+ <item>http://au.search.yahoo.com/favicon.ico</item>
+ <item>http://au.search.yahoo.com/search?ei={inputEncoding}&amp;fr=crmas&amp;p={searchTerms}</item>
+ <item>UTF-8</item>
+ <item>http://aue-sayt.ff.search.yahoo.com/gossip-au-sayt?output=fxjson&amp;command={searchTerms}</item>
+ </string-array>
+ <string-array name="msn_en_AU">
+ <item>ninemsn.com.au</item>
+ <item>http://search.live.com/s/wlflag.ico</item>
+ <item>http://search.live.com/results.aspx?mkt=en-AU&amp;q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="sensis">
+ <item>sensis.com.au</item>
+ <item>http://www.sensis.com.au/favicon.ico</item>
+ <item>http://www.sensis.com.au/search.do?find={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="msn_en_IE">
+ <item>ie.msn.com</item>
+ <item>http://search.msn.ie/s/wlflag.ico</item>
+ <item>http://search.msn.ie/results.aspx?mkt=en-IE&amp;q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="yahoo_nz">
+ <item>nz.yahoo.com</item>
+ <item>http://nz.search.yahoo.com/favicon.ico</item>
+ <item>http://nz.search.yahoo.com/search?ei={inputEncoding}&amp;fr=crmas&amp;p={searchTerms}</item>
+ <item>UTF-8</item>
+ <item>http://aue-sayt.ff.search.yahoo.com/gossip-nz-sayt?output=fxjson&amp;command={searchTerms}</item>
+ </string-array>
+ <string-array name="live_en_NZ">
+ <item>live.com</item>
+ <item>http://search.live.com/s/wlflag.ico</item>
+ <item>http://search.live.com/results.aspx?mkt=en-NZ&amp;q={searchTerms}</item>
<item>UTF-8</item>
<item></item>
</string-array>
+ <string-array name="yahoo_sg">
+ <item>sg.yahoo.com</item>
+ <item>http://sg.search.yahoo.com/favicon.ico</item>
+ <item>http://sg.search.yahoo.com/search?ei={inputEncoding}&amp;fr=crmas&amp;p={searchTerms}</item>
+ <item>UTF-8</item>
+ <item>http://sg-sayt.ff.search.yahoo.com/gossip-sg-sayt?output=fxjson&amp;command={searchTerms}</item>
+ </string-array>
+ <string-array name="msn_en_SG">
+ <item>sg.msn.com</item>
+ <item>http://search.msn.com.sg/s/wlflag.ico</item>
+ <item>http://search.msn.com.sg/results.aspx?mkt=en-SG&amp;q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="rednano">
+ <item>rednano.sg</item>
+ <item>http://rednano.sg/favicon.ico</item>
+ <item>http://rednano.sg/sfe/lwi.action?querystring={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="msn_en_ZA">
+ <item>za.msn.com</item>
+ <item>http://search.msn.co.za/s/wlflag.ico</item>
+ <item>http://search.msn.co.za/results.aspx?mkt=en-ZA&amp;q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="mweb">
+ <item>mweb.co.za</item>
+ <item>http://mweb.co.za/favicon.ico</item>
+ <item>http://search.mweb.co.za/search?&amp;q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="iafrica">
+ <item>iafrica.com</item>
+ <item></item>
+ <item>http://search.iafrica.com/search?q={searchTerms}</item>
+ <item>ISO-8859-1</item>
+ <item></item>
+ </string-array>
+ <string-array name="msn_es_ES">
+ <item>es.msn.com</item>
+ <item>http://search.msn.es/s/wlflag.ico</item>
+ <item>http://search.msn.es/results.aspx?mkt=es-ES&amp;q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="yahoo_es">
+ <item>es.yahoo.com</item>
+ <item>http://es.search.yahoo.com/favicon.ico</item>
+ <item>http://es.search.yahoo.com/search?ei={inputEncoding}&amp;fr=crmas&amp;p={searchTerms}</item>
+ <item>UTF-8</item>
+ <item>http://es-sayt.ff.search.yahoo.com/gossip-es-sayt?output=fxjson&amp;command={searchTerms}</item>
+ </string-array>
+ <string-array name="terra_es">
+ <item>terra.es</item>
+ <item>http://buscador.terra.es/favicon.ico</item>
+ <item>http://buscador.terra.es/Default.aspx?query={searchTerms}&amp;source=Search</item>
+ <item>ISO-8859-1</item>
+ <item></item>
+ </string-array>
+ <string-array name="ozu">
+ <item>ozu.es</item>
+ <item>http://www.ozu.es/favicon.ico</item>
+ <item>http://buscar.ozu.es/index.php?q={searchTerms}</item>
+ <item>ISO-8859-1</item>
+ <item></item>
+ </string-array>
+ <string-array name="altavista_es">
+ <item>es.altavista.com</item>
+ <item>http://es.altavista.com/favicon.ico</item>
+ <item>http://es.altavista.com/web/results?q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="msn_nl_BE">
+ <item>be.msn.com</item>
+ <item>http://search.live.com/s/wlflag.ico</item>
+ <item>http://search.live.com/results.aspx?setlang=nl-BE&amp;mkt=nl-BE&amp;q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="msn_fr_BE">
+ <item></item>
+ <item>http://search.live.com/s/wlflag.ico</item>
+ <item>http://search.live.com/results.aspx?setlang=fr-BE&amp;mkt=fr-BE&amp;q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="voila">
+ <item>voila.fr</item>
+ <item>http://search.ke.voila.fr/favicon.ico</item>
+ <item>http://rws.search.ke.voila.fr/RW/S/opensearch_voila?rdata={searchTerms}</item>
+ <item>ISO-8859-1</item>
+ <item>http://search.ke.voila.fr/fr/cmplopensearch/xml/fullxml?rdata={searchTerms}</item>
+ </string-array>
+ <string-array name="yahoo_fr">
+ <item>fr.yahoo.com</item>
+ <item>http://fr.search.yahoo.com/favicon.ico</item>
+ <item>http://fr.search.yahoo.com/search?ei={inputEncoding}&amp;fr=crmas&amp;p={searchTerms}</item>
+ <item>UTF-8</item>
+ <item>http://fr-sayt.ff.search.yahoo.com/gossip-fr-sayt?output=fxjson&amp;command={searchTerms}</item>
+ </string-array>
+ <string-array name="msn_fr_FR">
+ <item>fr.msn.com</item>
+ <item>http://search.msn.fr/s/wlflag.ico</item>
+ <item>http://search.msn.fr/results.aspx?mkt=fr-FR&amp;q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="orange">
+ <item>orange.fr</item>
+ <item>http://www.orange.fr/favicon.ico</item>
+ <item>http://rws.search.ke.voila.fr/RW/S/opensearch_orange?rdata={searchTerms}</item>
+ <item>ISO-8859-1</item>
+ <item>http://search.ke.voila.fr/fr/cmplopensearch/xml/fullxml?rdata={searchTerms}</item>
+ </string-array>
+ <string-array name="aol_fr">
+ <item>aol.fr</item>
+ <item>http://www.aol.fr/favicon.ico</item>
+ <item>http://www.recherche.aol.fr/aol/search?q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="virgilio">
+ <item>virgilio.alice.it</item>
+ <item>http://ricerca.alice.it/favicon.ico</item>
+ <item>http://ricerca.alice.it/ricerca?qs={searchTerms}</item>
+ <item>ISO-8859-1</item>
+ <item></item>
+ </string-array>
+ <string-array name="yahoo_it">
+ <item>it.yahoo.com</item>
+ <item>http://it.search.yahoo.com/favicon.ico</item>
+ <item>http://it.search.yahoo.com/search?ei={inputEncoding}&amp;fr=crmas&amp;p={searchTerms}</item>
+ <item>UTF-8</item>
+ <item>http://it-sayt.ff.search.yahoo.com/gossip-it-sayt?output=fxjson&amp;command={searchTerms}</item>
+ </string-array>
+ <string-array name="libero">
+ <item>libero.it</item>
+ <item>http://arianna.libero.it/favicon.ico</item>
+ <item>http://arianna.libero.it/search/abin/integrata.cgi?query={searchTerms}</item>
+ <item>ISO-8859-1</item>
+ <item></item>
+ </string-array>
+ <string-array name="ask_it">
+ <item>it.ask.com</item>
+ <item>http://it.ask.com/favicon.ico</item>
+ <item>http://it.ask.com/web?q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item>http://ss.it.ask.com/query?q={searchTerms}&amp;li=ff</item>
+ </string-array>
+ <string-array name="live_it_IT">
+ <item>live.com</item>
+ <item>http://search.live.com/s/wlflag.ico</item>
+ <item>http://search.live.com/results.aspx?mkt=it-IT&amp;q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="yahoo_jp">
+ <item>yahoo.co.jp</item>
+ <item>http://search.yahoo.co.jp/favicon.ico</item>
+ <item>http://search.yahoo.co.jp/search?ei={inputEncoding}&amp;fr=crmas&amp;p={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="msn_ja_JP">
+ <item>jp.msn.com</item>
+ <item>http://search.msn.co.jp/s/wlflag.ico</item>
+ <item>http://search.msn.co.jp/results.aspx?mkt=ja-JP&amp;q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="biglobe">
+ <item>biglobe.ne.jp</item>
+ <item>http://cgi.search.biglobe.ne.jp/favicon.ico</item>
+ <item>http://cgi.search.biglobe.ne.jp/cgi-bin/search2-b?q={searchTerms}</item>
+ <item>Shift_JIS</item>
+ <item></item>
+ </string-array>
+ <string-array name="goo">
+ <item>goo.ne.jp</item>
+ <item>http://goo.ne.jp/gooicon.ico</item>
+ <item>http://search.goo.ne.jp/web.jsp?MT={searchTerms}&amp;IE={inputEncoding}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="nifty">
+ <item>nifty.com</item>
+ <item>http://www.nifty.com/favicon.ico</item>
+ <item>http://search.nifty.com/cgi-bin/search.cgi?Text={searchTerms}</item>
+ <item>Shift_JIS</item>
+ <item></item>
+ </string-array>
+ <string-array name="live">
+ <item>live.com</item>
+ <item>http://search.live.com/s/wlflag.ico</item>
+ <item>http://search.live.com/results.aspx?q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="ilse">
+ <item>ilse.nl</item>
+ <item>http://search.ilse.nl/images/favicon.ico</item>
+ <item>http://search.ilse.nl/web?search_for={searchTerms}</item>
+ <item>ISO-8859-1</item>
+ <item></item>
+ </string-array>
+ <string-array name="msn_nl_NL">
+ <item>nl.msn.com</item>
+ <item>http://search.msn.nl/s/wlflag.ico</item>
+ <item>http://search.msn.nl/results.aspx?mkt=nl-NL&amp;q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="yahoo_nl">
+ <item>nl.yahoo.com</item>
+ <item>http://nl.search.yahoo.com/favicon.ico</item>
+ <item>http://nl.search.yahoo.com/search?ei={inputEncoding}&amp;fr=crmas&amp;p={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="lycos_nl">
+ <item>lycos.nl</item>
+ <item>http://zoek.lycos.nl/favicon.ico</item>
+ <item>http://zoek.lycos.nl/cgi-bin/pursuit?query={searchTerms}</item>
+ <item>ISO-8859-1</item>
+ <item></item>
+ </string-array>
+ <string-array name="vinden">
+ <item>vinden.nl</item>
+ <item>http://www.vinden.nl/favicon.ico</item>
+ <item>http://www.vinden.nl/?q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="msn_nb_NO">
+ <item>no.msn.com</item>
+ <item>http://search.msn.no/s/wlflag.ico</item>
+ <item>http://search.msn.no/results.aspx?mkt=nb-NO&amp;q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="abcsok">
+ <item>abcsok.no</item>
+ <item>http://abcsok.no/favicon.ico</item>
+ <item>http://abcsok.no/index.html?q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="yahoo_no">
+ <item>no.yahoo.com</item>
+ <item>http://no.search.yahoo.com/favicon.ico</item>
+ <item>http://no.search.yahoo.com/search?ei={inputEncoding}&amp;fr=crmas&amp;p={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="kvasir">
+ <item>kvasir.no</item>
+ <item>http://www.kvasir.no/img/favicon.ico</item>
+ <item>http://www.kvasir.no/nettsok/searchResult.html?searchExpr={searchTerms}</item>
+ <item>ISO-8859-1</item>
+ <item></item>
+ </string-array>
+ <string-array name="sesam">
+ <item>sesam.no</item>
+ <item>http://sesam.no/images/favicon.gif</item>
+ <item>http://sesam.no/search/?q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="onet">
+ <item>onet.pl</item>
+ <item>http://szukaj.onet.pl/favicon.ico</item>
+ <item>http://szukaj.onet.pl/query.html?qt={searchTerms}</item>
+ <item>ISO-8859-2</item>
+ <item></item>
+ </string-array>
+ <string-array name="wp">
+ <item>wp.pl</item>
+ <item>http://szukaj.wp.pl/favicon.ico</item>
+ <item>http://szukaj.wp.pl/szukaj.html?szukaj={searchTerms}</item>
+ <item>ISO-8859-2</item>
+ <item></item>
+ </string-array>
+ <string-array name="live_pl_PL">
+ <item>live.com</item>
+ <item>http://search.live.com/s/wlflag.ico</item>
+ <item>http://search.live.com/results.aspx?mkt=pl-PL&amp;q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="yandex_ru">
+ <item>yandex.ru</item>
+ <item>http://yandex.ru/favicon.ico</item>
+ <item>http://yandex.ru/yandsearch?text={searchTerms}</item>
+ <item>UTF-8</item>
+ <item>http://suggest.yandex.net/suggest-ff.cgi?part={searchTerms}</item>
+ </string-array>
+ <string-array name="rambler">
+ <item>rambler.ru</item>
+ <item>http://www.rambler.ru/favicon.ico</item>
+ <item>http://www.rambler.ru/srch?words={searchTerms}</item>
+ <item>windows-1251</item>
+ <item></item>
+ </string-array>
+ <string-array name="mail_ru">
+ <item>mail.ru</item>
+ <item>http://img.go.mail.ru/favicon.ico</item>
+ <item>http://go.mail.ru/search?q={searchTerms}</item>
+ <item>windows-1251</item>
+ <item></item>
+ </string-array>
+ <string-array name="yahoo_ru">
+ <item>ru.yahoo.com</item>
+ <item>http://ru.search.yahoo.com/favicon.ico</item>
+ <item>http://ru.search.yahoo.com/search?ei={inputEncoding}&amp;fr=crmas&amp;p={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="live_ru_RU">
+ <item>live.com</item>
+ <item>http://search.live.com/s/wlflag.ico</item>
+ <item>http://search.live.com/results.aspx?mkt=ru-RU&amp;q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="eniro_se">
+ <item>eniro.se</item>
+ <item>http://eniro.se/favicon.ico</item>
+ <item>http://eniro.se/query?search_word={searchTerms}&amp;what=web_local</item>
+ <item>ISO-8859-1</item>
+ <item></item>
+ </string-array>
+ <string-array name="msn_sv_SE">
+ <item>se.msn.com</item>
+ <item>http://search.msn.se/s/wlflag.ico</item>
+ <item>http://search.msn.se/results.aspx?mkt=pv-SE&amp;q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="altavista_se">
+ <item>se.altavista.com</item>
+ <item>http://se.altavista.com/favicon.ico</item>
+ <item>http://se.altavista.com/web/results?q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="spray">
+ <item>spray.se</item>
+ <item>http://www.eniro.se/favicon.ico</item>
+ <item>http://www.eniro.se/query?ax=spray&amp;search_word={searchTerms}&amp;what=web</item>
+ <item>ISO-8859-1</item>
+ <item></item>
+ </string-array>
+ <string-array name="baidu">
+ <item>baidu.com</item>
+ <item>http://www.baidu.com/favicon.ico</item>
+ <item>http://www.baidu.com/s?wd={searchTerms}</item>
+ <item>GB2312</item>
+ <item></item>
+ </string-array>
+ <string-array name="yahoo_cn">
+ <item>cn.yahoo.com</item>
+ <item>http://search.cn.yahoo.com/favicon.ico</item>
+ <item>http://search.cn.yahoo.com/search?ei={inputEncoding}&amp;fr=crmas&amp;p={searchTerms}</item>
+ <item>GB2312</item>
+ <item></item>
+ </string-array>
+ <string-array name="sogou">
+ <item>sogou.com</item>
+ <item>http://www.sogou.com/favicon.ico</item>
+ <item>http://www.sogou.com/web?query={searchTerms}</item>
+ <item>GB2312</item>
+ <item></item>
+ </string-array>
+ <string-array name="soso">
+ <item>soso.com</item>
+ <item>http://www.soso.com/favicon.ico</item>
+ <item>http://www.soso.com/q?w={searchTerms}</item>
+ <item>GB2312</item>
+ <item></item>
+ </string-array>
+ <string-array name="yahoo_hk">
+ <item>hk.yahoo.com</item>
+ <item>http://hk.search.yahoo.com/favicon.ico</item>
+ <item>http://hk.search.yahoo.com/search?ei={inputEncoding}&amp;fr=crmas&amp;p={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="msn_zh_HK">
+ <item>hk.msn.com</item>
+ <item>http://search.msn.com.hk/s/wlflag.ico</item>
+ <item>http://search.msn.com.hk/results.aspx?mkt=zh-HK&amp;q={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="yahoo_tw">
+ <item>tw.yahoo.com</item>
+ <item>http://tw.search.yahoo.com/favicon.ico</item>
+ <item>http://tw.search.yahoo.com/search?ei={inputEncoding}&amp;fr=crmas&amp;p={searchTerms}</item>
+ <item>UTF-8</item>
+ <item></item>
+ </string-array>
+ <string-array name="yam">
+ <item>yam.com</item>
+ <item>http://www.yam.com/i/8/sky.ico</item>
+ <item>http://search.yam.com/wps?k={searchTerms}</item>
+ <item>Big5</item>
+ <item></item>
+ </string-array>
</resources>
+