blob: bad8000c5cf5461fa6cb3379063bf727d2a71fe9 [file] [log] [blame]
Ying Wang1ee37af2014-07-14 17:26:42 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3Copyright (C) 2014 The Android Open Source Project
4
5Licensed under the Apache License, Version 2.0 (the "License");
6you may not use this file except in compliance with the License.
7You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11Unless required by applicable law or agreed to in writing, software
12distributed under the License is distributed on an "AS IS" BASIS,
13WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14See the License for the specific language governing permissions and
15limitations under the License.
16-->
17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18 <!-- Image description for the call to search action visible when browsing content [CHAR LIMIT=40] -->
19 <string name="orb_search_action">Search Action</string>
20 <!-- Hint showing in the empty search bar [CHAR LIMIT=40] -->
21 <string name="lb_search_bar_hint">Search</string>
22 <!-- Hint showing in the empty search bar when using the voice input [CHAR LIMIT=40] -->
23 <string name="lb_search_bar_hint_speech">Speak to search</string>
24 <!-- Hint showing in the empty search bar using a provided context (usually the application name) [CHAR LIMIT=40] -->
25 <string name="lb_search_bar_hint_with_title">Search <xliff:g id="search context">%1$s</xliff:g></string>
26 <!-- Hint showing in the empty search bar using a provided context (usually the application name) while in voice input mode [CHAR LIMIT=40] -->
27 <string name="lb_search_bar_hint_with_title_speech">Speak to search <xliff:g id="search context">%1$s</xliff:g></string>
28</resources>