summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
blob: 455eca226ec6b02e0ee778c5e85aba8c709bb7ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2008 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:xliff="urn:oasis:names:tc:xliff:document:1.2">

    <!-- Do not translate.  This string is not displayed in UI (because we have a badge icon). -->
    <string name="search_label">Google</string>

    <!-- This is the hint text shown in the search widget, before text is entered. -->
    <!-- This translation MUST MATCH the string "search_hint" which is found in
         Home/res/values/strings.xml -->
    <string name="search_hint">Google Search</string>

    <!-- Note that this is the standard search url.  It uses the current locale for language -->
    <!-- (%1$s) and country (%2$s) and shouldn't need to be replaced by locale or mcc selected -->
    <!-- resources. -->
    <!-- Any changes to this (especially in terms of adding/removing the MCC-specific flavors) -->
    <!-- should be mirrored by changes in GenieProvider. -->
    <!-- Do not translate.  This string is an internal URI, not seen in the UI. -->
    <string name="google_search_base" translatable="false">
        http://www.google.com/m?hl=%1$s&amp;gl=%2$s&amp;</string>

    <!-- Note that this is the standard suggest url.  It uses the current locale for language -->
    <!-- (t%1$s) and country (%2$s) and should not need to be replaced by locale or mcc -->
    <!-- selected resources. -->
    <!-- Any changes to this (especially in terms of adding/removing the MCC-specific flavors) -->
    <!-- should be mirrored by changes in GenieProvider -->
    <!-- Do not translate.  This string is an internal URI, not seen in the UI. -->
    <string name="google_suggest_base" translatable="false">
        http://www.google.com/complete/search?hl=%1$s&amp;gl=%2$s&amp;</string>
</resources>