summaryrefslogtreecommitdiffstats
path: root/java/com/android/dialer/app/res/values/strings.xml
blob: 5974f47fd8914c8691b282945e01e0c49d5f562c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2012 The Android Open Source Project
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License
  -->


<resources xmlns:tools="http://schemas.android.com/tools" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

  <!-- Application name used in Settings/Apps. Default label for activities
       that don't specify a label. -->
  <string name="applicationLabel" tools:ignore="UnusedResources">Phone</string>

  <!-- Title for the activity that dials the phone, when launched directly into the dialpad -->
  <string name="launcherDialpadActivityLabel">Phone Keypad</string>

  <!-- The description text for the call log tab.

  Note: AccessibilityServices use this attribute to announce what the view represents.
  This is especially valuable for views without textual representation like ImageView.

  [CHAR LIMIT=NONE] -->
  <string name="callHistoryIconLabel" tools:ignore="UnusedResources">Call history</string>

  <!-- Option displayed in context menu to copy long pressed phone number. [CHAR LIMIT=48] -->
  <string name="action_copy_number_text">Copy number</string>

  <!-- Option displayed in context menu to copy long pressed voicemail transcription. [CHAR LIMIT=48] -->
  <string name="copy_transcript_text">Copy transcription</string>

  <!-- Label for action to edit a number before calling it. [CHAR LIMIT=48] -->
  <string name="action_edit_number_before_call">Edit number before call</string>

  <!-- Menu item used to remove all calls from the call log -->
  <string name="call_log_delete_all">Clear call history</string>

  <!-- Menu item used to delete a voicemail. [CHAR LIMIT=30] -->
  <string name="call_log_trash_voicemail">Delete voicemail</string>

  <!-- Text for snackbar to undo a voicemail delete. [CHAR LIMIT=30] -->
  <string name="snackbar_voicemail_deleted">Voicemail deleted</string>

  <!-- Text for undo button in snackbar for voicemail deletion. [CHAR LIMIT=10] -->
  <string name="snackbar_voicemail_deleted_undo">UNDO</string>

  <!-- Title of the confirmation dialog for clearing the call log. [CHAR LIMIT=37]  -->
  <string name="clearCallLogConfirmation_title">Clear call history?</string>

  <!-- Confirmation dialog for clearing the call log. [CHAR LIMIT=NONE]  -->
  <string name="clearCallLogConfirmation">This will delete all calls from your history</string>

  <!-- Title of the "Clearing call log" progress-dialog [CHAR LIMIT=35] -->
  <string name="clearCallLogProgress_title">Clearing call history\u2026</string>

  <!-- Notification strings -->
  <!-- Missed call notification label, used when there's exactly one missed call -->
  <string name="notification_missedCallTitle">Missed call</string>
  <!-- Missed call notification label, used when there's exactly one missed call from work contact -->
  <string name="notification_missedWorkCallTitle">Missed work call</string>
  <!-- Missed call notification label, used when there are two or more missed calls -->
  <string name="notification_missedCallsTitle">Missed calls</string>
  <!-- Missed call notification message used when there are multiple missed calls -->
  <string name="notification_missedCallsMsg"><xliff:g id="num_missed_calls">%d</xliff:g> missed calls</string>
  <!-- Message for "call back" Action, which is displayed in the missed call notificaiton.
       The user will be able to call back to the person or the phone number.
       [CHAR LIMIT=18] -->
  <string name="notification_missedCall_call_back">Call back</string>
  <!-- Message for "reply via sms" action, which is displayed in the missed call notification.
       The user will be able to send text messages using the phone number.
       [CHAR LIMIT=18] -->
  <string name="notification_missedCall_message">Message</string>
  <!-- Hardcoded number used for restricted incoming phone numbers. -->
  <string name="handle_restricted" translatable="false">RESTRICTED</string>
  <!-- Format for a post call message. (ex. John Doe: Give me a call when you're free.) -->
  <string name="post_call_notification_message"><xliff:g id="name">%1$s</xliff:g>: <xliff:g id="message">%2$s</xliff:g></string>

  <!-- Message displayed in the "Voicemail" notification item, allowing the user
       to dial the indicated number. -->
  <string name="notification_voicemail_text_format">Dial <xliff:g id="voicemail_number">%s</xliff:g></string>
  <!-- Message displayed in the "Voicemail" notification item,
       indicating that there's no voicemail number available -->
  <string name="notification_voicemail_no_vm_number">Voicemail number unknown</string>
  <!-- Title of the notification of new voicemails. [CHAR LIMIT=30] -->
  <plurals name="notification_voicemail_title">
    <item quantity="one">Voicemail</item>
    <item quantity="other">
            <xliff:g id="count">%1$d</xliff:g>
            Voicemails
        </item>
  </plurals>

  <!-- Used to build a list of names or phone numbers, to indicate the callers who left
       voicemails.
       The first argument may be one or more callers, the most recent ones.
       The second argument is an additional callers.
       This string is used to build a list of callers.

       [CHAR LIMIT=10]
   -->
  <string name="notification_voicemail_callers_list"><xliff:g id="newer_callers">%1$s</xliff:g>,
        <xliff:g id="older_caller">%2$s</xliff:g>
    </string>

  <!-- Text used in the ticker to notify the user of the latest voicemail. [CHAR LIMIT=30] -->
  <string name="notification_new_voicemail_ticker">New voicemail from
        <xliff:g id="caller">%1$s</xliff:g>
    </string>

  <!-- Message to show when there is an error playing back the voicemail. [CHAR LIMIT=40] -->
  <string name="voicemail_playback_error">Couldn\'t play voicemail</string>

  <!-- Message to display whilst we are waiting for the content to be fetched. [CHAR LIMIT=40] -->
  <string name="voicemail_fetching_content">Loading voicemail\u2026</string>

  <!-- Message to display if we fail to get content within a suitable time period. [CHAR LIMIT=40] -->
  <string name="voicemail_fetching_timout">Couldn\'t load voicemail</string>

  <!-- The counter for calls in a group and the date of the latest call as shown in the call log [CHAR LIMIT=15] -->
  <string name="call_log_item_count_and_date">(<xliff:g id="count">%1$d</xliff:g>)
        <xliff:g id="date">%2$s</xliff:g>
    </string>

  <!-- String describing the button in the voicemail playback to switch on/off speakerphone.

       Used by AccessibilityService to announce the purpose of the view.
  -->
  <string name="description_playback_speakerphone">Switch on or off speakerphone</string>

  <!-- String describing the seekbar in the voicemail playback to seek playback position.

       Used by AccessibilityService to announce the purpose of the view.
  -->
  <string name="description_playback_seek">Seek playback position</string>

  <!-- Content description for the fake action menu button that brings up the call history
       activity -->
  <string name="action_menu_call_history_description">Call history</string>

  <!-- Content description for the fake action menu overflow button.
       This should be same as the description for the real action menu
       overflow button available in ActionBar.
       [CHAR LIMIT=NONE] -->
  <string msgid="2295659037509008453" name="action_menu_overflow_description">More options</string>

  <!-- Content description for the button that displays the dialpad
       [CHAR LIMIT=NONE] -->
  <string name="action_menu_dialpad_button">key pad</string>

  <!-- Label for the dialer app setting page [CHAR LIMIT=30]-->
  <string name="dialer_settings_label">Settings</string>

  <!-- Label for the simulator submenu. This is used to show actions that are useful for development
       and testing. [CHAR LIMIT=30]-->
  <string name="simulator_submenu_label">Simulator</string>

  <!-- Label for the menu item that installs a shortcut for the new UI. [CHAR LIMIT=30] -->
  <string name="new_ui_launcher_shortcut_label">Create New UI Shortcut</string>

  <!-- String describing the user entering bulk action mode.

    Note: AccessibilityServices use this attribute to announce what the view represents.
          This is especially valuable for views without textual representation like ImageView.
-->
  <string name="description_entering_bulk_action_mode">Entering bulk action mode</string>

  <!-- String describing the user leaving bulk action mode.

    Note: AccessibilityServices use this attribute to announce what the view represents.
          This is especially valuable for views without textual representation like ImageView.
-->
  <string name="description_leaving_bulk_action_mode">Left bulk action mode</string>

  <!-- String describing the button to select an entry for bulk action.

      Note: AccessibilityServices use this attribute to announce what the view represents.
            This is especially valuable for views without textual representation like ImageView.
  -->
  <string name="description_selecting_bulk_action_mode">Selected <xliff:g id="nameOrNumber">%1$s</xliff:g></string>

  <!-- String describing the button to unselect an entry for bulk action.

      Note: AccessibilityServices use this attribute to announce what the view represents.
            This is especially valuable for views without textual representation like ImageView.
  -->
  <string name="description_unselecting_bulk_action_mode">Unselected <xliff:g id="nameOrNumber">%1$s</xliff:g></string>

  <!-- String describing the button to access the contact details for a name or number.

      Note: AccessibilityServices use this attribute to announce what the view represents.
            This is especially valuable for views without textual representation like ImageView.
  -->
  <string name="description_contact_details">Contact details for <xliff:g id="nameOrNumber">%1$s</xliff:g></string>

  <!-- String describing the button to access the contact details for a name or number when the
       when the number is a suspected spam.

      Note: AccessibilityServices use this attribute to announce what the view represents.
            This is especially valuable for views without textual representation like ImageView.
  -->
  <string name="description_spam_contact_details">Contact details for suspected spam caller <xliff:g id="nameOrNumber">%1$s</xliff:g></string>

  <!-- String indicating the number of calls to/from a caller in the call log.

  Note: AccessibilityServices use this attribute to announce what the view represents.
        This is especially valuable for views without textual representation like ImageView.
  -->
  <string name="description_num_calls"><xliff:g id="numberOfCalls">%1$s</xliff:g> calls.</string>

  <!-- String indicating a call log entry had video capabilities.

  Note: AccessibilityServices use this attribute to announce what the view represents.
        This is especially valuable for views without textual representation like ImageView.
        [CHAR LIMIT=NONE]
  -->
  <string name="description_video_call">Video call.</string>

  <!-- String describing the icon used to start a voice search -->
  <string name="description_start_voice_search">Start voice search</string>

  <!-- String used for displaying calls to the voicemail number in the call log -->
  <string name="voicemail">Voicemail</string>

  <!-- String describing the cancel button in multi select.
       Note: AccessibilityServices uses this attribute to announce what the view represents.
       [CHAR LIMIT=NONE] -->
  <string name="description_cancel_multi_select">Cancel batch actions mode</string>

  <string name="voicemailMultiSelectDeleteConfirm">Delete</string>
  <string name="voicemailMultiSelectDeleteCancel">Cancel</string>

  <string name="voicemailMultiSelectActionBarTitle"><xliff:g id="number">%1$s</xliff:g> selected</string>

  <!-- Alert dialog title to accept or decline deleting voicemail(s). -->
  <plurals name="delete_voicemails_confirmation_dialog_title">
    <item quantity="one"><b>Delete this voicemail? </b></item>
    <item quantity="other"><b>Delete these voicemails? </b></item>
  </plurals>

  <!-- The string 'Today'. This value is used in the voicemailCallLogDateTimeFormat rather than an
       explicit date string, e.g. Jul 25, 2014, in the event that a voicemail was created on the
       current day -->
  <string name="voicemailCallLogToday">@string/call_log_header_today</string>

  <!-- A format string used for displaying the date and time for a voicemail call log. For example: Jul 25, 2014 at 2:49 PM
       The date will be replaced by 'Today' for voicemails created on the current day. For example: Today at 2:49 PM -->
  <string name="voicemailCallLogDateTimeFormat"><xliff:g example="Jul 25, 2014" id="date">%1$s</xliff:g> at <xliff:g example="2:49 PM" id="time">%2$s</xliff:g></string>

  <!-- Format for duration of voicemails which are displayed when viewing voicemail logs. For example "01:22" -->
  <string name="voicemailDurationFormat"><xliff:g example="10" id="minutes">%1$02d</xliff:g>:<xliff:g example="20" id="seconds">%2$02d</xliff:g></string>

  <!-- 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 -->
  <string name="voicemailCallLogDateTimeFormatWithDuration"><xliff:g example="Jul 25, 2014 at 2:49PM" id="dateAndTime">%1$s</xliff:g> \u2022 <xliff:g example="01:22" id="duration">%2$s</xliff:g></string>

  <!-- Message displayed when there is no application available to handle voice search. [CHAR LIMIT=NONE] -->
  <string name="voice_search_not_available">Voice search not available</string>

  <!-- Hint displayed in dialer search box when there is no query that is currently typed.
       [CHAR LIMIT=30] -->
  <string name="dialer_hint_find_contact">Search contacts</string>

  <!-- Hint displayed in add blocked number search box when there is no query typed.
       [CHAR LIMIT=45] -->
  <string name="block_number_search_hint">Add number or search contacts</string>

  <!-- Text displayed when the call log is empty. -->
  <string name="call_log_all_empty">Your call history is empty</string>

  <!-- Label of the button displayed when the call history is empty. Allows the user to make a call. -->
  <string name="call_log_all_empty_action">Make a call</string>

  <!-- Text displayed when the list of missed calls is empty -->
  <string name="call_log_missed_empty">You have no missed calls.</string>

  <!-- Text displayed when the list of voicemails is empty -->
  <string name="call_log_voicemail_empty">Your voicemail inbox is empty.</string>

  <!--  Title of activity that displays a list of all calls -->
  <string name="call_log_activity_title" tools:ignore="UnusedResources">Call History</string>

  <!-- Title for the call log tab containing the list of all voicemails and calls
       [CHAR LIMIT=30] -->
  <string name="call_log_all_title">All</string>

  <!-- Title for the call log tab containing the list of all missed calls only
       [CHAR LIMIT=30] -->
  <string name="call_log_missed_title">Missed</string>

  <!-- Accessibility text for the tab showing recent and favorite contacts who can be called.
       [CHAR LIMIT=40] -->
  <string name="tab_speed_dial">Speed dial</string>

  <!-- Accessibility text for the tab showing the call history. [CHAR LIMIT=40] -->
  <string name="tab_history">Call History</string>

  <!-- Accessibility text for the tab showing the user's contacts. [CHAR LIMIT=40] -->
  <string name="tab_all_contacts">Contacts</string>

  <!-- Accessibility text for the tab showing the user's voicemails. [CHAR LIMIT=40] -->
  <string name="tab_voicemail">Voicemail</string>

  <!-- Shortcut item used to call a number directly from search -->
  <string name="search_shortcut_call_number">Call
        <xliff:g id="number">%s</xliff:g>
    </string>

  <!-- Shortcut item used to add a number directly to a new contact from search.
       [CHAR LIMIT=25] -->
  <string name="search_shortcut_create_new_contact">Create new contact</string>

  <!-- Shortcut item used to add a number to an existing contact directly from search.
       [CHAR LIMIT=25] -->
  <string name="search_shortcut_add_to_contact">Add to a contact</string>

  <!-- Shortcut item used to send a text message directly from search. [CHAR LIMIT=25] -->
  <string name="search_shortcut_send_sms_message">Send SMS</string>

  <!-- Shortcut item used to make a video call directly from search. [CHAR LIMIT=25] -->
  <string name="search_shortcut_make_video_call">Make video call</string>

  <!-- Shortcut item used to block a number directly from search. [CHAR LIMIT=25] -->
  <string name="search_shortcut_block_number">Block number</string>

  <!-- Shown when there are no speed dial favorites. -->
  <string name="speed_dial_empty">No one is on your speed dial yet</string>

  <!-- Shown as an action when there are no speed dial favorites -->
  <string name="speed_dial_empty_add_favorite_action">Add a favorite</string>

  <!-- Remove button that shows up when contact is long-pressed. [CHAR LIMIT=NONE] -->
  <string name="remove_contact">Remove</string>

  <!-- Select all text that shows up when in multi select mode. [CHAR LIMIT=NONE] -->
  <string name="select_all">Select all</string>

  <!-- Button text for the "video call" displayed underneath an entry in the call log.
       Tapping causes a video call to be placed to the caller represented by the call log entry.
       [CHAR LIMIT=30] -->
  <string name="call_log_action_video_call">Video call</string>

  <!-- Button text for the "Set up" video calling option displayed underneath an entry in the call log.
       Tapping causes a the user to be taken to set up video calling.
       [CHAR LIMIT=30] -->
  <string name="call_log_action_set_up_video">Set up video calling</string>

  <!-- Button text for the "Invite" option displayed underneath an entry in the call log.
       Tapping causes a the user to be taken to the messaging app with a message ready to invite them to set up video calling.
       [CHAR LIMIT=30] -->
  <string name="call_log_action_invite_video">Invite to video call</string>

  <!-- Button text for a button displayed underneath an entry in the call log, which opens up a
       messaging app to send a SMS to the number represented by the call log entry.
       [CHAR LIMIT=30] -->
  <string name="call_log_action_send_message">Send a message</string>

  <!-- Button text for the button displayed underneath an entry in the call log.
       Tapping navigates the user to the call details screen where the user can view details for
       the call log entry. [CHAR LIMIT=30] -->
  <string name="call_log_action_details">Call details</string>

  <!-- Button text for the button displayed underneath an entry in the call log.
       Tapping opens dialog to share voicemail archive with other apps. [CHAR LIMIT=30] -->
  <string name="call_log_action_share_voicemail">Send to &#8230;</string>

  <!-- Button text for the button displayed underneath an entry in the call log, which when
       tapped triggers a return call to the named user. [CHAR LIMIT=30] -->
  <string name="call_log_action_call">
        Call <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>
    </string>

  <!-- String describing an incoming missed call entry in the call log.
     Note: AccessibilityServices uses this attribute to announce what the view represents.
     [CHAR LIMIT=NONE] -->
  <string name="description_incoming_missed_call">Missed call from <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>, <xliff:g example="Mobile" id="typeOrLocation">^2</xliff:g>, <xliff:g example="2 min ago" id="timeOfCall">^3</xliff:g>, <xliff:g example="on SIM 1" id="phoneAccount">^4</xliff:g>.</string>

  <!-- String describing an incoming answered call entry in the call log.
       Note: AccessibilityServices uses this attribute to announce what the view represents.
       [CHAR LIMIT=NONE] -->
  <string name="description_incoming_answered_call">Answered call from <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>, <xliff:g example="Mobile" id="typeOrLocation">^2</xliff:g>, <xliff:g example="2 min ago" id="timeOfCall">^3</xliff:g>, <xliff:g example="on SIM 1" id="phoneAccount">^4</xliff:g>.</string>

  <!-- String describing an "unread" voicemail entry in the voicemails tab.
       Note: AccessibilityServices use this attribute to announce what the view represents.
       [CHAR LIMIT=NONE] -->
  <string name="description_unread_voicemail">Unread voicemail from <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>, <xliff:g example="Mobile" id="typeOrLocation">^2</xliff:g>, <xliff:g example="2 min ago" id="timeOfCall">^3</xliff:g>, <xliff:g example="on SIM 1" id="phoneAccount">^4</xliff:g>.</string>

  <!-- String describing a "read" voicemail entry in the voicemails tab.
   Note: AccessibilityServices use this attribute to announce what the view represents.
   [CHAR LIMIT=NONE] -->
  <string name="description_read_voicemail">Voicemail from <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>, <xliff:g example="Mobile" id="typeOrLocation">^2</xliff:g>, <xliff:g example="2 min ago" id="timeOfCall">^3</xliff:g>, <xliff:g example="on SIM 1" id="phoneAccount">^4</xliff:g>.</string>

  <!-- String describing an outgoing call entry in the call log.
       Note: AccessibilityServices uses this attribute to announce what the view represents.
       [CHAR LIMIT=NONE] -->
  <string name="description_outgoing_call">Call to <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>, <xliff:g example="Mobile" id="typeOrLocation">^2</xliff:g>, <xliff:g example="2 min ago" id="timeOfCall">^3</xliff:g>, <xliff:g example="on SIM 1" id="phoneAccount">^4</xliff:g>.</string>

  <!-- TextView text item showing the secondary line number the call was received via.
       [CHAR LIMIT=NONE]-->
  <string name="call_log_via_number">via <xliff:g example="(555) 555-5555" id="number">%1$s</xliff:g></string>

  <!-- The order of the PhoneAccount and via number that a call was received on,
       if both are visible.
       [CHAR LIMIT=NONE]-->
  <string name="call_log_via_number_phone_account"><xliff:g example="SIM 1" id="phoneAccount">%1$s</xliff:g> via <xliff:g example="(555) 555-5555" id="number">%2$s</xliff:g></string>

  <!-- String describing the "call" action for an entry in the call log.  The call back
       action triggers a return call to the named user.
       Note: AccessibilityServices uses this attribute to announce the purpose of the button.
       [CHAR LIMIT=NONE] -->
  <string name="description_call_action">
        Call <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>
    </string>

  <!-- String describing the "video call" action for an entry in the call log.  The video call
       action triggers a return video call to the named person/number.
       Note: AccessibilityServices uses this attribute to announce the purpose of the button.
       [CHAR LIMIT=NONE] -->
  <string name="description_video_call_action">
        Video call <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>.
    </string>

  <!-- String describing the "listen" action for an entry in the call log.  The listen
       action is shown for call log entries representing a voicemail message and this button
       triggers playing back the voicemail.
       Note: AccessibilityServices uses this attribute to announce the purpose of the button.
       [CHAR LIMIT=NONE] -->
  <string name="description_voicemail_action">
        Listen to voicemail from <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>
    </string>

  <!-- Description for the "create new contact" action for an entry in the call log. This action
       opens a screen for creating a new contact for this name or number. [CHAR LIMIT=NONE] -->
  <string name="description_create_new_contact_action">
        Create contact for <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>
    </string>

  <!-- Description for the "add to existing contact" action for an entry in the call log. This
       action opens a screen for adding this name or number to an existing contact.
       [CHAR LIMIT=NONE] -->
  <string name="description_add_to_existing_contact_action">
        Add <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g> to existing contact
    </string>

  <!-- String describing the "details" action for an entry in the call log.  The details action
       displays the call details screen for an entry in the call log.  This shows the calls to
       and from the specified number associated with the call log entry.
       [CHAR LIMIT=NONE] -->
  <string name="description_details_action">
        Call details for <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>
    </string>

  <!-- String used as a header in the call log above calls which occurred today.
       [CHAR LIMIT=65] -->
  <string name="call_log_header_today">Today</string>

  <!-- String used as a header in the call log above calls which occurred yesterday.
       [CHAR LIMIT=65] -->
  <string name="call_log_header_yesterday">Yesterday</string>

  <!-- String used as a header in the call log above calls which occurred two days or more ago.
       [CHAR LIMIT=65] -->
  <string name="call_log_header_other">Older</string>

  <!-- String describing the "speaker on" button on the playback control used to listen to a
       voicemail message.  When speaker is on, playback of the voicemail will occur through the
       phone speaker.
       Note: AccessibilityServices uses this attribute to announce the purpose of the button.
       [CHAR LIMIT=NONE] -->
  <string name="voicemail_speaker_on">Turn speaker on.</string>

  <!-- String describing the "speaker off" button on the playback control used to listen to a
       voicemail message.  When speaker is off, playback of the voicemail will occur through the
       phone earpiece.
       Note: AccessibilityServices uses this attribute to announce the purpose of the button.
       [CHAR LIMIT=NONE] -->
  <string name="voicemail_speaker_off">Turn speaker off.</string>

  <!-- String describing the "play/pause" button in the playback control used to listen to a
       voicemail message.  Starts playback or pauses ongoing playback.
       Note: AccessibilityServices uses this attribute to announce the purpose of the button.
       [CHAR LIMIT=NONE] -->
  <string name="voicemail_play_start_pause">Start or pause playback.</string>

  <!-- Dialer settings related strings-->

  <!-- Title for "Display options" category, which controls how contacts are shown.
       [CHAR LIMIT=40] -->
  <string name="display_options_title">Display options</string>

  <!-- Title for the "Sounds and vibration" settings control settings related to ringtones,
       dialpad tones, and vibration for incoming calls. [CHAR LIMIT=40] -->
  <string name="sounds_and_vibration_title">Sounds and vibration</string>

  <!-- Title for "Accessibility" category, which controls settings such as TTY mode and hearing
       aid compatability. [CHAR LIMIT=40] -->
  <string name="accessibility_settings_title">Accessibility</string>

  <!-- Setting option name to pick ringtone (a list dialog comes up). [CHAR LIMIT=30] -->
  <string name="ringtone_title">Phone ringtone</string>

  <!-- Setting option name to enable or disable vibration when ringing the phone.
       [CHAR LIMIT=30] -->
  <string name="vibrate_on_ring_title">"Also vibrate for calls</string>

  <!-- Setting option name to enable or disable DTMF tone sound [CHAR LIMIT=30] -->
  <string name="dtmf_tone_enable_title">Keypad tones</string>
  <!-- Label for setting to adjust the length of DTMF tone sounds. [CHAR LIMIT=40] -->
  <string name="dtmf_tone_length_title">Keypad tone length</string>
  <!-- Options displayed for the length of DTMF tone sounds. [CHAR LIMIT=40] -->
  <string-array name="dtmf_tone_length_entries">
    <item>Normal</item>
    <item>Long</item>
  </string-array>
  <string-array name="dtmf_tone_length_entry_values" translatable="false">
    <item>0</item>
    <item>1</item>
  </string-array>

  <!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] -->
  <string name="respond_via_sms_setting_title">Quick responses</string>

  <!-- Label for the call settings section [CHAR LIMIT=30] -->
  <string name="call_settings_label">Calls</string>

  <!-- Label for the blocked numbers settings section [CHAR LIMIT=30] -->
  <string name="manage_blocked_numbers_label">Blocked numbers</string>

  <!-- Label for the voicemail settings section [CHAR LIMIT=30] -->
  <string name="voicemail_settings_label">Voicemail</string>

  <!-- Label for a section describing that call blocking is temporarily disabled because an
       emergency call was made. [CHAR LIMIT=50] -->
  <string name="blocked_numbers_disabled_emergency_header_label">
        Call blocking temporarily off
    </string>

  <!-- Description that call blocking is temporarily disabled because the user called an
       emergency number, and explains that call blocking will be re-enabled after a buffer
       period has passed. [CHAR LIMIT=NONE] -->
  <string name="blocked_numbers_disabled_emergency_desc">
        Call blocking has been disabled because you contacted emergency services from this phone
        within the last 48 hours. It will be automatically reenabled once the 48 hour period
        expires.
    </string>

  <!-- Label for fragment to import numbers from contacts marked as send to voicemail.
       [CHAR_LIMIT=30] -->
  <string name="import_send_to_voicemail_numbers_label">Import numbers</string>

  <!-- Text informing the user they have previously marked contacts to be sent to voicemail.
       This will be followed by two buttons, 1) to view who is marked to be sent to voicemail
       and 2) importing these settings to Dialer's block list. [CHAR LIMIT=NONE] -->
  <string name="blocked_call_settings_import_description">
        You previously marked some callers to be automatically sent to voicemail via other apps.
    </string>

  <!-- Label for button to view numbers of contacts previous marked to be sent to voicemail.
       [CHAR_LIMIT=20] -->
  <string name="blocked_call_settings_view_numbers_button">View Numbers</string>

  <!-- Label for button to import settings for sending contacts to voicemail into Dialer's block
       list. [CHAR_LIMIT=20] -->
  <string name="blocked_call_settings_import_button">Import</string>

  <!-- String describing the delete icon on a blocked number list item.
      When tapped, it will show a dialog confirming the unblocking of the number.
      [CHAR LIMIT=NONE]-->
  <string name="description_blocked_number_list_delete">Unblock number</string>

  <!-- Button to bring up UI to add a number to the blocked call list. [CHAR LIMIT=40] -->
  <string name="addBlockedNumber">Add number</string>

  <!-- Footer message of number blocking screen with visual voicemail active.
      [CHAR LIMIT=NONE] -->
  <string name="block_number_footer_message_vvm">
        Calls from these numbers will be blocked and voicemails will be automatically deleted.
    </string>

  <!-- Footer message of number blocking screen with no visual voicemail.
       [CHAR LIMIT=NONE] -->
  <string name="block_number_footer_message_no_vvm">
         Calls from these numbers will be blocked, but they may still be able to leave you voicemails.
    </string>

  <!-- Heading for the block list in the "Spam and blocked cal)ls" settings. [CHAR LIMIT=64] -->
  <string name="block_list">Blocked numbers</string>

  <!-- Error message shown when user tries to add a number to the block list that was already
      blocked. [CHAR LIMIT=64] -->
  <string name="alreadyBlocked"><xliff:g example="(555) 555-5555" id="number">%1$s</xliff:g>
        is already blocked.</string>

  <!-- Label for the phone account settings [CHAR LIMIT=30] -->
  <string name="phone_account_settings_label">Calling accounts</string>

  <!-- Internal key for ringtone preference. -->
  <string name="ringtone_preference_key" translatable="false">button_ringtone_key</string>
  <!-- Internal key for vibrate when ringing preference. -->
  <string name="vibrate_on_preference_key" translatable="false">button_vibrate_on_ring</string>
  <!-- Internal key for vibrate when ringing preference. -->
  <string name="play_dtmf_preference_key" translatable="false">button_play_dtmf_tone</string>
  <!-- Internal key for DTMF tone length preference. -->
  <string name="dtmf_tone_length_preference_key" translatable="false">button_dtmf_settings</string>

  <!-- Shown as a prompt to turn on the contacts permission to enable speed dial [CHAR LIMIT=NONE]-->
  <string name="permission_no_speeddial">To enable speed dial, turn on the Contacts permission.</string>

  <!-- Shown as a prompt to turn on the phone permission to enable the call log [CHAR LIMIT=NONE]-->
  <string name="permission_no_calllog">To see your call log, turn on the Phone permission.</string>

  <!-- Shown as a prompt to turn on contacts permissions to allow contact search [CHAR LIMIT=NONE]-->
  <string name="permission_no_search">To search your contacts, turn on the Contacts permissions.</string>

  <!-- Shown as a prompt to turn on the phone permission to allow a call to be placed [CHAR LIMIT=NONE]-->
  <string name="permission_place_call">To place a call, turn on the Phone permission.</string>

  <!-- 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]-->
  <string name="toast_cannot_write_system_settings">Phone app does not have permission to write to system settings.</string>

  <!-- Label under the name of a blocked number in the call log. [CHAR LIMIT=15] -->
  <string name="blocked_number_call_log_label">Blocked</string>

  <!-- Button text for a button displayed underneath an entry in the call log, which marks the
           phone number represented by the call log entry as a Spam number.
           [CHAR LIMIT=30] -->
  <string name="call_log_action_block_report_number">Block/report spam</string>

  <!-- Button text for a button displayed underneath an entry in the call log, which marks the
       phone number represented by the call log entry as a Spam number.
       [CHAR LIMIT=30] -->
  <string name="call_log_action_block_number">Block number</string>

  <!-- Button text for a button displayed underneath an entry in the call log, which removes the
       phone number represented by the call log entry from the Spam numbers list.
       [CHAR LIMIT=30] -->
  <string name="call_log_action_remove_spam">Not spam</string>

  <!-- Button text for a button displayed underneath an entry in the call log, which removes the
       phone number represented by the call log entry from the blacklisted numbers.
       [CHAR LIMIT=30] -->
  <string name="call_log_action_unblock_number">Unblock number</string>

  <!-- Label under the name of a spam number in the call log. [CHAR LIMIT=15] -->
  <string name="spam_number_call_log_label">Spam</string>

  <!-- Shown as a message that notifies the user enriched calling isn't working -->
  <string name="call_composer_connection_failed"><xliff:g id="name">%1$s</xliff:g> is offline and can\'t be reached</string>

  <!-- Label for setting that shows more information about the Phone app [CHAR LIMIT=30] -->
  <string name="about_phone_label">About</string>

  <!-- Label indicating who provided the voicemail transcription [CHAR LIMIT=64] -->
  <string name="voicemail_transcription_branding_text">Transcribed by Google</string>

  <!-- Label indicating that a voicemail transcription is in progress [CHAR LIMIT=64] -->
  <string name="voicemail_transcription_in_progress">Transcribing&#8230;</string>

  <!-- Label indicating that a voicemail transcription failed [CHAR LIMIT=64] -->
  <string name="voicemail_transcription_failed">Transcript not available.</string>

  <!-- Label indicating that a voicemail transcription failed because it was in an
       unsupported language [CHAR LIMIT=64] -->
  <string name="voicemail_transcription_failed_language_not_supported">Transcript not available. Language not supported.</string>

  <!-- Label indicating that a voicemail transcription failed because no speech was detected
       [CHAR LIMIT=64] -->
  <string name="voicemail_transcription_failed_no_speech">Transcript not available. No speech detected.</string>

  <!-- Title of voicemail donation promo dialog
      [CHAR LIMIT=64] -->
  <string name="voicemail_donation_promo_title">Help improve transcription accuracy?</string>

  <!-- Content of voicemail donation promo dialog
       [CHAR LIMIT=NONE] -->
  <string name="voicemail_donation_promo_content">
    Let Google review this and future voicemail messages with transcripts.
    They\'ll be stored anonymously. Change Settings any time.
  </string>

  <!-- Text for a 'learn more' link at the end of the voicemail donation promo dialog content -->
  <string name="voicemail_donation_promo_learn_more">Learn&#160;more</string>

  <string translatable="false" name="voicemail_donation_promo_learn_more_url">https://support.google.com/phoneapp/answer/2811844?hl=en%26ref_topic=7539039</string>

  <!-- Label for the voicemail donation promo dialog opt-in button
       [CHAR LIMIT=20] -->
  <string name="voicemail_donation_promo_opt_in">Yes, I\'m in</string>

  <!-- Label for the voicemail donation promo dialog opt-out button
       [CHAR LIMIT=20] -->
  <string name="voicemail_donation_promo_opt_out">No thanks</string>

  <!-- Prompt asking the user to rate the quality of the voicemail transcription
       [CHAR LIMIT=30] -->
  <string name="voicemail_transcription_rating">Rate transcription quality</string>

  <!-- Message displayed after user has rated a voicemail transcription [CHAR LIMIT=30] -->
  <string name="voicemail_transcription_rating_thanks">Thanks for your feedback</string>

  <!-- Button text to prompt a user to open an sms conversation [CHAR LIMIT=NONE] -->
  <string name="view_conversation">View</string>

  <!-- If a user deletes a call that has attachments (photo, message, ect) bundled with it, they need
        to be told that they need to go to the SMS app to delete the attachments. [CHAR LIMIT=NONE] -->
  <string name="ec_data_deleted">Call deleted. View and delete attachments shared during this call in Messages.</string>

  <!-- If a user deletes a call that has attachments (photo, message, ect) bundled with it, they need
        to be told that they need to go to the SMS app to delete the attachments. [CHAR LIMIT=NONE] -->
  <string name="multiple_ec_data_deleted">Calls deleted. View and delete attachments shared during calls in Messages.</string>

  <!-- Name of launcher shortcut for the new UI main activity.
       TODO(38502365): Remove this once we're ready to launch the new UI. -->
  <string translatable="false" name="nui_shortcut_name">Phone NUI</string>
</resources>