blob: 2c6a84aca02d99019ff62578714833bb5a0bbc0d [file] [log] [blame]
Ben Gilad4937ff92013-12-12 12:05:37 -08001<?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">
Santos Cordoncb29c032014-05-29 20:20:06 -070018 <!-- 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. -->
Brad Ebingeraada0522016-04-11 17:28:19 -070021 <string name="telecommAppLabel" product="default">Call Management</string>
Santos Cordona0e5f1a2014-03-31 21:43:00 -070022
Jay Shrauner4d0b4192015-08-11 10:46:08 -070023 <!-- Title used for the activity for placing a call. This name appears
24 in activity disambig dialogs -->
25 <string name="userCallActivityLabel" product="default">Phone</string>
26
Santos Cordona0e5f1a2014-03-31 21:43:00 -070027 <!-- Name for an "unknown" caller. -->
28 <string name="unknown">Unknown</string>
29
30 <!-- Notification strings -->
31 <!-- Missed call notification label, used when there's exactly one missed call -->
32 <string name="notification_missedCallTitle">Missed call</string>
Victor Chang9e7f98a2016-01-04 16:03:27 +000033 <!-- Missed work call notification label, used when there's exactly one missed call [CHAR LIMIT=NONE] -->
34 <string name="notification_missedWorkCallTitle">Missed work call</string>
Santos Cordona0e5f1a2014-03-31 21:43:00 -070035 <!-- Missed call notification label, used when there are two or more missed calls -->
36 <string name="notification_missedCallsTitle">Missed calls</string>
37 <!-- Missed call notification message used when there are multiple missed calls -->
38 <string name="notification_missedCallsMsg"><xliff:g id="num_missed_calls">%s</xliff:g> missed calls</string>
39 <!-- Missed call notification message used for a single missed call, including
40 the caller-id info from the missed call -->
41 <string name="notification_missedCallTicker">Missed call from <xliff:g id="missed_call_from">%s</xliff:g></string>
42 <!-- Message for "call back" Action, which is displayed in the missed call notificaiton.
43 The user will be able to call back to the person or the phone number.
Andrew Leefee17f62015-05-27 13:02:57 -070044 [CHAR LIMIT=18] -->
Santos Cordona0e5f1a2014-03-31 21:43:00 -070045 <string name="notification_missedCall_call_back">Call back</string>
46 <!-- Message for "reply via sms" action, which is displayed in the missed call notification.
47 The user will be able to send text messages using the phone number.
Andrew Leefee17f62015-05-27 13:02:57 -070048 [CHAR LIMIT=18] -->
Santos Cordona0e5f1a2014-03-31 21:43:00 -070049 <string name="notification_missedCall_message">Message</string>
Santos Cordondeb8c892014-05-30 01:38:03 -070050
Hall Liuae3af1a2019-10-14 14:42:44 -070051 <!-- Title for the persistent notification presented when an app has requested that a call
52 be put into the background so that the app can access the audio from the call
Hall Liucb797c32019-10-23 14:20:07 -070053 [CHAR LIMIT=40] -->
Hall Liuae3af1a2019-10-14 14:42:44 -070054 <string name="notification_audioProcessing_title">Background call</string>
55 <!-- Body of the persistent notification presented when an app requests
56 that a call be put into the background so that the app can access the audio from the call.
57 [CHAR LIMIT=NONE] -->
58 <string name="notification_audioProcessing_body">
59 <xliff:g id="audio_processing_app_name">%s</xliff:g> has placed a call into the
60 background. This app may be accessing and playing audio over the call.
61 </string>
62
Santos Cordondeb8c892014-05-30 01:38:03 -070063 <!-- Content description of the call muted notification icon for
64 accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
65 <string name="accessibility_call_muted">Call muted.</string>
66
67 <!-- Content description of the speakerphone enabled notification icon for
68 accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
69 <string name="accessibility_speakerphone_enabled">Speakerphone enabled.</string>
Ihab Awadff7493a2014-06-10 13:47:44 -070070
71 <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
72 <string name="respond_via_sms_canned_response_1">Can\'t talk now. What\'s up?</string>
73 <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
74 <string name="respond_via_sms_canned_response_2">I\'ll call you right back.</string>
75 <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
76 <string name="respond_via_sms_canned_response_3">I\'ll call you later.</string>
77 <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
78 <string name="respond_via_sms_canned_response_4">Can\'t talk now. Call me later?</string>
79
80 <!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] -->
81 <string name="respond_via_sms_setting_title">Quick responses</string>
82 <!-- Slightly more verbose title of settings screen for managing the
83 "Respond via SMS" feature. [CHAR LIMIT=30] -->
84 <string name="respond_via_sms_setting_title_2">Edit quick responses</string>
85 <!-- Settings summary string for the "Respond via SMS" feature. [CHAR LIMIT=40] -->
86 <string name="respond_via_sms_setting_summary"></string>
87 <!-- Dialog title when changing a string for the "Respond via SMS" feature. [CHAR LIMIT=30] -->
88 <string name="respond_via_sms_edittext_dialog_title">Quick response</string>
Ihab Awadff7493a2014-06-10 13:47:44 -070089
90 <!-- "Respond via SMS": Confirmation message shown after sending
91 a text response. [CHAR LIMIT=40] -->
92 <string name="respond_via_sms_confirmation_format">Message sent to <xliff:g id="phone_number">%s</xliff:g>.</string>
Ihab Awad60509462014-06-14 16:43:08 -070093
Hall Liuaf74a5c2018-09-19 18:05:51 -070094 <!-- "Respond via SMS": Error toast shown after failing to send
95 a text response. [CHAR LIMIT=40] -->
96 <string name="respond_via_sms_failure_format">Message failed to send to <xliff:g id="phone_number">%s</xliff:g>.</string>
97
Santos Cordon55344342015-05-04 13:05:30 -070098 <!-- Title of settings screen that allows user to enable and disable phone-accounts.
99 Each method for placing a call (SIM1, SIM2, SIP account, etc) has a phone-account.
100 Phone-accounts that are created by third party apps can be disabled and enabled by user.
101 [CHAR LIMIT=30] -->
102 <string name="enable_account_preference_title">Calling accounts</string>
103
Yorke Lee35bcc892014-08-13 15:27:16 -0700104 <!-- Message indicating that the user is not allowed to make non-emergency outgoing phone calls
105 due to a user restriction -->
Tyler Gunn0a9cfab2015-12-11 14:35:05 -0800106 <string name="outgoing_call_not_allowed_user_restriction">Only emergency calls are allowed.</string>
Yorke Lee5dc42ee2015-06-18 16:47:00 -0700107
108 <!-- Message indicating that the user is not allowed to make non-emergency outgoing phone calls
109 due to the lack of the CALL_PHONE permission -->
110 <string name="outgoing_call_not_allowed_no_permission">This application cannot make outgoing calls without the Phone permission.</string>
Yorke Lee35bcc892014-08-13 15:27:16 -0700111
Yorke Leed7255872014-08-25 15:03:51 -0700112 <!-- Call failure message displayed in an error dialog used to indicate that a phone number was not provided -->
Nancy Chend9d9e642014-11-10 15:27:03 -0800113 <string name="outgoing_call_error_no_phone_number_supplied">To place a call, enter a valid number.</string>
Yorke Leed7255872014-08-25 15:03:51 -0700114
Andrew Lee45506232014-10-22 17:54:33 -0700115 <!-- Message shown when the user tries to make a video call when already in a video call. -->
116 <string name ="duplicate_video_call_not_allowed">Call cannot be added at this time.</string>
117
Yorke Leed7255872014-08-25 15:03:51 -0700118 <!-- missing voicemail number -->
119 <!-- Title of the "Missing voicemail number" dialog -->
120 <string name="no_vm_number">Missing voicemail number</string>
121 <!-- Body text of the "Missing voicemail number" dialog -->
122 <string name="no_vm_number_msg">No voicemail number is stored on the SIM card.</string>
123 <!-- Button label on the "Missing voicemail number" dialog -->
124 <string name="add_vm_number_str">Add number</string>
125
tonyzhu919ffa92018-10-01 16:28:52 +0800126 <!-- Title of dialog used to confirm whether the user intends to change the default dialer
Yorke Leeb5c5d442015-04-27 15:21:53 -0700127 application [CHAR LIMIT=55]-->
Brad Ebinger8103efb2016-07-11 12:36:37 -0700128 <string name="change_default_dialer_dialog_title">Make <xliff:g id="new_app">%s</xliff:g> your default Phone app?</string>
129 <!-- Confirmation text that a user taps on to change the Default Phone App-->
130 <string name="change_default_dialer_dialog_affirmative">Set Default</string>
131 <!-- Cancel text that a user taps on to not change the Default Phone App-->
132 <string name="change_default_dialer_dialog_negative">Cancel</string>
133 <!-- Warning message indicating what may happen if a user allows a 3rd party app to become the default dialer.-->
134 <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>
Yorke Leeb5c5d442015-04-27 15:21:53 -0700135
tonyzhu919ffa92018-10-01 16:28:52 +0800136 <!-- Title of dialog used to confirm whether the user intends to change the default call screening
137 application [CHAR LIMIT=55]-->
138 <string name="change_default_call_screening_dialog_title">Make <xliff:g id="new_app">%s</xliff:g> your default call screening app?</string>
139 <!-- Warning message indicating the old call screening app will no longer be able to screen calls.-->
140 <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>
141 <!-- Warning message indicating what may happen if a user allows a 3rd party app to become the default call screening.-->
142 <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>
143 <!-- Confirmation text that a user taps on to change the Default call screening App-->
144 <string name="change_default_call_screening_dialog_affirmative">Set Default</string>
145 <!-- Cancel text that a user taps on to not change the Default call screening App-->
146 <string name="change_default_call_screening_dialog_negative">Cancel</string>
147
Mohamedc9261852016-02-05 14:10:17 -0800148 <!-- Blocked numbers -->
149 <string name="blocked_numbers">Blocked numbers</string>
150 <!-- Text shown at the beginning of the blocked numbers screen to explain what the screen is about. -->
Mohamed5a002ca2016-02-23 17:25:09 -0800151 <string name="blocked_numbers_msg">You won\'t receive calls or texts from blocked numbers.</string>
Mohamedc9261852016-02-05 14:10:17 -0800152 <!-- Button to add a blocked number. -->
153 <string name="block_number">Add a number</string>
154 <!-- Body of dialog to confirm unblocking a number. -->
155 <string name="unblock_dialog_body">Unblock <xliff:g id="number_to_block">%1$s</xliff:g>?</string>
156 <!-- Button to unblock a number. -->
157 <string name="unblock_button">Unblock</string>
158 <!-- Body of dialog to block a number. -->
159 <string name="add_blocked_dialog_body">Block calls and texts from</string>
160 <!-- Hint shown in the edit text box for adding a blocked number -->
Mohamed5a002ca2016-02-23 17:25:09 -0800161 <string name="add_blocked_number_hint">Phone number</string>
Mohamedc9261852016-02-05 14:10:17 -0800162 <!-- Button to block a number. -->
163 <string name="block_button">Block</string>
164 <!-- String shown to users unable to manage blocked numbers because they are not owners of the
165 device. -->
166 <string name="non_primary_user">Only the device owner can view and manage blocked numbers.</string>
167 <!-- Description of icon to delete blocked number. -->
Mohamed0089b1c2016-03-25 15:16:56 -0700168 <string name="delete_icon_description">Unblock</string>
Mohamed97610cb2016-02-24 17:06:20 -0800169 <!-- Title for butter bar shown when call blocking is disabled. -->
170 <string name="blocked_numbers_butter_bar_title">Blocking temporarily off</string>
171 <!-- Explanation for butter bar shown when call blocking is disabled. -->
172 <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>
173 <!-- Button to re-enable blocking shown in butter bar shown when call blocking is disabled. -->
174 <string name="blocked_numbers_butter_bar_button">Re-enable now</string>
Mohamed49e260a2016-03-18 12:45:40 -0700175 <!-- Message to show when a number is blocked. -->
176 <string name="blocked_numbers_number_blocked_message"><xliff:g id="blocked_number">%1$s</xliff:g> blocked</string>
177 <!-- Message to show when a number is unblocked. -->
178 <string name="blocked_numbers_number_unblocked_message"><xliff:g id="unblocked_number">%1$s</xliff:g> unblocked</string>
179 <!-- Message to show when a number cannot be blocked because it is associated with emergency services.. -->
180 <string name="blocked_numbers_block_emergency_number_message">Unable to block emergency number.</string>
181 <!-- Message to show when a number is already blocked. -->
182 <string name="blocked_numbers_number_already_blocked_message"><xliff:g id="blocked_number">%1$s</xliff:g> is already blocked.</string>
Mohamedc9261852016-02-05 14:10:17 -0800183
Ihab Awad60509462014-06-14 16:43:08 -0700184 <!-- DO NOT TRANSLATE. Label for test Subscription 0. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700185 <string name="test_account_0_label">Q Mobile</string>
Ihab Awad60509462014-06-14 16:43:08 -0700186 <!-- DO NOT TRANSLATE. Label for test Subscription 1. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700187 <string name="test_account_1_label">Market Wireless</string>
Ihab Awad60509462014-06-14 16:43:08 -0700188 <!-- DO NOT TRANSLATE. Label for test Subscription 2. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700189 <string name="test_account_2_label">Sonoma Circles Talk Plus</string>
Ihab Awad60509462014-06-14 16:43:08 -0700190 <!-- DO NOT TRANSLATE. Label for test Subscription 3. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700191 <string name="test_account_3_label">Bay Voice Chat Pro</string>
Ihab Awad60509462014-06-14 16:43:08 -0700192
193 <!-- DO NOT TRANSLATE. Short description for test Subscription 0. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700194 <string name="test_account_0_short_description">Account with Q Mobile</string>
Ihab Awad60509462014-06-14 16:43:08 -0700195 <!-- DO NOT TRANSLATE. Short description for test Subscription 1. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700196 <string name="test_account_1_short_description">Account with Market Wireless</string>
Ihab Awad60509462014-06-14 16:43:08 -0700197 <!-- DO NOT TRANSLATE. Short description for test Subscription 2. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700198 <string name="test_account_2_short_description">Talk to everyone in your Circles!</string>
Ihab Awad60509462014-06-14 16:43:08 -0700199 <!-- DO NOT TRANSLATE. Short description for test Subscription 3. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700200 <string name="test_account_3_short_description">Chat with Chat Network users</string>
Santos Cordon61e11ad2014-08-06 02:04:09 -0700201
202 <!-- DO NOT TRANSLATE. Hardcoded number used for restricted incoming phone numbers. -->
203 <string name="handle_restricted">RESTRICTED</string>
Tony Makd7aaa1c2016-02-17 17:37:22 +0000204
205 <string name="toast_personal_call_msg">Using the personal dialer to make the call</string>
Tyler Gunnde162e62017-03-24 12:23:35 -0700206
207 <!-- The "label" of the Notification for an incoming ringing call.
208 call_via refers to the name of the app the incoming call is coming from.
209 Example: Duo call from John Smith[CHAR LIMIT=60] -->
210 <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>
211
212 <!-- The "label" of the Notification for an incoming ringing video call.
213 call_via refers to the name of the app the incoming video call is coming from.
214 Example: Duo video call from John Smith[CHAR LIMIT=60] -->
215 <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>
216
217 <!-- The "details" of a Notification for an incoming call which will cause an ongoing call to be
218 disconnected. This message is the part of the notification that informs the user that
219 answering the current ringing call will cause a call from another app to be disconnected.
220 Example: Answering will end your Duo call [CHAR LIMIT=60] -->
221 <string name="answering_ends_other_call">Answering will end your <xliff:g id="call_via">%1$s</xliff:g> call</string>
222
223 <!-- The "details" of a Notification for an incoming call which will cause other ongoing calls
224 to be disconnected. This message is the part of the notification that informs the user
225 answering the current ringing call will cause calls from another app to be disconnected.
226 Example: Answering will end your Duo call [CHAR LIMIT=60] -->
227 <string name="answering_ends_other_calls">Answering will end your <xliff:g id="call_via">%1$s</xliff:g> calls</string>
228
229 <!-- The "details" of a Notification for an incoming call which will cause an ongoing video call
230 to be disconnected. This message is the part of the notification that informs the user
231 that answering the current ringing call will cause a video call from another app to be
232 disconnected.
233 Example: Answering will end your Duo video call [CHAR LIMIT=60] -->
234 <string name="answering_ends_other_video_call">Answering will end your <xliff:g id="call_via">%1$s</xliff:g> video call</string>
235
236 <!-- The "details" of a Notification for an incoming call which will cause an ongoing call
237 to be disconnected. This message is the part of the notification that informs the user
238 that answering the current ringing call will cause an ongoing call to be disconnected.
239 Similar to answering_ends_other_call, except does not specify which app.
240 [CHAR LIMIT=60] -->
241 <string name="answering_ends_other_managed_call">Answering will end your ongoing call</string>
242
243 <!-- The "details" of a Notification for an incoming call which will cause an ongoing call
244 to be disconnected. This message is the part of the notification that informs the user
245 that answering the current ringing call will cause an ongoing call to be disconnected.
246 Similar to answering_ends_other_call, except does not specify which app.
247 [CHAR LIMIT=60] -->
248 <string name="answering_ends_other_managed_calls">Answering will end your ongoing calls</string>
249
250 <!-- The "details" of a Notification for an incoming call which will cause an ongoing video call
251 to be disconnected. This message is the part of the notification that informs the user
252 that answering the current ringing call will cause an ongoing video call to be
253 disconnected.
254 Similar to answering_ends_other_video_call, except does not specify which app.
255 [CHAR LIMIT=60] -->
256 <string name="answering_ends_other_managed_video_call">Answering will end your ongoing video call</string>
257
258 <!-- The "answer" button for an incoming call. [CHAR LIMIT=60] -->
259 <string name="answer_incoming_call">Answer</string>
260
261 <!-- The "decline" button for an incoming call. [CHAR LIMIT=60] -->
262 <string name="decline_incoming_call">Decline</string>
263
Tyler Gunn5ee82e02019-01-30 13:05:06 -0800264 <!-- Error message shown to the user when an outgoing call cannot be placed because there no
265 calling service is present on the device which supports this call type.
266 This is typically encountered when the user tries to dial a SIP/VOIP call, but there are
267 no calling services present which support SIP calling. [CHAR LIMIT=none] -->
268 <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>
269
Tyler Gunnde162e62017-03-24 12:23:35 -0700270 <!-- Error message shown to the user when an outgoing call cannot be placed due to an ongoing
271 phone call in a third-party app. For example:
272 Call cannot be placed due to your Duo call. [CHAR LIMIT=none] -->
273 <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>
274
275 <!-- Error message shown to the user when an outgoing call cannot be placed due to ongoing
276 phone calls in a third-party app. For example:
277 Call cannot be placed due to your Duo calls. [CHAR LIMIT=none] -->
278 <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>
279
280 <!-- Error message shown to the user when an outgoing call cannot be placed due to an ongoing
281 phone call in a third-party app. Unlike cant_call_due_to_ongoing_call, this is used when
282 the name of the other app is not known. [CHAR LIMIT=none] -->
283 <string name="cant_call_due_to_ongoing_unknown_call">Call cannot be placed due to a call in another app.</string>
Tyler Gunndce902a2017-04-04 13:45:32 -0700284
285 <!-- Notification channel name for a channel containing incoming call notifications. -->
286 <string name="notification_channel_incoming_call">Incoming calls</string>
287 <!-- Notification channel name for a channel containing missed call notifications. -->
288 <string name="notification_channel_missed_call">Missed calls</string>
Ruijie Bai20e49952017-12-25 10:55:48 +0800289 <!-- Notification channel name for a channel containing call blocking notifications. -->
290 <string name="notification_channel_call_blocking">Call Blocking</string>
Hall Liuae3af1a2019-10-14 14:42:44 -0700291 <!-- Notification channel name for a channel containing background call notifications. -->
292 <string name="notification_channel_background_calls">Background calls</string>
Tyler Gunnbbd78a72017-04-30 14:16:07 -0700293
294 <!-- Alert dialog content used to inform the user that placing a new outgoing call will end the
295 ongoing call in the app "other_app". -->
296 <string name="alert_outgoing_call">Placing this call will end your <xliff:g id="other_app">%1$s</xliff:g> call.</string>
Ruijie Bai20e49952017-12-25 10:55:48 +0800297
sqian7be879d2019-04-04 11:33:21 -0700298 <!-- 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". -->
sqian3b3c5c52019-04-18 16:39:51 -0700299 <string name="alert_redirect_outgoing_call_or_not">Choose how to place this call</string>
sqian2a7e65d2019-04-11 16:54:48 -0700300
301 <!-- A button in the alert dialog "alert_redirect_outgoing_call" to place the call with the redirected number provided by App. -->
sqian3b3c5c52019-04-18 16:39:51 -0700302 <string name="alert_place_outgoing_call_with_redirection">Redirect call using <xliff:g id="other_app">%1$s</xliff:g></string>
sqian2a7e65d2019-04-11 16:54:48 -0700303
304 <!-- A button in the alert dialog "alert_redirect_outgoing_call" to place the call without the redirected number provided by App. -->
sqian3b3c5c52019-04-18 16:39:51 -0700305 <string name="alert_place_unredirect_outgoing_call">Call using my phone number</string>
sqian7be879d2019-04-04 11:33:21 -0700306
307 <!-- Alert dialog content used to tell the user the call is canceled because no response from the call redirection app "other_app". -->
308 <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>
309
Ruijie Bai20e49952017-12-25 10:55:48 +0800310 <!-- The name of a feature available under the Call settings. -->
311 <string name="phone_settings_call_blocking_txt">Call Blocking</string>
312 <!-- Call type to be blocked. See the explanatory text "phone_settings_number_not_in_contact_summary_txt". -->
313 <string name="phone_settings_number_not_in_contact_txt">Numbers not in Contacts</string>
314 <!-- Explanatory text under the call type "phone_settings_number_not_in_contact_txt". -->
315 <string name="phone_settings_number_not_in_contact_summary_txt">Block numbers that are not listed in your Contacts</string>
316 <!-- 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. -->
317 <string name="phone_settings_private_num_txt">Private</string>
318 <!-- Explanatory text under the call type "phone_settings_payphone_summary_txt". -->
319 <string name="phone_settings_private_num_summary_txt">Block callers that do not disclose their number</string>
320 <!-- Call type to be blocked. See the explanatory text "phone_settings_private_num_summary_txt". -->
321 <string name="phone_settings_payphone_txt">Pay phone</string>
322 <!-- Explanatory text under the call type "phone_settings_payphone_txt". -->
323 <string name="phone_settings_payphone_summary_txt">Block calls from pay phones</string>
324 <!-- Call type to be blocked. See the explanatory text "phone_settings_unknown_summary_txt". -->
325 <string name="phone_settings_unknown_txt">Unknown</string>
326 <!-- 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) -->
327 <string name="phone_settings_unknown_summary_txt">Block calls from unidentified callers</string>
328 <!-- Notification. Make this translation consistent with "phone_settings_call_blocking_txt". -->
329 <string name="phone_strings_call_blocking_turned_off_notification_title_txt">Call Blocking</string>
330 <!-- Notification that appears when the feature Call Blocking has been disabled. -->
331 <string name="phone_strings_call_blocking_turned_off_notification_text_txt">Call Blocking disabled</string>
332 <!-- Title of the dialog "phone_strings_emergency_call_made_dialog_text_txt". -->
333 <string name="phone_strings_emergency_call_made_dialog_title_txt">Emergency call made</string>
334 <!-- Notification details that appear when the user taps the notification "phone_strings_call_blocking_turned_off_notification_text_txt". -->
335 <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>
Tyler Gunn47eb3fe2018-03-12 14:38:47 -0700336 <!-- Window title used for the Telecom Developer Menu -->
337 <string name="developer_title">Telecom Developer Menu</string>
Brad Ebinger81e8a252019-11-11 16:59:44 -0800338 <!-- Some carriers allow an "external" call that has been placed on another device (another
339 tablet, phone, etc...) to be transferred to this device and taken as a call. In
340 the situation that we are already in an emergency call, notify the user that the call can not
341 be taken at this time.-->
342 <string name="toast_emergency_can_not_pull_call">Calls can not be taken while in an emergency call.</string>
Tyler Gunn47eb3fe2018-03-12 14:38:47 -0700343 <!-- Label for a switch in the Telecom Developer Menu which is used to enable the enhanced call
344 blocking functionality (for test purposes).
345 DO NOT TRANSLATE -->
346 <string name="developer_enhanced_call_blocking" translatable="false">Enhanced Call Blocking</string>
Ben Gilad4937ff92013-12-12 12:05:37 -0800347</resources>