blob: 93c578220e7a2a9a353de1f92a1f108dd3fed73c [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
Santos Cordondeb8c892014-05-30 01:38:03 -070071 <!-- Content description of the call muted notification icon for
72 accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
73 <string name="accessibility_call_muted">Call muted.</string>
74
75 <!-- Content description of the speakerphone enabled notification icon for
76 accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
77 <string name="accessibility_speakerphone_enabled">Speakerphone enabled.</string>
Ihab Awadff7493a2014-06-10 13:47:44 -070078
79 <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
80 <string name="respond_via_sms_canned_response_1">Can\'t talk now. What\'s up?</string>
81 <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
82 <string name="respond_via_sms_canned_response_2">I\'ll call you right back.</string>
83 <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
84 <string name="respond_via_sms_canned_response_3">I\'ll call you later.</string>
85 <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
86 <string name="respond_via_sms_canned_response_4">Can\'t talk now. Call me later?</string>
87
88 <!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] -->
89 <string name="respond_via_sms_setting_title">Quick responses</string>
90 <!-- Slightly more verbose title of settings screen for managing the
91 "Respond via SMS" feature. [CHAR LIMIT=30] -->
92 <string name="respond_via_sms_setting_title_2">Edit quick responses</string>
93 <!-- Settings summary string for the "Respond via SMS" feature. [CHAR LIMIT=40] -->
94 <string name="respond_via_sms_setting_summary"></string>
95 <!-- Dialog title when changing a string for the "Respond via SMS" feature. [CHAR LIMIT=30] -->
96 <string name="respond_via_sms_edittext_dialog_title">Quick response</string>
Ihab Awadff7493a2014-06-10 13:47:44 -070097
98 <!-- "Respond via SMS": Confirmation message shown after sending
99 a text response. [CHAR LIMIT=40] -->
100 <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 -0700101
Hall Liuaf74a5c2018-09-19 18:05:51 -0700102 <!-- "Respond via SMS": Error toast shown after failing to send
103 a text response. [CHAR LIMIT=40] -->
104 <string name="respond_via_sms_failure_format">Message failed to send to <xliff:g id="phone_number">%s</xliff:g>.</string>
105
Santos Cordon55344342015-05-04 13:05:30 -0700106 <!-- Title of settings screen that allows user to enable and disable phone-accounts.
107 Each method for placing a call (SIM1, SIM2, SIP account, etc) has a phone-account.
108 Phone-accounts that are created by third party apps can be disabled and enabled by user.
109 [CHAR LIMIT=30] -->
110 <string name="enable_account_preference_title">Calling accounts</string>
111
Yorke Lee35bcc892014-08-13 15:27:16 -0700112 <!-- Message indicating that the user is not allowed to make non-emergency outgoing phone calls
113 due to a user restriction -->
Tyler Gunn0a9cfab2015-12-11 14:35:05 -0800114 <string name="outgoing_call_not_allowed_user_restriction">Only emergency calls are allowed.</string>
Yorke Lee5dc42ee2015-06-18 16:47:00 -0700115
116 <!-- Message indicating that the user is not allowed to make non-emergency outgoing phone calls
117 due to the lack of the CALL_PHONE permission -->
118 <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 -0700119
Yorke Leed7255872014-08-25 15:03:51 -0700120 <!-- 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 -0800121 <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 -0700122
Andrew Lee45506232014-10-22 17:54:33 -0700123 <!-- Message shown when the user tries to make a video call when already in a video call. -->
124 <string name ="duplicate_video_call_not_allowed">Call cannot be added at this time.</string>
125
Yorke Leed7255872014-08-25 15:03:51 -0700126 <!-- missing voicemail number -->
127 <!-- Title of the "Missing voicemail number" dialog -->
128 <string name="no_vm_number">Missing voicemail number</string>
129 <!-- Body text of the "Missing voicemail number" dialog -->
130 <string name="no_vm_number_msg">No voicemail number is stored on the SIM card.</string>
131 <!-- Button label on the "Missing voicemail number" dialog -->
132 <string name="add_vm_number_str">Add number</string>
133
tonyzhu919ffa92018-10-01 16:28:52 +0800134 <!-- Title of dialog used to confirm whether the user intends to change the default dialer
Yorke Leeb5c5d442015-04-27 15:21:53 -0700135 application [CHAR LIMIT=55]-->
Brad Ebinger8103efb2016-07-11 12:36:37 -0700136 <string name="change_default_dialer_dialog_title">Make <xliff:g id="new_app">%s</xliff:g> your default Phone app?</string>
137 <!-- Confirmation text that a user taps on to change the Default Phone App-->
138 <string name="change_default_dialer_dialog_affirmative">Set Default</string>
139 <!-- Cancel text that a user taps on to not change the Default Phone App-->
140 <string name="change_default_dialer_dialog_negative">Cancel</string>
141 <!-- Warning message indicating what may happen if a user allows a 3rd party app to become the default dialer.-->
142 <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 -0700143
tonyzhu919ffa92018-10-01 16:28:52 +0800144 <!-- Title of dialog used to confirm whether the user intends to change the default call screening
145 application [CHAR LIMIT=55]-->
146 <string name="change_default_call_screening_dialog_title">Make <xliff:g id="new_app">%s</xliff:g> your default call screening app?</string>
147 <!-- Warning message indicating the old call screening app will no longer be able to screen calls.-->
148 <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>
149 <!-- Warning message indicating what may happen if a user allows a 3rd party app to become the default call screening.-->
150 <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>
151 <!-- Confirmation text that a user taps on to change the Default call screening App-->
152 <string name="change_default_call_screening_dialog_affirmative">Set Default</string>
153 <!-- Cancel text that a user taps on to not change the Default call screening App-->
154 <string name="change_default_call_screening_dialog_negative">Cancel</string>
155
Mohamedc9261852016-02-05 14:10:17 -0800156 <!-- Blocked numbers -->
157 <string name="blocked_numbers">Blocked numbers</string>
158 <!-- Text shown at the beginning of the blocked numbers screen to explain what the screen is about. -->
Mohamed5a002ca2016-02-23 17:25:09 -0800159 <string name="blocked_numbers_msg">You won\'t receive calls or texts from blocked numbers.</string>
Mohamedc9261852016-02-05 14:10:17 -0800160 <!-- Button to add a blocked number. -->
161 <string name="block_number">Add a number</string>
162 <!-- Body of dialog to confirm unblocking a number. -->
163 <string name="unblock_dialog_body">Unblock <xliff:g id="number_to_block">%1$s</xliff:g>?</string>
164 <!-- Button to unblock a number. -->
165 <string name="unblock_button">Unblock</string>
166 <!-- Body of dialog to block a number. -->
167 <string name="add_blocked_dialog_body">Block calls and texts from</string>
168 <!-- Hint shown in the edit text box for adding a blocked number -->
Mohamed5a002ca2016-02-23 17:25:09 -0800169 <string name="add_blocked_number_hint">Phone number</string>
Mohamedc9261852016-02-05 14:10:17 -0800170 <!-- Button to block a number. -->
171 <string name="block_button">Block</string>
172 <!-- String shown to users unable to manage blocked numbers because they are not owners of the
173 device. -->
174 <string name="non_primary_user">Only the device owner can view and manage blocked numbers.</string>
175 <!-- Description of icon to delete blocked number. -->
Mohamed0089b1c2016-03-25 15:16:56 -0700176 <string name="delete_icon_description">Unblock</string>
Mohamed97610cb2016-02-24 17:06:20 -0800177 <!-- Title for butter bar shown when call blocking is disabled. -->
178 <string name="blocked_numbers_butter_bar_title">Blocking temporarily off</string>
179 <!-- Explanation for butter bar shown when call blocking is disabled. -->
180 <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>
181 <!-- Button to re-enable blocking shown in butter bar shown when call blocking is disabled. -->
182 <string name="blocked_numbers_butter_bar_button">Re-enable now</string>
Mohamed49e260a2016-03-18 12:45:40 -0700183 <!-- Message to show when a number is blocked. -->
184 <string name="blocked_numbers_number_blocked_message"><xliff:g id="blocked_number">%1$s</xliff:g> blocked</string>
185 <!-- Message to show when a number is unblocked. -->
186 <string name="blocked_numbers_number_unblocked_message"><xliff:g id="unblocked_number">%1$s</xliff:g> unblocked</string>
187 <!-- Message to show when a number cannot be blocked because it is associated with emergency services.. -->
188 <string name="blocked_numbers_block_emergency_number_message">Unable to block emergency number.</string>
189 <!-- Message to show when a number is already blocked. -->
190 <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 -0800191
Ihab Awad60509462014-06-14 16:43:08 -0700192 <!-- DO NOT TRANSLATE. Label for test Subscription 0. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700193 <string name="test_account_0_label">Q Mobile</string>
Ihab Awad60509462014-06-14 16:43:08 -0700194 <!-- DO NOT TRANSLATE. Label for test Subscription 1. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700195 <string name="test_account_1_label">Market Wireless</string>
Ihab Awad60509462014-06-14 16:43:08 -0700196 <!-- DO NOT TRANSLATE. Label for test Subscription 2. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700197 <string name="test_account_2_label">Sonoma Circles Talk Plus</string>
Ihab Awad60509462014-06-14 16:43:08 -0700198 <!-- DO NOT TRANSLATE. Label for test Subscription 3. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700199 <string name="test_account_3_label">Bay Voice Chat Pro</string>
Ihab Awad60509462014-06-14 16:43:08 -0700200
201 <!-- DO NOT TRANSLATE. Short description for test Subscription 0. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700202 <string name="test_account_0_short_description">Account with Q Mobile</string>
Ihab Awad60509462014-06-14 16:43:08 -0700203 <!-- DO NOT TRANSLATE. Short description for test Subscription 1. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700204 <string name="test_account_1_short_description">Account with Market Wireless</string>
Ihab Awad60509462014-06-14 16:43:08 -0700205 <!-- DO NOT TRANSLATE. Short description for test Subscription 2. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700206 <string name="test_account_2_short_description">Talk to everyone in your Circles!</string>
Ihab Awad60509462014-06-14 16:43:08 -0700207 <!-- DO NOT TRANSLATE. Short description for test Subscription 3. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700208 <string name="test_account_3_short_description">Chat with Chat Network users</string>
Santos Cordon61e11ad2014-08-06 02:04:09 -0700209
210 <!-- DO NOT TRANSLATE. Hardcoded number used for restricted incoming phone numbers. -->
211 <string name="handle_restricted">RESTRICTED</string>
Tony Makd7aaa1c2016-02-17 17:37:22 +0000212
213 <string name="toast_personal_call_msg">Using the personal dialer to make the call</string>
Tyler Gunnde162e62017-03-24 12:23:35 -0700214
215 <!-- The "label" of the Notification for an incoming ringing call.
216 call_via refers to the name of the app the incoming call is coming from.
217 Example: Duo call from John Smith[CHAR LIMIT=60] -->
218 <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>
219
220 <!-- The "label" of the Notification for an incoming ringing video call.
221 call_via refers to the name of the app the incoming video call is coming from.
222 Example: Duo video call from John Smith[CHAR LIMIT=60] -->
223 <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>
224
225 <!-- The "details" of a Notification for an incoming call which will cause an ongoing call to be
226 disconnected. This message is the part of the notification that informs the user that
227 answering the current ringing call will cause a call from another app to be disconnected.
228 Example: Answering will end your Duo call [CHAR LIMIT=60] -->
229 <string name="answering_ends_other_call">Answering will end your <xliff:g id="call_via">%1$s</xliff:g> call</string>
230
231 <!-- The "details" of a Notification for an incoming call which will cause other ongoing calls
232 to be disconnected. This message is the part of the notification that informs the user
233 answering the current ringing call will cause calls from another app to be disconnected.
234 Example: Answering will end your Duo call [CHAR LIMIT=60] -->
235 <string name="answering_ends_other_calls">Answering will end your <xliff:g id="call_via">%1$s</xliff:g> calls</string>
236
237 <!-- The "details" of a Notification for an incoming call which will cause an ongoing video call
238 to be disconnected. This message is the part of the notification that informs the user
239 that answering the current ringing call will cause a video call from another app to be
240 disconnected.
241 Example: Answering will end your Duo video call [CHAR LIMIT=60] -->
242 <string name="answering_ends_other_video_call">Answering will end your <xliff:g id="call_via">%1$s</xliff:g> video call</string>
243
244 <!-- The "details" of a Notification for an incoming call which will cause an ongoing call
245 to be disconnected. This message is the part of the notification that informs the user
246 that answering the current ringing call will cause an ongoing call to be disconnected.
247 Similar to answering_ends_other_call, except does not specify which app.
248 [CHAR LIMIT=60] -->
249 <string name="answering_ends_other_managed_call">Answering will end your ongoing call</string>
250
251 <!-- The "details" of a Notification for an incoming call which will cause an ongoing call
252 to be disconnected. This message is the part of the notification that informs the user
253 that answering the current ringing call will cause an ongoing call to be disconnected.
254 Similar to answering_ends_other_call, except does not specify which app.
255 [CHAR LIMIT=60] -->
256 <string name="answering_ends_other_managed_calls">Answering will end your ongoing calls</string>
257
258 <!-- The "details" of a Notification for an incoming call which will cause an ongoing video call
259 to be disconnected. This message is the part of the notification that informs the user
260 that answering the current ringing call will cause an ongoing video call to be
261 disconnected.
262 Similar to answering_ends_other_video_call, except does not specify which app.
263 [CHAR LIMIT=60] -->
264 <string name="answering_ends_other_managed_video_call">Answering will end your ongoing video call</string>
265
266 <!-- The "answer" button for an incoming call. [CHAR LIMIT=60] -->
267 <string name="answer_incoming_call">Answer</string>
268
269 <!-- The "decline" button for an incoming call. [CHAR LIMIT=60] -->
270 <string name="decline_incoming_call">Decline</string>
271
Tyler Gunn5ee82e02019-01-30 13:05:06 -0800272 <!-- Error message shown to the user when an outgoing call cannot be placed because there no
273 calling service is present on the device which supports this call type.
274 This is typically encountered when the user tries to dial a SIP/VOIP call, but there are
275 no calling services present which support SIP calling. [CHAR LIMIT=none] -->
276 <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>
277
Tyler Gunnde162e62017-03-24 12:23:35 -0700278 <!-- Error message shown to the user when an outgoing call cannot be placed due to an ongoing
279 phone call in a third-party app. For example:
280 Call cannot be placed due to your Duo call. [CHAR LIMIT=none] -->
281 <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>
282
283 <!-- Error message shown to the user when an outgoing call cannot be placed due to ongoing
284 phone calls in a third-party app. For example:
285 Call cannot be placed due to your Duo calls. [CHAR LIMIT=none] -->
286 <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>
287
288 <!-- Error message shown to the user when an outgoing call cannot be placed due to an ongoing
289 phone call in a third-party app. Unlike cant_call_due_to_ongoing_call, this is used when
290 the name of the other app is not known. [CHAR LIMIT=none] -->
291 <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 -0700292
293 <!-- Notification channel name for a channel containing incoming call notifications. -->
294 <string name="notification_channel_incoming_call">Incoming calls</string>
295 <!-- Notification channel name for a channel containing missed call notifications. -->
296 <string name="notification_channel_missed_call">Missed calls</string>
Ruijie Bai20e49952017-12-25 10:55:48 +0800297 <!-- Notification channel name for a channel containing call blocking notifications. -->
298 <string name="notification_channel_call_blocking">Call Blocking</string>
Hall Liuae3af1a2019-10-14 14:42:44 -0700299 <!-- Notification channel name for a channel containing background call notifications. -->
300 <string name="notification_channel_background_calls">Background calls</string>
Brad Ebingerd0628ae2019-11-18 18:34:57 -0800301 <!-- Notification channel name for a channel containing disconnected call notifications. -->
302 <string name="notification_channel_disconnected_calls">Disconnected calls</string>
Tyler Gunnbbd78a72017-04-30 14:16:07 -0700303
304 <!-- Alert dialog content used to inform the user that placing a new outgoing call will end the
305 ongoing call in the app "other_app". -->
306 <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 +0800307
sqian7be879d2019-04-04 11:33:21 -0700308 <!-- 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 -0700309 <string name="alert_redirect_outgoing_call_or_not">Choose how to place this call</string>
sqian2a7e65d2019-04-11 16:54:48 -0700310
311 <!-- 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 -0700312 <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 -0700313
314 <!-- 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 -0700315 <string name="alert_place_unredirect_outgoing_call">Call using my phone number</string>
sqian7be879d2019-04-04 11:33:21 -0700316
317 <!-- Alert dialog content used to tell the user the call is canceled because no response from the call redirection app "other_app". -->
318 <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>
319
Ruijie Bai20e49952017-12-25 10:55:48 +0800320 <!-- The name of a feature available under the Call settings. -->
321 <string name="phone_settings_call_blocking_txt">Call Blocking</string>
322 <!-- Call type to be blocked. See the explanatory text "phone_settings_number_not_in_contact_summary_txt". -->
323 <string name="phone_settings_number_not_in_contact_txt">Numbers not in Contacts</string>
324 <!-- Explanatory text under the call type "phone_settings_number_not_in_contact_txt". -->
325 <string name="phone_settings_number_not_in_contact_summary_txt">Block numbers that are not listed in your Contacts</string>
326 <!-- 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. -->
327 <string name="phone_settings_private_num_txt">Private</string>
328 <!-- Explanatory text under the call type "phone_settings_payphone_summary_txt". -->
329 <string name="phone_settings_private_num_summary_txt">Block callers that do not disclose their number</string>
330 <!-- Call type to be blocked. See the explanatory text "phone_settings_private_num_summary_txt". -->
331 <string name="phone_settings_payphone_txt">Pay phone</string>
332 <!-- Explanatory text under the call type "phone_settings_payphone_txt". -->
333 <string name="phone_settings_payphone_summary_txt">Block calls from pay phones</string>
334 <!-- Call type to be blocked. See the explanatory text "phone_settings_unknown_summary_txt". -->
335 <string name="phone_settings_unknown_txt">Unknown</string>
336 <!-- 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) -->
337 <string name="phone_settings_unknown_summary_txt">Block calls from unidentified callers</string>
338 <!-- Notification. Make this translation consistent with "phone_settings_call_blocking_txt". -->
339 <string name="phone_strings_call_blocking_turned_off_notification_title_txt">Call Blocking</string>
340 <!-- Notification that appears when the feature Call Blocking has been disabled. -->
341 <string name="phone_strings_call_blocking_turned_off_notification_text_txt">Call Blocking disabled</string>
342 <!-- Title of the dialog "phone_strings_emergency_call_made_dialog_text_txt". -->
343 <string name="phone_strings_emergency_call_made_dialog_title_txt">Emergency call made</string>
344 <!-- Notification details that appear when the user taps the notification "phone_strings_call_blocking_turned_off_notification_text_txt". -->
345 <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 -0700346 <!-- Window title used for the Telecom Developer Menu -->
347 <string name="developer_title">Telecom Developer Menu</string>
Brad Ebinger81e8a252019-11-11 16:59:44 -0800348 <!-- Some carriers allow an "external" call that has been placed on another device (another
349 tablet, phone, etc...) to be transferred to this device and taken as a call. In
350 the situation that we are already in an emergency call, notify the user that the call can not
351 be taken at this time.-->
352 <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 -0700353 <!-- Label for a switch in the Telecom Developer Menu which is used to enable the enhanced call
354 blocking functionality (for test purposes).
355 DO NOT TRANSLATE -->
356 <string name="developer_enhanced_call_blocking" translatable="false">Enhanced Call Blocking</string>
Ben Gilad4937ff92013-12-12 12:05:37 -0800357</resources>