1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 /* 4 ** 5 ** Copyright 2015 The Android Open Source Project 6 ** 7 ** Licensed under the Apache License, Version 2.0 (the "License"); 8 ** you may not use this file except in compliance with the License. 9 ** You may obtain a copy of the License at 10 ** 11 ** http://www.apache.org/licenses/LICENSE-2.0 12 ** 13 ** Unless required by applicable law or agreed to in writing, software 14 ** distributed under the License is distributed on an "AS IS" BASIS, 15 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 ** See the License for the specific language governing permissions and 17 ** limitations under the License. 18 */ 19 --> 20 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 21 <!-- Toast message when Wi-Fi cannot scan for networks --> 22 <string name="wifi_fail_to_scan">Can\'t scan for networks</string> 23 <!-- Do not translate. Concise terminology for wifi with WEP security --> 24 <string name="wifi_security_short_wep">WEP</string> 25 <!-- Do not translate. Concise terminology for wifi with WPA security --> 26 <string name="wifi_security_short_wpa">WPA</string> 27 <!-- Do not translate. Concise terminology for wifi with WPA2 security --> 28 <string name="wifi_security_short_wpa2">WPA2</string> 29 <!-- Do not translate. Concise terminology for wifi with both WPA/WPA2 security --> 30 <string name="wifi_security_short_wpa_wpa2">WPA/WPA2</string> 31 <!-- Do not translate. Concise terminology for wifi with unknown PSK type --> 32 <string name="wifi_security_short_psk_generic">@string/wifi_security_short_wpa_wpa2</string> 33 <!-- Do not translate. Concise terminology for wifi with 802.1x EAP security --> 34 <string name="wifi_security_short_eap">802.1x</string> 35 36 <!-- Used in Wi-Fi settings dialogs when Wi-Fi does not have any security. --> 37 <string name="wifi_security_none">None</string> 38 39 <!-- Do not translate. Terminology for wifi with WEP security --> 40 <string name="wifi_security_wep">WEP</string> 41 <!-- Do not translate. Terminology for wifi with WPA security --> 42 <string name="wifi_security_wpa">WPA PSK</string> 43 <!-- Do not translate. Terminology for wifi with WPA2 security --> 44 <string name="wifi_security_wpa2">WPA2 PSK</string> 45 <!-- Do not translate. Terminology for wifi with both WPA/WPA2 security, or unknown --> 46 <string name="wifi_security_wpa_wpa2">WPA/WPA2 PSK</string> 47 <!-- Do not translate. Terminology for wifi with unknown PSK type --> 48 <string name="wifi_security_psk_generic">@string/wifi_security_wpa_wpa2</string> 49 <!-- Do not translate. Concise terminology for wifi with 802.1x EAP security --> 50 <string name="wifi_security_eap">802.1x EAP</string> 51 <!-- Do not translate. Concise terminology for Passpoint network --> 52 <string name="wifi_security_passpoint">Passpoint</string> 53 54 <!-- Summary for the remembered network. --> 55 <string name="wifi_remembered">Saved</string> 56 <!-- Status for networks disabled for unknown reason --> 57 <string name="wifi_disabled_generic">Disabled</string> 58 <!-- Status for networked disabled from a DNS or DHCP failure --> 59 <string name="wifi_disabled_network_failure">IP Configuration Failure</string> 60 <!-- Status for networked disabled from a wifi association failure --> 61 <string name="wifi_disabled_wifi_failure">WiFi Connection Failure</string> 62 <!-- Status for networks disabled from authentication failure (wrong password 63 or certificate). --> 64 <string name="wifi_disabled_password_failure">Authentication problem</string> 65 <!-- Summary for the remembered network but currently not in range. --> 66 <string name="wifi_not_in_range">Not in range</string> 67 <!-- Summary for the remembered network but no internet connection was detected. --> 68 <string name="wifi_no_internet">No Internet Access Detected, won\'t automatically reconnect.</string> 69 <!-- Summary for saved networks --> 70 <string name="saved_network">Saved by <xliff:g id="name">%1$s</xliff:g></string> 71 72 <!-- Status message of Wi-Fi when it is connected by a Wi-Fi assistant application. [CHAR LIMIT=NONE] --> 73 <string name="connected_via_wfa">Connected via Wi\u2011Fi assistant</string> 74 <!-- Status message of Wi-Fi when it is connected by Passpoint configuration. [CHAR LIMIT=NONE] --> 75 <string name="connected_via_passpoint">Connected via %1$s</string> 76 <!-- Status message of Wi-Fi when network has matching passpoint credentials. [CHAR LIMIT=NONE] --> 77 <string name="available_via_passpoint">Available via %1$s</string> 78 <!-- Package name for Settings app--> 79 <string name="settings_package" translatable="false">com.android.settings</string> 80 <!-- Package name for Certinstaller app--> 81 <string name="certinstaller_package" translatable="false">com.android.certinstaller</string> 82 83 <!-- Summary for Connected wifi network without internet --> 84 <string name="wifi_connected_no_internet">Connected, no Internet</string> 85 86 <!-- Bluetooth settings. Message when a device is disconnected --> 87 <string name="bluetooth_disconnected">Disconnected</string> 88 <!-- Bluetooth settings. Message when disconnecting from a device --> 89 <string name="bluetooth_disconnecting">Disconnecting\u2026</string> 90 <!-- Bluetooth settings. Message when connecting to a device --> 91 <string name="bluetooth_connecting">Connecting\u2026</string> 92 <!-- Bluetooth settings. Message when connected to a device. [CHAR LIMIT=40] --> 93 <string name="bluetooth_connected">Connected</string> 94 <!--Bluetooth settings screen, summary text under individual Bluetooth devices when pairing --> 95 <string name="bluetooth_pairing">Pairing\u2026</string> 96 97 <!-- Bluetooth settings. Message when connected to a device, except for phone audio. [CHAR LIMIT=40] --> 98 <string name="bluetooth_connected_no_headset">Connected (no phone)</string> 99 <!-- Bluetooth settings. Message when connected to a device, except for media audio. [CHAR LIMIT=40] --> 100 <string name="bluetooth_connected_no_a2dp">Connected (no media)</string> 101 <!-- Bluetooth settings. Message when connected to a device, except for map. [CHAR LIMIT=40] --> 102 <string name="bluetooth_connected_no_map">Connected (no message access)</string> 103 <!-- Bluetooth settings. Message when connected to a device, except for phone/media audio. [CHAR LIMIT=40] --> 104 <string name="bluetooth_connected_no_headset_no_a2dp">Connected (no phone or media)</string> 105 106 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the A2DP profile. --> 107 <string name="bluetooth_profile_a2dp">Media audio</string> 108 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the headset or handsfree profile. --> 109 <string name="bluetooth_profile_headset">Phone audio</string> 110 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the OPP profile. --> 111 <string name="bluetooth_profile_opp">File transfer</string> 112 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the HID profile. --> 113 <string name="bluetooth_profile_hid">Input device</string> 114 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PAN profile (accessing Internet through remote device). [CHAR LIMIT=40] --> 115 <string name="bluetooth_profile_pan">Internet access</string> 116 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PBAP profile. [CHAR LIMIT=40] --> 117 <string name="bluetooth_profile_pbap">Contact sharing</string> 118 <!-- Bluetooth settings. The user-visible summary string that is used whenever referring to the PBAP profile (sharing contacts). [CHAR LIMIT=60] --> 119 <string name="bluetooth_profile_pbap_summary">Use for contact sharing</string> 120 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PAN profile (sharing this device's Internet connection). [CHAR LIMIT=40] --> 121 <string name="bluetooth_profile_pan_nap">Internet connection sharing</string> 122 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the map profile. --> 123 <string name="bluetooth_profile_map">Message Access</string> 124 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the SAP profile (sharing SIM card). --> 125 <string name="bluetooth_profile_sap">SIM Access</string> 126 127 <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference when A2DP is connected. --> 128 <string name="bluetooth_a2dp_profile_summary_connected">Connected to media audio</string> 129 <!-- Bluetooth settings. Connection options screen. The summary for the headset checkbox preference when headset is connected. --> 130 <string name="bluetooth_headset_profile_summary_connected">Connected to phone audio</string> 131 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference when OPP is connected. --> 132 <string name="bluetooth_opp_profile_summary_connected">Connected to file transfer server</string> 133 <!-- Bluetooth settings. Connection options screen. The summary for the map checkbox preference when map is connected. --> 134 <string name="bluetooth_map_profile_summary_connected">Connected to map</string> 135 <!-- Bluetooth settings. Connection options screen. The summary for the sap checkbox preference when SAP is connected. --> 136 <string name="bluetooth_sap_profile_summary_connected">Connected to SAP</string> 137 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference when OPP is not connected. --> 138 <string name="bluetooth_opp_profile_summary_not_connected">Not connected to file transfer server</string> 139 <!-- Bluetooth settings. Connection options screen. The summary for the HID checkbox preference when HID is connected. --> 140 <string name="bluetooth_hid_profile_summary_connected">Connected to input device</string> 141 <!-- Bluetooth settings. Connection options screen. The summary for the checkbox preference when PAN is connected (user role). [CHAR LIMIT=25]--> 142 <string name="bluetooth_pan_user_profile_summary_connected">Connected to device for Internet access</string> 143 <!-- Bluetooth settings. Connection options screen. The summary for the checkbox preference when PAN is connected (NAP role). [CHAR LIMIT=25]--> 144 <string name="bluetooth_pan_nap_profile_summary_connected">Sharing local Internet connection with device</string> 145 146 <!-- Bluetooth settings. Connection options screen. The summary 147 for the PAN checkbox preference that describes how checking it 148 will set the PAN profile as preferred. --> 149 <string name="bluetooth_pan_profile_summary_use_for">Use for Internet access</string> 150 <!-- Bluetooth settings. Connection options screen. The summary for the map checkbox preference that describes how checking it will set the map profile as preferred. --> 151 <string name="bluetooth_map_profile_summary_use_for">Use for map</string> 152 <!-- Bluetooth settings. Connection options screen. The summary for the sap checkbox preference that describes how checking it will set the sap profile as preferred. --> 153 <string name="bluetooth_sap_profile_summary_use_for">Use for SIM access</string> 154 <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference that describes how checking it will set the A2DP profile as preferred. --> 155 <string name="bluetooth_a2dp_profile_summary_use_for">Use for media audio</string> 156 <!-- Bluetooth settings. Connection options screen. The summary for the headset checkbox preference that describes how checking it will set the headset profile as preferred. --> 157 <string name="bluetooth_headset_profile_summary_use_for">Use for phone audio</string> 158 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference that describes how checking it will set the OPP profile as preferred. --> 159 <string name="bluetooth_opp_profile_summary_use_for">Use for file transfer</string> 160 <!-- Bluetooth settings. Connection options screen. The summary 161 for the HID checkbox preference that describes how checking it 162 will set the HID profile as preferred. --> 163 <string name="bluetooth_hid_profile_summary_use_for">Use for input</string> 164 165 <!-- Button text for accepting an incoming pairing request. [CHAR LIMIT=20] --> 166 <string name="bluetooth_pairing_accept">Pair</string> 167 <!-- Button text for accepting an incoming pairing request in all caps. [CHAR LIMIT=20] --> 168 <string name="bluetooth_pairing_accept_all_caps">PAIR</string> 169 <!-- Button text for declining an incoming pairing request. [CHAR LIMIT=20] --> 170 <string name="bluetooth_pairing_decline">Cancel</string> 171 172 <!-- Message in pairing dialogs. [CHAR LIMIT=NONE] --> 173 <string name="bluetooth_pairing_will_share_phonebook">Pairing grants access to your contacts and call history when connected.</string> 174 <!-- Message for the error dialog when BT pairing fails generically. --> 175 <string name="bluetooth_pairing_error_message">Couldn\'t pair with <xliff:g id="device_name">%1$s</xliff:g>.</string> 176 177 <!-- Message for the error dialog when BT pairing fails because the PIN / 178 Passkey entered is incorrect. --> 179 <string name="bluetooth_pairing_pin_error_message">Couldn\'t pair with <xliff:g id="device_name">%1$s</xliff:g> because of an incorrect PIN or passkey.</string> 180 <!-- Message for the error dialog when BT pairing fails because the other device is down. --> 181 <string name="bluetooth_pairing_device_down_error_message">Can\'t communicate with <xliff:g id="device_name">%1$s</xliff:g>.</string> 182 <!-- Message for the error dialog when BT pairing fails because the other device rejected the pairing. --> 183 <string name="bluetooth_pairing_rejected_error_message">Pairing rejected by <xliff:g id="device_name">%1$s</xliff:g>.</string> 184 185 <!-- Content description of the WIFI signal when WIFI is disabled for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> 186 <string name="accessibility_wifi_off">Wifi off.</string> 187 <!-- Content description of the WIFI signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> 188 <string name="accessibility_no_wifi">Wifi disconnected.</string> 189 <!-- Content description of the WIFI signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> 190 <string name="accessibility_wifi_one_bar">Wifi one bar.</string> 191 <!-- Content description of the WIFI signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> 192 <string name="accessibility_wifi_two_bars">Wifi two bars.</string> 193 <!-- Content description of the WIFI signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> 194 <string name="accessibility_wifi_three_bars">Wifi three bars.</string> 195 <!-- Content description of the WIFI signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> 196 <string name="accessibility_wifi_signal_full">Wifi signal full.</string> 197 198 </resources> 199