1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright (C) 2012 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18  <string name="dialpad_star_number" translatable="false">*</string>
19  <string name="dialpad_pound_number" translatable="false">#</string>
20
21  <!-- String describing the back button in the dialpad. -->
22  <string name="description_dialpad_back">Navigate back</string>
23
24  <!-- String describing the overflow menu button in the dialpad. -->
25  <string name="description_dialpad_overflow">More options</string>
26
27  <!-- String describing the Delete/Backspace ImageButton.
28       Used by AccessibilityService to announce the purpose of the button.
29  -->
30  <string name="description_delete_button">backspace</string>
31
32  <!--  String describing the button used to add a plus (+) symbol to the dialpad -->
33  <string name="description_image_button_plus">dial plus</string>
34
35  <!-- String describing the Voicemail ImageButton.
36       Used by AccessibilityService to announce the purpose of the button.
37  -->
38  <string name="description_voicemail_button">call voicemail</string>
39
40  <!-- String describing the Dial ImageButton
41
42         Used by AccessibilityService to announce the purpose of the button.
43    -->
44  <string name="description_dial_button">dial</string>
45
46  <!-- Dialog message which is shown when the user tries to check voicemail
47         while the system is in airplane mode. The user cannot access to
48         voicemail service in Airplane mode. [CHAR LIMI=NONE] -->
49  <string name="dialog_voicemail_airplane_mode_message">To call voicemail, first turn off Airplane mode.</string>
50
51  <!-- Dialog message which is shown when the user tries to check voicemail
52         while the system isn't ready for the access. [CHAR LIMIT=NONE] -->
53  <string name="dialog_voicemail_not_ready_message">To set up voicemail, go to Menu &gt; Settings.</string>
54
55  <!-- Menu items for dialpad options as part of Pause and Wait ftr [CHAR LIMIT=30] -->
56  <string name="add_2sec_pause">Add 2-sec pause</string>
57  <string name="add_wait">Add wait</string>
58
59  <!-- Item label: jump to the in-call DTMF dialpad.
60         (Part of a list of options shown in the dialer when another call
61         is already in progress.) -->
62  <string name="dialer_useDtmfDialpad">Use touch-tone keypad</string>
63
64  <!-- Item label: jump to the in-call UI.
65       (Part of a list of options shown in the dialer when another call
66       is already in progress.) -->
67  <string name="dialer_returnToInCallScreen">Return to call in progress</string>
68
69  <!-- Item label: use the Dialer's keypad to add another call.
70       (Part of a list of options shown in the dialer when another call
71       is already in progress.) -->
72  <string name="dialer_addAnotherCall">Add call</string>
73
74  <!-- The title of a dialog that displays the IMEI of the phone -->
75  <string name="imei">IMEI</string>
76
77  <!-- The title of a dialog that displays the MEID of the CDMA phone -->
78  <string name="meid">MEID</string>
79
80  <!-- The label for the hex encoding of the device ID -->
81  <string name="hex" translatable="false">HEX:</string>
82
83  <!-- The label for the decimal encoding of the device ID -->
84  <string name="dec" translatable="false">DEC:</string>
85
86  <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial -->
87  <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string>
88
89  <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial -->
90  <string name="simContacts_title">SIM card contacts</string>
91
92  <!-- Menu item used to call a contact, containing the number of the contact to call -->
93  <string name="menu_callNumber">Call <xliff:g id="number">%s</xliff:g></string>
94
95
96  <!-- Regular expression for prohibiting certain phone numbers in dialpad.
97       Ignored if empty. -->
98  <string name="config_prohibited_phone_number_regexp" translatable="false"></string>
99
100  <!-- Warning hint shown in the dialpad input field when emergency call (911, etc.) cannot be made over wifi.
101       [CHAR_LIMIT=60] -->
102  <string name="dialpad_hint_emergency_calling_not_available">Can\'t make emergency calls over WiFi</string>
103
104  <!-- Dialog message which is shown when the user tries to make a phone call
105       to prohibited phone numbers [CHAR LIMIT=NONE] -->
106  <string name="dialog_phone_call_prohibited_message" msgid="4313552620858880999">Can\'t call this number</string>
107</resources>
108