blob: a0a518fadd58cf515b6f79d65bba865cfda7ec58 [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
Brad Ebingerd0628ae2019-11-18 18:34:57 -080051 <!-- Disconnected call notification label, used when the call has been automatically
52 disconnected by telecom to make room for a higher priority call, such as an emergency
53 call.-->
54 <string name="notification_disconnectedCall_title">Disconnected call</string>
55 <!-- Body of the notification presented when an ongoing call is disconnected in favor of placing
56 an emergency call. This is required by some carriers. [CHAR LIMIT=NONE] -->
57 <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>
58
Hall Liuae3af1a2019-10-14 14:42:44 -070059 <!-- Title for the persistent notification presented when an app has requested that a call
60 be put into the background so that the app can access the audio from the call
Hall Liucb797c32019-10-23 14:20:07 -070061 [CHAR LIMIT=40] -->
Hall Liuae3af1a2019-10-14 14:42:44 -070062 <string name="notification_audioProcessing_title">Background call</string>
63 <!-- Body of the persistent notification presented when an app requests
64 that a call be put into the background so that the app can access the audio from the call.
65 [CHAR LIMIT=NONE] -->
66 <string name="notification_audioProcessing_body">
67 <xliff:g id="audio_processing_app_name">%s</xliff:g> has placed a call into the
68 background. This app may be accessing and playing audio over the call.
69 </string>
70
Grace Jia6306f472020-01-24 12:10:20 -080071 <!-- Crashed in call service notification label, used when the in call service has cranshed and
72 the system fall back to use system dialer. [CHAR LIMIT=NONE] -->
73 <string name="notification_crashedInCallService_title">Crashed phone app</string>
74 <!-- Body of the notification presented when an in call service crashed. [CHAR LIMIT=NONE] -->
75 <string name="notification_crashedInCallService_body">
76 Your Phone app <xliff:g id="in_call_service_app_name">%s</xliff:g> has crashed.
77 You call was continued using the Phone app that came with your device.
78 </string>
79
Santos Cordondeb8c892014-05-30 01:38:03 -070080 <!-- Content description of the call muted notification icon for
81 accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
82 <string name="accessibility_call_muted">Call muted.</string>
83
84 <!-- Content description of the speakerphone enabled notification icon for
85 accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
86 <string name="accessibility_speakerphone_enabled">Speakerphone enabled.</string>
Ihab Awadff7493a2014-06-10 13:47:44 -070087
88 <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
89 <string name="respond_via_sms_canned_response_1">Can\'t talk now. What\'s up?</string>
90 <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
91 <string name="respond_via_sms_canned_response_2">I\'ll call you right back.</string>
92 <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
93 <string name="respond_via_sms_canned_response_3">I\'ll call you later.</string>
94 <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
95 <string name="respond_via_sms_canned_response_4">Can\'t talk now. Call me later?</string>
96
97 <!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] -->
98 <string name="respond_via_sms_setting_title">Quick responses</string>
99 <!-- Slightly more verbose title of settings screen for managing the
100 "Respond via SMS" feature. [CHAR LIMIT=30] -->
101 <string name="respond_via_sms_setting_title_2">Edit quick responses</string>
102 <!-- Settings summary string for the "Respond via SMS" feature. [CHAR LIMIT=40] -->
103 <string name="respond_via_sms_setting_summary"></string>
104 <!-- Dialog title when changing a string for the "Respond via SMS" feature. [CHAR LIMIT=30] -->
105 <string name="respond_via_sms_edittext_dialog_title">Quick response</string>
Ihab Awadff7493a2014-06-10 13:47:44 -0700106
107 <!-- "Respond via SMS": Confirmation message shown after sending
108 a text response. [CHAR LIMIT=40] -->
109 <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 -0700110
Hall Liuaf74a5c2018-09-19 18:05:51 -0700111 <!-- "Respond via SMS": Error toast shown after failing to send
112 a text response. [CHAR LIMIT=40] -->
113 <string name="respond_via_sms_failure_format">Message failed to send to <xliff:g id="phone_number">%s</xliff:g>.</string>
114
Santos Cordon55344342015-05-04 13:05:30 -0700115 <!-- Title of settings screen that allows user to enable and disable phone-accounts.
116 Each method for placing a call (SIM1, SIM2, SIP account, etc) has a phone-account.
117 Phone-accounts that are created by third party apps can be disabled and enabled by user.
118 [CHAR LIMIT=30] -->
119 <string name="enable_account_preference_title">Calling accounts</string>
120
Yorke Lee35bcc892014-08-13 15:27:16 -0700121 <!-- Message indicating that the user is not allowed to make non-emergency outgoing phone calls
122 due to a user restriction -->
Tyler Gunn0a9cfab2015-12-11 14:35:05 -0800123 <string name="outgoing_call_not_allowed_user_restriction">Only emergency calls are allowed.</string>
Yorke Lee5dc42ee2015-06-18 16:47:00 -0700124
125 <!-- Message indicating that the user is not allowed to make non-emergency outgoing phone calls
126 due to the lack of the CALL_PHONE permission -->
127 <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 -0700128
Yorke Leed7255872014-08-25 15:03:51 -0700129 <!-- 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 -0800130 <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 -0700131
Andrew Lee45506232014-10-22 17:54:33 -0700132 <!-- Message shown when the user tries to make a video call when already in a video call. -->
133 <string name ="duplicate_video_call_not_allowed">Call cannot be added at this time.</string>
134
Yorke Leed7255872014-08-25 15:03:51 -0700135 <!-- missing voicemail number -->
136 <!-- Title of the "Missing voicemail number" dialog -->
137 <string name="no_vm_number">Missing voicemail number</string>
138 <!-- Body text of the "Missing voicemail number" dialog -->
139 <string name="no_vm_number_msg">No voicemail number is stored on the SIM card.</string>
140 <!-- Button label on the "Missing voicemail number" dialog -->
141 <string name="add_vm_number_str">Add number</string>
142
tonyzhu919ffa92018-10-01 16:28:52 +0800143 <!-- Title of dialog used to confirm whether the user intends to change the default dialer
Yorke Leeb5c5d442015-04-27 15:21:53 -0700144 application [CHAR LIMIT=55]-->
Brad Ebinger8103efb2016-07-11 12:36:37 -0700145 <string name="change_default_dialer_dialog_title">Make <xliff:g id="new_app">%s</xliff:g> your default Phone app?</string>
146 <!-- Confirmation text that a user taps on to change the Default Phone App-->
147 <string name="change_default_dialer_dialog_affirmative">Set Default</string>
148 <!-- Cancel text that a user taps on to not change the Default Phone App-->
149 <string name="change_default_dialer_dialog_negative">Cancel</string>
150 <!-- Warning message indicating what may happen if a user allows a 3rd party app to become the default dialer.-->
151 <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 -0700152
tonyzhu919ffa92018-10-01 16:28:52 +0800153 <!-- Title of dialog used to confirm whether the user intends to change the default call screening
154 application [CHAR LIMIT=55]-->
155 <string name="change_default_call_screening_dialog_title">Make <xliff:g id="new_app">%s</xliff:g> your default call screening app?</string>
156 <!-- Warning message indicating the old call screening app will no longer be able to screen calls.-->
157 <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>
158 <!-- Warning message indicating what may happen if a user allows a 3rd party app to become the default call screening.-->
159 <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>
160 <!-- Confirmation text that a user taps on to change the Default call screening App-->
161 <string name="change_default_call_screening_dialog_affirmative">Set Default</string>
162 <!-- Cancel text that a user taps on to not change the Default call screening App-->
163 <string name="change_default_call_screening_dialog_negative">Cancel</string>
164
Mohamedc9261852016-02-05 14:10:17 -0800165 <!-- Blocked numbers -->
166 <string name="blocked_numbers">Blocked numbers</string>
167 <!-- Text shown at the beginning of the blocked numbers screen to explain what the screen is about. -->
Mohamed5a002ca2016-02-23 17:25:09 -0800168 <string name="blocked_numbers_msg">You won\'t receive calls or texts from blocked numbers.</string>
Mohamedc9261852016-02-05 14:10:17 -0800169 <!-- Button to add a blocked number. -->
170 <string name="block_number">Add a number</string>
171 <!-- Body of dialog to confirm unblocking a number. -->
172 <string name="unblock_dialog_body">Unblock <xliff:g id="number_to_block">%1$s</xliff:g>?</string>
173 <!-- Button to unblock a number. -->
174 <string name="unblock_button">Unblock</string>
175 <!-- Body of dialog to block a number. -->
176 <string name="add_blocked_dialog_body">Block calls and texts from</string>
177 <!-- Hint shown in the edit text box for adding a blocked number -->
Mohamed5a002ca2016-02-23 17:25:09 -0800178 <string name="add_blocked_number_hint">Phone number</string>
Mohamedc9261852016-02-05 14:10:17 -0800179 <!-- Button to block a number. -->
180 <string name="block_button">Block</string>
181 <!-- String shown to users unable to manage blocked numbers because they are not owners of the
182 device. -->
183 <string name="non_primary_user">Only the device owner can view and manage blocked numbers.</string>
184 <!-- Description of icon to delete blocked number. -->
Mohamed0089b1c2016-03-25 15:16:56 -0700185 <string name="delete_icon_description">Unblock</string>
Mohamed97610cb2016-02-24 17:06:20 -0800186 <!-- Title for butter bar shown when call blocking is disabled. -->
187 <string name="blocked_numbers_butter_bar_title">Blocking temporarily off</string>
188 <!-- Explanation for butter bar shown when call blocking is disabled. -->
189 <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>
190 <!-- Button to re-enable blocking shown in butter bar shown when call blocking is disabled. -->
191 <string name="blocked_numbers_butter_bar_button">Re-enable now</string>
Mohamed49e260a2016-03-18 12:45:40 -0700192 <!-- Message to show when a number is blocked. -->
193 <string name="blocked_numbers_number_blocked_message"><xliff:g id="blocked_number">%1$s</xliff:g> blocked</string>
194 <!-- Message to show when a number is unblocked. -->
195 <string name="blocked_numbers_number_unblocked_message"><xliff:g id="unblocked_number">%1$s</xliff:g> unblocked</string>
196 <!-- Message to show when a number cannot be blocked because it is associated with emergency services.. -->
197 <string name="blocked_numbers_block_emergency_number_message">Unable to block emergency number.</string>
198 <!-- Message to show when a number is already blocked. -->
199 <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 -0800200
Ihab Awad60509462014-06-14 16:43:08 -0700201 <!-- DO NOT TRANSLATE. Label for test Subscription 0. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700202 <string name="test_account_0_label">Q Mobile</string>
Ihab Awad60509462014-06-14 16:43:08 -0700203 <!-- DO NOT TRANSLATE. Label for test Subscription 1. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700204 <string name="test_account_1_label">Market Wireless</string>
Ihab Awad60509462014-06-14 16:43:08 -0700205 <!-- DO NOT TRANSLATE. Label for test Subscription 2. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700206 <string name="test_account_2_label">Sonoma Circles Talk Plus</string>
Ihab Awad60509462014-06-14 16:43:08 -0700207 <!-- DO NOT TRANSLATE. Label for test Subscription 3. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700208 <string name="test_account_3_label">Bay Voice Chat Pro</string>
Ihab Awad60509462014-06-14 16:43:08 -0700209
210 <!-- DO NOT TRANSLATE. Short description for test Subscription 0. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700211 <string name="test_account_0_short_description">Account with Q Mobile</string>
Ihab Awad60509462014-06-14 16:43:08 -0700212 <!-- DO NOT TRANSLATE. Short description for test Subscription 1. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700213 <string name="test_account_1_short_description">Account with Market Wireless</string>
Ihab Awad60509462014-06-14 16:43:08 -0700214 <!-- DO NOT TRANSLATE. Short description for test Subscription 2. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700215 <string name="test_account_2_short_description">Talk to everyone in your Circles!</string>
Ihab Awad60509462014-06-14 16:43:08 -0700216 <!-- DO NOT TRANSLATE. Short description for test Subscription 3. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700217 <string name="test_account_3_short_description">Chat with Chat Network users</string>
Santos Cordon61e11ad2014-08-06 02:04:09 -0700218
219 <!-- DO NOT TRANSLATE. Hardcoded number used for restricted incoming phone numbers. -->
220 <string name="handle_restricted">RESTRICTED</string>
Tony Makd7aaa1c2016-02-17 17:37:22 +0000221
222 <string name="toast_personal_call_msg">Using the personal dialer to make the call</string>
Tyler Gunnde162e62017-03-24 12:23:35 -0700223
224 <!-- The "label" of the Notification for an incoming ringing call.
225 call_via refers to the name of the app the incoming call is coming from.
226 Example: Duo call from John Smith[CHAR LIMIT=60] -->
227 <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>
228
229 <!-- The "label" of the Notification for an incoming ringing video call.
230 call_via refers to the name of the app the incoming video call is coming from.
231 Example: Duo video call from John Smith[CHAR LIMIT=60] -->
232 <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>
233
234 <!-- The "details" of a Notification for an incoming call which will cause an ongoing call to be
235 disconnected. This message is the part of the notification that informs the user that
236 answering the current ringing call will cause a call from another app to be disconnected.
237 Example: Answering will end your Duo call [CHAR LIMIT=60] -->
238 <string name="answering_ends_other_call">Answering will end your <xliff:g id="call_via">%1$s</xliff:g> call</string>
239
240 <!-- The "details" of a Notification for an incoming call which will cause other ongoing calls
241 to be disconnected. This message is the part of the notification that informs the user
242 answering the current ringing call will cause calls from another app to be disconnected.
243 Example: Answering will end your Duo call [CHAR LIMIT=60] -->
244 <string name="answering_ends_other_calls">Answering will end your <xliff:g id="call_via">%1$s</xliff:g> calls</string>
245
246 <!-- The "details" of a Notification for an incoming call which will cause an ongoing video call
247 to be disconnected. This message is the part of the notification that informs the user
248 that answering the current ringing call will cause a video call from another app to be
249 disconnected.
250 Example: Answering will end your Duo video call [CHAR LIMIT=60] -->
251 <string name="answering_ends_other_video_call">Answering will end your <xliff:g id="call_via">%1$s</xliff:g> video call</string>
252
253 <!-- The "details" of a Notification for an incoming call which will cause an ongoing call
254 to be disconnected. This message is the part of the notification that informs the user
255 that answering the current ringing call will cause an ongoing call to be disconnected.
256 Similar to answering_ends_other_call, except does not specify which app.
257 [CHAR LIMIT=60] -->
258 <string name="answering_ends_other_managed_call">Answering will end your ongoing call</string>
259
260 <!-- The "details" of a Notification for an incoming call which will cause an ongoing call
261 to be disconnected. This message is the part of the notification that informs the user
262 that answering the current ringing call will cause an ongoing call to be disconnected.
263 Similar to answering_ends_other_call, except does not specify which app.
264 [CHAR LIMIT=60] -->
265 <string name="answering_ends_other_managed_calls">Answering will end your ongoing calls</string>
266
267 <!-- The "details" of a Notification for an incoming call which will cause an ongoing video call
268 to be disconnected. This message is the part of the notification that informs the user
269 that answering the current ringing call will cause an ongoing video call to be
270 disconnected.
271 Similar to answering_ends_other_video_call, except does not specify which app.
272 [CHAR LIMIT=60] -->
273 <string name="answering_ends_other_managed_video_call">Answering will end your ongoing video call</string>
274
275 <!-- The "answer" button for an incoming call. [CHAR LIMIT=60] -->
276 <string name="answer_incoming_call">Answer</string>
277
278 <!-- The "decline" button for an incoming call. [CHAR LIMIT=60] -->
279 <string name="decline_incoming_call">Decline</string>
280
Tyler Gunn5ee82e02019-01-30 13:05:06 -0800281 <!-- Error message shown to the user when an outgoing call cannot be placed because there no
282 calling service is present on the device which supports this call type.
283 This is typically encountered when the user tries to dial a SIP/VOIP call, but there are
284 no calling services present which support SIP calling. [CHAR LIMIT=none] -->
285 <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>
286
Tyler Gunnde162e62017-03-24 12:23:35 -0700287 <!-- Error message shown to the user when an outgoing call cannot be placed due to an ongoing
288 phone call in a third-party app. For example:
289 Call cannot be placed due to your Duo call. [CHAR LIMIT=none] -->
290 <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>
291
292 <!-- Error message shown to the user when an outgoing call cannot be placed due to ongoing
293 phone calls in a third-party app. For example:
294 Call cannot be placed due to your Duo calls. [CHAR LIMIT=none] -->
295 <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>
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. Unlike cant_call_due_to_ongoing_call, this is used when
299 the name of the other app is not known. [CHAR LIMIT=none] -->
300 <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 -0700301
302 <!-- Notification channel name for a channel containing incoming call notifications. -->
303 <string name="notification_channel_incoming_call">Incoming calls</string>
304 <!-- Notification channel name for a channel containing missed call notifications. -->
305 <string name="notification_channel_missed_call">Missed calls</string>
Ruijie Bai20e49952017-12-25 10:55:48 +0800306 <!-- Notification channel name for a channel containing call blocking notifications. -->
307 <string name="notification_channel_call_blocking">Call Blocking</string>
Hall Liuae3af1a2019-10-14 14:42:44 -0700308 <!-- Notification channel name for a channel containing background call notifications. -->
309 <string name="notification_channel_background_calls">Background calls</string>
Brad Ebingerd0628ae2019-11-18 18:34:57 -0800310 <!-- Notification channel name for a channel containing disconnected call notifications. -->
311 <string name="notification_channel_disconnected_calls">Disconnected calls</string>
Grace Jia6306f472020-01-24 12:10:20 -0800312 <!-- Notification channel name for a channel containing crashed phone apps service notifications. -->
313 <string name="notification_channel_in_call_service_crash">Crashed phone apps</string>
Tyler Gunnbbd78a72017-04-30 14:16:07 -0700314
315 <!-- Alert dialog content used to inform the user that placing a new outgoing call will end the
316 ongoing call in the app "other_app". -->
317 <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 +0800318
sqian7be879d2019-04-04 11:33:21 -0700319 <!-- 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 -0700320 <string name="alert_redirect_outgoing_call_or_not">Choose how to place this call</string>
sqian2a7e65d2019-04-11 16:54:48 -0700321
322 <!-- 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 -0700323 <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 -0700324
325 <!-- 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 -0700326 <string name="alert_place_unredirect_outgoing_call">Call using my phone number</string>
sqian7be879d2019-04-04 11:33:21 -0700327
328 <!-- Alert dialog content used to tell the user the call is canceled because no response from the call redirection app "other_app". -->
329 <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>
330
Ruijie Bai20e49952017-12-25 10:55:48 +0800331 <!-- The name of a feature available under the Call settings. -->
332 <string name="phone_settings_call_blocking_txt">Call Blocking</string>
333 <!-- Call type to be blocked. See the explanatory text "phone_settings_number_not_in_contact_summary_txt". -->
334 <string name="phone_settings_number_not_in_contact_txt">Numbers not in Contacts</string>
335 <!-- Explanatory text under the call type "phone_settings_number_not_in_contact_txt". -->
336 <string name="phone_settings_number_not_in_contact_summary_txt">Block numbers that are not listed in your Contacts</string>
337 <!-- 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. -->
338 <string name="phone_settings_private_num_txt">Private</string>
339 <!-- Explanatory text under the call type "phone_settings_payphone_summary_txt". -->
340 <string name="phone_settings_private_num_summary_txt">Block callers that do not disclose their number</string>
341 <!-- Call type to be blocked. See the explanatory text "phone_settings_private_num_summary_txt". -->
342 <string name="phone_settings_payphone_txt">Pay phone</string>
343 <!-- Explanatory text under the call type "phone_settings_payphone_txt". -->
344 <string name="phone_settings_payphone_summary_txt">Block calls from pay phones</string>
345 <!-- Call type to be blocked. See the explanatory text "phone_settings_unknown_summary_txt". -->
346 <string name="phone_settings_unknown_txt">Unknown</string>
347 <!-- 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) -->
348 <string name="phone_settings_unknown_summary_txt">Block calls from unidentified callers</string>
349 <!-- Notification. Make this translation consistent with "phone_settings_call_blocking_txt". -->
350 <string name="phone_strings_call_blocking_turned_off_notification_title_txt">Call Blocking</string>
351 <!-- Notification that appears when the feature Call Blocking has been disabled. -->
352 <string name="phone_strings_call_blocking_turned_off_notification_text_txt">Call Blocking disabled</string>
353 <!-- Title of the dialog "phone_strings_emergency_call_made_dialog_text_txt". -->
354 <string name="phone_strings_emergency_call_made_dialog_title_txt">Emergency call made</string>
355 <!-- Notification details that appear when the user taps the notification "phone_strings_call_blocking_turned_off_notification_text_txt". -->
356 <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 -0700357 <!-- Window title used for the Telecom Developer Menu -->
358 <string name="developer_title">Telecom Developer Menu</string>
Brad Ebinger81e8a252019-11-11 16:59:44 -0800359 <!-- Some carriers allow an "external" call that has been placed on another device (another
360 tablet, phone, etc...) to be transferred to this device and taken as a call. In
361 the situation that we are already in an emergency call, notify the user that the call can not
362 be taken at this time.-->
363 <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 -0700364 <!-- Label for a switch in the Telecom Developer Menu which is used to enable the enhanced call
365 blocking functionality (for test purposes).
366 DO NOT TRANSLATE -->
367 <string name="developer_enhanced_call_blocking" translatable="false">Enhanced Call Blocking</string>
Ben Gilad4937ff92013-12-12 12:05:37 -0800368</resources>