summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-02-10 15:44:04 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-02-10 15:44:04 -0800
commit6a64a2feca72eed977e7c589176c961738a6e432 (patch)
treeddc87074660b063b441647a747da8a38d2ece1ad
parent1e7264a77f9a6fd285d1972ed5f834a9b4b50a6b (diff)
downloadGoogleSearch-6a64a2feca72eed977e7c589176c961738a6e432.tar.gz
auto import from //branches/cupcake/...@130745
-rw-r--r--res/values-ko/strings.xml19
-rw-r--r--res/values-nb/strings.xml19
-rw-r--r--res/xml/searchable.xml3
3 files changed, 40 insertions, 1 deletions
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml
new file mode 100644
index 0000000..1c55f05
--- /dev/null
+++ b/res/values-ko/strings.xml
@@ -0,0 +1,19 @@
+<?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.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="search_hint">"Google 검색"</string>
+</resources>
diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml
new file mode 100644
index 0000000..ab9f267
--- /dev/null
+++ b/res/values-nb/strings.xml
@@ -0,0 +1,19 @@
+<?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.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="search_hint">"Google-søk"</string>
+</resources>
diff --git a/res/xml/searchable.xml b/res/xml/searchable.xml
index f605c96..5e9e7c1 100644
--- a/res/xml/searchable.xml
+++ b/res/xml/searchable.xml
@@ -22,7 +22,8 @@
android:label="@string/search_label"
android:hint='@string/search_hint'
android:searchMode="showSearchIconAsBadge"
- android:inputType="textSearchString"
+ android:voiceSearchMode="showVoiceSearchButton|launchWebSearch"
+ android:inputType="textSearch"
android:searchSuggestAuthority="com.android.googlesearch.SuggestionProvider"
android:searchSuggestSelection="field =?"