1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2013 The Android Open Source Project 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 6 ~ you may not use this file except in compliance with the License. 7 ~ You may obtain a copy of the License at 8 ~ 9 ~ http://www.apache.org/licenses/LICENSE-2.0 10 ~ 11 ~ Unless required by applicable law or agreed to in writing, software 12 ~ distributed under the License is distributed on an "AS IS" BASIS, 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 ~ See the License for the specific language governing permissions and 15 ~ limitations under the License 16 --> 17 18<resources xmlns:tools="http://schemas.android.com/tools" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 19 <!-- MMI dialog strings --> 20 <!-- Dialog label when an MMI code starts running --> 21 22 <!-- post dial --> 23 <!-- In-call screen: body text of the dialog that appears when we encounter 24 the "wait" character in a phone number to be dialed; this dialog asks the 25 user if it's OK to send the numbers following the "wait". --> 26 <string name="wait_prompt_str">Send the following tones?\n</string> 27 <!-- In-call screen: button label on the "wait" prompt dialog in CDMA Mode--> 28 <string name="pause_prompt_yes">Yes</string> 29 <!-- In-call screen: button label on the "wait" prompt dialog in CDMA Mode--> 30 <string name="pause_prompt_no">No</string> 31 32 <!-- Notification strings --> 33 <!-- The "label" of the in-call Notification for a dialing call, used 34 as the format string for a Chronometer widget. [CHAR LIMIT=60] --> 35 <string name="notification_dialing">Dialing</string> 36 <!-- The "label" of the in-call Notification for an ongoing call. [CHAR LIMIT=60] --> 37 <string name="notification_ongoing_call">Ongoing call</string> 38 <!-- The "label" of the in-call Notification for an ongoing video call. [CHAR LIMIT=60] --> 39 <string name="notification_ongoing_video_call">Ongoing video call</string> 40 <!-- The "label" of the in-call Notification for an ongoing paused video call. [CHAR LIMIT=60] --> 41 <string name="notification_ongoing_paused_video_call">Ongoing video call \u2011 video paused</string> 42 <!-- The "label" of the in-call Notification for an ongoing work call. [CHAR LIMIT=60] --> 43 <string name="notification_ongoing_work_call">Ongoing work call</string> 44 45 <!-- Template for the label on the in-call Notification for an ongoing call, which is being made 46 over Wi-Fi. The format argument is @string/notification_call_wifi_brand [CHAR LIMIT=20]--> 47 <string name="notification_ongoing_call_wifi_template">Ongoing <xliff:g id="brand_name">%1$s</xliff:g></string> 48 49 <!-- Template for the label of the in-call Notification for an incoming call, which is being made 50 over Wi-Fi. The format argument is @string/notification_call_wifi_brand [CHAR LIMIT=20] --> 51 <string name="notification_incoming_call_wifi_template">Incoming <xliff:g id="brand_name">%1$s</xliff:g></string> 52 53 <!-- "Brand name" for WiFi calls. Will be overridden for specific mcc-mnc combinations [CHAR LIMIT=40]--> 54 <string name="notification_call_wifi_brand">Wi\u2011Fi call</string> 55 56 <!-- "Brand name" for WiFi work calls. Will be overridden for specific mcc-mnc combinations [CHAR LIMIT=40] --> 57 <string name="notification_call_wifi_work_brand">Wi\u2011Fi work call</string> 58 59 <!-- The "label" of the in-call Notification for a call that's on hold --> 60 <string name="notification_on_hold">On hold</string> 61 <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=60] --> 62 <string name="notification_incoming_call">Incoming call</string> 63 <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=60] --> 64 <string name="notification_incoming_video_call">Incoming video call</string> 65 <!-- The "label" of the in-call Notification for an incoming ringing call on a device with multiple SIMs. [CHAR LIMIT=60] --> 66 <string name="notification_incoming_call_mutli_sim">Incoming call via <xliff:g id="sim_label" example="SIM 1">%1$s</xliff:g></string> 67 <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] --> 68 <string name="notification_incoming_call_with_photo">Incoming call with photo</string> 69 <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] --> 70 <string name="notification_incoming_call_with_message">Incoming call with message</string> 71 <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] --> 72 <string name="notification_incoming_call_with_location">Incoming call with location</string> 73 <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". If still can't meet, replace with "Incoming call with attachments." --> 74 <string name="notification_incoming_call_with_photo_message">Incoming call with photo and message</string> 75 <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". If still can't meet, replace with "Incoming call with attachments." --> 76 <string name="notification_incoming_call_with_photo_location">Incoming call with photo and location</string> 77 <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". If still can't meet, replace with "Incoming call with attachments." --> 78 <string name="notification_incoming_call_with_message_location">Incoming call with message and location</string> 79 <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". If still can't meet, replace with "Incoming call with attachments." --> 80 <string name="notification_incoming_call_with_photo_message_location">Incoming call with photo, message and location</string> 81 <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] --> 82 <string name="notification_incoming_call_attachments">Incoming call with attachments</string> 83 <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] --> 84 <string name="important_notification_incoming_call">Important incoming call</string> 85 <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". --> 86 <string name="important_notification_incoming_call_with_photo">Important incoming call with photo</string> 87 <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". --> 88 <string name="important_notification_incoming_call_with_message">Important incoming call with message</string> 89 <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". --> 90 <string name="important_notification_incoming_call_with_location">Important incoming call with location</string> 91 <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". If still can't meet, replace with "Incoming call with attachments." --> 92 <string name="important_notification_incoming_call_with_photo_message">Important incoming call with photo and message</string> 93 <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". If still can't meet, replace with "Incoming call with attachments." --> 94 <string name="important_notification_incoming_call_with_photo_location">Important incoming call with photo and location</string> 95 <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". If still can't meet, replace with "Incoming call with attachments." --> 96 <string name="important_notification_incoming_call_with_message_location">Important incoming call with message and location</string> 97 <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". If still can't meet, replace with "Incoming call with attachments." --> 98 <string name="important_notification_incoming_call_with_photo_message_location">Important incoming call with photo, message and location</string> 99 <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". --> 100 <string name="important_notification_incoming_call_attachments">Important incoming call with attachments</string> 101 102 103 <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=60] --> 104 <string name="notification_incoming_work_call">Incoming work call</string> 105 <!-- The "label" of the in-call Notification for an incoming ringing spam call. --> 106 <string name="notification_incoming_spam_call">Incoming suspected spam call</string> 107 <!-- The "label" of the in-call Notification for upgrading an existing call to a video call. --> 108 <string name="notification_requesting_video_call">Incoming video request</string> 109 <!-- Label for the "Answer call" action. This is the displayed label for the action that answers 110 an incoming call. [CHAR LIMIT=12] --> 111 <string name="notification_action_answer">Answer</string> 112 <!-- Label for "end call" Action. 113 It is displayed in the "Ongoing call" notification, which is shown 114 when the user is outside the in-call screen while the phone call is still 115 active. [CHAR LIMIT=12] --> 116 <string name="notification_action_end_call">Hang up</string> 117 <!-- Label for "Video Call" notification action. This is a displayed on the notification for an 118 incoming video call, and answers the call as a video call. [CHAR LIMIT=12] --> 119 <string name="notification_action_answer_video">Video</string> 120 <!-- Label for "Accept" notification action. This is somewhat generic, and may refer to 121 scenarios such as accepting an incoming call or accepting a video call request. 122 [CHAR LIMIT=12] --> 123 <string name="notification_action_accept">Accept</string> 124 <!-- Label for "Dismiss" notification action. This is somewhat generic, and may refer to 125 scenarios such as declining an incoming call or declining a video call request. 126 [CHAR LIMIT=12] --> 127 <string name="notification_action_dismiss">Decline</string> 128 <string name="notification_action_speaker_on">Turn speaker on</string> 129 <string name="notification_action_speaker_off">Turn speaker off</string> 130 131 <!-- The "label" of the in-call Notification for an ongoing external call. 132 External calls are a representation of a call which is in progress on the user's other 133 device (e.g. another phone or a watch). 134 [CHAR LIMIT=60] --> 135 <string name="notification_external_call">Ongoing call on another device</string> 136 <!-- The "label" of the in-call Notification for an ongoing external video call. 137 External calls are a representation of a call which is in progress on the user's other 138 device (e.g. another phone or a watch). 139 [CHAR LIMIT=60] --> 140 <string name="notification_external_video_call">Ongoing video call on another device</string> 141 <!-- Notification action displayed for external call notifications. External calls are a 142 representation of a call which is in progress on the user's other device (e.g. another 143 phone or a watch). The "take call" action initiates the process of pulling an external 144 call to the current device. 145 [CHAR LIMIT=30] --> 146 <string name="notification_take_call">Take Call</string> 147 <!-- Notification action displayed for external call notifications. External calls are a 148 representation of a call which is in progress on the user's other device (e.g. another 149 phone or a watch). The "take video call" action initiates the process of pulling an external 150 video call to the current device. 151 [CHAR LIMIT=30] --> 152 <string name="notification_take_video_call">Take Video Call</string> 153 154 <!-- In-call screen: message displayed in an error dialog --> 155 <string name="incall_error_supp_service_unknown">Service not supported.</string> 156 157 <!-- For incoming calls, this is a string we can get from a CDMA network instead of 158 the actual phone number, to indicate there's no number present. DO NOT TRANSLATE. --> 159 <string-array name="absent_num" translatable="false"> 160 <item>ABSENT NUMBER</item> 161 <item>ABSENTNUMBER</item> 162 </string-array> 163 164 <!-- Use this to describe the separate conference call button; currently for screen readers through accessibility. --> 165 <string name="goPrivate">go private</string> 166 167 <!-- Label for "Manage conference call" panel [CHAR LIMIT=40] --> 168 <string name="manageConferenceLabel" tools:ignore="UnusedResources">Manage conference call</string> 169 170 <!-- Used to inform the user that a call was received via a number other than the primary 171 phone number associated with their device. [CHAR LIMIT=16] --> 172 <string name="child_number">via <xliff:g example="650-555-1212" id="child_number">%s</xliff:g></string> 173 174 <!-- Distance strings for business caller ID context. --> 175 176 <string name="callFailed_simError">No SIM or SIM error</string> 177 178 <string name="conference_caller_disconnect_content_description">End call</string> 179 180 <!-- Name for a conference call. Shown in the in call UI and in notifications. --> 181 <string name="conference_call_name">Conference call</string> 182 183 <!-- Name for a generic conference call. Shown in the in call UI. This is used in CDMA where we 184 don't know the precise state of participants in the conference. --> 185 <string name="generic_conference_call_name">In call</string> 186 187 <!-- Displayed when handover from WiFi to Lte occurs during a video call --> 188 <string name="video_call_wifi_to_lte_handover_toast">Continuing call using mobile data\u2026</string> 189 190 <!-- Displayed when WiFi handover from LTE fails during a video call. --> 191 <string name="video_call_lte_to_wifi_failed_title">Couldn\'t switch to Wi\u2011Fi network</string> 192 <string name="video_call_lte_to_wifi_failed_message">Video call will remain on the mobile network. Standard 193 data charges may apply. 194 </string> 195 <string name="video_call_lte_to_wifi_failed_do_not_show">Do not show this again</string> 196 197 <!-- Text for bubble return-to-call button --> 198 <string name="bubble_return_to_call">Back to call</string> 199 200 <!-- Title for RTT request dialog. [CHAR LIMIT=60] --> 201 <string name="rtt_request_dialog_title">Join RTT call?</string> 202 203 <!-- Details for RTT request dialog. [CHAR LIMIT=NONE] --> 204 <string name="rtt_request_dialog_details"><xliff:g id="caller">%1$s</xliff:g> wants to use messaging within your voice call.</string> 205 206 <!-- More information for RTT request dialog. [CHAR LIMIT=NONE] --> 207 <string name="rtt_request_dialog_more_information">RTT assists callers who are deaf, hard of hearing, have a speech disability, or need more than voice alone.</string> 208 209 <!-- Text for button to decline RTT request. [CHAR LIMIT=20] --> 210 <string name="rtt_button_decline_request">No thanks</string> 211 212 <!-- Text for button to accept RTT request. [CHAR LIMIT=20] --> 213 <string name="rtt_button_accept_request">Join RTT</string> 214 215</resources> 216