• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
18
19<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
20
21    <!-- Application name used in Settings/Apps. Default label for activities
22         that don't specify a label. -->
23    <string name="applicationLabel">Phone</string>
24
25    <!-- Title for the activity that dials the phone.  This is the name
26         used in the Launcher icon. -->
27    <string name="launcherActivityLabel">Phone</string>
28
29
30    <!-- Title for the activity that dials the phone, when launched directly into the dialpad -->
31    <string name="launcherDialpadActivityLabel">Phone Dialpad</string>
32    <!-- The description text for the dialer tab.
33
34    Note: AccessibilityServices use this attribute to announce what the view represents.
35    This is especially valuable for views without textual representation like ImageView.
36
37    [CHAR LIMIT=NONE] -->
38    <string name="dialerIconLabel">Phone</string>
39
40    <!-- The description text for the call log tab.
41
42    Note: AccessibilityServices use this attribute to announce what the view represents.
43    This is especially valuable for views without textual representation like ImageView.
44
45    [CHAR LIMIT=NONE] -->
46    <string name="callHistoryIconLabel">Call history</string>
47
48    <!-- Text for a menu item to report a call as having been incorrectly identified. [CHAR LIMIT=48] -->
49    <string name="action_report_number">Report inaccurate number</string>
50
51    <!-- Option displayed in context menu to copy long pressed phone number. [CHAR LIMIT=48] -->
52    <string name="action_copy_number_text">Copy number</string>
53
54    <!-- Option displayed in context menu to copy long pressed voicemail transcription. [CHAR LIMIT=48] -->
55    <string name="copy_transcript_text">Copy transcription</string>
56
57    <!-- Label for action to block a number. [CHAR LIMIT=48] -->
58    <string name="action_block_number">Block number</string>
59
60    <!-- Text for snackbar to undo blocking a number. [CHAR LIMIT=64] -->
61    <string name="snackbar_number_blocked">
62        <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g> blocked</string>
63
64    <!-- Label for action to unblock a number [CHAR LIMIT=48]-->
65    <string name="action_unblock_number">Unblock number</string>
66
67    <!-- Text for snackbar to undo unblocking a number. [CHAR LIMIT=64] -->
68    <string name="snackbar_number_unblocked">
69        <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g>
70        unblocked</string>
71
72    <!-- Text for undo button in snackbar for blocking/unblocking number. [CHAR LIMIT=10] -->
73    <string name="block_number_undo">UNDO</string>
74
75    <!-- Menu item in call details used to remove a call or voicemail from the call log. -->
76    <string name="call_details_delete">Delete</string>
77
78    <!-- Label for action to edit a number before calling it. [CHAR LIMIT=48] -->
79    <string name="action_edit_number_before_call">Edit number before call</string>
80
81    <!-- Menu item used to remove all calls from the call log -->
82    <string name="call_log_delete_all">Clear call history</string>
83
84    <!-- Menu item used to delete a voicemail. [CHAR LIMIT=30] -->
85    <string name="call_log_trash_voicemail">Delete voicemail</string>
86
87    <!-- Menu item used to archive a voicemail. [CHAR LIMIT=30] -->
88    <string name="call_log_archive_voicemail">Archive voicemail</string>
89
90    <!-- Menu item used to send a voicemail through other applications [CHAR LIMIT=30] -->
91    <string name="call_log_share_voicemail">Share voicemail</string>
92
93    <!-- Text for snackbar to undo a voicemail delete. [CHAR LIMIT=30] -->
94    <string name="snackbar_voicemail_deleted">Voicemail deleted</string>
95
96    <!-- Text for snackbar to undo a voicemail archive. [CHAR LIMIT=30] -->
97    <string name="snackbar_voicemail_archived">Voicemail archived</string>
98
99    <!-- Text for undo button in snackbar for voicemail deletion. [CHAR LIMIT=10] -->
100    <string name="snackbar_voicemail_deleted_undo">UNDO</string>
101
102    <!-- Text for going to archive button in snackbar for voicemail archive. [CHAR LIMIT=10] -->
103    <string name="snackbar_voicemail_archived_goto">GOTO ARCHIVE</string>
104
105    <!-- Title of the confirmation dialog for clearing the call log. [CHAR LIMIT=37]  -->
106    <string name="clearCallLogConfirmation_title">Clear call history?</string>
107
108    <!-- Confirmation dialog for clearing the call log. [CHAR LIMIT=NONE]  -->
109    <string name="clearCallLogConfirmation">This will delete all calls from your history</string>
110
111    <!-- Title of the "Clearing call log" progress-dialog [CHAR LIMIT=35] -->
112    <string name="clearCallLogProgress_title">Clearing call history\u2026</string>
113
114    <!-- Title used for the activity for placing a call. This name appears
115         in activity disambig dialogs -->
116    <string name="userCallActivityLabel" product="default">Phone</string>
117
118    <!-- Notification strings -->
119    <!-- Missed call notification label, used when there's exactly one missed call -->
120    <string name="notification_missedCallTitle">Missed call</string>
121    <!-- Missed call notification label, used when there's exactly one missed call from work contact -->
122    <string name="notification_missedWorkCallTitle">Missed work call</string>
123    <!-- Missed call notification label, used when there are two or more missed calls -->
124    <string name="notification_missedCallsTitle">Missed calls</string>
125    <!-- Missed call notification message used when there are multiple missed calls -->
126    <string name="notification_missedCallsMsg"><xliff:g id="num_missed_calls">%s</xliff:g> missed calls</string>
127    <!-- Message for "call back" Action, which is displayed in the missed call notificaiton.
128         The user will be able to call back to the person or the phone number.
129         [CHAR LIMIT=18] -->
130    <string name="notification_missedCall_call_back">Call back</string>
131    <!-- Message for "reply via sms" action, which is displayed in the missed call notification.
132         The user will be able to send text messages using the phone number.
133         [CHAR LIMIT=18] -->
134    <string name="notification_missedCall_message">Message</string>
135        <!-- DO NOT TRANSLATE. Hardcoded number used for restricted incoming phone numbers. -->
136    <string name="handle_restricted">RESTRICTED</string>
137
138    <!-- Title of the notification of new voicemails. [CHAR LIMIT=30] -->
139    <plurals name="notification_voicemail_title">
140        <item quantity="one">Voicemail</item>
141        <item quantity="other">
142            <xliff:g id="count">%1$d</xliff:g>
143            Voicemails
144        </item>
145    </plurals>
146
147    <!-- Used in the notification of a new voicemail for the action to play the voicemail. -->
148    <string name="notification_action_voicemail_play">Play</string>
149
150    <!-- Used to build a list of names or phone numbers, to indicate the callers who left
151         voicemails.
152         The first argument may be one or more callers, the most recent ones.
153         The second argument is an additional callers.
154         This string is used to build a list of callers.
155
156         [CHAR LIMIT=10]
157     -->
158    <string name="notification_voicemail_callers_list"><xliff:g id="newer_callers">%1$s</xliff:g>,
159        <xliff:g id="older_caller">%2$s</xliff:g>
160    </string>
161
162    <!-- Text used in the ticker to notify the user of the latest voicemail. [CHAR LIMIT=30] -->
163    <string name="notification_new_voicemail_ticker">New voicemail from
164        <xliff:g id="caller">%1$s</xliff:g>
165    </string>
166
167    <!-- Message to show when there is an error playing back the voicemail. [CHAR LIMIT=40] -->
168    <string name="voicemail_playback_error">Couldn\'t play voicemail</string>
169
170    <!-- Message to display whilst we are waiting for the content to be fetched. [CHAR LIMIT=40] -->
171    <string name="voicemail_fetching_content">Loading voicemail\u2026</string>
172
173    <!-- Message to display whilst we are waiting for the content to be archived. [CHAR LIMIT=40] -->
174    <string name="voicemail_archiving_content">Archiving voicemail\u2026</string>
175
176    <!-- Message to display if we fail to get content within a suitable time period. [CHAR LIMIT=40] -->
177    <string name="voicemail_fetching_timout">Couldn\'t load voicemail</string>
178
179    <!-- The header to show that call log is only showing voicemail calls. [CHAR LIMIT=40] -->
180    <string name="call_log_voicemail_header">Calls with voicemail only</string>
181
182    <!-- The header to show that call log is only showing incoming calls. [CHAR LIMIT=40] -->
183    <string name="call_log_incoming_header">Incoming calls only</string>
184
185    <!-- The header to show that call log is only showing outgoing calls. [CHAR LIMIT=40] -->
186    <string name="call_log_outgoing_header">Outgoing calls only</string>
187
188    <!-- The header to show that call log is only showing missed calls. [CHAR LIMIT=40] -->
189    <string name="call_log_missed_header">Missed calls only</string>
190
191    <!-- Title for promo card for visual voicemail. [CHAR LIMIT=40] -->
192    <string name="visual_voicemail_title">Visual voicemail</string>
193
194    <!-- Promo card text for visual voicemail. -->
195    <string name="visual_voicemail_text">
196        See and listen to your voicemail, without having to call a number. Data charges may apply.
197    </string>
198
199    <!-- Text for "Settings" link for visual voicemail promo card. [CHAR LIMIT=30] -->
200    <string name="visual_voicemail_settings">Settings</string>
201
202    <!--  Voicemail status message shown at the top of call log to notify the user that no new
203    voicemails are currently available. This can happen when both notification as well as data
204    connection to the voicemail server is lost. [CHAR LIMIT=64] -->
205    <string name="voicemail_status_voicemail_not_available">Voicemail updates not available</string>
206    <!--  Voicemail status message shown at the top of call log to notify the user that there is no
207      data connection to the voicemail server, but there are new voicemails waiting on the server.
208      [CHAR LIMIT=64] -->
209    <string name="voicemail_status_messages_waiting">New voicemail waiting. Can\'t load right now.</string>
210    <!--  Voicemail status message shown at the top of call log to invite the user to configure
211    visual voicemail. [CHAR LIMIT=64] -->
212    <string name="voicemail_status_configure_voicemail">Set up your voicemail</string>
213    <!--  Voicemail status message shown at the top of call details screen to notify the user that
214    the audio of this voicemail is not available. [CHAR LIMIT=64] -->
215    <string name="voicemail_status_audio_not_available">Audio not available</string>
216
217    <!--  User action prompt shown next to a voicemail status message to let the user configure
218    visual voicemail. [CHAR LIMIT=20] -->
219    <string name="voicemail_status_action_configure">Set up</string>
220    <!--  User action prompt shown next to a voicemail status message to let the user call voicemail
221    server directly to listen to the voicemails. [CHAR LIMIT=20] -->
222    <string name="voicemail_status_action_call_server">Call voicemail</string>
223
224    <!-- The counter for calls in a group and the date of the latest call as shown in the call log [CHAR LIMIT=15] -->
225    <string name="call_log_item_count_and_date">(<xliff:g id="count">%1$d</xliff:g>)
226        <xliff:g id="date">%2$s</xliff:g>
227    </string>
228
229    <!-- Title for the sms disambiguation dialog -->
230    <string name="sms_disambig_title">Choose number</string>
231
232    <!-- Title for the call disambiguation dialog -->
233    <string name="call_disambig_title">Choose number</string>
234
235    <!-- Message next to disamgiguation dialog check box -->
236    <string name="make_primary">Remember this choice</string>
237
238    <!-- String describing the Search ImageButton
239
240         Used by AccessibilityService to announce the purpose of the button.
241         [CHAR LIMIT=NONE]
242    -->
243    <string name="description_search_button">search</string>
244
245    <!-- String describing the Dial ImageButton
246
247         Used by AccessibilityService to announce the purpose of the button.
248    -->
249    <string name="description_dial_button">dial</string>
250
251    <!-- String describing the digits text box containing the number to dial.
252
253         Used by AccessibilityService to announce the purpose of the view.
254    -->
255    <string name="description_digits_edittext">number to dial</string>
256
257    <!-- String describing the button in the voicemail playback to start/stop playback.
258
259         Used by AccessibilityService to announce the purpose of the view.
260    -->
261    <string name="description_playback_start_stop">Play or stop playback</string>
262
263    <!-- String describing the button in the voicemail playback to switch on/off speakerphone.
264
265         Used by AccessibilityService to announce the purpose of the view.
266    -->
267    <string name="description_playback_speakerphone">Switch on or off speakerphone</string>
268
269    <!-- String describing the seekbar in the voicemail playback to seek playback position.
270
271         Used by AccessibilityService to announce the purpose of the view.
272    -->
273    <string name="description_playback_seek">Seek playback position</string>
274
275    <!-- String describing the button in the voicemail playback to decrease playback rate.
276
277         Used by AccessibilityService to announce the purpose of the view.
278    -->
279    <string name="description_rate_decrease">Decrease playback rate</string>
280
281    <!-- String describing the button in the voicemail playback to increase playback rate.
282
283         Used by AccessibilityService to announce the purpose of the view.
284    -->
285    <string name="description_rate_increase">Increase playback rate</string>
286
287    <!-- Content description for the fake action menu button that brings up the call history
288         activity -->
289    <string name="action_menu_call_history_description">Call History</string>
290
291    <!-- Content description for the fake action menu overflow button.
292         This should be same as the description for the real action menu
293         overflow button available in ActionBar.
294         [CHAR LIMIT=NONE] -->
295    <string name="action_menu_overflow_description" msgid="2295659037509008453">More options</string>
296
297    <!-- Content description for the button that displays the dialpad
298         [CHAR LIMIT=NONE] -->
299    <string name="action_menu_dialpad_button">dial pad</string>
300
301    <!-- Menu item used to show only outgoing in the call log. [CHAR LIMIT=30] -->
302    <string name="menu_show_outgoing_only">Show outgoing only</string>
303
304    <!-- Menu item used to show only incoming in the call log. [CHAR LIMIT=30] -->
305    <string name="menu_show_incoming_only">Show incoming only</string>
306
307    <!-- Menu item used to show only missed in the call log. [CHAR LIMIT=30] -->
308    <string name="menu_show_missed_only">Show missed only</string>
309
310    <!-- Menu item used to show only voicemails in the call log. [CHAR LIMIT=30] -->
311    <string name="menu_show_voicemails_only">Show voicemails only</string>
312
313    <!-- Menu item used to show all calls in the call log. [CHAR LIMIT=30] -->
314    <string name="menu_show_all_calls">Show all calls</string>
315
316    <!-- Menu items for dialpad options as part of Pause and Wait ftr [CHAR LIMIT=30] -->
317    <string name="add_2sec_pause">Add 2-sec pause</string>
318    <string name="add_wait">Add wait</string>
319
320    <!-- Label for the dialer app setting page [CHAR LIMIT=30]-->
321    <string name="dialer_settings_label">Settings</string>
322
323    <!-- Menu item to create a new contact [CHAR LIMIT=30] -->
324    <string name="menu_newContact">New contact</string>
325
326    <!-- Menu item to display all contacts [CHAR LIMIT=30] -->
327    <string name="menu_allContacts">All contacts</string>
328
329    <!-- Title bar for call detail screen -->
330    <string name="callDetailTitle">Call details</string>
331
332    <!-- Toast for call detail screen when couldn't read the requested details -->
333    <string name="toast_call_detail_error">Details not available</string>
334
335    <!-- Item label: jump to the in-call DTMF dialpad.
336         (Part of a list of options shown in the dialer when another call
337         is already in progress.) -->
338    <string name="dialer_useDtmfDialpad">Use touch tone keypad</string>
339
340    <!-- Item label: jump to the in-call UI.
341         (Part of a list of options shown in the dialer when another call
342         is already in progress.) -->
343    <string name="dialer_returnToInCallScreen">Return to call in progress</string>
344
345    <!-- Item label: use the Dialer's dialpad to add another call.
346         (Part of a list of options shown in the dialer when another call
347         is already in progress.) -->
348    <string name="dialer_addAnotherCall">Add call</string>
349
350    <!-- Title for incoming call type. [CHAR LIMIT=40] -->
351    <string name="type_incoming">Incoming call</string>
352
353    <!-- Title for outgoing call type. [CHAR LIMIT=40] -->
354    <string name="type_outgoing">Outgoing call</string>
355
356    <!-- Title for missed call type. [CHAR LIMIT=40] -->
357    <string name="type_missed">Missed call</string>
358
359    <!-- Title for incoming video call in call details screen [CHAR LIMIT=60] -->
360    <string name="type_incoming_video">Incoming video call</string>
361
362    <!-- Title for outgoing video call in call details screen [CHAR LIMIT=60] -->
363    <string name="type_outgoing_video">Outgoing video call</string>
364
365    <!-- Title for missed video call in call details screen [CHAR LIMIT=60] -->
366    <string name="type_missed_video">Missed video call</string>
367
368    <!-- Title for voicemail details screen -->
369    <string name="type_voicemail">Voicemail</string>
370
371    <!-- Title for rejected call type. [CHAR LIMIT=40] -->
372    <string name="type_rejected">Declined call</string>
373
374    <!-- Title for blocked call type. [CHAR LIMIT=40] -->
375    <string name="type_blocked">Blocked call</string>
376
377    <!-- Description for incoming calls going to voice mail vs. not -->
378    <string name="actionIncomingCall">Incoming calls</string>
379
380    <!-- String describing the icon in the call log used to play a voicemail.
381
382        Note: AccessibilityServices use this attribute to announce what the view represents.
383              This is especially valuable for views without textual representation like ImageView.
384    -->
385    <string name="description_call_log_play_button">Play voicemail</string>
386
387    <!-- String describing the button to view the contact for the current number.
388
389        Note: AccessibilityServices use this attribute to announce what the view represents.
390              This is especially valuable for views without textual representation like ImageView.
391    -->
392    <string name="description_view_contact">View contact <xliff:g id="name">%1$s</xliff:g></string>
393
394    <!-- String describing the button to call a number or contact.
395
396        Note: AccessibilityServices use this attribute to announce what the view represents.
397              This is especially valuable for views without textual representation like ImageView.
398    -->
399    <string name="description_call">Call <xliff:g id="name">%1$s</xliff:g></string>
400
401    <!-- String describing the button to access the contact details for a name or number.
402
403        Note: AccessibilityServices use this attribute to announce what the view represents.
404              This is especially valuable for views without textual representation like ImageView.
405    -->
406    <string name="description_contact_details">Contact details for <xliff:g id="nameOrNumber">%1$s</xliff:g></string>
407
408    <!-- String indicating the number of calls to/from a caller in the call log.
409
410    Note: AccessibilityServices use this attribute to announce what the view represents.
411          This is especially valuable for views without textual representation like ImageView.
412    -->
413    <string name="description_num_calls"><xliff:g id="numberOfCalls">%1$s</xliff:g> calls.</string>
414
415    <!-- String indicating a call log entry had video capabilities.
416
417    Note: AccessibilityServices use this attribute to announce what the view represents.
418          This is especially valuable for views without textual representation like ImageView.
419          [CHAR LIMIT=NONE]
420    -->
421    <string name="description_video_call">Video call.</string>
422
423    <!-- String describing the button to SMS a number or contact.
424
425        Note: AccessibilityServices use this attribute to announce what the view represents.
426              This is especially valuable for views without textual representation like ImageView.
427              [CHAR LIMIT=NONE]
428    -->
429    <string name="description_send_text_message">Send SMS to <xliff:g id="name">%1$s</xliff:g></string>
430
431    <!-- String describing the icon in the call log used to represent an unheard voicemail left to
432         the user.
433
434        Note: AccessibilityServices use this attribute to announce what the view represents.
435              This is especially valuable for views without textual representation like ImageView.
436              [CHAR LIMIT=NONE]
437    -->
438    <string name="description_call_log_unheard_voicemail">Unheard voicemail</string>
439
440    <!-- String describing the icon used to start a voice search -->
441    <string name="description_start_voice_search">Start voice search</string>
442
443    <!-- Menu item used to call a contact, containing the number of the contact to call -->
444    <string name="menu_callNumber">Call <xliff:g id="number">%s</xliff:g></string>
445
446    <!-- String used to display calls from unknown numbers in the call log -->
447    <string name="unknown">Unknown</string>
448
449    <!-- String used for displaying calls to the voicemail number in the call log -->
450    <string name="voicemail">Voicemail</string>
451
452    <!-- String used to display calls from private numbers in the call log -->
453    <string name="private_num">Private number</string>
454
455    <!-- String used to display calls from pay phone in the call log -->
456    <string name="payphone">Payphone</string>
457
458    <!-- A nicely formatted call duration displayed when viewing call details for duration less than 1 minute. For example "28 sec" -->
459    <string name="callDetailsShortDurationFormat"><xliff:g id="seconds" example="28">%s</xliff:g> sec</string>
460
461    <!-- A nicely formatted call duration displayed when viewing call details. For example "42 min 28 sec" -->
462    <string name="callDetailsDurationFormat"><xliff:g id="minutes" example="42">%s</xliff:g> min <xliff:g id="seconds" example="28">%s</xliff:g> sec</string>
463
464    <!-- The string 'Today'. This value is used in the voicemailCallLogDateTimeFormat rather than an
465         explicit date string, e.g. Jul 25, 2014, in the event that a voicemail was created on the
466         current day -->
467    <string name="voicemailCallLogToday">@string/call_log_header_today</string>
468
469    <!-- A format string used for displaying the date and time for a voicemail call log. For example: Jul 25, 2014 at 2:49 PM
470         The date will be replaced by 'Today' for voicemails created on the current day. For example: Today at 2:49 PM -->
471    <string name="voicemailCallLogDateTimeFormat"><xliff:g id="date" example="Jul 25, 2014">%1$s</xliff:g> at <xliff:g id="time" example="2:49 PM">%2$s</xliff:g></string>
472
473    <!-- Format for duration of voicemails which are displayed when viewing voicemail logs. For example "01:22" -->
474    <string name="voicemailDurationFormat"><xliff:g id="minutes" example="10">%1$02d</xliff:g>:<xliff:g id="seconds" example="20">%2$02d</xliff:g></string>
475
476    <!-- A format string used for displaying the date, time and duration for a voicemail call log. For example: Jul 25, 2014 at 2:49 PM • 00:34 -->
477    <string name="voicemailCallLogDateTimeFormatWithDuration"><xliff:g id="dateAndTime" example="Jul 25, 2014 at 2:49PM">%1$s</xliff:g> \u2022 <xliff:g id="duration" example="01:22">%2$s</xliff:g></string>
478
479    <!-- Dialog message which is shown when the user tries to make a phone call
480         to prohibited phone numbers [CHAR LIMIT=NONE] -->
481    <string name="dialog_phone_call_prohibited_message" msgid="4313552620858880999">Can\'t call this number</string>
482
483    <!-- Dialog message which is shown when the user tries to check voicemail
484         while the system isn't ready for the access. [CHAR LIMIT=NONE] -->
485    <string name="dialog_voicemail_not_ready_message">To set up voicemail, go to Menu &gt; Settings.</string>
486
487    <!-- Dialog message which is shown when the user tries to check voicemail
488         while the system is in airplane mode. The user cannot access to
489         voicemail service in Airplane mode. [CHAR LIMI=NONE] -->
490    <string name="dialog_voicemail_airplane_mode_message">To call voicemail, first turn off Airplane mode.</string>
491
492    <!-- 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] -->
493    <string name="contact_list_loading">Loading\u2026</string>
494
495    <!-- The title of a dialog that displays the IMEI of the phone -->
496    <string name="imei">IMEI</string>
497
498    <!-- The title of a dialog that displays the MEID of the CDMA phone -->
499    <string name="meid">MEID</string>
500
501    <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial -->
502    <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string>
503
504    <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial -->
505    <string name="simContacts_title">SIM card contacts</string>
506
507    <!-- Message displayed when there is no application available to handle the add contact menu option. [CHAR LIMIT=NONE] -->
508    <string name="add_contact_not_available">No contacts app available</string>
509
510    <!-- Message displayed when there is no application available to handle voice search. [CHAR LIMIT=NONE] -->
511    <string name="voice_search_not_available">Voice search not available</string>
512
513    <!-- Message displayed when the Phone application has been disabled and a phone call cannot
514         be made. [CHAR LIMIT=NONE] -->
515    <string name="call_not_available">Cannot make a phone call because the Phone application has been disabled.</string>
516
517    <!-- Message displayed when there is no application available to handle a particular action.
518         [CHAR LIMIT=NONE] -->
519    <string name="activity_not_available">No app for that on this device</string>
520
521    <!-- Hint displayed in dialer search box when there is no query that is currently typed.
522         [CHAR LIMIT=30] -->
523    <string name="dialer_hint_find_contact">Search contacts</string>
524
525    <!-- Hint displayed in add blocked number search box when there is no query typed.
526         [CHAR LIMIT=45] -->
527    <string name="block_number_search_hint">Add number or search contacts</string>
528
529    <!-- String resource for the font-family to use for the call log activity's title
530         Do not translate. -->
531    <string name="call_log_activity_title_font_family">sans-serif-light</string>
532
533    <!-- String resource for the font-family to use for the full call history footer
534         Do not translate. -->
535    <string name="view_full_call_history_font_family">sans-serif</string>
536
537    <!-- Text displayed when the call log is empty. -->
538    <string name="call_log_all_empty">Your call history is empty</string>
539
540    <!-- Label of the button displayed when the call history is empty. Allows the user to make a call. -->
541    <string name="call_log_all_empty_action">Make a call</string>
542
543    <!-- Text displayed when the list of missed calls is empty -->
544    <string name="call_log_missed_empty">You have no missed calls.</string>
545
546    <!-- Text displayed when the list of voicemails is empty -->
547    <string name="call_log_voicemail_empty">Your voicemail inbox is empty.</string>
548
549    <!-- Text displayed when the list of voicemail archives is empty -->
550    <string name="voicemail_archive_empty">Your voicemail archive is empty.</string>
551
552    <!--  Menu option to show favorite contacts only -->
553    <string name="show_favorites_only">Show favorites only</string>
554
555    <!--  Title of activity that displays a list of all calls -->
556    <string name="call_log_activity_title">Call History</string>
557
558    <!--  Title of activity that displays a list of all archived voicemails -->
559    <string name="voicemail_archive_activity_title">Voicemail Archive</string>
560
561    <!-- Title for the call log tab containing the list of all voicemails and calls
562         [CHAR LIMIT=30] -->
563    <string name="call_log_all_title">All</string>
564
565    <!-- Title for the call log tab containing the list of all missed calls only
566         [CHAR LIMIT=30] -->
567    <string name="call_log_missed_title">Missed</string>
568
569    <!-- Title for the call log tab containing the list of all voicemail calls only
570         [CHAR LIMIT=30] -->
571    <string name="call_log_voicemail_title">Voicemail</string>
572
573    <!-- Title for dialog which opens when the user needs to migrate to the framework blocking implementation [CHAR LIMIT=30]-->
574    <string name="migrate_blocked_numbers_dialog_title">New, simplified blocking</string>
575
576    <!-- Body text for dialog which opens when the user needs to migrate to the framework blocking implementation [CHAR LIMIT=NONE]-->
577    <string name="migrate_blocked_numbers_dialog_message">To better protect you, Phone needs to change how blocking works. Your blocked numbers will now stop both calls and texts and may be shared with other apps.</string>
578
579    <!-- Positive confirmation button for the dialog which opens when the user needs to migrate to the framework blocking implementation [CHAR LIMIT=NONE]-->
580    <string name="migrate_blocked_numbers_dialog_allow_button">Allow</string>
581
582    <!-- Do not translate -->
583    <string name="migrate_blocked_numbers_dialog_cancel_button">@android:string/cancel</string>
584
585    <!-- Confirmation dialog title for blocking a number. [CHAR LIMIT=NONE] -->
586    <string name="block_number_confirmation_title">Block
587        <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g>?</string>
588
589    <!-- Confirmation dialog message for blocking a number with visual voicemail active.
590         [CHAR LIMIT=NONE] -->
591    <string name="block_number_confirmation_message_vvm">
592        Calls from this number will be blocked and voicemails will be automatically deleted.
593    </string>
594
595    <!-- Confirmation dialog message for blocking a number with no visual voicemail.
596         [CHAR LIMIT=NONE] -->
597    <string name="block_number_confirmation_message_no_vvm">
598        Calls from this number will be blocked, but the caller may still be able to leave you voicemails.
599    </string>
600
601    <!-- Confirmation dialog message for blocking a number with new filtering enabled.
602         [CHAR LIMIT=NONE] -->
603    <string name="block_number_confirmation_message_new_filtering">
604        You will no longer receive calls or texts from this number.
605    </string>
606
607    <!-- Block number alert dialog button [CHAR LIMIT=32] -->
608    <string name="block_number_ok">BLOCK</string>
609
610    <!-- Confirmation dialog for unblocking a number. [CHAR LIMIT=NONE] -->
611    <string name="unblock_number_confirmation_title">Unblock
612        <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g>?</string>
613
614    <!-- Unblock number alert dialog button [CHAR LIMIT=32] -->
615    <string name="unblock_number_ok">UNBLOCK</string>
616
617    <!-- Accessibility text for the tab showing recent and favorite contacts who can be called.
618         [CHAR LIMIT=40] -->
619    <string name="tab_speed_dial">Speed dial</string>
620
621    <!-- Accessibility text for the tab showing the call history. [CHAR LIMIT=40] -->
622    <string name="tab_history">Call History</string>
623
624    <!-- Accessibility text for the tab showing the user's contacts. [CHAR LIMIT=40] -->
625    <string name="tab_all_contacts">Contacts</string>
626
627    <!-- Accessibility text for the tab showing the user's voicemails. [CHAR LIMIT=40] -->
628    <string name="tab_voicemail">Voicemail</string>
629
630    <!--  Text displayed when user swipes out a favorite contact -->
631    <string name="favorite_hidden">Removed from favorites</string>
632    <!--  Text displayed for the undo button to undo removing a favorite contact -->
633    <string name="favorite_hidden_undo">Undo</string>
634
635    <!-- Shortcut item used to call a number directly from search -->
636    <string name="search_shortcut_call_number">Call
637        <xliff:g id="number">%s</xliff:g>
638    </string>
639
640    <!-- Shortcut item used to add a number directly to a new contact from search.
641         [CHAR LIMIT=25] -->
642    <string name="search_shortcut_create_new_contact">Create new contact</string>
643
644    <!-- Shortcut item used to add a number to an existing contact directly from search.
645         [CHAR LIMIT=25] -->
646    <string name="search_shortcut_add_to_contact">Add to a contact</string>
647
648    <!-- Shortcut item used to send a text message directly from search. [CHAR LIMIT=25] -->
649    <string name="search_shortcut_send_sms_message">Send SMS</string>
650
651    <!-- Shortcut item used to make a video call directly from search. [CHAR LIMIT=25] -->
652    <string name="search_shortcut_make_video_call">Make video call</string>
653
654    <!-- Shortcut item used to block a number directly from search. [CHAR LIMIT=25] -->
655    <string name="search_shortcut_block_number">Block number</string>
656
657    <!-- Number of missed calls shown on call card [CHAR LIMIT=40] -->
658    <string name="num_missed_calls"><xliff:g id="number">%s</xliff:g> new missed calls</string>
659
660    <!-- Shown when there are no speed dial favorites. -->
661    <string name="speed_dial_empty">No one is on your speed dial yet</string>
662
663    <!-- Shown as an action when there are no speed dial favorites -->
664    <string name="speed_dial_empty_add_favorite_action">Add a favorite</string>
665
666    <!-- Shown when there are no contacts in the all contacts list. -->
667    <string name="all_contacts_empty">You don\'t have any contacts yet</string>
668
669    <!-- Shown as an action when the all contacts list is empty -->
670    <string name="all_contacts_empty_add_contact_action">Add a contact</string>
671
672    <!-- Shows up as a tooltip to provide a hint to the user that the profile pic in a contact
673         card can be tapped to bring up a list of all numbers, or long pressed to start reordering
674         [CHAR LIMIT=NONE]
675    -->
676    <string name="contact_tooltip">Touch image to see all numbers or touch &amp; hold to reorder</string>
677
678    <!-- Remove button that shows up when contact is long-pressed. [CHAR LIMIT=NONE] -->
679    <string name="remove_contact">Remove</string>
680
681    <!-- Button text for the "video call" displayed underneath an entry in the call log.
682         Tapping causes a video call to be placed to the caller represented by the call log entry.
683         [CHAR LIMIT=30] -->
684    <string name="call_log_action_video_call">Video call</string>
685
686    <!-- Button text for a button displayed underneath an entry in the call log, which opens up a
687         messaging app to send a SMS to the number represented by the call log entry.
688         [CHAR LIMIT=30] -->
689    <string name="call_log_action_send_message">Send a message</string>
690
691    <!-- Button text for the button displayed underneath an entry in the call log.
692         Tapping navigates the user to the call details screen where the user can view details for
693         the call log entry. [CHAR LIMIT=30] -->
694    <string name="call_log_action_details">Call details</string>
695
696    <!-- Button text for the button displayed underneath an entry in the call log, which when
697         tapped triggers a return call to the named user. [CHAR LIMIT=30] -->
698    <string name="call_log_action_call">
699        Call <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
700    </string>
701
702    <!-- String describing an incoming missed call entry in the call log.
703         Note: AccessibilityServices uses this attribute to announce what the view represents.
704         [CHAR LIMIT=NONE] -->
705    <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>
706
707    <!-- String describing an incoming answered call entry in the call log.
708         Note: AccessibilityServices uses this attribute to announce what the view represents.
709         [CHAR LIMIT=NONE] -->
710    <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>
711
712    <!-- String describing an "unread" voicemail entry in the voicemails tab.
713         Note: AccessibilityServices use this attribute to announce what the view represents.
714         [CHAR LIMIT=NONE] -->
715    <string name="description_unread_voicemail">Unread voicemail 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>
716
717    <!-- String describing a "read" voicemail entry in the voicemails tab.
718     Note: AccessibilityServices use this attribute to announce what the view represents.
719     [CHAR LIMIT=NONE] -->
720    <string name="description_read_voicemail">Voicemail 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>
721
722    <!-- String describing an outgoing call entry in the call log.
723         Note: AccessibilityServices uses this attribute to announce what the view represents.
724         [CHAR LIMIT=NONE] -->
725    <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>
726
727    <!-- String describing the phone account the call was made on or to. This string will be used
728         in description_incoming_missed_call, description_incoming_answered_call, and
729         description_outgoing_call.
730         Note: AccessibilityServices uses this attribute to announce what the view represents.
731         [CHAR LIMIT=NONE] -->
732    <string name="description_phone_account">on <xliff:g id="phoneAccount" example="SIM 1">^1</xliff:g></string>
733
734    <!-- String describing the secondary line number the call was received via.
735         Note: AccessibilityServices use this attribute to announce what the view represents.
736         [CHAR LIMIT=NONE]-->
737    <string name="description_via_number">via <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g></string>
738
739    <!-- TextView text item showing the secondary line number the call was received via.
740         [CHAR LIMIT=NONE]-->
741    <string name="call_log_via_number">via <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g></string>
742
743    <!-- String describing the PhoneAccount and via number that a call was received on, if both are
744         visible.
745         Note: AccessibilityServices use this attribute to announce what the view represents.
746         [CHAR LIMIT=NONE]-->
747    <string name="description_via_number_phone_account">on <xliff:g id="phoneAccount" example="SIM 1">%1$s</xliff:g>, via <xliff:g id="number" example="(555) 555-5555">%2$s</xliff:g></string>
748
749    <!-- The order of the PhoneAccount and via number that a call was received on,
750         if both are visible.
751         [CHAR LIMIT=NONE]-->
752    <string name="call_log_via_number_phone_account"><xliff:g id="phoneAccount" example="SIM 1">%1$s</xliff:g> via <xliff:g id="number" example="(555) 555-5555">%2$s</xliff:g></string>
753
754    <!-- String describing the phone icon on a call log list item. When tapped, it will place a
755         call to the number represented by that call log entry. [CHAR LIMIT=NONE]-->
756    <string name="description_call_log_call_action">Call</string>
757
758    <!-- String describing the "call" action for an entry in the call log.  The call back
759         action triggers a return call to the named user.
760         Note: AccessibilityServices uses this attribute to announce the purpose of the button.
761         [CHAR LIMIT=NONE] -->
762    <string name="description_call_action">
763        Call <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
764    </string>
765
766    <!-- String describing the "video call" action for an entry in the call log.  The video call
767         action triggers a return video call to the named person/number.
768         Note: AccessibilityServices uses this attribute to announce the purpose of the button.
769         [CHAR LIMIT=NONE] -->
770    <string name="description_video_call_action">
771        Video call <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>.
772    </string>
773
774    <!-- String describing the "listen" action for an entry in the call log.  The listen
775         action is shown for call log entries representing a voicemail message and this button
776         triggers playing back the voicemail.
777         Note: AccessibilityServices uses this attribute to announce the purpose of the button.
778         [CHAR LIMIT=NONE] -->
779    <string name="description_voicemail_action">
780        Listen to voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
781    </string>
782
783    <!-- String describing the "play voicemail" action for an entry in the call log.
784         Note: AccessibilityServices uses this attribute to announce the purpose of the button.
785         [CHAR LIMIT=NONE] -->
786    <string name="description_voicemail_play">
787        Play voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
788    </string>
789
790    <!-- String describing the "pause voicemail" action for an entry in the call log.
791         Note: AccessibilityServices uses this attribute to announce the purpose of the button.
792         [CHAR LIMIT=NONE] -->
793    <string name="description_voicemail_pause">
794        Pause voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
795    </string>
796
797
798    <!-- String describing the "delete voicemail" action for an entry in the call log.
799         Note: AccessibilityServices uses this attribute to announce the purpose of the button.
800         [CHAR LIMIT=NONE] -->
801    <string name="description_voicemail_delete">
802        Delete voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
803    </string>
804
805    <!-- String describing the number of new voicemails, displayed as a number badge on a tab.
806         Note: AccessibilityServices uses this attribute to announce the purpose of the button.
807         [CHAR LIMIT=NONE] -->
808    <plurals name="description_voicemail_unread">
809        <item quantity="one"><xliff:g id="count">%d</xliff:g> new voicemail</item>
810        <item quantity="other"><xliff:g id="count">%d</xliff:g> new voicemails</item>
811    </plurals>
812
813    <!-- Description for the "create new contact" action for an entry in the call log. This action
814         opens a screen for creating a new contact for this name or number. [CHAR LIMIT=NONE] -->
815    <string name="description_create_new_contact_action">
816        Create contact for <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
817    </string>
818
819    <!-- Description for the "add to existing contact" action for an entry in the call log. This
820         action opens a screen for adding this name or number to an existing contact.
821         [CHAR LIMIT=NONE] -->
822    <string name="description_add_to_existing_contact_action">
823        Add <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> to existing contact
824    </string>
825
826    <!-- String describing the "details" action for an entry in the call log.  The details action
827         displays the call details screen for an entry in the call log.  This shows the calls to
828         and from the specified number associated with the call log entry.
829         [CHAR LIMIT=NONE] -->
830    <string name="description_details_action">
831        Call details for <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
832    </string>
833
834    <!-- Toast message which appears when a call log entry is deleted.
835         [CHAR LIMIT=NONE] -->
836    <string name="toast_entry_removed">Deleted from call history</string>
837
838    <!-- String used as a header in the call log above calls which occurred today.
839         [CHAR LIMIT=65] -->
840    <string name="call_log_header_today">Today</string>
841
842    <!-- String used as a header in the call log above calls which occurred yesterday.
843         [CHAR LIMIT=65] -->
844    <string name="call_log_header_yesterday">Yesterday</string>
845
846    <!-- String used as a header in the call log above calls which occurred two days or more ago.
847         [CHAR LIMIT=65] -->
848    <string name="call_log_header_other">Older</string>
849
850    <!-- String a header on the call details screen.  Appears above the list calls to or from a
851         particular number.
852         [CHAR LIMIT=65] -->
853    <string name="call_detail_list_header">Calls list</string>
854
855    <!-- String describing the "speaker on" button on the playback control used to listen to a
856         voicemail message.  When speaker is on, playback of the voicemail will occur through the
857         phone speaker.
858         Note: AccessibilityServices uses this attribute to announce the purpose of the button.
859         [CHAR LIMIT=NONE] -->
860    <string name="voicemail_speaker_on">Turn speaker on.</string>
861
862    <!-- String describing the "speaker off" button on the playback control used to listen to a
863         voicemail message.  When speaker is off, playback of the voicemail will occur through the
864         phone earpiece.
865         Note: AccessibilityServices uses this attribute to announce the purpose of the button.
866         [CHAR LIMIT=NONE] -->
867    <string name="voicemail_speaker_off">Turn speaker off.</string>
868
869    <!-- String describing the "play faster" button in the playback control used to listen to a
870         voicemail message.  Speeds up playback of the voicemail message.
871         Note: AccessibilityServices uses this attribute to announce the purpose of the button.
872         [CHAR LIMIT=NONE] -->
873    <string name="voicemail_play_faster">Play faster.</string>
874
875    <!-- String describing the "play slower" button in the playback control used to listen to a
876         voicemail message.  Slows down playback of the voicemail message.
877         Note: AccessibilityServices uses this attribute to announce the purpose of the button.
878         [CHAR LIMIT=NONE] -->
879    <string name="voicemail_play_slower">Play slower.</string>
880
881    <!-- String describing the "play/pause" button in the playback control used to listen to a
882         voicemail message.  Starts playback or pauses ongoing playback.
883         Note: AccessibilityServices uses this attribute to announce the purpose of the button.
884         [CHAR LIMIT=NONE] -->
885    <string name="voicemail_play_start_pause">Start or pause playback.</string>
886
887    <!-- Delimeter used between each item in a textual list; for example "Alpha, Beta".
888         [CHAR LIMIT=3] -->
889    <string name="list_delimeter">", "</string>
890
891    <!-- Dialer settings related strings-->
892
893    <!-- Title for "Display options" category, which controls how contacts are shown.
894         [CHAR LIMIT=40] -->
895    <string name="display_options_title">Display options</string>
896
897    <!-- Title for the "Sounds and vibration" settings control settings related to ringtones,
898         dialpad tones, and vibration for incoming calls. [CHAR LIMIT=40] -->
899    <string name="sounds_and_vibration_title">Sounds and vibration</string>
900
901    <!-- Title for "Accessibility" category, which controls settings such as TTY mode and hearing
902         aid compatability. [CHAR LIMIT=40] -->
903    <string name="accessibility_settings_title">Accessibility</string>
904
905    <!-- Setting option name to pick ringtone (a list dialog comes up). [CHAR LIMIT=30] -->
906    <string name="ringtone_title">Phone ringtone</string>
907
908    <!-- Setting option name to enable or disable vibration when ringing the phone.
909         [CHAR LIMIT=30] -->
910    <string name="vibrate_on_ring_title">"Also vibrate for calls</string>
911
912    <!-- Setting option name to enable or disable DTMF tone sound [CHAR LIMIT=30] -->
913    <string name="dtmf_tone_enable_title">Dialpad tones</string>
914    <!-- Label for setting to adjust the length of DTMF tone sounds. [CHAR LIMIT=40] -->
915    <string name="dtmf_tone_length_title">Dialpad tone length</string>
916    <!-- Options displayed for the length of DTMF tone sounds. [CHAR LIMIT=40] -->
917    <string-array name="dtmf_tone_length_entries">
918      <item>Normal</item>
919      <item>Long</item>
920    </string-array>
921    <!-- Do not translate. -->
922    <string-array name="dtmf_tone_length_entry_values" translatable="false">
923       <item>0</item>
924       <item>1</item>
925    </string-array>
926
927    <!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] -->
928    <string name="respond_via_sms_setting_title">Quick responses</string>
929
930    <!-- Label for the call settings section [CHAR LIMIT=30] -->
931    <string name="call_settings_label">Calls</string>
932
933    <!-- Label for the blocked numbers settings section [CHAR LIMIT=30] -->
934    <string name="manage_blocked_numbers_label">Call blocking</string>
935
936    <!-- Label for a section describing that call blocking is temporarily disabled because an
937         emergency call was made. [CHAR LIMIT=50] -->
938    <string name="blocked_numbers_disabled_emergency_header_label">
939        Call blocking temporarily off
940    </string>
941
942    <!-- Description that call blocking is temporarily disabled because the user called an
943         emergency number, and explains that call blocking will be re-enabled after a buffer
944         period has passed. [CHAR LIMIT=NONE] -->
945    <string name="blocked_numbers_disabled_emergency_desc">
946        Call blocking has been disabled because you contacted emergency services from this phone
947        within the last 48 hours. It will be automatically reenabled once the 48 hour period
948        expires.
949    </string>
950
951    <!-- Label for fragment to import numbers from contacts marked as send to voicemail.
952         [CHAR_LIMIT=30] -->
953    <string name="import_send_to_voicemail_numbers_label">Import numbers</string>
954
955    <!-- Text informing the user they have previously marked contacts to be sent to voicemail.
956         This will be followed by two buttons, 1) to view who is marked to be sent to voicemail
957         and 2) importing these settings to Dialer's block list. [CHAR LIMIT=NONE] -->
958    <string name="blocked_call_settings_import_description">
959        You previously marked some callers to be automatically sent to voicemail via other apps.
960    </string>
961
962    <!-- Label for button to view numbers of contacts previous marked to be sent to voicemail.
963         [CHAR_LIMIT=20] -->
964    <string name="blocked_call_settings_view_numbers_button">View Numbers</string>
965
966    <!-- Label for button to import settings for sending contacts to voicemail into Dialer's block
967         list. [CHAR_LIMIT=20] -->
968    <string name="blocked_call_settings_import_button">Import</string>
969
970    <!-- Error toast message for when send to voicemail import fails. [CHAR LIMIT=40] -->
971    <string name="send_to_voicemail_import_failed">Import failed</string>
972
973    <!-- Error toast message for when voicemail archive fails. [CHAR LIMIT=40] -->
974    <string name="voicemail_archive_failed">Failed to archive voicemail.</string>
975
976    <!-- String describing the delete icon on a blocked number list item.
977        When tapped, it will show a dialog confirming the unblocking of the number.
978        [CHAR LIMIT=NONE]-->
979    <string name="description_blocked_number_list_delete">Unblock number</string>
980
981    <!-- Button to bring up UI to add a number to the blocked call list. [CHAR LIMIT=40] -->
982    <string name="addBlockedNumber">Add number</string>
983
984    <!-- Footer message of number blocking screen with visual voicemail active.
985        [CHAR LIMIT=NONE] -->
986    <string name="block_number_footer_message_vvm">
987        Calls from these numbers will be blocked and voicemails will be automatically deleted.
988    </string>
989
990    <!-- Footer message of number blocking screen with no visual voicemail.
991         [CHAR LIMIT=NONE] -->
992    <string name="block_number_footer_message_no_vvm">
993         Calls from these numbers will be blocked, but they may still be able to leave you voicemails.
994    </string>
995
996    <!-- Heading for the block list in the "Spam and blocked cal)ls" settings. [CHAR LIMIT=64] -->
997    <string name="block_list">Blocked numbers</string>
998
999    <!-- Error message shown when user tries to add invalid number to the block list.
1000        [CHAR LIMIT=64] -->
1001    <string name="invalidNumber"><xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g>
1002        is invalid.</string>
1003
1004    <!-- Error message shown when user tries to add a number to the block list that was already
1005        blocked. [CHAR LIMIT=64] -->
1006    <string name="alreadyBlocked"><xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g>
1007        is already blocked.</string>
1008
1009    <!-- Title of notification telling the user that call blocking has been temporarily disabled.
1010         [CHAR LIMIT=56] -->
1011    <string name="call_blocking_disabled_notification_title">
1012        Call blocking disabled for 48 hours
1013    </string>
1014
1015    <!-- Text for notification which provides the reason that call blocking has been temporarily
1016         disabled. Namely, we disable call blocking after an emergency call in case of return
1017         phone calls made by emergency services. [CHAR LIMIT=64] -->
1018    <string name="call_blocking_disabled_notification_text">
1019        Disabled because an emergency call was made.
1020    </string>
1021
1022    <!-- Label for the phone account settings [CHAR LIMIT=30] -->
1023    <string name="phone_account_settings_label">Calling accounts</string>
1024
1025    <!-- DO NOT TRANSLATE. Internal key for ringtone preference. -->
1026    <string name="ringtone_preference_key" translatable="false">button_ringtone_key</string>
1027    <!-- DO NOT TRANSLATE. Internal key for vibrate when ringing preference. -->
1028    <string name="vibrate_on_preference_key" translatable="false">button_vibrate_on_ring</string>
1029    <!-- DO NOT TRANSLATE. Internal key for vibrate when ringing preference. -->
1030    <string name="play_dtmf_preference_key" translatable="false">button_play_dtmf_tone</string>
1031    <!-- DO NOT TRANSLATE. Internal key for DTMF tone length preference. -->
1032    <string name="dtmf_tone_length_preference_key" translatable="false">button_dtmf_settings</string>
1033
1034    <!-- The label of the button used to turn on a single permission [CHAR LIMIT=30]-->
1035    <string name="permission_single_turn_on">Turn on</string>
1036
1037    <!--  The label of the button used to turn on multiple permissions [CHAR LIMIT=30]-->
1038    <string name="permission_multiple_turn_on">Set permissions</string>
1039
1040    <!-- Shown as a prompt to turn on the contacts permission to enable speed dial [CHAR LIMIT=NONE]-->
1041    <string name="permission_no_speeddial">To enable speed dial, turn on the Contacts permission.</string>
1042
1043    <!-- Shown as a prompt to turn on the phone permission to enable the call log [CHAR LIMIT=NONE]-->
1044    <string name="permission_no_calllog">To see your call log, turn on the Phone permission.</string>
1045
1046    <!-- Shown as a prompt to turn on the contacts permission to show all contacts [CHAR LIMIT=NONE]-->
1047    <string name="permission_no_contacts">To see your contacts, turn on the Contacts permission.</string>
1048
1049    <!-- Shown as a prompt to turn on the phone permission to show voicemails [CHAR LIMIT=NONE]-->
1050    <string name="permission_no_voicemail">To access your voicemail, turn on the Phone permission.</string>
1051
1052    <!-- Shown as a prompt to turn on contacts permissions to allow contact search [CHAR LIMIT=NONE]-->
1053    <string name="permission_no_search">To search your contacts, turn on the Contacts permissions.</string>
1054
1055    <!-- Shown as a prompt to turn on the phone permission to allow a call to be placed [CHAR LIMIT=NONE]-->
1056    <string name="permission_place_call">To place a call, turn on the Phone permission.</string>
1057
1058    <!-- Shown as a message that notifies the user that the Phone app cannot write to system settings, which is why the system settings app is being launched directly instead. [CHAR LIMIT=NONE]-->
1059    <string name="toast_cannot_write_system_settings">Phone app does not have permission to write to system settings.</string>
1060
1061    <!-- Label under the name of a blocked number in the call log. [CHAR LIMIT=15] -->
1062    <string name="blocked_number_call_log_label">Blocked</string>
1063
1064    <!-- Accessibility announcement to indicate which call is active -->
1065    <string name="accessibility_call_is_active"><xliff:g id="nameOrNumber">^1</xliff:g> is active</string>
1066</resources>
1067