| Jason Monk | 2ba4ce6 | 2015-01-13 10:08:23 -0500 | [diff] [blame] | 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"> |
| Jason Monk | d52356a | 2015-01-28 10:40:41 -0500 | [diff] [blame] | 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 | |
| 52 | <!-- Summary for the remembered network. --> |
| 53 | <string name="wifi_remembered">Saved</string> |
| 54 | <!-- Status for networks disabled for unknown reason --> |
| 55 | <string name="wifi_disabled_generic">Disabled</string> |
| 56 | <!-- Status for networked disabled from a DNS or DHCP failure --> |
| 57 | <string name="wifi_disabled_network_failure">IP Configuration Failure</string> |
| 58 | <!-- Status for networked disabled from a wifi association failure --> |
| 59 | <string name="wifi_disabled_wifi_failure">WiFi Connection Failure</string> |
| 60 | <!-- Status for networks disabled from authentication failure (wrong password |
| 61 | or certificate). --> |
| 62 | <string name="wifi_disabled_password_failure">Authentication problem</string> |
| 63 | <!-- Summary for the remembered network but currently not in range. --> |
| 64 | <string name="wifi_not_in_range">Not in range</string> |
| 65 | <!-- Summary for the remembered network but no internet connection was detected. --> |
| 66 | <string name="wifi_no_internet">No Internet Access Detected, won\'t automatically reconnect.</string> |
| 67 | |
| 68 | <!-- Status message of Wi-Fi when it is connected by a Wi-Fi assistant application. [CHAR LIMIT=NONE] --> |
| 69 | <string name="connected_via_wfa">Connected via Wi\u2011Fi assistant</string> |
| Vinit Deshpande | fc40600 | 2015-04-15 18:10:55 -0700 | [diff] [blame^] | 70 | <!-- Status message of Wi-Fi when it is connected by Passpoint configuration. [CHAR LIMIT=NONE] --> |
| 71 | <string name="connected_via_passpoint">Connected via %1$s</string> |
| Jason Monk | 7ce96b9 | 2015-02-02 11:27:58 -0500 | [diff] [blame] | 72 | |
| 73 | <!-- Bluetooth settings. Message when a device is disconnected --> |
| 74 | <string name="bluetooth_disconnected">Disconnected</string> |
| 75 | <!-- Bluetooth settings. Message when disconnecting from a device --> |
| 76 | <string name="bluetooth_disconnecting">Disconnecting\u2026</string> |
| 77 | <!-- Bluetooth settings. Message when connecting to a device --> |
| 78 | <string name="bluetooth_connecting">Connecting\u2026</string> |
| 79 | <!-- Bluetooth settings. Message when connected to a device. [CHAR LIMIT=40] --> |
| 80 | <string name="bluetooth_connected">Connected</string> |
| Jason Monk | be3c5db | 2015-02-04 13:00:55 -0500 | [diff] [blame] | 81 | <!--Bluetooth settings screen, summary text under individual Bluetooth devices when pairing --> |
| 82 | <string name="bluetooth_pairing">Pairing\u2026</string> |
| 83 | |
| 84 | <!-- Bluetooth settings. Message when connected to a device, except for phone audio. [CHAR LIMIT=40] --> |
| 85 | <string name="bluetooth_connected_no_headset">Connected (no phone)</string> |
| 86 | <!-- Bluetooth settings. Message when connected to a device, except for media audio. [CHAR LIMIT=40] --> |
| 87 | <string name="bluetooth_connected_no_a2dp">Connected (no media)</string> |
| 88 | <!-- Bluetooth settings. Message when connected to a device, except for map. [CHAR LIMIT=40] --> |
| 89 | <string name="bluetooth_connected_no_map">Connected (no message access)</string> |
| 90 | <!-- Bluetooth settings. Message when connected to a device, except for phone/media audio. [CHAR LIMIT=40] --> |
| 91 | <string name="bluetooth_connected_no_headset_no_a2dp">Connected (no phone or media)</string> |
| Jason Monk | 7ce96b9 | 2015-02-02 11:27:58 -0500 | [diff] [blame] | 92 | |
| 93 | <!-- Bluetooth settings. The user-visible string that is used whenever referring to the A2DP profile. --> |
| 94 | <string name="bluetooth_profile_a2dp">Media audio</string> |
| 95 | <!-- Bluetooth settings. The user-visible string that is used whenever referring to the headset or handsfree profile. --> |
| 96 | <string name="bluetooth_profile_headset">Phone audio</string> |
| 97 | <!-- Bluetooth settings. The user-visible string that is used whenever referring to the OPP profile. --> |
| 98 | <string name="bluetooth_profile_opp">File transfer</string> |
| 99 | <!-- Bluetooth settings. The user-visible string that is used whenever referring to the HID profile. --> |
| 100 | <string name="bluetooth_profile_hid">Input device</string> |
| 101 | <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PAN profile (accessing Internet through remote device). [CHAR LIMIT=40] --> |
| 102 | <string name="bluetooth_profile_pan">Internet access</string> |
| 103 | <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PBAP profile. [CHAR LIMIT=40] --> |
| 104 | <string name="bluetooth_profile_pbap">Contact sharing</string> |
| 105 | <!-- Bluetooth settings. The user-visible summary string that is used whenever referring to the PBAP profile (sharing contacts). [CHAR LIMIT=60] --> |
| 106 | <string name="bluetooth_profile_pbap_summary">Use for contact sharing</string> |
| 107 | <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PAN profile (sharing this device's Internet connection). [CHAR LIMIT=40] --> |
| 108 | <string name="bluetooth_profile_pan_nap">Internet connection sharing</string> |
| 109 | <!-- Bluetooth settings. The user-visible string that is used whenever referring to the map profile. --> |
| 110 | <string name="bluetooth_profile_map">Message Access</string> |
| 111 | |
| 112 | <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference when A2DP is connected. --> |
| 113 | <string name="bluetooth_a2dp_profile_summary_connected">Connected to media audio</string> |
| 114 | <!-- Bluetooth settings. Connection options screen. The summary for the headset checkbox preference when headset is connected. --> |
| 115 | <string name="bluetooth_headset_profile_summary_connected">Connected to phone audio</string> |
| 116 | <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference when OPP is connected. --> |
| 117 | <string name="bluetooth_opp_profile_summary_connected">Connected to file transfer server</string> |
| 118 | <!-- Bluetooth settings. Connection options screen. The summary for the map checkbox preference when map is connected. --> |
| 119 | <string name="bluetooth_map_profile_summary_connected">Connected to map</string> |
| 120 | <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference when OPP is not connected. --> |
| 121 | <string name="bluetooth_opp_profile_summary_not_connected">Not connected to file transfer server</string> |
| 122 | <!-- Bluetooth settings. Connection options screen. The summary for the HID checkbox preference when HID is connected. --> |
| 123 | <string name="bluetooth_hid_profile_summary_connected">Connected to input device</string> |
| 124 | <!-- Bluetooth settings. Connection options screen. The summary for the checkbox preference when PAN is connected (user role). [CHAR LIMIT=25]--> |
| 125 | <string name="bluetooth_pan_user_profile_summary_connected">Connected to device for Internet access</string> |
| 126 | <!-- Bluetooth settings. Connection options screen. The summary for the checkbox preference when PAN is connected (NAP role). [CHAR LIMIT=25]--> |
| 127 | <string name="bluetooth_pan_nap_profile_summary_connected">Sharing local Internet connection with device</string> |
| 128 | |
| 129 | <!-- Bluetooth settings. Connection options screen. The summary |
| 130 | for the PAN checkbox preference that describes how checking it |
| 131 | will set the PAN profile as preferred. --> |
| 132 | <string name="bluetooth_pan_profile_summary_use_for">Use for Internet access</string> |
| 133 | <!-- Bluetooth settings. Connection options screen. The summary for the map checkbox preference that describes how checking it will set the map profile as preferred. --> |
| 134 | <string name="bluetooth_map_profile_summary_use_for">Use for map</string> |
| 135 | <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference that describes how checking it will set the A2DP profile as preferred. --> |
| 136 | <string name="bluetooth_a2dp_profile_summary_use_for">Use for media audio</string> |
| 137 | <!-- Bluetooth settings. Connection options screen. The summary for the headset checkbox preference that describes how checking it will set the headset profile as preferred. --> |
| 138 | <string name="bluetooth_headset_profile_summary_use_for">Use for phone audio</string> |
| 139 | <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference that describes how checking it will set the OPP profile as preferred. --> |
| 140 | <string name="bluetooth_opp_profile_summary_use_for">Use for file transfer</string> |
| 141 | <!-- Bluetooth settings. Connection options screen. The summary |
| 142 | for the HID checkbox preference that describes how checking it |
| 143 | will set the HID profile as preferred. --> |
| 144 | <string name="bluetooth_hid_profile_summary_use_for">Use for input</string> |
| 145 | |
| 146 | <!-- Button text for accepting an incoming pairing request. [CHAR LIMIT=20] --> |
| 147 | <string name="bluetooth_pairing_accept">Pair</string> |
| 148 | <!-- Button text for accepting an incoming pairing request in all caps. [CHAR LIMIT=20] --> |
| 149 | <string name="bluetooth_pairing_accept_all_caps">PAIR</string> |
| 150 | <!-- Button text for declining an incoming pairing request. [CHAR LIMIT=20] --> |
| 151 | <string name="bluetooth_pairing_decline">Cancel</string> |
| 152 | |
| 153 | <!-- Message in pairing dialogs. [CHAR LIMIT=NONE] --> |
| 154 | <string name="bluetooth_pairing_will_share_phonebook">Pairing grants access to your contacts and call history when connected.</string> |
| 155 | <!-- Message for the error dialog when BT pairing fails generically. --> |
| 156 | <string name="bluetooth_pairing_error_message">Couldn\'t pair with <xliff:g id="device_name">%1$s</xliff:g>.</string> |
| 157 | |
| 158 | <!-- Message for the error dialog when BT pairing fails because the PIN / |
| 159 | Passkey entered is incorrect. --> |
| 160 | <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> |
| 161 | <!-- Message for the error dialog when BT pairing fails because the other device is down. --> |
| 162 | <string name="bluetooth_pairing_device_down_error_message">Can\'t communicate with <xliff:g id="device_name">%1$s</xliff:g>.</string> |
| 163 | <!-- Message for the error dialog when BT pairing fails because the other device rejected the pairing. --> |
| 164 | <string name="bluetooth_pairing_rejected_error_message">Pairing rejected by <xliff:g id="device_name">%1$s</xliff:g>.</string> |
| 165 | |
| Jason Monk | 2ba4ce6 | 2015-01-13 10:08:23 -0500 | [diff] [blame] | 166 | </resources> |