blob: aefd2e6f918b4f5cb8de66938ec23bfd5894710e [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,
Tyler Gunnd3aeb4a2021-07-26 09:45:17 -070020 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>
Santos Cordona0e5f1a2014-03-31 21:43:00 -070024
Jay Shrauner4d0b4192015-08-11 10:46:08 -070025 <!-- 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
Santos Cordona0e5f1a2014-03-31 21:43:00 -070029 <!-- 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>
Victor Chang9e7f98a2016-01-04 16:03:27 +000035 <!-- 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>
Santos Cordona0e5f1a2014-03-31 21:43:00 -070037 <!-- 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.
Andrew Leefee17f62015-05-27 13:02:57 -070046 [CHAR LIMIT=18] -->
Santos Cordona0e5f1a2014-03-31 21:43:00 -070047 <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.
Andrew Leefee17f62015-05-27 13:02:57 -070050 [CHAR LIMIT=18] -->
Santos Cordona0e5f1a2014-03-31 21:43:00 -070051 <string name="notification_missedCall_message">Message</string>
Santos Cordondeb8c892014-05-30 01:38:03 -070052
Brad Ebingerd0628ae2019-11-18 18:34:57 -080053 <!-- 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>
Hall Liuc72d63d2020-03-27 15:36:58 -070060 <!-- 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>
Brad Ebingerd0628ae2019-11-18 18:34:57 -080067
Hall Liuae3af1a2019-10-14 14:42:44 -070068 <!-- 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
Hall Liucb797c32019-10-23 14:20:07 -070070 [CHAR LIMIT=40] -->
Hall Liuae3af1a2019-10-14 14:42:44 -070071 <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">
Tyler Gunn2ee67e62022-08-17 10:45:25 -070076 <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.
Hall Liuae3af1a2019-10-14 14:42:44 -070078 </string>
79
Tyler Gunne64f4792020-06-16 10:16:43 -070080 <!-- Crashed in call service notification label, used when the in call service has crashed and
Grace Jia6306f472020-01-24 12:10:20 -080081 the system fall back to use system dialer. [CHAR LIMIT=NONE] -->
Tyler Gunne64f4792020-06-16 10:16:43 -070082 <string name="notification_incallservice_not_responding_title">
83 <xliff:g id="in_call_service_app_name">%s</xliff:g> stopped responding
84 </string>
Grace Jia6306f472020-01-24 12:10:20 -080085 <!-- Body of the notification presented when an in call service crashed. [CHAR LIMIT=NONE] -->
Tyler Gunne64f4792020-06-16 10:16:43 -070086 <string name="notification_incallservice_not_responding_body">
87 Your call used the phone app that came with your device
Grace Jia6306f472020-01-24 12:10:20 -080088 </string>
89
Santos Cordondeb8c892014-05-30 01:38:03 -070090 <!-- 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>
Ihab Awadff7493a2014-06-10 13:47:44 -070097
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>
Ihab Awadff7493a2014-06-10 13:47:44 -0700116
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>
Ihab Awad60509462014-06-14 16:43:08 -0700120
Hall Liuaf74a5c2018-09-19 18:05:51 -0700121 <!-- "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
Santos Cordon55344342015-05-04 13:05:30 -0700125 <!-- 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
Yorke Lee35bcc892014-08-13 15:27:16 -0700131 <!-- Message indicating that the user is not allowed to make non-emergency outgoing phone calls
132 due to a user restriction -->
Tyler Gunn0a9cfab2015-12-11 14:35:05 -0800133 <string name="outgoing_call_not_allowed_user_restriction">Only emergency calls are allowed.</string>
Yorke Lee5dc42ee2015-06-18 16:47:00 -0700134
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>
Yorke Lee35bcc892014-08-13 15:27:16 -0700138
Yorke Leed7255872014-08-25 15:03:51 -0700139 <!-- 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 -0800140 <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 -0700141
Andrew Lee45506232014-10-22 17:54:33 -0700142 <!-- 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
Yorke Leed7255872014-08-25 15:03:51 -0700145 <!-- 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
tonyzhu919ffa92018-10-01 16:28:52 +0800153 <!-- Title of dialog used to confirm whether the user intends to change the default dialer
Yorke Leeb5c5d442015-04-27 15:21:53 -0700154 application [CHAR LIMIT=55]-->
Brad Ebinger8103efb2016-07-11 12:36:37 -0700155 <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>
Yorke Leeb5c5d442015-04-27 15:21:53 -0700162
tonyzhu919ffa92018-10-01 16:28:52 +0800163 <!-- 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
Mohamedc9261852016-02-05 14:10:17 -0800175 <!-- 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. -->
Mohamed5a002ca2016-02-23 17:25:09 -0800178 <string name="blocked_numbers_msg">You won\'t receive calls or texts from blocked numbers.</string>
Mohamedc9261852016-02-05 14:10:17 -0800179 <!-- 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 -->
Mohamed5a002ca2016-02-23 17:25:09 -0800188 <string name="add_blocked_number_hint">Phone number</string>
Mohamedc9261852016-02-05 14:10:17 -0800189 <!-- 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. -->
Mohamed0089b1c2016-03-25 15:16:56 -0700195 <string name="delete_icon_description">Unblock</string>
Mohamed97610cb2016-02-24 17:06:20 -0800196 <!-- 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>
Mohamed49e260a2016-03-18 12:45:40 -0700202 <!-- 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>
Mohamedc9261852016-02-05 14:10:17 -0800210
Ihab Awad60509462014-06-14 16:43:08 -0700211 <!-- DO NOT TRANSLATE. Label for test Subscription 0. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700212 <string name="test_account_0_label">Q Mobile</string>
Ihab Awad60509462014-06-14 16:43:08 -0700213 <!-- DO NOT TRANSLATE. Label for test Subscription 1. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700214 <string name="test_account_1_label">Market Wireless</string>
Ihab Awad60509462014-06-14 16:43:08 -0700215 <!-- DO NOT TRANSLATE. Label for test Subscription 2. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700216 <string name="test_account_2_label">Sonoma Circles Talk Plus</string>
Ihab Awad60509462014-06-14 16:43:08 -0700217 <!-- DO NOT TRANSLATE. Label for test Subscription 3. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700218 <string name="test_account_3_label">Bay Voice Chat Pro</string>
Ihab Awad60509462014-06-14 16:43:08 -0700219
220 <!-- DO NOT TRANSLATE. Short description for test Subscription 0. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700221 <string name="test_account_0_short_description">Account with Q Mobile</string>
Ihab Awad60509462014-06-14 16:43:08 -0700222 <!-- DO NOT TRANSLATE. Short description for test Subscription 1. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700223 <string name="test_account_1_short_description">Account with Market Wireless</string>
Ihab Awad60509462014-06-14 16:43:08 -0700224 <!-- DO NOT TRANSLATE. Short description for test Subscription 2. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700225 <string name="test_account_2_short_description">Talk to everyone in your Circles!</string>
Ihab Awad60509462014-06-14 16:43:08 -0700226 <!-- DO NOT TRANSLATE. Short description for test Subscription 3. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700227 <string name="test_account_3_short_description">Chat with Chat Network users</string>
Santos Cordon61e11ad2014-08-06 02:04:09 -0700228
229 <!-- DO NOT TRANSLATE. Hardcoded number used for restricted incoming phone numbers. -->
230 <string name="handle_restricted">RESTRICTED</string>
Tony Makd7aaa1c2016-02-17 17:37:22 +0000231
232 <string name="toast_personal_call_msg">Using the personal dialer to make the call</string>
Tyler Gunnde162e62017-03-24 12:23:35 -0700233
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
Tyler Gunn5ee82e02019-01-30 13:05:06 -0800291 <!-- 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.
Tyler Gunn9e63b172024-08-06 22:53:41 +0000293 This can happen on a device such as a watch or tablet which provides calling using a
294 service that may not be available all the time. For example, a watch may rely on Bluetooth
295 to be enabled for calling to work; when Bluetooth is disabled calling would not work.
296 [CHAR LIMIT=none] -->
297 <string name="cant_call_due_to_no_supported_service">Can\'t make call. Check your device\'s connection.</string>
Tyler Gunn5ee82e02019-01-30 13:05:06 -0800298
Tyler Gunnde162e62017-03-24 12:23:35 -0700299 <!-- Error message shown to the user when an outgoing call cannot be placed due to an ongoing
300 phone call in a third-party app. For example:
301 Call cannot be placed due to your Duo call. [CHAR LIMIT=none] -->
302 <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>
303
304 <!-- Error message shown to the user when an outgoing call cannot be placed due to ongoing
305 phone calls in a third-party app. For example:
306 Call cannot be placed due to your Duo calls. [CHAR LIMIT=none] -->
307 <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>
308
309 <!-- Error message shown to the user when an outgoing call cannot be placed due to an ongoing
310 phone call in a third-party app. Unlike cant_call_due_to_ongoing_call, this is used when
311 the name of the other app is not known. [CHAR LIMIT=none] -->
312 <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 -0700313
314 <!-- Notification channel name for a channel containing incoming call notifications. -->
315 <string name="notification_channel_incoming_call">Incoming calls</string>
316 <!-- Notification channel name for a channel containing missed call notifications. -->
317 <string name="notification_channel_missed_call">Missed calls</string>
Ruijie Bai20e49952017-12-25 10:55:48 +0800318 <!-- Notification channel name for a channel containing call blocking notifications. -->
319 <string name="notification_channel_call_blocking">Call Blocking</string>
Hall Liuae3af1a2019-10-14 14:42:44 -0700320 <!-- Notification channel name for a channel containing background call notifications. -->
321 <string name="notification_channel_background_calls">Background calls</string>
Brad Ebingerd0628ae2019-11-18 18:34:57 -0800322 <!-- Notification channel name for a channel containing disconnected call notifications. -->
323 <string name="notification_channel_disconnected_calls">Disconnected calls</string>
Grace Jia6306f472020-01-24 12:10:20 -0800324 <!-- Notification channel name for a channel containing crashed phone apps service notifications. -->
325 <string name="notification_channel_in_call_service_crash">Crashed phone apps</string>
Tyler Gunn33bd8c42023-05-07 23:58:48 +0000326 <!-- Notification channel name for a channel containing notifications related to call streaming.
327 Call streaming is a feature where an app can use another device like a tablet to see and
328 control a call taking place on their phone. -->
329 <string name="notification_channel_call_streaming">Call streaming</string>
Tyler Gunnbbd78a72017-04-30 14:16:07 -0700330
331 <!-- Alert dialog content used to inform the user that placing a new outgoing call will end the
332 ongoing call in the app "other_app". -->
333 <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 +0800334
sqian7be879d2019-04-04 11:33:21 -0700335 <!-- 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 -0700336 <string name="alert_redirect_outgoing_call_or_not">Choose how to place this call</string>
sqian2a7e65d2019-04-11 16:54:48 -0700337
338 <!-- 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 -0700339 <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 -0700340
341 <!-- 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 -0700342 <string name="alert_place_unredirect_outgoing_call">Call using my phone number</string>
sqian7be879d2019-04-04 11:33:21 -0700343
344 <!-- Alert dialog content used to tell the user the call is canceled because no response from the call redirection app "other_app". -->
345 <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>
346
Ruijie Bai20e49952017-12-25 10:55:48 +0800347 <!-- The name of a feature available under the Call settings. -->
348 <string name="phone_settings_call_blocking_txt">Call Blocking</string>
349 <!-- Call type to be blocked. See the explanatory text "phone_settings_number_not_in_contact_summary_txt". -->
350 <string name="phone_settings_number_not_in_contact_txt">Numbers not in Contacts</string>
351 <!-- Explanatory text under the call type "phone_settings_number_not_in_contact_txt". -->
352 <string name="phone_settings_number_not_in_contact_summary_txt">Block numbers that are not listed in your Contacts</string>
353 <!-- 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. -->
354 <string name="phone_settings_private_num_txt">Private</string>
355 <!-- Explanatory text under the call type "phone_settings_payphone_summary_txt". -->
356 <string name="phone_settings_private_num_summary_txt">Block callers that do not disclose their number</string>
357 <!-- Call type to be blocked. See the explanatory text "phone_settings_private_num_summary_txt". -->
358 <string name="phone_settings_payphone_txt">Pay phone</string>
359 <!-- Explanatory text under the call type "phone_settings_payphone_txt". -->
360 <string name="phone_settings_payphone_summary_txt">Block calls from pay phones</string>
361 <!-- Call type to be blocked. See the explanatory text "phone_settings_unknown_summary_txt". -->
362 <string name="phone_settings_unknown_txt">Unknown</string>
363 <!-- 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) -->
364 <string name="phone_settings_unknown_summary_txt">Block calls from unidentified callers</string>
Grace Jia86a45942021-08-09 09:06:51 -0700365 <!-- Call type to be blocked. See the explanatory text "phone_settings_unavailable_summary_txt". -->
366 <string name="phone_settings_unavailable_txt">Unavailable</string>
367 <!-- Explanatory text under the call type "phone_settings_unavailable_txt". -->
368 <string name="phone_settings_unavailable_summary_txt">Block calls where the number is unavailable</string>
Ruijie Bai20e49952017-12-25 10:55:48 +0800369 <!-- Notification. Make this translation consistent with "phone_settings_call_blocking_txt". -->
370 <string name="phone_strings_call_blocking_turned_off_notification_title_txt">Call Blocking</string>
371 <!-- Notification that appears when the feature Call Blocking has been disabled. -->
372 <string name="phone_strings_call_blocking_turned_off_notification_text_txt">Call Blocking disabled</string>
373 <!-- Title of the dialog "phone_strings_emergency_call_made_dialog_text_txt". -->
374 <string name="phone_strings_emergency_call_made_dialog_title_txt">Emergency call made</string>
375 <!-- Notification details that appear when the user taps the notification "phone_strings_call_blocking_turned_off_notification_text_txt". -->
376 <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 -0700377 <!-- Window title used for the Telecom Developer Menu -->
378 <string name="developer_title">Telecom Developer Menu</string>
Brad Ebinger81e8a252019-11-11 16:59:44 -0800379 <!-- Some carriers allow an "external" call that has been placed on another device (another
380 tablet, phone, etc...) to be transferred to this device and taken as a call. In
381 the situation that we are already in an emergency call, notify the user that the call can not
382 be taken at this time.-->
383 <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 -0700384 <!-- Label for a switch in the Telecom Developer Menu which is used to enable the enhanced call
385 blocking functionality (for test purposes).
386 DO NOT TRANSLATE -->
387 <string name="developer_enhanced_call_blocking" translatable="false">Enhanced Call Blocking</string>
Colin Cross24ad3252021-08-20 14:32:17 -0700388 <!-- Button label for generic cancel action [CHAR LIMIT=20] -->
389 <string name="cancel">Cancel</string>
Pranav Madapurmath2119f4a2022-10-14 22:05:07 +0000390 <!-- Button label for generic back action [CHAR LIMIT=20] -->
391 <string name="back">Back</string>
Junho99050c12022-11-24 01:53:40 +0000392 <!-- The user-visible name of the earpiece type CallEndpoint -->
393 <string name="callendpoint_name_earpiece">Earpiece</string>
394 <!-- The user-visible name of the bluetooth type CallEndpoint -->
395 <string name="callendpoint_name_bluetooth">Bluetooth</string>
396 <!-- The user-visible name of the wired headset type CallEndpoint -->
397 <string name="callendpoint_name_wiredheadset">Wired headset</string>
398 <!-- The user-visible name of the speaker type CallEndpoint -->
399 <string name="callendpoint_name_speaker">Speaker</string>
400 <!-- The user-visible name of the streaming type CallEndpoint -->
401 <string name="callendpoint_name_streaming">External</string>
402 <!-- The user-visible name of the unknown new type CallEndpoint -->
403 <string name="callendpoint_name_unknown">Unknown</string>
Tyler Gunn33bd8c42023-05-07 23:58:48 +0000404
405 <!-- The content of a notification shown when a call is being streamed to another device.
406 Call streaming is a feature where a user can see and interact with a call from another
407 device like a tablet while the call takes place on their phone. -->
408 <string name="call_streaming_notification_body">Streaming audio to other device</string>
409 <!-- A notification action which is shown when a call is being streamed to another device.
410 Tapping the action will hang up the call.
411 Call streaming is a feature where a user can see and interact with a call from another
412 device like a tablet while the call takes place on their phone. -->
413 <string name="call_streaming_notification_action_hang_up">Hang up</string>
414 <!-- A notification action which is shown when a call is being streamed to another device.
415 Tapping the action will move the call back to the phone from the device it is being
416 streamed to.
417 Call streaming is a feature where a user can see and interact with a call from another
418 device like a tablet while the call takes place on their phone. -->
419 <string name="call_streaming_notification_action_switch_here">Switch here</string>
Ben Gilad4937ff92013-12-12 12:05:37 -0800420</resources>