1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright (C) 2018 The Android Open Source Project
4  ~
5  ~ Licensed under the Apache License, Version 2.0 (the "License");
6  ~ you may not use this file except in compliance with the License.
7  ~ You may obtain a copy of the License at
8  ~
9  ~      http://www.apache.org/licenses/LICENSE-2.0
10  ~
11  ~ Unless required by applicable law or agreed to in writing, software
12  ~ distributed under the License is distributed on an "AS IS" BASIS,
13  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  ~ See the License for the specific language governing permissions and
15  ~ limitations under the License
16  -->
17<resources>
18  <!-- Content description for the fake action menu up button as used
19 inside search. [CHAR LIMIT=NONE] -->
20  <string name="action_menu_back_from_search">stop searching</string>
21
22  <!--  String describing the icon used to clear the search field -->
23  <string name="description_clear_search">Clear search</string>
24
25  <!-- Content description for the fake action menu overflow button.
26       This should be same as the description for the real action menu
27       overflow button available in ActionBar.
28       [CHAR LIMIT=NONE] -->
29  <string msgid="2295659037509008453" name="action_menu_overflow_description">More options</string>
30
31  <!-- String describing the icon used to start a voice search -->
32  <string name="description_start_voice_search">Start voice search</string>
33
34  <!-- Hint displayed in dialer search box when there is no query that is currently typed.
35       [CHAR LIMIT=30] -->
36  <string name="dialer_hint_find_contact">Search contacts</string>
37
38  <!-- Show users their settings [CHAR LIMIT=20] -->
39  <string name="settings">Settings</string>
40
41  <!-- Content description for the fake action menu button that brings up the call history
42       activity [CHAR LIMIT=20] -->
43  <string name="main_menu_call_history">Call history</string>
44
45  <!--  The menu item to clear frequents [CHAR LIMIT=30] -->
46  <string name="main_menu_clear_frequents">Clear frequents</string>
47
48  <!-- Remove button that shows up when contact is long-pressed. [CHAR LIMIT=NONE] -->
49  <string name="main_remove_contact">Remove</string>
50
51  <!-- Label for the simulator submenu. This is used to show actions that are useful for development
52       and testing. [CHAR LIMIT=30]-->
53  <string translatable="false" name="nui_simulator_submenu_label">Simulator</string>
54</resources>