1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2019 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"> 18 <!-- Official label of the wifi stack --> 19 <string name="wifiResourcesAppLabel" product="default">System Wi-Fi Resources</string> 20 <!-- Notification title for a nearby open wireless network.--> 21 <string name="wifi_available_title">Connect to open Wi\u2011Fi network</string> 22 <!-- Notification title when the system is connecting to the specified network. The network name is specified in the notification content. --> 23 <string name="wifi_available_title_connecting">Connecting to Wi\u2011Fi network</string> 24 <!-- Notification title when the system has connected to the network. The network name is specified in the notification content. --> 25 <string name="wifi_available_title_connected">Connected to Wi\u2011Fi network</string> 26 <!-- Notification title when the system failed to connect to the specified network. --> 27 <string name="wifi_available_title_failed_to_connect">Could not connect to Wi\u2011Fi network</string> 28 <!-- Notification content when the system failed to connect to the specified network. This informs the user that tapping on this notification will open the wifi picker. --> 29 <string name="wifi_available_content_failed_to_connect">Tap to see all networks</string> 30 <!-- Notification action name for connecting to the network specified in the notification body. --> 31 <string name="wifi_available_action_connect">Connect</string> 32 <!-- Notification action name for opening the wifi picker, showing the user all the nearby networks. --> 33 <string name="wifi_available_action_all_networks">All networks</string> 34 35 <!-- Text shown when viewing channel settings for notifications related to network status --> 36 <string name="notification_channel_network_status">Network status</string> 37 <!-- Text shown when viewing channel settings for notifications related to network alerts --> 38 <string name="notification_channel_network_alerts">Network alerts</string> 39 <!-- Text shown when viewing the channel settings for notification about open nearby wireless networks. --> 40 <string name="notification_channel_network_available">Network available</string> 41 <!-- Text shown when viewing the channel settings for notifications related apm enhancement. --> 42 <string name="notification_channel_apm_alerts">APM alerts</string> 43 44 <!-- Notification title for a connection to a app suggested wireless network.--> 45 <string name="wifi_suggestion_title">Allow suggested Wi\u2011Fi networks?</string> 46 <!-- Notification content for a connection to a app suggested wireless network.--> 47 <string name="wifi_suggestion_content"><xliff:g id="name" example="App123">%s</xliff:g> suggested networks. Device may connect automatically. </string> 48 <!-- Notification action for allowing app specified in the notification body.--> 49 <string name="wifi_suggestion_action_allow_app">Allow</string> 50 <!-- Notification action for disallowing app specified in the notification body.--> 51 <string name="wifi_suggestion_action_disallow_app">No thanks</string> 52 53 <!-- Notification title for a connection to a SIM-based carrier network without IMSI privacy protection. --> 54 <string name="wifi_suggestion_imsi_privacy_title">Connect to <xliff:g id="carrierName" example="xxxMobile">%s</xliff:g> Wi\u2011Fi?</string> 55 <!-- Notification content for a connection to a SIM-based carrier network without IMSI privacy protection.--> 56 <string name="wifi_suggestion_imsi_privacy_content">These networks receive a SIM ID that can be used to track device location</string> 57 <!-- Notification action for allowing carrier specified in the notification body.--> 58 <string name="wifi_suggestion_action_allow_imsi_privacy_exemption_carrier">Connect</string> 59 <!-- Notification action for disallowing carrier specified in the notification body.--> 60 <string name="wifi_suggestion_action_disallow_imsi_privacy_exemption_carrier">Don\u0027t connect</string> 61 <!-- Confirmation dialog title for a connection to a SIM-based carrier network without IMSI privacy protection. --> 62 <string name="wifi_suggestion_imsi_privacy_exemption_confirmation_title">Confirm connection?</string> 63 <!-- Confirmation dialog content for a connection to a SIM-based carrier network without IMSI privacy protection. --> 64 <string name="wifi_suggestion_imsi_privacy_exemption_confirmation_content">If you connect, <xliff:g id="carrierName" example="xxxMobile">%s</xliff:g> Wi\u2011Fi networks may access or share a unique ID associated with your SIM. This may allow your device\u0027s location to be tracked.</string> 65 <!-- Confirmation dialog action for allowing carrier specified in the dialog body --> 66 <string name="wifi_suggestion_action_allow_imsi_privacy_exemption_confirmation">Connect</string> 67 <!-- Confirmation dialog action for disallowing carrier specified in the dialog body --> 68 <string name="wifi_suggestion_action_disallow_imsi_privacy_exemption_confirmation">Don\u0027t connect</string> 69 70 71 72 <!--Notification title for Wi-Fi Wake onboarding. This is displayed the first time a user disables Wi-Fi with the feature enabled. --> 73 <string name="wifi_wakeup_onboarding_title">Wi\u2011Fi will turn on automatically</string> 74 <!--Notification subtext for Wi-Fi Wake onboarding.--> 75 <string name="wifi_wakeup_onboarding_subtext">When you\'re near a high quality saved network</string> 76 <!--Notification action to disable Wi-Fi Wake during onboarding.--> 77 <string name="wifi_wakeup_onboarding_action_disable">Don\'t turn back on</string> 78 <!--Notification title for when Wi-Fi Wake enables Wi-Fi.--> 79 <string name="wifi_wakeup_enabled_title">Wi\u2011Fi turned on automatically</string> 80 <!--Notification content for when Wi-Fi Wake enables Wi-Fi. %1$s is the SSID of the nearby saved network that triggered the wakeup. --> 81 <string name="wifi_wakeup_enabled_content">You\u0027re near a saved network: <xliff:g id="network_ssid">%1$s</xliff:g></string> 82 83 <!-- A notification is shown when a user's selected SSID is later disabled due to connectivity problems. This is the notification's title / ticker. --> 84 <string name="wifi_watchdog_network_disabled">Couldn\'t connect to Wi-Fi</string> 85 <!-- A notification is shown when a user's selected SSID is later disabled due to connectivity problems. The complete alert msg is: <hotspot name> + this string, i.e. "Linksys has a poor internet connection" --> 86 <string name="wifi_watchdog_network_disabled_detailed">\u0020has a poor internet connection.</string> 87 88 <!-- A notification is shown the first time a connection is attempted on an app owned AP --> 89 <!-- title for this message --> 90 <string name="wifi_connect_alert_title">Allow connection?</string> 91 <!-- message explaining who is connecting to what --> 92 <string name="wifi_connect_alert_message">Application %1$s would like to connect to Wifi Network %2$s</string> 93 <!-- default application in case name can not be found --> 94 <string name="wifi_connect_default_application">An application</string> 95 96 <string name="accept">Accept</string> 97 <string name="decline">Decline</string> 98 <string name="ok">OK</string> 99 100 <string name="wifi_p2p_invitation_sent_title">Invitation sent</string> 101 <string name="wifi_p2p_invitation_to_connect_title">Invitation to connect</string> 102 103 <!-- The message of the P2P Invitation Received dialog indicating the seconds left to accept before auto rejection [CHAR_LIMIT=NONE] [ICU SYNTAX] --> 104 <string name="wifi_p2p_invitation_seconds_remaining"> 105 {0, plural, 106 =1 {Accept in # second.} 107 other {Accept in # seconds.} 108 } 109 </string> 110 <string name="wifi_p2p_from_message">From: </string> 111 <string name="wifi_p2p_to_message">To: </string> 112 <string name="wifi_p2p_enter_pin_message">Type the required PIN: </string> 113 <string name="wifi_p2p_show_pin_message">PIN: </string> 114 115 <string name="wifi_p2p_frequency_conflict_message">Your device will temporarily disconnect from Wi-Fi while it\'s connected to <xliff:g id="device_name">%1$s</xliff:g></string> 116 <!-- Dialog ok button--> 117 <string name="dlg_ok">OK</string> 118 119 <!-- Start of string constants used to inform the user that the current network may be failing to connect due to not supporting randomized MAC--> 120 <string name="wifi_cannot_connect_with_randomized_mac_title">Can\'t connect to <xliff:g id="ssid">%1$s</xliff:g></string> 121 <string name="wifi_cannot_connect_with_randomized_mac_message">Tap to change privacy settings and retry</string> 122 <string name="wifi_disable_mac_randomization_dialog_title">Change privacy setting?</string> 123 <string name="wifi_disable_mac_randomization_dialog_message"> To connect, <xliff:g id="ssid">%1$s</xliff:g> needs to use your device MAC address, a unique identifier. Currently, your privacy setting for this network uses a randomized identifier. 124 \n\nThis change may allow your device\'s location to be tracked by nearby devices. </string> 125 <string name="wifi_disable_mac_randomization_dialog_confirm_text">Change setting</string> 126 <string name="wifi_disable_mac_randomization_dialog_success">Setting updated. Try connecting again.</string> 127 <string name="wifi_disable_mac_randomization_dialog_failure">Can\'t change privacy setting</string> 128 <string name="wifi_disable_mac_randomization_dialog_network_not_found">Network not found</string> 129 <!-- End of string constants used to inform the user that the current network may be failing to connect due to not supporting randomized MAC--> 130 131 <!-- A notification is shown when eap failure happens. It should be overridden by carrier-specific overlays. An empty string will result in no notification shown.--> 132 <!-- Note: the :::integer::: is a carrier identifier - it is not to be translated! --> 133 <string name="wifi_eap_error_message_code_32756"><xliff:g id="ssid">%1$s</xliff:g> : EAP authentication error 32756</string> 134 <string-array name="wifi_eap_error_message_code_32756_carrier_overrides"> 135 <item><xliff:g id="carrier_id_prefix">:::1839:::</xliff:g></item> 136 </string-array> 137 <string name="wifi_eap_error_message_code_32760"><xliff:g id="ssid">%1$s</xliff:g> : EAP authentication error 32760</string> 138 <string-array name="wifi_eap_error_message_code_32760_carrier_overrides"> 139 <item><xliff:g id="carrier_id_prefix">:::1839:::</xliff:g><xliff:g id="ssid">%1$s</xliff:g> : You can\u2019t connect to Verizon Wi-Fi Access from outside the Verizon coverage area. (Error = 32760)</item> 140 </string-array> 141 <string name="wifi_eap_error_message_code_32761"><xliff:g id="ssid">%1$s</xliff:g> : EAP authentication error 32761</string> 142 <string-array name="wifi_eap_error_message_code_32761_carrier_overrides"> 143 <item><xliff:g id="carrier_id_prefix">:::1839:::</xliff:g><xliff:g id="ssid">%1$s</xliff:g> : You are not subscribed to Verizon Wi-Fi Access. Please call us at 800-922-0204. (Error = 32761)</item> 144 </string-array> 145 <string name="wifi_eap_error_message_code_32762"><xliff:g id="ssid">%1$s</xliff:g> : EAP authentication error 32762</string> 146 <string-array name="wifi_eap_error_message_code_32762_carrier_overrides"> 147 <item><xliff:g id="carrier_id_prefix">:::1839:::</xliff:g><xliff:g id="ssid">%1$s</xliff:g> : There is a problem with your Verizon Wi-Fi Access account. Please call us at 800-922-0204. (Error = 32762)</item> 148 </string-array> 149 <string name="wifi_eap_error_message_code_32763"><xliff:g id="ssid">%1$s</xliff:g> : EAP authentication error 32763</string> 150 <string-array name="wifi_eap_error_message_code_32763_carrier_overrides"> 151 <item><xliff:g id="carrier_id_prefix">:::1839:::</xliff:g><xliff:g id="ssid">%1$s</xliff:g> : You are already connected to Verizon Wi-Fi Access. (Error = 32763)</item> 152 </string-array> 153 <string name="wifi_eap_error_message_code_32764"><xliff:g id="ssid">%1$s</xliff:g> : EAP authentication error 32764</string> 154 <string-array name="wifi_eap_error_message_code_32764_carrier_overrides"> 155 <item><xliff:g id="carrier_id_prefix">:::1839:::</xliff:g><xliff:g id="ssid">%1$s</xliff:g> : There is a problem connecting you to Verizon Wi-Fi Access. Please call us at 800-922-0204. (Error = 32764)</item> 156 </string-array> 157 <string name="wifi_eap_error_message_code_32765"><xliff:g id="ssid">%1$s</xliff:g> : EAP authentication error 32765</string> 158 <string-array name="wifi_eap_error_message_code_32765_carrier_overrides"> 159 <item><xliff:g id="carrier_id_prefix">:::1839:::</xliff:g><xliff:g id="ssid">%1$s</xliff:g> : There is a problem with your Verizon Wi-Fi Access account. Please call us at 800-922-0204. (Error = 32765)</item> 160 </string-array> 161 <string name="wifi_eap_error_message_code_32766"><xliff:g id="ssid">%1$s</xliff:g> : EAP authentication error 32766</string> 162 <string-array name="wifi_eap_error_message_code_32766_carrier_overrides"> 163 <item><xliff:g id="carrier_id_prefix">:::1839:::</xliff:g><xliff:g id="ssid">%1$s</xliff:g> : Verizon Wi-Fi Access is not available from your location. Try again later or try from a different location. (Error = 32766)</item> 164 </string-array> 165 <string name="wifi_eap_error_message_code_32767"><xliff:g id="ssid">%1$s</xliff:g> : EAP authentication error 32767</string> 166 <string-array name="wifi_eap_error_message_code_32767_carrier_overrides"> 167 <item><xliff:g id="carrier_id_prefix">:::1839:::</xliff:g><xliff:g id="ssid">%1$s</xliff:g> : There is a problem connecting you to Verizon Wi-Fi Access. Try again later or try from a different location. (Error = 32767)</item> 168 </string-array> 169 <string name="wifi_eap_error_message_code_16384"><xliff:g id="ssid">%1$s</xliff:g> : EAP authentication error 16384</string> 170 <string-array name="wifi_eap_error_message_code_16384_carrier_overrides"> 171 <item><xliff:g id="carrier_id_prefix">:::1839:::</xliff:g><xliff:g id="ssid">%1$s</xliff:g> : There is a problem connecting you to Verizon Wi-Fi. (Error = 16384)</item> 172 </string-array> 173 <string name="wifi_eap_error_message_code_16385"><xliff:g id="ssid">%1$s</xliff:g> : EAP authentication error 16385</string> 174 <string-array name="wifi_eap_error_message_code_16385_carrier_overrides"> 175 <item><xliff:g id="carrier_id_prefix">:::1839:::</xliff:g><xliff:g id="ssid">%1$s</xliff:g> : There is a problem connecting you to Verizon Wi-Fi. (Error = 16385)</item> 176 </string-array> 177 <string name="wifi_eap_error_message_unknown_error_code"><xliff:g id="ssid">%1$s</xliff:g> : EAP authentication error, unknown error code</string> 178 <string-array name="wifi_eap_error_message_unknown_error_code_carrier_overrides"> 179 <item><xliff:g id="carrier_id_prefix">:::1839:::</xliff:g><xliff:g id="ssid">%1$s</xliff:g> : There is a problem connecting you to Verizon Wi-Fi. (Error = Unknown)</item> 180 </string-array> 181 182 183 <!-- A notification is shown when softap auto shutdown timeout expired. It should be overridden by carrier-specific overlays. --> 184 <string name="wifi_softap_auto_shutdown_timeout_expired_title">Hotspot turned off</string> 185 <string name="wifi_softap_auto_shutdown_timeout_expired_summary">No devices connected. Tap to modify.</string> 186 187 <!-- A notification is shown when eap-sim/aka/aka' wifi network is disconnected due to sim removal --> 188 <string name="wifi_sim_required_title">Wi\u2011Fi disconnected</string> 189 <string name="wifi_sim_required_message">To connect to <xliff:g id="ssid">%1$s</xliff:g>, insert a <xliff:g id="carrier_name">%2$s</xliff:g> SIM</string> 190 191 <!-- External approver for interface priority calls. --> 192 <string name="wifi_interface_priority_title"><xliff:g id="app">%1$s</xliff:g> wants to use a networking resource</string> 193 <!-- Note: additional available arguments for customized title and message (not necessarily used in default string): 194 %1$s: requestor application name 195 %2$s: requested interface name 196 %3$s: impacted application names 197 %4$s: impacted interface names 198 --> 199 <string name="wifi_interface_priority_message">This may cause problems for <xliff:g id="apps">%3$s</xliff:g>.</string> 200 <string name="wifi_interface_priority_message_plural">This may cause problems for these apps: <xliff:g id="apps">%3$s</xliff:g>.</string> 201 <string name="wifi_interface_priority_approve">Allow</string> 202 <string name="wifi_interface_priority_reject">Don\'t allow</string> 203 <string name="wifi_interface_priority_interface_name_sta">STA</string> 204 <string name="wifi_interface_priority_interface_name_ap">Wi\u2011Fi Hotspot</string> 205 <string name="wifi_interface_priority_interface_name_ap_bridge">Wi\u2011Fi Hotspot</string> 206 <string name="wifi_interface_priority_interface_name_p2p">Wi\u2011Fi Direct</string> 207 <string name="wifi_interface_priority_interface_name_nan">Wi\u2011Fi Aware</string> 208 209 <!-- Trust On First Use dialog and notification text. --> 210 <string name="wifi_ca_cert_dialog_title">Is this network trusted?</string> 211 <string name="wifi_ca_cert_dialog_continue_text">Yes, connect</string> 212 <string name="wifi_ca_cert_dialog_abort_text">No, don\'t connect</string> 213 <string name="wifi_ca_cert_dialog_message_hint">Only allow this network to connect if the information below looks correct.\n\n</string> 214 <string name="wifi_ca_cert_dialog_message_server_name_text">Server Name:\n<xliff:g id="value">%1$s</xliff:g>\n\n</string> 215 <string name="wifi_ca_cert_dialog_message_issuer_name_text">Issuer Name:\n<xliff:g id="value">%1$s</xliff:g>\n\n</string> 216 <string name="wifi_ca_cert_dialog_message_organization_text">Organization:\n<xliff:g id="value">%1$s</xliff:g>\n\n</string> 217 <string name="wifi_ca_cert_dialog_message_expiration_text">Certificate Expiration:\n<xliff:g id="value">%1$s</xliff:g>\n\n</string> 218 <string name="wifi_ca_cert_dialog_message_signature_name_text">SHA-256 Fingerprint:\n<xliff:g id="value">%1$s</xliff:g>\n\n</string> 219 <string name="wifi_ca_cert_dialog_message_contact_text">Contact:\n<xliff:g id="value">%1$s</xliff:g>\n\n</string> 220 <string name="wifi_ca_cert_notification_title">Network needs to be verified</string> 221 <string name="wifi_ca_cert_notification_message">Review network details for <xliff:g id="ssid">%1$s</xliff:g> before connecting. Tap to continue.</string> 222 <string name="wifi_ca_cert_failed_to_install_ca_cert">Certificate installation failed.</string> 223 <string name="wifi_tofu_invalid_cert_chain_title">Can\'t connect to <xliff:g id="value">%1$s</xliff:g></string> 224 <string name="wifi_tofu_invalid_cert_chain_message">The server certificate chain is invalid.</string> 225 <string name="wifi_tofu_invalid_cert_chain_ok_text">OK</string> 226 227 <!-- Legacy EAP network dialog and notification text on Pre-T devices. --> 228 <string name="wifi_ca_cert_dialog_preT_title">Can\'t verify this network</string> 229 <string name="wifi_ca_cert_dialog_preT_continue_text">Stay connected</string> 230 <string name="wifi_ca_cert_dialog_preT_abort_text">Disconnect now</string> 231 <string name="wifi_ca_cert_dialog_preT_message_hint">The network <xliff:g id="ssid">%1$s</xliff:g> is missing a certificate.</string> 232 <string name="wifi_ca_cert_dialog_preT_message_link">Learn how to add certificates</string> 233 <string name="wifi_ca_cert_notification_preT_title">Can\'t verify this network</string> 234 <string name="wifi_ca_cert_notification_preT_message">The network <xliff:g id="ssid">%1$s</xliff:g> is missing a certificate. Tap to learn how to add certificates.</string> 235 <string name="wifi_ca_cert_notification_preT_continue_text">Connect anyway</string> 236 <string name="wifi_ca_cert_notification_preT_abort_text">Don\'t connect</string> 237 238 <!-- User-confirmation dialog for pre-Q apps enabling Wi-Fi. --> 239 <string name="wifi_enable_request_dialog_title">Allow <xliff:g id="app_name" example="App123">%1$s</xliff:g> to turn on Wi\u2011Fi?</string> 240 <string name="wifi_enable_request_dialog_message">You can turn off Wi\u2011Fi in Quick Settings</string> 241 <string name="wifi_enable_request_dialog_positive_button">Allow</string> 242 <string name="wifi_enable_request_dialog_negative_button">Don\u0027t allow</string> 243 244 <!-- Notifying the user that the device will remember Wi-Fi state in APM. --> 245 <string name="wifi_enabled_apm_first_time_title">Wi\u2011Fi on in airplane mode</string> 246 <string name="wifi_enabled_apm_first_time_message">If you keep Wi\u2011Fi on, your device will remember to keep it on the next time you\'re in airplane mode</string> 247 <string name="apm_enabled_first_time_title">Wi\u2011Fi stays on</string> 248 <string name="apm_enabled_first_time_message">Your device remembers to keep Wi\u2011Fi on in airplane mode. Turn off Wi\u2011Fi if you don\'t want it to stay on.</string> 249 250 <!-- Dialog for connecting to a network with only disabled type BSSes. --> 251 <string name="wifi_network_disabled_by_admin_title">Unavailable Network</string> 252 <string name="wifi_network_disabled_by_admin_message"><xliff:g id="ssid">%1$s</xliff:g> is disabled by your administrator.</string> 253 <string name="wifi_network_disabled_by_admin_button">Close</string> 254 255 <string name="wifi_network_switch_dialog_title_no_internet"><xliff:g id="ssid">%1$s</xliff:g> does not appear to be connected to the internet. Switch to <xliff:g id="ssid">%2$s</xliff:g>?</string> 256 <string name="wifi_network_switch_dialog_title_bad_internet"><xliff:g id="ssid">%1$s</xliff:g> is low quality. Switch to <xliff:g id="ssid">%2$s</xliff:g>?</string> 257 <string name="wifi_network_switch_dialog_positive_button">Switch</string> 258 <string name="wifi_network_switch_dialog_negative_button">Don\u0027t switch</string> 259</resources> 260