• 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">Dialer</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    <!-- The description text for the dialer tab.
30
31    Note: AccessibilityServices use this attribute to announce what the view represents.
32    This is especially valuable for views without textual representation like ImageView.
33
34    [CHAR LIMIT=NONE] -->
35    <string name="dialerIconLabel">Phone</string>
36
37    <!-- The description text for the call log tab.
38
39    Note: AccessibilityServices use this attribute to announce what the view represents.
40    This is especially valuable for views without textual representation like ImageView.
41
42    [CHAR LIMIT=NONE] -->
43    <string name="recentCallsIconLabel">Call log</string>
44
45    <!-- Menu item used to send an SMS or MMS message to a phone number  -->
46    <string name="menu_sendTextMessage">Send text message</string>
47
48    <!-- Menu item used to call a contact from the call log -->
49    <string name="recentCalls_callNumber">Call
50        <xliff:g id="name">%s</xliff:g>
51    </string>
52
53    <!-- Menu item used to copy a number from the call log to the dialer so it can be edited before calling it -->
54    <string name="recentCalls_editNumberBeforeCall">Edit number before call</string>
55
56    <!-- Menu item used to add a number from the call log to contacts -->
57    <string name="recentCalls_addToContact">Add to contacts</string>
58
59    <!-- Menu item used to remove a single call from the call log -->
60    <string name="recentCalls_removeFromRecentList">Remove from call log</string>
61
62    <!-- Menu item used to remove all calls from the call log -->
63    <string name="recentCalls_deleteAll">Clear call log</string>
64
65    <!-- Menu item used to delete a voicemail. [CHAR LIMIT=30] -->
66    <string name="recentCalls_trashVoicemail">Delete voicemail</string>
67
68    <!-- Menu item used to share a voicemail. [CHAR LIMIT=30] -->
69    <string name="recentCalls_shareVoicemail">Share voicemail</string>
70
71    <!-- Text displayed when the call log is empty. -->
72    <string name="recentCalls_empty">Your call log is empty.</string>
73
74    <!-- Title of the confirmation dialog for clearing the call log. [CHAR LIMIT=37]  -->
75    <string name="clearCallLogConfirmation_title">Clear call log?</string>
76
77    <!-- Confirmation dialog for clearing the call log. [CHAR LIMIT=NONE]  -->
78    <string name="clearCallLogConfirmation">All your call records will be deleted.</string>
79
80    <!-- Title of the "Clearing call log" progress-dialog [CHAR LIMIT=35] -->
81    <string name="clearCallLogProgress_title">Clearing call log\u2026</string>
82
83    <!-- Title of the notification of new voicemails. [CHAR LIMIT=30] -->
84    <plurals name="notification_voicemail_title">
85        <item quantity="one">Voicemail</item>
86        <item quantity="other">
87            <xliff:g id="count">%1$d</xliff:g>
88            Voicemails
89        </item>
90    </plurals>
91
92    <!-- Used in the notification of a new voicemail for the action to play the voicemail. -->
93    <string name="notification_action_voicemail_play">Play</string>
94
95    <!-- Used to build a list of names or phone numbers, to indicate the callers who left
96         voicemails.
97         The first argument may be one or more callers, the most recent ones.
98         The second argument is an additional callers.
99         This string is used to build a list of callers.
100
101         [CHAR LIMIT=10]
102     -->
103    <string name="notification_voicemail_callers_list"><xliff:g id="newer_callers">%1$s</xliff:g>,
104        <xliff:g id="older_caller">%2$s</xliff:g>
105    </string>
106
107    <!-- Text used in the ticker to notify the user of the latest voicemail. [CHAR LIMIT=30] -->
108    <string name="notification_new_voicemail_ticker">New voicemail from
109        <xliff:g id="caller">%1$s</xliff:g>
110    </string>
111
112    <!-- Message to show when there is an error playing back the voicemail. [CHAR LIMIT=40] -->
113    <string name="voicemail_playback_error">Couldn\'t play voicemail.</string>
114
115    <!-- Message to display before we have prepared the media player, i.e. before we know duration. [CHAR LIMIT=40] -->
116    <string name="voicemail_buffering">Buffering\u2026</string>
117
118    <!-- Message to display whilst we are waiting for the content to be fetched. [CHAR LIMIT=40] -->
119    <string name="voicemail_fetching_content">Fetching voicemail\u2026</string>
120
121    <!-- Message to display if we fail to get content within a suitable time period. [CHAR LIMIT=40] -->
122    <string name="voicemail_fetching_timout">Couldn\'t fetch voicemail.</string>
123
124    <!-- The header to show that call log is only showing voicemail calls. [CHAR LIMIT=40] -->
125    <string name="call_log_voicemail_header">Calls with voicemail only</string>
126
127    <!-- The header to show that call log is only showing incoming calls. [CHAR LIMIT=40] -->
128    <string name="call_log_incoming_header">Incoming calls only</string>
129
130    <!-- The header to show that call log is only showing outgoing calls. [CHAR LIMIT=40] -->
131    <string name="call_log_outgoing_header">Outgoing calls only</string>
132
133    <!-- The header to show that call log is only showing missed calls. [CHAR LIMIT=40] -->
134    <string name="call_log_missed_header">Missed calls only</string>
135
136    <!--  Voicemail status message shown at the top of call log to notify the user that no new
137    voicemails are currently available. This can happen when both notification as well as data
138    connection to the voicemail server is lost. [CHAR LIMIT=64] -->
139    <string name="voicemail_status_voicemail_not_available">Can\'t connect to voicemail server.
140    </string>
141    <!--  Voicemail status message shown at the top of call log to notify the user that there is no
142      data connection to the voicemail server, but there are new voicemails waiting on the server.
143      [CHAR LIMIT=64] -->
144    <string name="voicemail_status_messages_waiting">Can\'t connect to voicemail server. New
145        voicemails are waiting.
146    </string>
147    <!--  Voicemail status message shown at the top of call log to invite the user to configure
148    visual voicemail. [CHAR LIMIT=64] -->
149    <string name="voicemail_status_configure_voicemail">Set up your voicemail.</string>
150    <!--  Voicemail status message shown at the top of call details screen to notify the user that
151    the audio of this voicemail is not available. [CHAR LIMIT=64] -->
152    <string name="voicemail_status_audio_not_available">Audio not available.</string>
153
154    <!--  User action prompt shown next to a voicemail status message to let the user configure
155    visual voicemail. [CHAR LIMIT=20] -->
156    <string name="voicemail_status_action_configure">Set up</string>
157    <!--  User action prompt shown next to a voicemail status message to let the user call voicemail
158    server directly to listen to the voicemails. [CHAR LIMIT=20] -->
159    <string name="voicemail_status_action_call_server">Call voicemail</string>
160
161    <!-- The slowest voicemail playback speed. [CHAR LIMIT=30] -->
162    <string name="voicemail_speed_slowest">Slowest speed</string>
163    <!-- Slower than normal voicemail playback speed. [CHAR LIMIT=30] -->
164    <string name="voicemail_speed_slower">Slow speed</string>
165    <!--  Normal voicemail playback speed. [CHAR LIMIT=30] -->
166    <string name="voicemail_speed_normal">Normal speed</string>
167    <!--  Faster than normal pvoicemail playback speed. [CHAR LIMIT=30] -->
168    <string name="voicemail_speed_faster">Fast speed</string>
169    <!--  Fastest voicemail playback speed. [CHAR LIMIT=30] -->
170    <string name="voicemail_speed_fastest">Fastest speed</string>
171
172    <!-- The counter for calls in a group and the date of the latest call as shown in the call log [CHAR LIMIT=15] -->
173    <string name="call_log_item_count_and_date">(<xliff:g id="count">%1$d</xliff:g>)
174        <xliff:g id="date">%2$s</xliff:g>
175    </string>
176
177    <!-- Title for the sms disambiguation dialog -->
178    <string name="sms_disambig_title">Choose number</string>
179
180    <!-- Title for the call disambiguation dialog -->
181    <string name="call_disambig_title">Choose number</string>
182
183    <!-- Message next to disamgiguation dialog check box -->
184    <string name="make_primary">Remember this choice</string>
185
186    <!-- String describing the image on ImageButton one
187
188        Note: AccessibilityServices use this attribute to announce what the view represents.
189              This is especially valuable for views without textual representation like ImageView.
190    -->
191    <string name="description_image_button_one">one</string>
192
193    <!-- String describing the image on ImageButton two
194
195        Note: AccessibilityServices use this attribute to announce what the view represents.
196              This is especially valuable for views without textual representation like ImageView.
197    -->
198    <string name="description_image_button_two">two</string>
199
200    <!-- String describing the image on ImageButton three
201
202        Note: AccessibilityServices use this attribute to announce what the view represents.
203              This is especially valuable for views without textual representation like ImageView.
204    -->
205    <string name="description_image_button_three">three</string>
206
207    <!-- String describing the image on ImageButton four
208
209        Note: AccessibilityServices use this attribute to announce what the view represents.
210              This is especially valuable for views without textual representation like ImageView.
211    -->
212    <string name="description_image_button_four">four</string>
213
214    <!-- String describing the image on ImageButton five
215
216        Note: AccessibilityServices use this attribute to announce what the view represents.
217              This is especially valuable for views without textual representation like ImageView.
218    -->
219    <string name="description_image_button_five">five</string>
220
221    <!-- String describing the image on ImageButton six
222
223        Note: AccessibilityServices use this attribute to announce what the view represents.
224              This is especially valuable for views without textual representation like ImageView.
225    -->
226    <string name="description_image_button_six">six</string>
227
228    <!-- String describing the image on ImageButton seven
229
230        Note: AccessibilityServices use this attribute to announce what the view represents.
231              This is especially valuable for views without textual representation like ImageView.
232    -->
233    <string name="description_image_button_seven">seven</string>
234
235    <!-- String describing the image on ImageButton eight
236
237        Note: AccessibilityServices use this attribute to announce what the view represents.
238              This is especially valuable for views without textual representation like ImageView.
239    -->
240    <string name="description_image_button_eight">eight</string>
241
242    <!-- String describing the image on ImageButton nine
243
244        Note: AccessibilityServices use this attribute to announce what the view represents.
245              This is especially valuable for views without textual representation like ImageView.
246    -->
247    <string name="description_image_button_nine">nine</string>
248
249    <!-- String describing the image on ImageButton star
250
251        Note: AccessibilityServices use this attribute to announce what the view represents.
252              This is especially valuable for views without textual representation like ImageView.
253    -->
254    <string name="description_image_button_star">star</string>
255
256    <!-- String describing the image on ImageButton zero
257
258        Note: AccessibilityServices use this attribute to announce what the view represents.
259              This is especially valuable for views without textual representation like ImageView.
260    -->
261    <string name="description_image_button_zero">zero</string>
262
263    <!-- String describing the image on ImageButton pound
264
265        Note: AccessibilityServices use this attribute to announce what the view represents.
266              This is especially valuable for views without textual representation like ImageView.
267    -->
268    <string name="description_image_button_pound">pound</string>
269
270    <!-- String describing the image on ImageButton plus
271
272         Used by AccessibilityService to announce the purpose of the button.
273    -->
274
275    <!-- String describing the Search ImageButton
276
277         Used by AccessibilityService to announce the purpose of the button.
278         [CHAR LIMIT=NONE]
279    -->
280    <string name="description_search_button">search</string>
281
282    <!-- String describing the Dial ImageButton
283
284         Used by AccessibilityService to announce the purpose of the button.
285    -->
286    <string name="description_dial_button">dial</string>
287
288    <!-- String describing the digits text box containing the number to dial.
289
290         Used by AccessibilityService to announce the purpose of the view.
291    -->
292    <string name="description_digits_edittext">number to dial</string>
293
294    <!-- String describing the button in the voicemail playback to start/stop playback.
295
296         Used by AccessibilityService to announce the purpose of the view.
297    -->
298    <string name="description_playback_start_stop">Play or stop playback</string>
299
300    <!-- String describing the button in the voicemail playback to switch on/off speakerphone.
301
302         Used by AccessibilityService to announce the purpose of the view.
303    -->
304    <string name="description_playback_speakerphone">Switch on or off speakerphone</string>
305
306    <!-- String describing the seekbar in the voicemail playback to seek playback position.
307
308         Used by AccessibilityService to announce the purpose of the view.
309    -->
310    <string name="description_playback_seek">Seek playback position</string>
311
312    <!-- String describing the button in the voicemail playback to decrease playback rate.
313
314         Used by AccessibilityService to announce the purpose of the view.
315    -->
316    <string name="description_rate_decrease">Decrease playback rate</string>
317
318    <!-- String describing the button in the voicemail playback to increase playback rate.
319
320         Used by AccessibilityService to announce the purpose of the view.
321    -->
322    <string name="description_rate_increase">Increase playback rate</string>
323
324    <!-- Content description for the fake action menu button that brings up the call history
325         activity -->
326    <string name="action_menu_call_history_description">Call History</string>
327
328    <!-- Content description for the fake action menu overflow button.
329         This should be same as the description for the real action menu
330         overflow button available in ActionBar.
331         [CHAR LIMIT=NONE] -->
332    <string name="action_menu_overflow_description" msgid="2295659037509008453">More options</string>
333
334    <!-- Content description for the button that displays the dialpad
335         [CHAR LIMIT=NONE] -->
336    <string name="action_menu_dialpad_button">dial pad</string>
337
338    <!-- Menu item to copy something [CHAR_LIMIT=10] -->
339    <string name="menu_copy">Copy</string>
340
341    <!-- Menu item used to show only outgoing in the call log. [CHAR LIMIT=30] -->
342    <string name="menu_show_outgoing_only">Show outgoing only</string>
343
344    <!-- Menu item used to show only incoming in the call log. [CHAR LIMIT=30] -->
345    <string name="menu_show_incoming_only">Show incoming only</string>
346
347    <!-- Menu item used to show only missed in the call log. [CHAR LIMIT=30] -->
348    <string name="menu_show_missed_only">Show missed only</string>
349
350    <!-- Menu item used to show only voicemails in the call log. [CHAR LIMIT=30] -->
351    <string name="menu_show_voicemails_only">Show voicemails only</string>
352
353    <!-- Menu item used to show all calls in the call log. [CHAR LIMIT=30] -->
354    <string name="menu_show_all_calls">Show all calls</string>
355
356    <!-- Menu items for dialpad options as part of Pause and Wait ftr [CHAR LIMIT=30] -->
357    <string name="add_contact">Add to contacts</string>
358    <string name="add_2sec_pause">Add 2-sec pause</string>
359    <string name="add_wait">Add wait</string>
360
361    <!-- Menu item to select account used to make phone calls [CHAR LIMIT=30] -->
362    <string name="menu_select_account">Select Account</string>
363
364    <!-- Label for the dialer app setting page [CHAR LIMIT=30]-->
365    <string name="dialer_settings_label">Settings</string>
366
367    <!-- Menu item to create a new contact [CHAR LIMIT=30] -->
368    <string name="menu_newContact">New contact</string>
369
370    <!-- Menu item to display all contacts [CHAR LIMIT=30] -->
371    <string name="menu_allContacts">All contacts</string>
372
373    <!-- Title bar for call detail screen -->
374    <string name="callDetailTitle">Call details</string>
375
376    <!-- Toast for call detail screen when couldn't read the requested details -->
377    <string name="toast_call_detail_error">Couldn\'t read details for the requested call.</string>
378
379    <!-- Item label: jump to the in-call DTMF dialpad.
380         (Part of a list of options shown in the dialer when another call
381         is already in progress.) -->
382    <string name="dialer_useDtmfDialpad">Use touch tone keypad</string>
383
384    <!-- Item label: jump to the in-call UI.
385         (Part of a list of options shown in the dialer when another call
386         is already in progress.) -->
387    <string name="dialer_returnToInCallScreen">Return to call in progress</string>
388
389    <!-- Item label: use the Dialer's dialpad to add another call.
390         (Part of a list of options shown in the dialer when another call
391         is already in progress.) -->
392    <string name="dialer_addAnotherCall">Add call</string>
393
394    <!-- Title for incoming call details screen -->
395    <string name="type_incoming">Incoming call</string>
396
397    <!-- Title for outgoing call details screen -->
398    <string name="type_outgoing">Outgoing call</string>
399
400    <!-- Title for missed call details screen -->
401    <string name="type_missed">Missed call</string>
402
403    <!-- Title for incoming video call in call details screen [CHAR LIMIT=60] -->
404    <string name="type_incoming_video">Incoming video call</string>
405
406    <!-- Title for outgoing video call in call details screen [CHAR LIMIT=60] -->
407    <string name="type_outgoing_video">Outgoing video call</string>
408
409    <!-- Title for missed video call in call details screen [CHAR LIMIT=60] -->
410    <string name="type_missed_video">Missed video call</string>
411
412    <!-- Title for voicemail details screen -->
413    <string name="type_voicemail">Voicemail</string>
414
415    <!-- Description for incoming calls going to voice mail vs. not -->
416    <string name="actionIncomingCall">Incoming calls</string>
417
418    <!-- String describing the icon in the call log used to play a voicemail.
419
420        Note: AccessibilityServices use this attribute to announce what the view represents.
421              This is especially valuable for views without textual representation like ImageView.
422    -->
423    <string name="description_call_log_play_button">Play voicemail</string>
424
425    <!-- String describing the button to view the contact for the current number.
426
427        Note: AccessibilityServices use this attribute to announce what the view represents.
428              This is especially valuable for views without textual representation like ImageView.
429    -->
430    <string name="description_view_contact">View contact <xliff:g id="name">%1$s</xliff:g></string>
431
432    <!-- String describing the button to call a number or contact.
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    -->
437    <string name="description_call">Call <xliff:g id="name">%1$s</xliff:g></string>
438
439    <!-- String describing the button to access the contact details for a name or number.
440
441        Note: AccessibilityServices use this attribute to announce what the view represents.
442              This is especially valuable for views without textual representation like ImageView.
443    -->
444    <string name="description_contact_details">Contact details for <xliff:g id="nameOrNumber">%1$s</xliff:g></string>
445
446    <!-- String indicating a call log entry has an associated voicemail.
447
448    Note: AccessibilityServices use this attribute to announce what the view represents.
449          This is especially valuable for views without textual representation like ImageView.
450    -->
451    <string name="description_new_voicemail">New voicemail.</string>
452
453    <!-- String indicating the number of calls to/from a caller in the call log.
454
455    Note: AccessibilityServices use this attribute to announce what the view represents.
456          This is especially valuable for views without textual representation like ImageView.
457    -->
458    <string name="description_num_calls"><xliff:g id="numberOfCalls">%1$s</xliff:g> calls.</string>
459
460    <!-- String indicating a call log entry had video capabilities.
461
462    Note: AccessibilityServices use this attribute to announce what the view represents.
463          This is especially valuable for views without textual representation like ImageView.
464          [CHAR LIMIT=NONE]
465    -->
466    <string name="description_video_call">Video call.</string>
467
468    <!-- String describing the button to SMS a number or contact.
469
470        Note: AccessibilityServices use this attribute to announce what the view represents.
471              This is especially valuable for views without textual representation like ImageView.
472              [CHAR LIMIT=NONE]
473    -->
474    <string name="description_send_text_message">Send text message to <xliff:g id="name">%1$s</xliff:g></string>
475
476    <!-- String describing the icon in the call log used to represent an unheard voicemail left to
477         the user.
478
479        Note: AccessibilityServices use this attribute to announce what the view represents.
480              This is especially valuable for views without textual representation like ImageView.
481              [CHAR LIMIT=NONE]
482    -->
483    <string name="description_call_log_unheard_voicemail">Unheard voicemail</string>
484
485    <!-- String describing the icon used to start a voice search -->
486    <string name="description_start_voice_search">Start voice search</string>
487
488    <!-- Menu item used to call a contact, containing the number of the contact to call -->
489    <string name="menu_callNumber">Call <xliff:g id="number">%s</xliff:g></string>
490
491    <!-- String used to display calls from unknown numbers in the call log -->
492    <string name="unknown">Unknown</string>
493
494    <!-- String used for displaying calls to the voicemail number in the call log -->
495    <string name="voicemail">Voicemail</string>
496
497    <!-- String used to display calls from private numbers in the call log -->
498    <string name="private_num">Private number</string>
499
500    <!-- String used to display calls from pay phone in the call log -->
501    <string name="payphone">Pay phone</string>
502
503    <!-- Displayed in the text entry box in the dialer when in landscape mode to guide the user
504         to dial using the physical keyboard -->
505    <string name="dialerKeyboardHintText">Use keyboard to dial</string>
506
507    <!-- Hint text displayed in the "digits" field above the dialer's
508         dialpad, if there's already a call in progress.  (This hint
509         reminds the user that the dialer will add a new call, as opposed
510         to sending DTMF tones over the current call.)
511         [CHAR LIMIT=40] -->
512    <string name="dialerDialpadHintText">Dial to add a call</string>
513
514    <!-- A nicely formatted call duration displayed when viewing call details. For example "42 mins 28 secs" -->
515    <string name="callDetailsDurationFormat"><xliff:g id="minutes" example="42">%s</xliff:g> mins <xliff:g id="seconds" example="28">%s</xliff:g> secs</string>
516
517    <!-- Dialog message which is shown when the user tries to make a phone call
518         to prohibited phone numbers [CHAR LIMIT=NONE] -->
519    <string name="dialog_phone_call_prohibited_message" msgid="4313552620858880999">Call not sent</string>
520
521    <!-- Dialog message which is shown when the user tries to check voicemail
522         while the system isn't ready for the access. [CHAR LIMIT=NONE] -->
523    <string name="dialog_voicemail_not_ready_message">To set up voicemail, go to Menu &gt; Settings.</string>
524
525    <!-- Dialog message which is shown when the user tries to check voicemail
526         while the system is in airplane mode. The user cannot access to
527         voicemail service in Airplane mode. [CHAR LIMI=NONE] -->
528    <string name="dialog_voicemail_airplane_mode_message">To call voicemail, first turn off Airplane mode.</string>
529
530    <!-- 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] -->
531    <string name="contact_list_loading">Loading\u2026</string>
532
533    <!-- The title of a dialog that displays the IMEI of the phone -->
534    <string name="imei">IMEI</string>
535
536    <!-- The title of a dialog that displays the MEID of the CDMA phone -->
537    <string name="meid">MEID</string>
538
539    <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial -->
540    <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string>
541
542    <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial -->
543    <string name="simContacts_title">SIM card contacts</string>
544
545    <!-- Message displayed when there is no application available to handle the add contact menu option. [CHAR LIMIT=NONE] -->
546    <string name="add_contact_not_available">Re-enable the Contacts application to use this feature.</string>
547
548    <!-- Message displayed when there is no application available to handle voice search. [CHAR LIMIT=NONE] -->
549    <string name="voice_search_not_available">Voice search is not available.</string>
550
551    <!-- Message displayed when the Phone application has been disabled and a phone call cannot
552         be made. [CHAR LIMIT=NONE] -->
553    <string name="call_not_available">Cannot make a phone call because the Phone application has been disabled.</string>
554
555    <!-- Message displayed when there is no application available to handle a particular action.
556         [CHAR LIMIT=NONE] -->
557    <string name="activity_not_available">No installed activity available to handle selected action.</string>
558
559    <!-- Hint displayed in dialer search box when there is no query that is currently typed.
560         [CHAR LIMIT=30] -->
561    <string name="dialer_hint_find_contact">Type a name or phone number</string>
562
563    <!-- String resource for the font-family to use for the call log activity's title
564         Do not translate. -->
565    <string name="call_log_activity_title_font_family">sans-serif-light</string>
566
567    <!-- String resource for the font-family to use for the full call history footer
568         Do not translate. -->
569    <string name="view_full_call_history_font_family">sans-serif</string>
570
571    <!-- Text displayed when the list of missed calls is empty -->
572    <string name="recentMissed_empty">You have no recent missed calls.</string>
573
574    <!-- Text displayed when the list of voicemails is empty -->
575    <string name="recentVoicemails_empty">You have no recent voicemails.</string>
576
577    <!--  Menu option to show favorite contacts only -->
578    <string name="show_favorites_only">Show favorites only</string>
579
580    <!--  Title of activity that displays a list of all calls -->
581    <string name="call_log_activity_title">History</string>
582
583    <!-- Title for the call log tab containing the list of all voicemails and calls
584         [CHAR LIMIT=30] -->
585    <string name="call_log_all_title">All</string>
586
587    <!-- Title for the call log tab containing the list of all missed calls only
588         [CHAR LIMIT=30] -->
589    <string name="call_log_missed_title">Missed</string>
590
591    <!-- Title for the call log tab containing the list of all voicemail calls only
592         [CHAR LIMIT=30] -->
593    <string name="call_log_voicemail_title">Voicemail</string>
594
595    <string name="tab_speed_dial">Speed Dial</string>
596
597    <string name="tab_recents">Recents</string>
598
599    <string name="tab_all_contacts">Contacts</string>
600
601    <!--  Text displayed when user swipes out a favorite contact -->
602    <string name="favorite_hidden">Removed from favorites</string>
603    <!--  Text displayed for the undo button to undo removing a favorite contact -->
604    <string name="favorite_hidden_undo">Undo</string>
605
606    <!-- Shortcut item used to call a number directly from search -->
607    <string name="search_shortcut_call_number">Call
608        <xliff:g id="number">%s</xliff:g>
609    </string>
610
611    <!-- Shortcut item used to add a number directly from search -->
612    <string name="search_shortcut_add_to_contacts">Add to contacts</string>
613
614    <!-- Shortcut item used to make a video call directly from search. -->
615    <string name="search_shortcut_make_video_call">Make video call</string>
616
617    <!-- Title for the recent calls footer that brings users to the full call history when clicked -->
618    <string name="recents_footer_text">View full call history</string>
619
620    <!-- Number of missed calls shown on call card [CHAR LIMIT=40] -->
621    <string name="num_missed_calls"><xliff:g id="number">%s</xliff:g> new missed calls</string>
622
623    <!-- Shown when there are no speed dial favorites. -->
624    <string name="speed_dial_empty">Speed dial is one touch dialing\nfor favorites and numbers\n you call frequently.</string>
625
626    <!-- Shown when there are no contacts in the all contacts list. -->
627    <string name="all_contacts_empty">You have no contacts.</string>
628
629    <!-- Shows up as a tooltip to provide a hint to the user that the profile pic in a contact
630         card can be tapped to bring up a list of all numbers, or long pressed to start reordering
631         [CHAR LIMIT=NONE]
632    -->
633    <string name="contact_tooltip">Tap image to see all numbers or press and hold to reorder</string>
634
635    <!-- Content description for dismiss button on badge. [CHAR LIMIT=NONE] -->
636    <string name="description_dismiss">Dismiss</string>
637
638    <!-- Remove button that shows up when contact is long-pressed. [CHAR LIMIT=NONE] -->
639    <string name="remove_contact">Remove</string>
640
641    <!-- Button text for the "all contacts" button displayed on the main dialer screen above the
642         list of favorite phone numbers.  Navigates the user to the "All Contacts" list.
643         This text represents the same action as the text in string "menu_allContacts".
644         [CHAR LIMIT=21] -->
645    <string name="favorites_menu_all_contacts">ALL CONTACTS</string>
646
647    <!-- Button text for the "call back" button displayed underneath an entry in the call log.
648         Tapping causes a call to be placed to the caller represented by the call log entry.
649         [CHAR LIMIT=30] -->
650    <string name="call_log_action_call_back">CALL BACK</string>
651
652    <!-- Button text for the "video call" button displayed underneath an entry in the call log.
653         Tapping causes a video call to be placed to the caller represented by the call log entry.
654         [CHAR LIMIT=30] -->
655    <string name="call_log_action_video_call">VIDEO CALL</string>
656
657    <!-- Button text for the "LISTEN" button displayed underneath an entry in the call log.
658         Tapping navigates the user to the call details screen where the user can listen to the
659         voicemail represented by the call log entry.
660         [CHAR LIMIT=30] -->
661    <string name="call_log_action_voicemail">LISTEN</string>
662
663    <!-- Button text for the "DETAILS" button displayed underneath an entry in the call log.
664         Tapping navigates the user to the call details screen where the user can view details for
665         the call log entry.
666         [CHAR LIMIT=30] -->
667    <string name="call_log_action_details">DETAILS</string>
668
669    <!-- String describing an incoming missed call entry in the call log.
670         Note: AccessibilityServices uses this attribute to announce what the view represents.
671         [CHAR LIMIT=NONE] -->
672    <string name="description_incoming_missed_call">Missed call from <xliff:g id="nameOrNumber" example="John Smith">%1$s</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">%2$s</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">%3$s</xliff:g>.</string>
673
674    <!-- String describing an incoming answered call entry in the call log.
675         Note: AccessibilityServices uses this attribute to announce what the view represents.
676         [CHAR LIMIT=NONE] -->
677    <string name="description_incoming_answered_call">Answered call from <xliff:g id="nameOrNumber" example="John Smith">%1$s</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">%2$s</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">%3$s</xliff:g>.</string>
678
679    <!-- String describing an outgoing call entry in the call log.
680         Note: AccessibilityServices uses this attribute to announce what the view represents.
681         [CHAR LIMIT=NONE] -->
682    <string name="description_outgoing_call">Call to <xliff:g id="nameOrNumber" example="John Smith">%1$s</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">%2$s</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">%3$s</xliff:g>.</string>
683
684    <!-- String describing the "call back" action for an entry in the call log.  The call back
685         action triggers a return call to the named user.
686         Note: AccessibilityServices uses this attribute to announce the purpose of the button.
687         [CHAR LIMIT=NONE] -->
688    <string name="description_call_back_action">Call back <xliff:g id="nameOrNumber" example="John Smith">%1$s</xliff:g></string>
689
690    <!-- String describing the "video call" action for an entry in the call log.  The video call
691         action triggers a return video call to the named person/number.
692         Note: AccessibilityServices uses this attribute to announce the purpose of the button.
693         [CHAR LIMIT=NONE] -->
694    <string name="description_video_call_action">Video call to <xliff:g id="nameOrNumber" example="John Smith">%1$s</xliff:g>.</string>
695
696    <!-- String describing the "listen" action for an entry in the call log.  The listen
697         action is shown for call log entries representing a voicemail message and this button
698         triggers playing back the voicemail.
699         Note: AccessibilityServices uses this attribute to announce the purpose of the button.
700         [CHAR LIMIT=NONE] -->
701    <string name="description_voicemail_action">Listen to voicemail from <xliff:g id="nameOrNumber" example="John Smith">%1$s</xliff:g></string>
702
703    <!-- String describing the "details" action for an entry in the call log.  The details action
704         displays the call details screen for an entry in the call log.  This shows the calls to
705         and from the specified number associated with the call log entry.
706         [CHAR LIMIT=NONE] -->
707    <string name="description_details_action">Call details for <xliff:g id="nameOrNumber" example="John Smith">%1$s</xliff:g></string>
708
709    <!-- Toast message which appears when a call log entry is deleted.
710         [CHAR LIMIT=NONE] -->
711    <string name="toast_entry_removed">Call log entry deleted.</string>
712
713    <!-- Toast message which appears when a call log contact is reported.
714         [CHAR LIMIT=NONE] -->
715    <string name="toast_caller_id_reported">Contact reported.</string>
716
717    <!-- Button text for the "report" button displayed underneath an entry in the call log.
718         Tapping causes the call log entry to be reported to Google as a bad id.
719         [CHAR LIMIT=30] -->
720    <string name="call_log_action_report">REPORT</string>
721
722    <!-- String used as a header in the call log above calls which occurred today.
723         [CHAR LIMIT=65] -->
724    <string name="call_log_header_today">Today</string>
725
726    <!-- String used as a header in the call log above calls which occurred yesterday.
727         [CHAR LIMIT=65] -->
728    <string name="call_log_header_yesterday">Yesterday</string>
729
730    <!-- String used as a header in the call log above calls which occurred two days or more ago.
731         [CHAR LIMIT=65] -->
732    <string name="call_log_header_other">Older</string>
733
734    <!-- String a header on the call details screen.  Appears above the list calls to or from a
735         particular number.
736         [CHAR LIMIT=65] -->
737    <string name="call_detail_list_header">Call List</string>
738
739    <!-- String describing the "speaker on" button on the playback control used to listen to a
740         voicemail message.  When speaker is on, playback of the voicemail will occur through the
741         phone speaker.
742         Note: AccessibilityServices uses this attribute to announce the purpose of the button.
743         [CHAR LIMIT=NONE] -->
744    <string name="voicemail_speaker_on">Turn speaker on.</string>
745
746    <!-- String describing the "speaker off" button on the playback control used to listen to a
747         voicemail message.  When speaker is off, playback of the voicemail will occur through the
748         phone earpiece.
749         Note: AccessibilityServices uses this attribute to announce the purpose of the button.
750         [CHAR LIMIT=NONE] -->
751    <string name="voicemail_speaker_off">Turn speaker off.</string>
752
753    <!-- String describing the "play faster" button in the playback control used to listen to a
754         voicemail message.  Speeds up playback of the voicemail message.
755         Note: AccessibilityServices uses this attribute to announce the purpose of the button.
756         [CHAR LIMIT=NONE] -->
757    <string name="voicemail_play_faster">Play faster.</string>
758
759    <!-- String describing the "play slower" button in the playback control used to listen to a
760         voicemail message.  Slows down playback of the voicemail message.
761         Note: AccessibilityServices uses this attribute to announce the purpose of the button.
762         [CHAR LIMIT=NONE] -->
763    <string name="voicemail_play_slower">Play slower.</string>
764
765    <!-- String describing the "play/pause" button in the playback control used to listen to a
766         voicemail message.  Starts playback or pauses ongoing playback.
767         Note: AccessibilityServices uses this attribute to announce the purpose of the button.
768         [CHAR LIMIT=NONE] -->
769    <string name="voicemail_play_start_pause">Start or pause playback.</string>
770
771    <!-- Delimeter used between each item in a textual list; for example "Alpha, Beta".
772         [CHAR LIMIT=3] -->
773    <string name="list_delimeter">", "</string>
774
775    <!-- Dialer settings related strings-->
776
777    <!-- Label for the general dialer settings section [CHAR LIMIT=30]-->
778    <string name="general_settings_label">General settings</string>
779
780    <!-- Label for the general dialer settings section description [CHAR LIMIT=80]-->
781    <string name="general_settings_description">Contact display, sounds, and quick responses</string>
782
783    <!-- Title for "Contact display options" category, which is shown above options which
784         manipulate how contacts are shown. [CHAR LIMIT=40] -->
785    <string name="contact_display_options_category_title">Contact display options</string>
786
787    <!-- Title for the category "sounds", which is shown above sounds and vibration related
788         settings. [CHAR LIMIT=30] -->
789    <string name="sounds_and_vibrate_category_title">Sounds and vibrate</string>
790
791    <!-- Setting option name to pick ringtone (a list dialog comes up). [CHAR LIMIT=30] -->
792    <string name="ringtone_title">Phone ringtone</string>
793
794    <!-- Setting option name to enable or disable vibration when ringing the phone.
795         [CHAR LIMIT=30] -->
796    <string name="vibrate_on_ring_title">"Also vibrate for calls</string>
797
798    <!-- Setting option name to enable or disable DTMF tone sound [CHAR LIMIT=30] -->
799    <string name="dtmf_tone_enable_title">Dialpad tones</string>
800
801    <!-- Label for section of general call settings where miscellaneous settings are listed. -->
802    <string name="other_settings_title">Other</string>
803
804    <!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] -->
805    <string name="respond_via_sms_setting_title">Quick responses</string>
806
807    <!-- Label for the call settings section [CHAR LIMIT=30]-->
808    <string name="call_settings_label">Call settings</string>
809
810    <!-- Label for the call settings section description [CHAR LIMIT=80]-->
811    <string name="call_settings_description">Voicemail, call waiting, and others</string>
812
813</resources>
814