blob: 213d340dde47d6b4ba60704b84b9e0697c03aff3 [file] [log] [blame]
Chiao Cheng94b10b52012-08-17 16:59:12 -07001<?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
18
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070019<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Jay Shraunerbf8b4b92014-09-03 15:12:16 -070020
21 <!-- Application name used in Settings/Apps. Default label for activities
22 that don't specify a label. -->
Chiao Cheng94b10b52012-08-17 16:59:12 -070023 <string name="applicationLabel">Dialer</string>
24
25 <!-- Title for the activity that dials the phone. This is the name
Jay Shraunerbf8b4b92014-09-03 15:12:16 -070026 used in the Launcher icon. -->
27 <string name="launcherActivityLabel">Phone</string>
Chiao Cheng94b10b52012-08-17 16:59:12 -070028
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070029 <!-- The description text for the dialer tab.
30
31 Note: AccessibilityServices use this attribute to announce what the view represents.
32 This is especially valuable for views without textual representation like ImageView.
33
34 [CHAR LIMIT=NONE] -->
35 <string name="dialerIconLabel">Phone</string>
36
37 <!-- The description text for the call log tab.
38
39 Note: AccessibilityServices use this attribute to announce what the view represents.
40 This is especially valuable for views without textual representation like ImageView.
41
42 [CHAR LIMIT=NONE] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -080043 <string name="recentCallsIconLabel">Call history</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070044
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070045 <!-- Menu item used to call a contact from the call log -->
46 <string name="recentCalls_callNumber">Call
47 <xliff:g id="name">%s</xliff:g>
48 </string>
49
50 <!-- Menu item used to copy a number from the call log to the dialer so it can be edited before calling it -->
51 <string name="recentCalls_editNumberBeforeCall">Edit number before call</string>
52
53 <!-- Menu item used to add a number from the call log to contacts -->
54 <string name="recentCalls_addToContact">Add to contacts</string>
55
56 <!-- Menu item used to remove a single call from the call log -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -080057 <string name="recentCalls_removeFromRecentList">Delete from call history</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070058
59 <!-- Menu item used to remove all calls from the call log -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -080060 <string name="recentCalls_deleteAll">Clear call history</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070061
62 <!-- Menu item used to delete a voicemail. [CHAR LIMIT=30] -->
63 <string name="recentCalls_trashVoicemail">Delete voicemail</string>
64
65 <!-- Menu item used to share a voicemail. [CHAR LIMIT=30] -->
66 <string name="recentCalls_shareVoicemail">Share voicemail</string>
67
Andrew Lee39f773e2014-06-11 18:10:57 -070068 <!-- Text displayed when the call log is empty. -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -080069 <string name="recentCalls_empty">No calls</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070070
71 <!-- Title of the confirmation dialog for clearing the call log. [CHAR LIMIT=37] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -080072 <string name="clearCallLogConfirmation_title">Clear call history?</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070073
74 <!-- Confirmation dialog for clearing the call log. [CHAR LIMIT=NONE] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -080075 <string name="clearCallLogConfirmation">This will delete all calls from your history</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070076
77 <!-- Title of the "Clearing call log" progress-dialog [CHAR LIMIT=35] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -080078 <string name="clearCallLogProgress_title">Clearing call history\u2026</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070079
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070080 <!-- Title of the notification of new voicemails. [CHAR LIMIT=30] -->
81 <plurals name="notification_voicemail_title">
82 <item quantity="one">Voicemail</item>
83 <item quantity="other">
84 <xliff:g id="count">%1$d</xliff:g>
85 Voicemails
86 </item>
87 </plurals>
88
89 <!-- Used in the notification of a new voicemail for the action to play the voicemail. -->
90 <string name="notification_action_voicemail_play">Play</string>
91
92 <!-- Used to build a list of names or phone numbers, to indicate the callers who left
93 voicemails.
94 The first argument may be one or more callers, the most recent ones.
95 The second argument is an additional callers.
96 This string is used to build a list of callers.
97
98 [CHAR LIMIT=10]
99 -->
100 <string name="notification_voicemail_callers_list"><xliff:g id="newer_callers">%1$s</xliff:g>,
101 <xliff:g id="older_caller">%2$s</xliff:g>
102 </string>
103
104 <!-- Text used in the ticker to notify the user of the latest voicemail. [CHAR LIMIT=30] -->
105 <string name="notification_new_voicemail_ticker">New voicemail from
106 <xliff:g id="caller">%1$s</xliff:g>
107 </string>
108
109 <!-- Message to show when there is an error playing back the voicemail. [CHAR LIMIT=40] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800110 <string name="voicemail_playback_error">Couldn\'t play voicemail</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700111
112 <!-- Message to display before we have prepared the media player, i.e. before we know duration. [CHAR LIMIT=40] -->
113 <string name="voicemail_buffering">Buffering\u2026</string>
114
115 <!-- Message to display whilst we are waiting for the content to be fetched. [CHAR LIMIT=40] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800116 <string name="voicemail_fetching_content">Loading voicemail\u2026</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700117
118 <!-- Message to display if we fail to get content within a suitable time period. [CHAR LIMIT=40] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800119 <string name="voicemail_fetching_timout">Couldn\'t load voicemail</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700120
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700121 <!-- The header to show that call log is only showing voicemail calls. [CHAR LIMIT=40] -->
Chiao Cheng500d4b92012-09-18 18:18:27 -0700122 <string name="call_log_voicemail_header">Calls with voicemail only</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700123
124 <!-- The header to show that call log is only showing incoming calls. [CHAR LIMIT=40] -->
Chiao Cheng500d4b92012-09-18 18:18:27 -0700125 <string name="call_log_incoming_header">Incoming calls only</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700126
127 <!-- The header to show that call log is only showing outgoing calls. [CHAR LIMIT=40] -->
Chiao Cheng500d4b92012-09-18 18:18:27 -0700128 <string name="call_log_outgoing_header">Outgoing calls only</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700129
130 <!-- The header to show that call log is only showing missed calls. [CHAR LIMIT=40] -->
Chiao Cheng500d4b92012-09-18 18:18:27 -0700131 <string name="call_log_missed_header">Missed calls only</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700132
133 <!-- Voicemail status message shown at the top of call log to notify the user that no new
134 voicemails are currently available. This can happen when both notification as well as data
135 connection to the voicemail server is lost. [CHAR LIMIT=64] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800136 <string name="voicemail_status_voicemail_not_available">Voicemail updates not available</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700137 <!-- Voicemail status message shown at the top of call log to notify the user that there is no
138 data connection to the voicemail server, but there are new voicemails waiting on the server.
139 [CHAR LIMIT=64] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800140 <string name="voicemail_status_messages_waiting">New voicemail waiting. Can\'t load right now.</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700141 <!-- Voicemail status message shown at the top of call log to invite the user to configure
142 visual voicemail. [CHAR LIMIT=64] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800143 <string name="voicemail_status_configure_voicemail">Set up your voicemail</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700144 <!-- Voicemail status message shown at the top of call details screen to notify the user that
145 the audio of this voicemail is not available. [CHAR LIMIT=64] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800146 <string name="voicemail_status_audio_not_available">Audio not available</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700147
148 <!-- User action prompt shown next to a voicemail status message to let the user configure
149 visual voicemail. [CHAR LIMIT=20] -->
150 <string name="voicemail_status_action_configure">Set up</string>
151 <!-- User action prompt shown next to a voicemail status message to let the user call voicemail
152 server directly to listen to the voicemails. [CHAR LIMIT=20] -->
153 <string name="voicemail_status_action_call_server">Call voicemail</string>
154
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700155 <!-- The counter for calls in a group and the date of the latest call as shown in the call log [CHAR LIMIT=15] -->
156 <string name="call_log_item_count_and_date">(<xliff:g id="count">%1$d</xliff:g>)
157 <xliff:g id="date">%2$s</xliff:g>
158 </string>
159
Chiao Cheng9c5fe442012-10-31 11:12:12 -0700160 <!-- Title for the sms disambiguation dialog -->
161 <string name="sms_disambig_title">Choose number</string>
162
163 <!-- Title for the call disambiguation dialog -->
164 <string name="call_disambig_title">Choose number</string>
165
166 <!-- Message next to disamgiguation dialog check box -->
167 <string name="make_primary">Remember this choice</string>
Chiao Chenga1b886a2012-12-05 12:09:05 -0800168
Chiao Chenga1b886a2012-12-05 12:09:05 -0800169 <!-- String describing the Search ImageButton
170
171 Used by AccessibilityService to announce the purpose of the button.
172 [CHAR LIMIT=NONE]
173 -->
174 <string name="description_search_button">search</string>
175
176 <!-- String describing the Dial ImageButton
177
178 Used by AccessibilityService to announce the purpose of the button.
179 -->
180 <string name="description_dial_button">dial</string>
181
Chiao Chenga1b886a2012-12-05 12:09:05 -0800182 <!-- String describing the digits text box containing the number to dial.
183
184 Used by AccessibilityService to announce the purpose of the view.
185 -->
186 <string name="description_digits_edittext">number to dial</string>
187
HUANG Menghuai4f9742c2013-08-21 15:04:25 +0800188 <!-- String describing the button in the voicemail playback to start/stop playback.
189
190 Used by AccessibilityService to announce the purpose of the view.
191 -->
192 <string name="description_playback_start_stop">Play or stop playback</string>
193
194 <!-- String describing the button in the voicemail playback to switch on/off speakerphone.
195
196 Used by AccessibilityService to announce the purpose of the view.
197 -->
198 <string name="description_playback_speakerphone">Switch on or off speakerphone</string>
199
200 <!-- String describing the seekbar in the voicemail playback to seek playback position.
201
202 Used by AccessibilityService to announce the purpose of the view.
203 -->
204 <string name="description_playback_seek">Seek playback position</string>
205
206 <!-- String describing the button in the voicemail playback to decrease playback rate.
207
208 Used by AccessibilityService to announce the purpose of the view.
209 -->
210 <string name="description_rate_decrease">Decrease playback rate</string>
211
212 <!-- String describing the button in the voicemail playback to increase playback rate.
213
214 Used by AccessibilityService to announce the purpose of the view.
215 -->
216 <string name="description_rate_increase">Increase playback rate</string>
217
Yorke Lee714d6c72013-07-26 16:11:39 -0700218 <!-- Content description for the fake action menu button that brings up the call history
219 activity -->
220 <string name="action_menu_call_history_description">Call History</string>
221
Chiao Chenga1b886a2012-12-05 12:09:05 -0800222 <!-- Content description for the fake action menu overflow button.
223 This should be same as the description for the real action menu
224 overflow button available in ActionBar.
225 [CHAR LIMIT=NONE] -->
226 <string name="action_menu_overflow_description" msgid="2295659037509008453">More options</string>
227
Yorke Leeaec57722013-08-16 11:24:20 -0700228 <!-- Content description for the button that displays the dialpad
229 [CHAR LIMIT=NONE] -->
230 <string name="action_menu_dialpad_button">dial pad</string>
231
Chiao Chenga1b886a2012-12-05 12:09:05 -0800232 <!-- Menu item to copy something [CHAR_LIMIT=10] -->
233 <string name="menu_copy">Copy</string>
234
235 <!-- Menu item used to show only outgoing in the call log. [CHAR LIMIT=30] -->
236 <string name="menu_show_outgoing_only">Show outgoing only</string>
237
238 <!-- Menu item used to show only incoming in the call log. [CHAR LIMIT=30] -->
239 <string name="menu_show_incoming_only">Show incoming only</string>
240
241 <!-- Menu item used to show only missed in the call log. [CHAR LIMIT=30] -->
242 <string name="menu_show_missed_only">Show missed only</string>
243
244 <!-- Menu item used to show only voicemails in the call log. [CHAR LIMIT=30] -->
245 <string name="menu_show_voicemails_only">Show voicemails only</string>
246
247 <!-- Menu item used to show all calls in the call log. [CHAR LIMIT=30] -->
248 <string name="menu_show_all_calls">Show all calls</string>
249
Nancy Chenbeededb2014-06-10 18:30:28 -0700250 <!-- Menu items for dialpad options as part of Pause and Wait ftr [CHAR LIMIT=30] -->
Chiao Chenga1b886a2012-12-05 12:09:05 -0800251 <string name="add_2sec_pause">Add 2-sec pause</string>
252 <string name="add_wait">Add wait</string>
253
Yorke Leeaf6f1952014-07-14 19:13:16 -0700254 <!-- Label for the dialer app setting page [CHAR LIMIT=30]-->
255 <string name="dialer_settings_label">Settings</string>
Chiao Chenga1b886a2012-12-05 12:09:05 -0800256
Nancy Chenbeededb2014-06-10 18:30:28 -0700257 <!-- Menu item to create a new contact [CHAR LIMIT=30] -->
Chiao Chenga1b886a2012-12-05 12:09:05 -0800258 <string name="menu_newContact">New contact</string>
259
Nancy Chenbeededb2014-06-10 18:30:28 -0700260 <!-- Menu item to display all contacts [CHAR LIMIT=30] -->
Yorke Lee5e931972013-08-30 11:37:53 -0700261 <string name="menu_allContacts">All contacts</string>
262
Chiao Chenga1b886a2012-12-05 12:09:05 -0800263 <!-- Title bar for call detail screen -->
264 <string name="callDetailTitle">Call details</string>
265
266 <!-- Toast for call detail screen when couldn't read the requested details -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800267 <string name="toast_call_detail_error">Details not available</string>
Chiao Chenga1b886a2012-12-05 12:09:05 -0800268
269 <!-- Item label: jump to the in-call DTMF dialpad.
270 (Part of a list of options shown in the dialer when another call
271 is already in progress.) -->
272 <string name="dialer_useDtmfDialpad">Use touch tone keypad</string>
273
274 <!-- Item label: jump to the in-call UI.
275 (Part of a list of options shown in the dialer when another call
276 is already in progress.) -->
277 <string name="dialer_returnToInCallScreen">Return to call in progress</string>
278
279 <!-- Item label: use the Dialer's dialpad to add another call.
280 (Part of a list of options shown in the dialer when another call
281 is already in progress.) -->
282 <string name="dialer_addAnotherCall">Add call</string>
283
284 <!-- Title for incoming call details screen -->
285 <string name="type_incoming">Incoming call</string>
286
287 <!-- Title for outgoing call details screen -->
288 <string name="type_outgoing">Outgoing call</string>
289
290 <!-- Title for missed call details screen -->
291 <string name="type_missed">Missed call</string>
292
Tyler Gunn57665d22014-07-08 12:37:49 -0700293 <!-- Title for incoming video call in call details screen [CHAR LIMIT=60] -->
294 <string name="type_incoming_video">Incoming video call</string>
295
296 <!-- Title for outgoing video call in call details screen [CHAR LIMIT=60] -->
297 <string name="type_outgoing_video">Outgoing video call</string>
298
299 <!-- Title for missed video call in call details screen [CHAR LIMIT=60] -->
300 <string name="type_missed_video">Missed video call</string>
301
Chiao Chenga1b886a2012-12-05 12:09:05 -0800302 <!-- Title for voicemail details screen -->
303 <string name="type_voicemail">Voicemail</string>
304
305 <!-- Description for incoming calls going to voice mail vs. not -->
306 <string name="actionIncomingCall">Incoming calls</string>
307
308 <!-- String describing the icon in the call log used to play a voicemail.
309
310 Note: AccessibilityServices use this attribute to announce what the view represents.
311 This is especially valuable for views without textual representation like ImageView.
312 -->
313 <string name="description_call_log_play_button">Play voicemail</string>
314
Chiao Chenga1b886a2012-12-05 12:09:05 -0800315 <!-- String describing the button to view the contact for the current number.
316
317 Note: AccessibilityServices use this attribute to announce what the view represents.
318 This is especially valuable for views without textual representation like ImageView.
319 -->
320 <string name="description_view_contact">View contact <xliff:g id="name">%1$s</xliff:g></string>
321
322 <!-- String describing the button to call a number or contact.
323
324 Note: AccessibilityServices use this attribute to announce what the view represents.
325 This is especially valuable for views without textual representation like ImageView.
326 -->
327 <string name="description_call">Call <xliff:g id="name">%1$s</xliff:g></string>
328
Tyler Gunn45ed3b52014-02-03 08:31:10 -0800329 <!-- String describing the button to access the contact details for a name or number.
330
331 Note: AccessibilityServices use this attribute to announce what the view represents.
332 This is especially valuable for views without textual representation like ImageView.
333 -->
334 <string name="description_contact_details">Contact details for <xliff:g id="nameOrNumber">%1$s</xliff:g></string>
335
Tyler Gunn45ed3b52014-02-03 08:31:10 -0800336 <!-- String indicating a call log entry has an associated voicemail.
337
338 Note: AccessibilityServices use this attribute to announce what the view represents.
339 This is especially valuable for views without textual representation like ImageView.
340 -->
Nancy Chenacfbbad2014-11-25 18:16:06 -0800341 <string name="description_new_voicemail">New voicemail.</string>
Tyler Gunn45ed3b52014-02-03 08:31:10 -0800342
343 <!-- String indicating the number of calls to/from a caller in the call log.
344
345 Note: AccessibilityServices use this attribute to announce what the view represents.
346 This is especially valuable for views without textual representation like ImageView.
347 -->
Nancy Chenacfbbad2014-11-25 18:16:06 -0800348 <string name="description_num_calls"><xliff:g id="numberOfCalls">%1$s</xliff:g> calls.</string>
Tyler Gunn45ed3b52014-02-03 08:31:10 -0800349
Tyler Gunn5619f2e2014-07-15 12:40:28 -0700350 <!-- String indicating a call log entry had video capabilities.
351
352 Note: AccessibilityServices use this attribute to announce what the view represents.
353 This is especially valuable for views without textual representation like ImageView.
354 [CHAR LIMIT=NONE]
355 -->
Nancy Chenacfbbad2014-11-25 18:16:06 -0800356 <string name="description_video_call">Video call.</string>
Tyler Gunn5619f2e2014-07-15 12:40:28 -0700357
Chiao Chenga1b886a2012-12-05 12:09:05 -0800358 <!-- String describing the button to SMS a number or contact.
359
360 Note: AccessibilityServices use this attribute to announce what the view represents.
361 This is especially valuable for views without textual representation like ImageView.
362 [CHAR LIMIT=NONE]
363 -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800364 <string name="description_send_text_message">Send SMS to <xliff:g id="name">%1$s</xliff:g></string>
Chiao Chenga1b886a2012-12-05 12:09:05 -0800365
366 <!-- String describing the icon in the call log used to represent an unheard voicemail left to
367 the user.
368
369 Note: AccessibilityServices use this attribute to announce what the view represents.
370 This is especially valuable for views without textual representation like ImageView.
371 [CHAR LIMIT=NONE]
372 -->
373 <string name="description_call_log_unheard_voicemail">Unheard voicemail</string>
374
Yorke Lee191df332013-07-30 17:21:28 -0700375 <!-- String describing the icon used to start a voice search -->
376 <string name="description_start_voice_search">Start voice search</string>
377
Chiao Chenga1b886a2012-12-05 12:09:05 -0800378 <!-- Menu item used to call a contact, containing the number of the contact to call -->
379 <string name="menu_callNumber">Call <xliff:g id="number">%s</xliff:g></string>
380
381 <!-- String used to display calls from unknown numbers in the call log -->
382 <string name="unknown">Unknown</string>
383
384 <!-- String used for displaying calls to the voicemail number in the call log -->
385 <string name="voicemail">Voicemail</string>
386
387 <!-- String used to display calls from private numbers in the call log -->
388 <string name="private_num">Private number</string>
389
390 <!-- String used to display calls from pay phone in the call log -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800391 <string name="payphone">Payphone</string>
Chiao Chenga1b886a2012-12-05 12:09:05 -0800392
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800393 <!-- A nicely formatted call duration displayed when viewing call details. For example "42 min 28 sec" -->
394 <string name="callDetailsDurationFormat"><xliff:g id="minutes" example="42">%s</xliff:g> min <xliff:g id="seconds" example="28">%s</xliff:g> sec</string>
Chiao Chenga1b886a2012-12-05 12:09:05 -0800395
396 <!-- Dialog message which is shown when the user tries to make a phone call
397 to prohibited phone numbers [CHAR LIMIT=NONE] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800398 <string name="dialog_phone_call_prohibited_message" msgid="4313552620858880999">Can\'t call this number</string>
Chiao Chenga1b886a2012-12-05 12:09:05 -0800399
400 <!-- Dialog message which is shown when the user tries to check voicemail
401 while the system isn't ready for the access. [CHAR LIMIT=NONE] -->
402 <string name="dialog_voicemail_not_ready_message">To set up voicemail, go to Menu &gt; Settings.</string>
403
404 <!-- Dialog message which is shown when the user tries to check voicemail
405 while the system is in airplane mode. The user cannot access to
406 voicemail service in Airplane mode. [CHAR LIMI=NONE] -->
407 <string name="dialog_voicemail_airplane_mode_message">To call voicemail, first turn off Airplane mode.</string>
408
409 <!-- Message that appears in the favorites tab of the Phone app when the contact list has not fully loaded yet (below the favorite and frequent contacts) [CHAR LIMIT=20] -->
410 <string name="contact_list_loading">Loading\u2026</string>
411
412 <!-- The title of a dialog that displays the IMEI of the phone -->
413 <string name="imei">IMEI</string>
414
415 <!-- The title of a dialog that displays the MEID of the CDMA phone -->
416 <string name="meid">MEID</string>
417
418 <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial -->
419 <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string>
420
421 <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial -->
422 <string name="simContacts_title">SIM card contacts</string>
423
Chiao Cheng073b5cf2012-12-07 11:36:00 -0800424 <!-- Message displayed when there is no application available to handle the add contact menu option. [CHAR LIMIT=NONE] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800425 <string name="add_contact_not_available">No contacts app available</string>
Chiao Cheng073b5cf2012-12-07 11:36:00 -0800426
Yorke Leeda0f9042013-12-05 14:25:51 -0800427 <!-- Message displayed when there is no application available to handle voice search. [CHAR LIMIT=NONE] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800428 <string name="voice_search_not_available">Voice search not available</string>
Yorke Leeda0f9042013-12-05 14:25:51 -0800429
Yorke Lee39213592014-04-07 15:39:48 -0700430 <!-- Message displayed when the Phone application has been disabled and a phone call cannot
431 be made. [CHAR LIMIT=NONE] -->
432 <string name="call_not_available">Cannot make a phone call because the Phone application has been disabled.</string>
433
434 <!-- Message displayed when there is no application available to handle a particular action.
435 [CHAR LIMIT=NONE] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800436 <string name="activity_not_available">No app for that on this device</string>
Yorke Lee39213592014-04-07 15:39:48 -0700437
Yorke Leedfb2eee2013-06-26 18:24:32 -0700438 <!-- Hint displayed in dialer search box when there is no query that is currently typed.
Yorke Leea723be52013-09-09 08:54:15 -0700439 [CHAR LIMIT=30] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800440 <string name="dialer_hint_find_contact">Enter a name or phone number</string>
Yorke Leedfb2eee2013-06-26 18:24:32 -0700441
Yorke Leeb7611d72013-07-29 09:45:30 -0700442 <!-- String resource for the font-family to use for the call log activity's title
443 Do not translate. -->
444 <string name="call_log_activity_title_font_family">sans-serif-light</string>
445
Sai Cheemalapatic3206cd2014-05-21 17:58:09 -0700446 <!-- String resource for the font-family to use for the full call history footer
447 Do not translate. -->
448 <string name="view_full_call_history_font_family">sans-serif</string>
449
Yorke Leedfb2eee2013-06-26 18:24:32 -0700450 <!-- Text displayed when the list of missed calls is empty -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800451 <string name="recentMissed_empty">No calls</string>
Yorke Leedfb2eee2013-06-26 18:24:32 -0700452
453 <!-- Text displayed when the list of voicemails is empty -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800454 <string name="recentVoicemails_empty">No recent voicemails</string>
Yorke Leedfb2eee2013-06-26 18:24:32 -0700455
Yorke Leedfb2eee2013-06-26 18:24:32 -0700456 <!-- Menu option to show favorite contacts only -->
457 <string name="show_favorites_only">Show favorites only</string>
Yorke Leed9999322013-07-19 09:22:03 -0700458
459 <!-- Title of activity that displays a list of all calls -->
460 <string name="call_log_activity_title">History</string>
Yorke Leebf34a902013-07-24 19:00:04 -0700461
Yorke Leee00c9fe2014-04-12 12:42:06 -0700462 <!-- Title for the call log tab containing the list of all voicemails and calls
Yorke Lee0e8b0312014-04-16 16:08:56 -0700463 [CHAR LIMIT=30] -->
Yorke Leee00c9fe2014-04-12 12:42:06 -0700464 <string name="call_log_all_title">All</string>
465
466 <!-- Title for the call log tab containing the list of all missed calls only
Yorke Lee0e8b0312014-04-16 16:08:56 -0700467 [CHAR LIMIT=30] -->
Yorke Leee00c9fe2014-04-12 12:42:06 -0700468 <string name="call_log_missed_title">Missed</string>
469
Andrew Lee470fc452014-04-16 14:26:05 -0700470 <!-- Title for the call log tab containing the list of all voicemail calls only
Yorke Lee0e8b0312014-04-16 16:08:56 -0700471 [CHAR LIMIT=30] -->
Andrew Lee470fc452014-04-16 14:26:05 -0700472 <string name="call_log_voicemail_title">Voicemail</string>
473
Andrew Lee50dfa5e2015-05-20 16:47:06 -0700474 <!-- Accessibility text for the tab showing recent and favorite contacts who can be called.
475 [CHAR LIMIT=40] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800476 <string name="tab_speed_dial">Speed dial</string>
Yorke Leee00c9fe2014-04-12 12:42:06 -0700477
Andrew Lee50dfa5e2015-05-20 16:47:06 -0700478 <!-- Accessibility text for the tab showing the call log of recent calls. [CHAR LIMIT=40] -->
Yorke Leee00c9fe2014-04-12 12:42:06 -0700479 <string name="tab_recents">Recents</string>
480
Andrew Lee50dfa5e2015-05-20 16:47:06 -0700481 <!-- Accessibility text for the tab showing the user's contacts. [CHAR LIMIT=40] -->
Yorke Leee00c9fe2014-04-12 12:42:06 -0700482 <string name="tab_all_contacts">Contacts</string>
483
Andrew Lee50dfa5e2015-05-20 16:47:06 -0700484 <!-- Accessibility text for the tab showing the user's voicemails. [CHAR LIMIT=40] -->
485 <string name="tab_voicemail">Voicemail</string>
486
Christine Chen316b4712013-07-15 18:31:22 -0700487 <!-- Text displayed when user swipes out a favorite contact -->
Yorke Leeed017042013-09-09 16:00:19 -0700488 <string name="favorite_hidden">Removed from favorites</string>
Christine Chen316b4712013-07-15 18:31:22 -0700489 <!-- Text displayed for the undo button to undo removing a favorite contact -->
490 <string name="favorite_hidden_undo">Undo</string>
Yorke Leee1424812013-09-04 18:24:48 -0700491
492 <!-- Shortcut item used to call a number directly from search -->
493 <string name="search_shortcut_call_number">Call
494 <xliff:g id="number">%s</xliff:g>
495 </string>
496
Andrew Lee87dc7302015-03-18 17:10:56 -0700497 <!-- Shortcut item used to add a number directly to a new contact from search.
Andrew Lee5c1ab522015-06-04 14:38:50 -0700498 [CHAR LIMIT=25] -->
Andrew Lee87dc7302015-03-18 17:10:56 -0700499 <string name="search_shortcut_create_new_contact">Create new contact</string>
500
Andrew Lee0247a9b2015-03-18 15:10:55 -0700501 <!-- Shortcut item used to add a number to an existing contact directly from search.
Andrew Lee5c1ab522015-06-04 14:38:50 -0700502 [CHAR LIMIT=25] -->
503 <string name="search_shortcut_add_to_contact">Add to contact</string>
Chiao Chengcd9f3762013-09-20 16:00:54 -0700504
Andrew Lee5c1ab522015-06-04 14:38:50 -0700505 <!-- Shortcut item used to send a text message directly from search. [CHAR LIMIT=25] -->
Andrew Leead3d8712015-03-18 12:08:33 -0700506 <string name="search_shortcut_send_sms_message">Send SMS</string>
507
Andrew Lee5c1ab522015-06-04 14:38:50 -0700508 <!-- Shortcut item used to make a video call directly from search. [CHAR LIMIT=25] -->
Andrew Leefc1fed72014-07-02 11:05:53 -0700509 <string name="search_shortcut_make_video_call">Make video call</string>
510
Andrew Lee69705be2015-05-04 17:24:01 -0700511 <!-- Title for the call log list item that brings users to the full call history when clicked -->
512 <string name="show_call_history">View full call history</string>
Yorke Lee6a1461a2014-04-21 16:27:14 -0700513
Chiao Chengcd9f3762013-09-20 16:00:54 -0700514 <!-- Number of missed calls shown on call card [CHAR LIMIT=40] -->
515 <string name="num_missed_calls"><xliff:g id="number">%s</xliff:g> new missed calls</string>
516
Andrew Lee39f773e2014-06-11 18:10:57 -0700517 <!-- Shown when there are no speed dial favorites. -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800518 <string name="speed_dial_empty">Speed dial is one\u2011touch dialing for favorites and numbers you call often</string>
Andrew Lee39f773e2014-06-11 18:10:57 -0700519
520 <!-- Shown when there are no contacts in the all contacts list. -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800521 <string name="all_contacts_empty">No contacts</string>
Chiao Chengcd9f3762013-09-20 16:00:54 -0700522
Yorke Lee3a847bd2013-09-24 15:19:53 -0700523 <!-- Shows up as a tooltip to provide a hint to the user that the profile pic in a contact
524 card can be tapped to bring up a list of all numbers, or long pressed to start reordering
525 [CHAR LIMIT=NONE]
526 -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800527 <string name="contact_tooltip">Touch image to see all numbers or touch &amp; hold to reorder</string>
Chiao Chengd21c3ad2013-10-04 16:13:26 -0700528
Yorke Lee3cefcc62014-01-16 11:26:46 -0800529 <!-- Remove button that shows up when contact is long-pressed. [CHAR LIMIT=NONE] -->
530 <string name="remove_contact">Remove</string>
Ihab Awad526c0b82014-02-27 12:55:36 -0800531
Tyler Gunn9a066572014-02-19 15:58:26 -0800532 <!-- Button text for the "all contacts" button displayed on the main dialer screen above the
533 list of favorite phone numbers. Navigates the user to the "All Contacts" list.
534 This text represents the same action as the text in string "menu_allContacts".
535 [CHAR LIMIT=21] -->
536 <string name="favorites_menu_all_contacts">ALL CONTACTS</string>
537
Andrew Leec1b7d0a2015-04-15 17:23:27 -0700538 <!-- Button text for the "video call" displayed underneath an entry in the call log.
Tyler Gunn57665d22014-07-08 12:37:49 -0700539 Tapping causes a video call to be placed to the caller represented by the call log entry.
Andrew Leec1b7d0a2015-04-15 17:23:27 -0700540 [CHAR LIMIT=50] -->
541 <string name="call_log_action_video_call">Video call</string>
Tyler Gunn57665d22014-07-08 12:37:49 -0700542
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700543 <!-- Button text for the "LISTEN" button displayed underneath an entry in the call log.
544 Tapping navigates the user to the call details screen where the user can listen to the
545 voicemail represented by the call log entry.
546 [CHAR LIMIT=30] -->
547 <string name="call_log_action_voicemail">LISTEN</string>
548
Andrew Lee247df6e2015-05-12 19:09:00 -0700549 <!-- Button text for a button displayed underneath an entry in the call log, which opens up a
550 messaging app to send a SMS to the number represented by the call log entry.
551 [CHAR LIMIT=50] -->
552 <string name="call_log_action_send_message">Send Message</string>
553
Andrew Leec1b7d0a2015-04-15 17:23:27 -0700554 <!-- Button text for the button displayed underneath an entry in the call log.
Tyler Gunncf5e0012014-05-16 08:02:55 -0700555 Tapping navigates the user to the call details screen where the user can view details for
Andrew Leec1b7d0a2015-04-15 17:23:27 -0700556 the call log entry. [CHAR LIMIT=50] -->
557 <string name="call_log_action_details">View details</string>
Tyler Gunncf5e0012014-05-16 08:02:55 -0700558
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700559 <!-- String describing an incoming missed call entry in the call log.
560 Note: AccessibilityServices uses this attribute to announce what the view represents.
561 [CHAR LIMIT=NONE] -->
Ihab Awad1e5325f2014-12-01 14:47:38 -0800562 <string name="description_incoming_missed_call">Missed call from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">^2</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">^3</xliff:g>, <xliff:g id="phoneAccount" example="on SIM 1">^4</xliff:g>.</string>
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700563
564 <!-- String describing an incoming answered call entry in the call log.
565 Note: AccessibilityServices uses this attribute to announce what the view represents.
566 [CHAR LIMIT=NONE] -->
Ihab Awad1e5325f2014-12-01 14:47:38 -0800567 <string name="description_incoming_answered_call">Answered call from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">^2</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">^3</xliff:g>, <xliff:g id="phoneAccount" example="on SIM 1">^4</xliff:g>.</string>
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700568
569 <!-- String describing an outgoing call entry in the call log.
570 Note: AccessibilityServices uses this attribute to announce what the view represents.
571 [CHAR LIMIT=NONE] -->
Ihab Awad1e5325f2014-12-01 14:47:38 -0800572 <string name="description_outgoing_call">Call to <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">^2</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">^3</xliff:g>, <xliff:g id="phoneAccount" example="on SIM 1">^4</xliff:g>.</string>
Nancy Chenacfbbad2014-11-25 18:16:06 -0800573
574 <!-- String describing the phone account the call was made on or to. This string will be used
575 in description_incoming_missed_call, description_incoming_answered_call, and
576 description_outgoing_call.
577 Note: AccessibilityServices uses this attribute to announce what the view represents.
578 [CHAR LIMIT=NONE] -->
Ihab Awad1e5325f2014-12-01 14:47:38 -0800579 <string name="description_phone_account">on <xliff:g id="phoneAccount" example="SIM 1">^1</xliff:g></string>
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700580
Andrew Leec1b7d0a2015-04-15 17:23:27 -0700581 <!-- String describing the phone icon on a call log list item. When tapped, it will place a
582 call to the number represented by that call log entry. [CHAR LIMIT=NONE]-->
583 <string name="description_call_log_call_action">Call</string>
584
585 <!-- String describing the "call" action for an entry in the call log. The call back
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700586 action triggers a return call to the named user.
587 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
588 [CHAR LIMIT=NONE] -->
Andrew Lee0451f9a2015-05-08 12:00:52 -0700589 <string name="description_call_action">
590 Call <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
591 </string>
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700592
Tyler Gunn57665d22014-07-08 12:37:49 -0700593 <!-- String describing the "video call" action for an entry in the call log. The video call
594 action triggers a return video call to the named person/number.
595 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
596 [CHAR LIMIT=NONE] -->
Andrew Lee0451f9a2015-05-08 12:00:52 -0700597 <string name="description_video_call_action">
598 Video call <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>.
599 </string>
Tyler Gunn57665d22014-07-08 12:37:49 -0700600
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700601 <!-- String describing the "listen" action for an entry in the call log. The listen
602 action is shown for call log entries representing a voicemail message and this button
603 triggers playing back the voicemail.
604 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
605 [CHAR LIMIT=NONE] -->
Andrew Lee0451f9a2015-05-08 12:00:52 -0700606 <string name="description_voicemail_action">
607 Listen to voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
608 </string>
609
610 <!-- Description for the "create new contact" action for an entry in the call log. This action
611 opens a screen for creating a new contact for this name or number. [CHAR LIMIT=NONE] -->
612 <string name="description_create_new_contact_action">
613 Create contact for <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
614 </string>
615
616 <!-- Description for the "add to existing contact" action for an entry in the call log. This
617 action opens a screen for adding this name or number to an existing contact.
618 [CHAR LIMIT=NONE] -->
619 <string name="description_add_to_existing_contact_action">
620 Add <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> to existing contact
621 </string>
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700622
Tyler Gunncf5e0012014-05-16 08:02:55 -0700623 <!-- String describing the "details" action for an entry in the call log. The details action
624 displays the call details screen for an entry in the call log. This shows the calls to
625 and from the specified number associated with the call log entry.
626 [CHAR LIMIT=NONE] -->
Andrew Lee0451f9a2015-05-08 12:00:52 -0700627 <string name="description_details_action">
628 Call details for <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
629 </string>
630
631 <!-- Description for the "report" action for an entry in the call log. This action reports that
632 the phone number lookup performed for the entry was inaccurate. [CHAR LIMIT=NONE] -->
633 <string name="description_report_action">
634 Report <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
635 </string>
Tyler Gunncf5e0012014-05-16 08:02:55 -0700636
Tyler Gunn4dfd7122014-05-14 15:12:42 -0700637 <!-- Toast message which appears when a call log entry is deleted.
638 [CHAR LIMIT=NONE] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800639 <string name="toast_entry_removed">Deleted from call history</string>
Tyler Gunn4dfd7122014-05-14 15:12:42 -0700640
Sai Cheemalapatib77bf5d2014-07-10 11:42:34 -0700641 <!-- Button text for the "report" button displayed underneath an entry in the call log.
642 Tapping causes the call log entry to be reported to Google as a bad id.
643 [CHAR LIMIT=30] -->
Andrew Leec1b7d0a2015-04-15 17:23:27 -0700644 <string name="call_log_action_report">Report</string>
Sai Cheemalapatib77bf5d2014-07-10 11:42:34 -0700645
Tyler Gunn1e273312014-06-10 12:59:53 -0700646 <!-- String used as a header in the call log above calls which occurred today.
647 [CHAR LIMIT=65] -->
648 <string name="call_log_header_today">Today</string>
649
650 <!-- String used as a header in the call log above calls which occurred yesterday.
651 [CHAR LIMIT=65] -->
652 <string name="call_log_header_yesterday">Yesterday</string>
653
Nancy Chen4a5a1bd2014-09-24 14:37:45 -0700654 <!-- String used as a header in the call log above calls which occurred two days or more ago.
Tyler Gunn4dfd7122014-05-14 15:12:42 -0700655 [CHAR LIMIT=65] -->
Tyler Gunn480c64d2014-06-11 10:50:27 -0700656 <string name="call_log_header_other">Older</string>
Tyler Gunn18164c82014-06-09 10:20:57 -0700657
658 <!-- String a header on the call details screen. Appears above the list calls to or from a
659 particular number.
660 [CHAR LIMIT=65] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800661 <string name="call_detail_list_header">Calls list</string>
Tyler Gunn18164c82014-06-09 10:20:57 -0700662
663 <!-- String describing the "speaker on" button on the playback control used to listen to a
664 voicemail message. When speaker is on, playback of the voicemail will occur through the
665 phone speaker.
666 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
667 [CHAR LIMIT=NONE] -->
668 <string name="voicemail_speaker_on">Turn speaker on.</string>
669
670 <!-- String describing the "speaker off" button on the playback control used to listen to a
671 voicemail message. When speaker is off, playback of the voicemail will occur through the
672 phone earpiece.
673 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
674 [CHAR LIMIT=NONE] -->
675 <string name="voicemail_speaker_off">Turn speaker off.</string>
676
677 <!-- String describing the "play faster" button in the playback control used to listen to a
678 voicemail message. Speeds up playback of the voicemail message.
679 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
680 [CHAR LIMIT=NONE] -->
681 <string name="voicemail_play_faster">Play faster.</string>
682
683 <!-- String describing the "play slower" button in the playback control used to listen to a
684 voicemail message. Slows down playback of the voicemail message.
685 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
686 [CHAR LIMIT=NONE] -->
687 <string name="voicemail_play_slower">Play slower.</string>
688
689 <!-- String describing the "play/pause" button in the playback control used to listen to a
690 voicemail message. Starts playback or pauses ongoing playback.
691 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
692 [CHAR LIMIT=NONE] -->
693 <string name="voicemail_play_start_pause">Start or pause playback.</string>
Tyler Gunn8b0e8582014-07-10 12:28:43 -0700694
695 <!-- Delimeter used between each item in a textual list; for example "Alpha, Beta".
696 [CHAR LIMIT=3] -->
697 <string name="list_delimeter">", "</string>
Yorke Leeaf6f1952014-07-14 19:13:16 -0700698
699 <!-- Dialer settings related strings-->
700
Andrew Leedd9dc5a2015-02-26 13:46:39 -0800701 <!-- Title for "Display options" category, which controls how contacts are shown.
702 [CHAR LIMIT=40] -->
703 <string name="display_options_title">Display options</string>
704
Andrew Leee83576c2015-02-26 14:26:16 -0800705 <!-- Title for the "Sounds and vibration" settings control settings related to ringtones,
706 dialpad tones, and vibration for incoming calls. [CHAR LIMIT=40] -->
707 <string name="sounds_and_vibration_title">Sounds and vibration</string>
Andrew Leee4ea1042014-08-13 17:10:43 -0700708
Andrew Lee811641c2015-02-26 15:38:48 -0800709 <!-- Title for "Accessibility" category, which controls settings such as TTY mode and hearing
710 aid compatability. [CHAR LIMIT=40] -->
711 <string name="accessibility_settings_title">Accessibility</string>
712
Andrew Leee4ea1042014-08-13 17:10:43 -0700713 <!-- Setting option name to pick ringtone (a list dialog comes up). [CHAR LIMIT=30] -->
714 <string name="ringtone_title">Phone ringtone</string>
715
716 <!-- Setting option name to enable or disable vibration when ringing the phone.
717 [CHAR LIMIT=30] -->
Andrew Leed0d409e2014-08-21 15:20:48 -0700718 <string name="vibrate_on_ring_title">"Also vibrate for calls</string>
Andrew Leee4ea1042014-08-13 17:10:43 -0700719
720 <!-- Setting option name to enable or disable DTMF tone sound [CHAR LIMIT=30] -->
Andrew Leed0d409e2014-08-21 15:20:48 -0700721 <string name="dtmf_tone_enable_title">Dialpad tones</string>
Andrew Leec65acdf2015-03-02 22:43:41 -0800722 <!-- Label for setting to adjust the length of DTMF tone sounds. [CHAR LIMIT=40] -->
723 <string name="dtmf_tone_length_title">Dialpad tone length</string>
724 <!-- Options displayed for the length of DTMF tone sounds. [CHAR LIMIT=40] -->
725 <string-array name="dtmf_tone_length_entries">
726 <item>Normal</item>
727 <item>Long</item>
728 </string-array>
729 <!-- Do not translate. -->
730 <string-array name="dtmf_tone_length_entry_values" translatable="false">
731 <item>0</item>
732 <item>1</item>
733 </string-array>
Andrew Leee4ea1042014-08-13 17:10:43 -0700734
Andrew Leee4ea1042014-08-13 17:10:43 -0700735 <!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] -->
736 <string name="respond_via_sms_setting_title">Quick responses</string>
737
Andrew Leef1621a22014-10-24 14:22:59 -0700738 <!-- Label for the call settings section [CHAR LIMIT=30] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800739 <string name="call_settings_label">Calls</string>
Yorke Leeaf6f1952014-07-14 19:13:16 -0700740
Andrew Leef1621a22014-10-24 14:22:59 -0700741 <!-- Label for the phone account settings [CHAR LIMIT=30] -->
Nancy Chen97670b42014-11-11 12:17:05 -0800742 <string name="phone_account_settings_label">Calling accounts</string>
Andrew Leee94b9452015-02-26 17:20:12 -0800743
744 <!-- DO NOT TRANSLATE. Internal key for ringtone preference. -->
745 <string name="ringtone_preference_key" translatable="false">button_ringtone_key</string>
746 <!-- DO NOT TRANSLATE. Internal key for vibrate when ringing preference. -->
747 <string name="vibrate_on_preference_key" translatable="false">button_vibrate_on_ring</string>
748 <!-- DO NOT TRANSLATE. Internal key for vibrate when ringing preference. -->
749 <string name="play_dtmf_preference_key" translatable="false">button_play_dtmf_tone</string>
Andrew Leec65acdf2015-03-02 22:43:41 -0800750 <!-- DO NOT TRANSLATE. Internal key for DTMF tone length preference. -->
751 <string name="dtmf_tone_length_preference_key" translatable="false">button_dtmf_settings</string>
Chiao Cheng94b10b52012-08-17 16:59:12 -0700752</resources>