1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 The Android Open Source Project
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7
8          http://www.apache.org/licenses/LICENSE-2.0
9
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15-->
16
17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18    <!-- Official label of the Telecomm/Phone app, as seen in "Manage Applications"
19         and other settings UIs. This is the "app name" used in notification, recents,
20         and app info screens. The term "phone calls" is used since an end user would more commonly
21         think of the stuff the Telecom framework deals with as having to do with "phone calls",
22         not "call management" (even though that is technically more accurate). -->
23    <string name="telecommAppLabel" product="default">Phone Calls</string>
24
25    <!-- Title used for the activity for placing a call. This name appears
26         in activity disambig dialogs -->
27    <string name="userCallActivityLabel" product="default">Phone</string>
28
29    <!-- Name for an "unknown" caller. -->
30    <string name="unknown">Unknown</string>
31
32    <!-- Notification strings -->
33    <!-- Missed call notification label, used when there's exactly one missed call -->
34    <string name="notification_missedCallTitle">Missed call</string>
35    <!-- Missed work call notification label, used when there's exactly one missed call [CHAR LIMIT=NONE] -->
36    <string name="notification_missedWorkCallTitle">Missed work call</string>
37    <!-- Missed call notification label, used when there are two or more missed calls -->
38    <string name="notification_missedCallsTitle">Missed calls</string>
39    <!-- Missed call notification message used when there are multiple missed calls -->
40    <string name="notification_missedCallsMsg"><xliff:g id="num_missed_calls">%s</xliff:g> missed calls</string>
41    <!-- Missed call notification message used for a single missed call, including
42         the caller-id info from the missed call -->
43    <string name="notification_missedCallTicker">Missed call from <xliff:g id="missed_call_from">%s</xliff:g></string>
44    <!-- Message for "call back" Action, which is displayed in the missed call notificaiton.
45         The user will be able to call back to the person or the phone number.
46         [CHAR LIMIT=18] -->
47    <string name="notification_missedCall_call_back">Call back</string>
48    <!-- Message for "reply via sms" action, which is displayed in the missed call notification.
49         The user will be able to send text messages using the phone number.
50         [CHAR LIMIT=18] -->
51    <string name="notification_missedCall_message">Message</string>
52
53    <!-- Disconnected call notification label, used when the call has been automatically
54         disconnected by telecom to make room for a higher priority call, such as an emergency
55         call.-->
56    <string name="notification_disconnectedCall_title">Disconnected call</string>
57    <!-- Body of the notification presented when an ongoing call is disconnected in favor of placing
58         an emergency call. This is required by some carriers. [CHAR LIMIT=NONE] -->
59    <string name="notification_disconnectedCall_body">The call to <xliff:g id="caller">%s</xliff:g> has been disconnected due to an emergency call being placed.</string>
60    <!-- Body of the notification presented when an ongoing call is disconnected in favor of placing
61         an emergency call. This version is used when the call that was disconnected was also an
62         emergency call. In this case, we want to hide the exact number dialed in order to protect
63         user privacy. [CHAR LIMIT=NONE] -->
64    <string name="notification_disconnectedCall_generic_body">
65        Your call has been disconnected due to an emergency call being placed.
66    </string>
67
68    <!-- Title for the persistent notification presented when an app has requested that a call
69         be put into the background so that the app can access the audio from the call
70         [CHAR LIMIT=40] -->
71    <string name="notification_audioProcessing_title">Background call</string>
72    <!-- Body of the persistent notification presented when an app requests
73         that a call be put into the background so that the app can access the audio from the call.
74         [CHAR LIMIT=NONE] -->
75    <string name="notification_audioProcessing_body">
76        <xliff:g id="audio_processing_app_name">%s</xliff:g> is processing a call in the background.
77        This app may be accessing and playing audio over the call.
78    </string>
79
80    <!-- Crashed in call service notification label, used when the in call service has crashed and
81         the system fall back to use system dialer. [CHAR LIMIT=NONE] -->
82    <string name="notification_incallservice_not_responding_title">
83        <xliff:g id="in_call_service_app_name">%s</xliff:g> stopped responding
84    </string>
85    <!-- Body of the notification presented when an in call service crashed. [CHAR LIMIT=NONE] -->
86    <string name="notification_incallservice_not_responding_body">
87        Your call used the phone app that came with your device
88    </string>
89
90    <!-- Content description of the call muted notification icon for
91         accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
92    <string name="accessibility_call_muted">Call muted.</string>
93
94    <!-- Content description of the speakerphone enabled notification icon for
95         accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
96    <string name="accessibility_speakerphone_enabled">Speakerphone enabled.</string>
97
98    <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
99    <string name="respond_via_sms_canned_response_1">Can\'t talk now. What\'s up?</string>
100    <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
101    <string name="respond_via_sms_canned_response_2">I\'ll call you right back.</string>
102    <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
103    <string name="respond_via_sms_canned_response_3">I\'ll call you later.</string>
104    <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
105    <string name="respond_via_sms_canned_response_4">Can\'t talk now. Call me later?</string>
106
107    <!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] -->
108    <string name="respond_via_sms_setting_title">Quick responses</string>
109    <!-- Slightly more verbose title of settings screen for managing the
110         "Respond via SMS" feature. [CHAR LIMIT=30] -->
111    <string name="respond_via_sms_setting_title_2">Edit quick responses</string>
112    <!-- Settings summary string for the "Respond via SMS" feature. [CHAR LIMIT=40] -->
113    <string name="respond_via_sms_setting_summary"></string>
114    <!-- Dialog title when changing a string for the "Respond via SMS" feature. [CHAR LIMIT=30] -->
115    <string name="respond_via_sms_edittext_dialog_title">Quick response</string>
116
117    <!-- "Respond via SMS": Confirmation message shown after sending
118        a text response. [CHAR LIMIT=40] -->
119    <string name="respond_via_sms_confirmation_format">Message sent to <xliff:g id="phone_number">%s</xliff:g>.</string>
120
121    <!-- "Respond via SMS": Error toast shown after failing to send
122        a text response. [CHAR LIMIT=40] -->
123    <string name="respond_via_sms_failure_format">Message failed to send to <xliff:g id="phone_number">%s</xliff:g>.</string>
124
125    <!-- Title of settings screen that allows user to enable and disable phone-accounts.
126         Each method for placing a call (SIM1, SIM2, SIP account, etc) has a phone-account.
127         Phone-accounts that are created by third party apps can be disabled and enabled by user.
128         [CHAR LIMIT=30] -->
129    <string name="enable_account_preference_title">Calling accounts</string>
130
131    <!-- Message indicating that the user is not allowed to make non-emergency outgoing phone calls
132         due to a user restriction -->
133    <string name="outgoing_call_not_allowed_user_restriction">Only emergency calls are allowed.</string>
134
135    <!-- Message indicating that the user is not allowed to make non-emergency outgoing phone calls
136         due to the lack of the CALL_PHONE permission -->
137    <string name="outgoing_call_not_allowed_no_permission">This application cannot make outgoing calls without the Phone permission.</string>
138
139    <!-- Call failure message displayed in an error dialog used to indicate that a phone number was not provided -->
140    <string name="outgoing_call_error_no_phone_number_supplied">To place a call, enter a valid number.</string>
141
142    <!-- Message shown when the user tries to make a video call when already in a video call. -->
143    <string name ="duplicate_video_call_not_allowed">Call cannot be added at this time.</string>
144
145    <!-- missing voicemail number -->
146    <!-- Title of the "Missing voicemail number" dialog -->
147    <string name="no_vm_number">Missing voicemail number</string>
148    <!-- Body text of the "Missing voicemail number" dialog -->
149    <string name="no_vm_number_msg">No voicemail number is stored on the SIM card.</string>
150    <!-- Button label on the "Missing voicemail number" dialog -->
151    <string name="add_vm_number_str">Add number</string>
152
153    <!-- Title of dialog used to confirm whether the user intends to change the default dialer
154            application [CHAR LIMIT=55]-->
155    <string name="change_default_dialer_dialog_title">Make <xliff:g id="new_app">%s</xliff:g> your default Phone app?</string>
156    <!-- Confirmation text that a user taps on to change the Default Phone App-->
157    <string name="change_default_dialer_dialog_affirmative">Set Default</string>
158    <!-- Cancel text that a user taps on to not change the Default Phone App-->
159    <string name="change_default_dialer_dialog_negative">Cancel</string>
160    <!-- Warning message indicating what may happen if a user allows a 3rd party app to become the default dialer.-->
161    <string name="change_default_dialer_warning_message"><xliff:g id="new_app">%s</xliff:g> will be able to place and control all aspects of calls. Only apps you trust should be set as the default Phone app.</string>
162
163    <!-- Title of dialog used to confirm whether the user intends to change the default call screening
164            application [CHAR LIMIT=55]-->
165    <string name="change_default_call_screening_dialog_title">Make <xliff:g id="new_app">%s</xliff:g> your default call screening app?</string>
166    <!-- Warning message indicating the old call screening app will no longer be able to screen calls.-->
167    <string name="change_default_call_screening_warning_message_for_disable_old_app"><xliff:g id="old_app">%s</xliff:g> will no longer be able to screen calls.</string>
168    <!-- Warning message indicating what may happen if a user allows a 3rd party app to become the default call screening.-->
169    <string name="change_default_call_screening_warning_message"><xliff:g id="new_app">%s</xliff:g> will be able to see information about callers not in your contacts and will be able to block these calls. Only apps you trust should be set as the default call screening app.</string>
170    <!-- Confirmation text that a user taps on to change the Default call screening App-->
171    <string name="change_default_call_screening_dialog_affirmative">Set Default</string>
172    <!-- Cancel text that a user taps on to not change the Default call screening App-->
173    <string name="change_default_call_screening_dialog_negative">Cancel</string>
174
175    <!-- Blocked numbers -->
176    <string name="blocked_numbers">Blocked numbers</string>
177    <!-- Text shown at the beginning of the blocked numbers screen to explain what the screen is about. -->
178    <string name="blocked_numbers_msg">You won\'t receive calls or texts from blocked numbers.</string>
179    <!-- Button to add a blocked number. -->
180    <string name="block_number">Add a number</string>
181    <!-- Body of dialog to confirm unblocking a number. -->
182    <string name="unblock_dialog_body">Unblock <xliff:g id="number_to_block">%1$s</xliff:g>?</string>
183    <!-- Button to unblock a number. -->
184    <string name="unblock_button">Unblock</string>
185    <!-- Body of dialog to block a number.  -->
186    <string name="add_blocked_dialog_body">Block calls and texts from</string>
187    <!-- Hint shown in the edit text box for adding a blocked number -->
188    <string name="add_blocked_number_hint">Phone number</string>
189    <!-- Button to block a number. -->
190    <string name="block_button">Block</string>
191    <!-- String shown to users unable to manage blocked numbers because they are not owners of the
192        device. -->
193    <string name="non_primary_user">Only the device owner can view and manage blocked numbers.</string>
194    <!-- Description of icon to delete blocked number. -->
195    <string name="delete_icon_description">Unblock</string>
196    <!-- Title for butter bar shown when call blocking is disabled. -->
197    <string name="blocked_numbers_butter_bar_title">Blocking temporarily off</string>
198    <!-- Explanation for butter bar shown when call blocking is disabled. -->
199    <string name="blocked_numbers_butter_bar_body">After you dial or text an emergency number, blocking is turned off to ensure that emergency services can contact you.</string>
200    <!-- Button to re-enable blocking shown in butter bar shown when call blocking is disabled. -->
201    <string name="blocked_numbers_butter_bar_button">Re-enable now</string>
202    <!-- Message to show when a number is blocked. -->
203    <string name="blocked_numbers_number_blocked_message"><xliff:g id="blocked_number">%1$s</xliff:g> blocked</string>
204    <!-- Message to show when a number is unblocked. -->
205    <string name="blocked_numbers_number_unblocked_message"><xliff:g id="unblocked_number">%1$s</xliff:g> unblocked</string>
206    <!-- Message to show when a number cannot be blocked because it is associated with emergency services.. -->
207    <string name="blocked_numbers_block_emergency_number_message">Unable to block emergency number.</string>
208    <!-- Message to show when a number is already blocked. -->
209    <string name="blocked_numbers_number_already_blocked_message"><xliff:g id="blocked_number">%1$s</xliff:g> is already blocked.</string>
210
211    <!-- DO NOT TRANSLATE. Label for test Subscription 0. -->
212    <string name="test_account_0_label">Q Mobile</string>
213    <!-- DO NOT TRANSLATE. Label for test Subscription 1. -->
214    <string name="test_account_1_label">Market Wireless</string>
215    <!-- DO NOT TRANSLATE. Label for test Subscription 2. -->
216    <string name="test_account_2_label">Sonoma Circles Talk Plus</string>
217    <!-- DO NOT TRANSLATE. Label for test Subscription 3. -->
218    <string name="test_account_3_label">Bay Voice Chat Pro</string>
219
220    <!-- DO NOT TRANSLATE. Short description for test Subscription 0. -->
221    <string name="test_account_0_short_description">Account with Q Mobile</string>
222    <!-- DO NOT TRANSLATE. Short description for test Subscription 1. -->
223    <string name="test_account_1_short_description">Account with Market Wireless</string>
224    <!-- DO NOT TRANSLATE. Short description for test Subscription 2. -->
225    <string name="test_account_2_short_description">Talk to everyone in your Circles!</string>
226    <!-- DO NOT TRANSLATE. Short description for test Subscription 3. -->
227    <string name="test_account_3_short_description">Chat with Chat Network users</string>
228
229    <!-- DO NOT TRANSLATE. Hardcoded number used for restricted incoming phone numbers. -->
230    <string name="handle_restricted">RESTRICTED</string>
231
232    <string name="toast_personal_call_msg">Using the personal dialer to make the call</string>
233
234    <!-- The "label" of the Notification for an incoming ringing call.
235         call_via refers to the name of the app the incoming call is coming from.
236         Example: Duo call from John Smith[CHAR LIMIT=60] -->
237    <string name="notification_incoming_call"><xliff:g id="call_via">%1$s</xliff:g> call from <xliff:g id="call_from">%2$s</xliff:g></string>
238
239    <!-- The "label" of the Notification for an incoming ringing video call.
240         call_via refers to the name of the app the incoming video call is coming from.
241         Example: Duo video call from John Smith[CHAR LIMIT=60] -->
242    <string name="notification_incoming_video_call"><xliff:g id="call_via">%1$s</xliff:g> video call from <xliff:g id="call_from">%2$s</xliff:g></string>
243
244    <!-- The "details" of a Notification for an incoming call which will cause an ongoing call to be
245         disconnected.  This message is the part of the notification that informs the user that
246         answering the current ringing call will cause a call from another app to be disconnected.
247         Example: Answering will end your Duo call [CHAR LIMIT=60] -->
248    <string name="answering_ends_other_call">Answering will end your <xliff:g id="call_via">%1$s</xliff:g> call</string>
249
250    <!-- The "details" of a Notification for an incoming call which will cause other ongoing calls
251         to be disconnected.  This message is the part of the notification that informs the user
252         answering the current ringing call will cause calls from another app to be disconnected.
253         Example: Answering will end your Duo call [CHAR LIMIT=60] -->
254    <string name="answering_ends_other_calls">Answering will end your <xliff:g id="call_via">%1$s</xliff:g> calls</string>
255
256    <!-- The "details" of a Notification for an incoming call which will cause an ongoing video call
257         to be disconnected.  This message is the part of the notification that informs the user
258         that answering the current ringing call will cause a video call from another app to be
259         disconnected.
260         Example: Answering will end your Duo video call [CHAR LIMIT=60] -->
261    <string name="answering_ends_other_video_call">Answering will end your <xliff:g id="call_via">%1$s</xliff:g> video call</string>
262
263    <!-- The "details" of a Notification for an incoming call which will cause an ongoing call
264         to be disconnected.  This message is the part of the notification that informs the user
265         that answering the current ringing call will cause an ongoing call to be disconnected.
266         Similar to answering_ends_other_call, except does not specify which app.
267         [CHAR LIMIT=60] -->
268    <string name="answering_ends_other_managed_call">Answering will end your ongoing call</string>
269
270    <!-- The "details" of a Notification for an incoming call which will cause an ongoing call
271         to be disconnected.  This message is the part of the notification that informs the user
272         that answering the current ringing call will cause an ongoing call to be disconnected.
273         Similar to answering_ends_other_call, except does not specify which app.
274         [CHAR LIMIT=60] -->
275    <string name="answering_ends_other_managed_calls">Answering will end your ongoing calls</string>
276
277    <!-- The "details" of a Notification for an incoming call which will cause an ongoing video call
278         to be disconnected.  This message is the part of the notification that informs the user
279         that answering the current ringing call will cause an ongoing video call to be
280         disconnected.
281         Similar to answering_ends_other_video_call, except does not specify which app.
282         [CHAR LIMIT=60] -->
283    <string name="answering_ends_other_managed_video_call">Answering will end your ongoing video call</string>
284
285    <!-- The "answer" button for an incoming call. [CHAR LIMIT=60] -->
286    <string name="answer_incoming_call">Answer</string>
287
288    <!-- The "decline" button for an incoming call. [CHAR LIMIT=60] -->
289    <string name="decline_incoming_call">Decline</string>
290
291    <!-- Error message shown to the user when an outgoing call cannot be placed because there no
292         calling service is present on the device which supports this call type.
293         This is typically encountered when the user tries to dial a SIP/VOIP call, but there are
294         no calling services present which support SIP calling. [CHAR LIMIT=none] -->
295    <string name="cant_call_due_to_no_supported_service">Call cannot be placed because there are no calling accounts which support calls of this type.</string>
296
297    <!-- Error message shown to the user when an outgoing call cannot be placed due to an ongoing
298         phone call in a third-party app.  For example:
299         Call cannot be placed due to your Duo call. [CHAR LIMIT=none] -->
300    <string name="cant_call_due_to_ongoing_call">Call cannot be placed due to your <xliff:g id="other_call">%1$s</xliff:g> call.</string>
301
302    <!-- Error message shown to the user when an outgoing call cannot be placed due to ongoing
303         phone calls in a third-party app.  For example:
304         Call cannot be placed due to your Duo calls. [CHAR LIMIT=none] -->
305    <string name="cant_call_due_to_ongoing_calls">Call cannot be placed due to your <xliff:g id="other_call">%1$s</xliff:g> calls.</string>
306
307    <!-- Error message shown to the user when an outgoing call cannot be placed due to an ongoing
308         phone call in a third-party app.  Unlike cant_call_due_to_ongoing_call, this is used when
309         the name of the other app is not known. [CHAR LIMIT=none] -->
310    <string name="cant_call_due_to_ongoing_unknown_call">Call cannot be placed due to a call in another app.</string>
311
312    <!-- Notification channel name for a channel containing incoming call notifications. -->
313    <string name="notification_channel_incoming_call">Incoming calls</string>
314    <!-- Notification channel name for a channel containing missed call notifications. -->
315    <string name="notification_channel_missed_call">Missed calls</string>
316    <!-- Notification channel name for a channel containing call blocking notifications. -->
317    <string name="notification_channel_call_blocking">Call Blocking</string>
318    <!-- Notification channel name for a channel containing background call notifications. -->
319    <string name="notification_channel_background_calls">Background calls</string>
320    <!-- Notification channel name for a channel containing disconnected call notifications. -->
321    <string name="notification_channel_disconnected_calls">Disconnected calls</string>
322    <!-- Notification channel name for a channel containing crashed phone apps service notifications. -->
323    <string name="notification_channel_in_call_service_crash">Crashed phone apps</string>
324    <!-- Notification channel name for a channel containing notifications related to call streaming.
325         Call streaming is a feature where an app can use another device like a tablet to see and
326         control a call taking place on their phone. -->
327    <string name="notification_channel_call_streaming">Call streaming</string>
328
329    <!-- Alert dialog content used to inform the user that placing a new outgoing call will end the
330         ongoing call in the app "other_app". -->
331    <string name="alert_outgoing_call">Placing this call will end your <xliff:g id="other_app">%1$s</xliff:g> call.</string>
332
333    <!-- Alert dialog content used to ask the user to confirm if they want to place a new outgoing call redirected by the app "other_app". -->
334    <string name="alert_redirect_outgoing_call_or_not">Choose how to place this call</string>
335
336    <!-- A button in the alert dialog "alert_redirect_outgoing_call" to place the call with the redirected number provided by App. -->
337    <string name="alert_place_outgoing_call_with_redirection">Redirect call using <xliff:g id="other_app">%1$s</xliff:g></string>
338
339    <!-- A button in the alert dialog "alert_redirect_outgoing_call" to place the call without the redirected number provided by App. -->
340    <string name="alert_place_unredirect_outgoing_call">Call using my phone number</string>
341
342    <!-- Alert dialog content used to tell the user the call is canceled because no response from the call redirection app "other_app". -->
343    <string name="alert_redirect_outgoing_call_timeout">Call can\'t be placed by <xliff:g id="other_app">%1$s</xliff:g>. Try using a different call redirecting app or contacting the developer for help.</string>
344
345    <!-- The name of a feature available under the Call settings. -->
346    <string name="phone_settings_call_blocking_txt">Call Blocking</string>
347    <!-- Call type to be blocked. See the explanatory text "phone_settings_number_not_in_contact_summary_txt". -->
348    <string name="phone_settings_number_not_in_contact_txt">Numbers not in Contacts</string>
349    <!-- Explanatory text under the call type "phone_settings_number_not_in_contact_txt". -->
350    <string name="phone_settings_number_not_in_contact_summary_txt">Block numbers that are not listed in your Contacts</string>
351    <!-- Call type to be blocked. See the explanatory text "phone_settings_private_num_summary_txt". This is also called Anonymous or Withheld depending on region. -->
352    <string name="phone_settings_private_num_txt">Private</string>
353    <!-- Explanatory text under the call type "phone_settings_payphone_summary_txt". -->
354    <string name="phone_settings_private_num_summary_txt">Block callers that do not disclose their number</string>
355    <!-- Call type to be blocked. See the explanatory text "phone_settings_private_num_summary_txt".  -->
356    <string name="phone_settings_payphone_txt">Pay phone</string>
357    <!-- Explanatory text under the call type "phone_settings_payphone_txt". -->
358    <string name="phone_settings_payphone_summary_txt">Block calls from pay phones</string>
359    <!-- Call type to be blocked. See the explanatory text "phone_settings_unknown_summary_txt".  -->
360    <string name="phone_settings_unknown_txt">Unknown</string>
361    <!-- Explanatory text under the call type "phone_settings_unknown_txt". This occurs when no caller ID information unavailable (e.g., international calls, IP phones that operators cannot identify the caller) -->
362    <string name="phone_settings_unknown_summary_txt">Block calls from unidentified callers</string>
363    <!-- Call type to be blocked. See the explanatory text "phone_settings_unavailable_summary_txt".  -->
364    <string name="phone_settings_unavailable_txt">Unavailable</string>
365    <!-- Explanatory text under the call type "phone_settings_unavailable_txt". -->
366    <string name="phone_settings_unavailable_summary_txt">Block calls where the number is unavailable</string>
367    <!-- Notification. Make this translation consistent with "phone_settings_call_blocking_txt". -->
368    <string name="phone_strings_call_blocking_turned_off_notification_title_txt">Call Blocking</string>
369    <!-- Notification that appears when the feature Call Blocking has been disabled. -->
370    <string name="phone_strings_call_blocking_turned_off_notification_text_txt">Call Blocking disabled</string>
371    <!-- Title of the dialog "phone_strings_emergency_call_made_dialog_text_txt". -->
372    <string name="phone_strings_emergency_call_made_dialog_title_txt">Emergency call made</string>
373    <!-- Notification details that appear when the user taps the notification "phone_strings_call_blocking_turned_off_notification_text_txt". -->
374    <string name="phone_strings_emergency_call_made_dialog_call_blocking_text_txt">Call Blocking has been disabled to allow emergency responders to contact you.</string>
375    <!-- Window title used for the Telecom Developer Menu -->
376    <string name="developer_title">Telecom Developer Menu</string>
377    <!-- Some carriers allow an "external" call that has been placed on another device (another
378    tablet, phone, etc...) to be transferred to this device and taken as a call. In
379    the situation that we are already in an emergency call, notify the user that the call can not
380    be taken at this time.-->
381    <string name="toast_emergency_can_not_pull_call">Calls can not be taken while in an emergency call.</string>
382    <!-- Label for a switch in the Telecom Developer Menu which is used to enable the enhanced call
383         blocking functionality (for test purposes).
384         DO NOT TRANSLATE -->
385    <string name="developer_enhanced_call_blocking" translatable="false">Enhanced Call Blocking</string>
386    <!-- Button label for generic cancel action [CHAR LIMIT=20] -->
387    <string name="cancel">Cancel</string>
388    <!-- Button label for generic back action [CHAR LIMIT=20] -->
389    <string name="back">Back</string>
390    <!-- The user-visible name of the earpiece type CallEndpoint -->
391    <string name="callendpoint_name_earpiece">Earpiece</string>
392    <!-- The user-visible name of the bluetooth type CallEndpoint -->
393    <string name="callendpoint_name_bluetooth">Bluetooth</string>
394    <!-- The user-visible name of the wired headset type CallEndpoint -->
395    <string name="callendpoint_name_wiredheadset">Wired headset</string>
396    <!-- The user-visible name of the speaker type CallEndpoint -->
397    <string name="callendpoint_name_speaker">Speaker</string>
398    <!-- The user-visible name of the streaming type CallEndpoint -->
399    <string name="callendpoint_name_streaming">External</string>
400    <!-- The user-visible name of the unknown new type CallEndpoint -->
401    <string name="callendpoint_name_unknown">Unknown</string>
402
403    <!-- The content of a notification shown when a call is being streamed to another device.
404         Call streaming is a feature where a user can see and interact with a call from another
405         device like a tablet while the call takes place on their phone. -->
406    <string name="call_streaming_notification_body">Streaming audio to other device</string>
407    <!-- A notification action which is shown when a call is being streamed to another device.
408         Tapping the action will hang up the call.
409         Call streaming is a feature where a user can see and interact with a call from another
410         device like a tablet while the call takes place on their phone. -->
411    <string name="call_streaming_notification_action_hang_up">Hang up</string>
412    <!-- A notification action which is shown when a call is being streamed to another device.
413         Tapping the action will move the call back to the phone from the device it is being
414         streamed to.
415         Call streaming is a feature where a user can see and interact with a call from another
416         device like a tablet while the call takes place on their phone. -->
417    <string name="call_streaming_notification_action_switch_here">Switch here</string>
418</resources>
419