• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2020 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<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
17    <!-- Summary text separator for short descriptions (eg. "Fast / Connected"). [CHAR LIMIT=NONE] -->
18    <string name="summary_separator">" / "</string>
19
20    <!-- Strings for labeling Wi-Fi Auto-Connection is disabled. Wi-Fi Auto-Connection is a feature
21         for users to specify if a Wi-Fi network will be auto connected when it's reachable. [CHAR LIMIT=60] -->
22    <string name="auto_connect_disable">Auto-connect is off</string>
23
24    <!-- Package name for Settings app-->
25    <string name="settings_package" translatable="false">com.android.settings</string>
26
27    <!-- Package name for Certinstaller app-->
28    <string name="certinstaller_package" translatable="false">com.android.certinstaller</string>
29
30    <!-- Summary for saved networks [CHAR LIMIT=NONE]-->
31    <string name="saved_network">Saved by <xliff:g id="name" example="Wifi App">%1$s</xliff:g></string>
32
33    <!-- Summary for the network but no internet connection was detected. [CHAR LIMIT=NONE] -->
34    <string name="wifi_no_internet_no_reconnect">Won\u2019t automatically connect</string>
35
36    <!-- Summary for the remembered network but no internet connection was detected. [CHAR LIMIT=NONE] -->
37    <string name="wifi_no_internet">No internet access</string>
38
39    <!-- Status for networks disabled from authentication failure (wrong password
40         or certificate). [CHAR LIMIT=NONE] -->
41    <string name="wifi_disabled_password_failure">Authentication problem</string>
42
43    <!-- Message shown when the user likely entered an incorrect password for a wifi network [CHAR LIMIT=NONE] -->
44    <string name="wifi_check_password_try_again">Check password and try again</string>
45
46    <!-- Status for networked disabled from a DNS or DHCP failure [CHAR LIMIT=NONE] -->
47    <string name="wifi_disabled_network_failure">IP configuration failure</string>
48
49    <!-- Status for networks disabled for unknown reason [CHAR LIMIT=NONE] -->
50    <string name="wifi_disabled_generic">Disabled</string>
51
52    <!-- Summary for networks failing to connect due to association rejection status 17, AP full [CHAR LIMIT=NONE] -->
53    <string name="wifi_ap_unable_to_handle_new_sta">Access point temporarily full</string>
54
55    <!-- Summary for the disconnected network. [CHAR LIMIT=40] -->
56    <string name="wifi_disconnected">Disconnected</string>
57
58    <!-- Summary for the remembered network. [CHAR LIMIT=NONE] -->
59    <string name="wifi_remembered">Saved</string>
60
61    <!-- Label indicating network has been manually marked as metered [CHAR LIMIT=NONE] -->
62    <string name="wifi_metered_label">Metered</string>
63
64    <!-- Label indicating network has been manually marked as unmetered [CHAR LIMIT=NONE] -->
65    <string name="wifi_unmetered_label">Unmetered</string>
66
67    <!-- Status message of Wi-Fi when it is connected by a app (via suggestion or network request). [CHAR LIMIT=NONE] -->
68    <string name="connected_via_app">Connected via <xliff:g id="name" example="Wifi App">%1$s</xliff:g></string>
69
70    <!-- Summary for a network suggested by an app. [CHAR LIMIT=NONE] -->
71    <string name="available_via_app">Available via <xliff:g id="name" example="Wifi App">%1$s</xliff:g></string>
72
73    <!-- Status message of Wi-Fi when it is automatically connected by a network recommendation provider. [CHAR LIMIT=NONE] -->
74    <string name="connected_via_network_scorer">Automatically connected via <xliff:g id="name" example="Wifi App">%1$s</xliff:g></string>
75
76    <!-- Status message of Wi-Fi when it is automatically connected by a default network recommendation provider. [CHAR LIMIT=NONE] -->
77    <string name="connected_via_network_scorer_default">Automatically connected via network rating provider</string>
78
79    <!-- Summary for connected wifi network with partial internet connectivity [CHAR LIMIT=50] -->
80    <string name="wifi_limited_connection">Limited connection</string>
81
82    <!-- Summary for connected network without internet due to private dns validation failed [CHAR LIMIT=NONE] -->
83    <string name="private_dns_broken">Private DNS server cannot be accessed</string>
84
85    <!-- Summary for Connected wifi network without internet [CHAR LIMIT=NONE] -->
86    <string name="wifi_connected_no_internet">No internet</string>
87
88    <!-- Summary for Connected wifi network with a low quality connection [CHAR LIMIT=NONE] -->
89    <string name="wifi_connected_low_quality">Low quality</string>
90
91    <!-- Do not translate.  Concise terminology for wifi with 802.1x EAP security -->
92    <string name="wifi_security_short_eap" translatable="false">802.1x</string>
93
94    <!-- Do not translate.  Concise terminology for wifi with 802.1x EAP security -->
95    <string name="wifi_security_eap" translatable="false">WPA/WPA2/WPA3-Enterprise</string>
96
97    <!-- Do not translate.  Concise terminology for wifi with WPA 802.1x EAP security -->
98    <string name="wifi_security_short_eap_wpa" translatable="false">WPA-EAP</string>
99
100    <!-- Do not translate.  Concise terminology for wifi with WPA 802.1x EAP security -->
101    <string name="wifi_security_eap_wpa" translatable="false">WPA-Enterprise</string>
102
103    <!-- Do not translate.  Concise terminology for wifi with WPA2/WPA3 802.1x EAP security -->
104    <string name="wifi_security_short_eap_wpa2_wpa3" translatable="false">RSN-EAP</string>
105
106    <!-- Do not translate.  Concise terminology for wifi with WPA2/WPA3 802.1x EAP security -->
107    <string name="wifi_security_eap_wpa2_wpa3" translatable="false">WPA2/WPA3-Enterprise</string>
108
109    <!-- Do not translate.  Concise terminology for wifi with 802.1x EAP Suite-B-192 security -->
110    <string name="wifi_security_short_eap_suiteb" translatable="false">Suite-B-192</string>
111
112    <!-- Do not translate.  Concise terminology for wifi with 802.1x EAP Suite-B-192 security -->
113    <string name="wifi_security_eap_suiteb" translatable="false">WPA3-Enterprise 192-bit</string>
114
115    <!-- Do not translate.  Concise terminology for wifi with WPA security -->
116    <string name="wifi_security_short_wpa" translatable="false">WPA</string>
117
118    <!-- Do not translate.  Terminology for wifi with WPA security -->
119    <string name="wifi_security_wpa" translatable="false">WPA-Personal</string>
120
121    <!-- Do not translate.  Concise terminology for wifi with WPA2/WPA3 security -->
122    <string name="wifi_security_short_wpa2_wpa3" translatable="false">WPA2/WPA3</string>
123
124    <!-- Do not translate.  Terminology for wifi with WPA2/WPA3 security -->
125    <string name="wifi_security_wpa2_wpa3" translatable="false">WPA2/WPA3-Personal</string>
126
127    <!-- Do not translate.  Concise terminology for wifi with both WPA/WPA2/WPA3 security -->
128    <string name="wifi_security_short_wpa_wpa2_wpa3" translatable="false">WPA/WPA2/WPA3</string>
129
130    <!-- Do not translate.  Terminology for wifi with both WPA/WPA2/WPA3 security, or unknown -->
131    <string name="wifi_security_wpa_wpa2_wpa3" translatable="false">WPA/WPA2/WPA3-Personal</string>
132
133    <!-- Do not translate.  Terminology for wifi with WEP security -->
134    <string name="wifi_security_wep" translatable="false">WEP</string>
135
136    <!-- Do not translate.  Concise terminology for wifi with WPA3 security -->
137    <string name="wifi_security_short_sae" translatable="false">WPA3</string>
138
139    <!-- Do not translate.  Terminology for wifi with WPA3 security -->
140    <string name="wifi_security_sae" translatable="false">WPA3-Personal</string>
141
142    <!-- Do not translate.  Concise terminology for wifi with OWE security -->
143    <string name="wifi_security_short_owe" translatable="false">OWE</string>
144
145    <!-- Do not translate.  Terminology for wifi with OWE security -->
146    <string name="wifi_security_owe" translatable="false">Enhanced Open</string>
147
148    <!-- Used in Wi-Fi settings dialogs when Wi-Fi does not have any security. [CHAR LIMIT=40] -->
149    <string name="wifi_security_none">None</string>
150
151    <!-- Passpoint summary for an expired passpoint [CHAR LIMIT=40] -->
152    <string name="wifi_passpoint_expired">Expired</string>
153
154    <!-- Status message of OSU Provider network when not connected. [CHAR LIMIT=NONE] -->
155    <string name="tap_to_sign_up">Tap to sign up</string>
156
157    <!-- Status message of OSU Provider network when existing profile is expired. [CHAR LIMIT=NONE] -->
158    <string name="tap_to_renew_subscription_and_connect">Tap to renew subscription and connect</string>
159
160    <!-- Status message of OSU Provider upon initiating provisioning flow [CHAR LIMIT=NONE] -->
161    <string name="osu_opening_provider">Opening <xliff:g id="passpointProvider" example="Passpoint Provider">%1$s</xliff:g></string>
162
163    <!-- Status message of OSU Provider when connection fails [CHAR LIMIT=NONE] -->
164    <string name="osu_connect_failed">Couldn\u2019t connect</string>
165
166    <!-- Status message of OSU Provider after user completes provisioning flow [CHAR LIMIT=NONE] -->
167    <string name="osu_completing_sign_up">Completing sign-up\u2026</string>
168
169    <!-- Status message of OSU Provider when sign up could not be completed [CHAR LIMIT=NONE] -->
170    <string name="osu_sign_up_failed">Couldn\u2019t complete sign-up. Tap to try again.</string>
171
172    <!-- Status message of OSU Provider on completing provisioning. [CHAR LIMIT=NONE] -->
173    <string name="osu_sign_up_complete">Sign-up complete. Connecting\u2026</string>
174
175    <!-- IMSI protection warning for non-protection network [CHAR LIMIT=NONE] -->
176    <string name="imsi_protection_warning">This network receives a SIM ID that can be used to track device location. <annotation id="url">Learn more</annotation></string>
177
178    <!-- Help URL, IMSI protection [DO NOT TRANSLATE] -->
179    <string name="help_url_imsi_protection" translatable="false"></string>
180
181    <!-- Speed label for very slow network speed -->
182    <string name="speed_label_very_slow">Very Slow</string>
183
184    <!-- Speed label for slow network speed -->
185    <string name="speed_label_slow">Slow</string>
186
187    <!-- Speed label for okay network speed -->
188    <string name="speed_label_okay">OK</string>
189
190    <!-- Speed label for medium network speed -->
191    <string name="speed_label_medium">Medium</string>
192
193    <!-- Speed label for fast network speed -->
194    <string name="speed_label_fast">Fast</string>
195
196    <!-- Speed label for very fast network speed -->
197    <string name="speed_label_very_fast">Very Fast</string>
198</resources>
199