summaryrefslogtreecommitdiff
path: root/libs/WifiTrackerLib/res/values/strings.xml
blob: 5ebf2ba263e29e9bd44ff26bafec1a7f32e5d5ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2020 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- Summary text separator for short descriptions (eg. "Fast / Connected"). [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_summary_separator">" / "</string>

    <!-- Summary for the connected network when checking if the network has internet access -->
    <string name="wifitrackerlib_checking_for_internet_access">Checking for internet access...</string>

    <!-- Strings for labeling Wi-Fi Auto-Connection is disabled. Wi-Fi Auto-Connection is a feature
         for users to specify if a Wi-Fi network will be auto connected when it's reachable. [CHAR LIMIT=60] -->
    <string name="wifitrackerlib_auto_connect_disable">Auto-connect is off</string>

    <!-- Package name for Settings app-->
    <string name="wifitrackerlib_settings_package" translatable="false">com.android.settings</string>

    <!-- Package name for Certinstaller app-->
    <string name="wifitrackerlib_certinstaller_package" translatable="false">com.android.certinstaller</string>

    <!-- Summary for saved networks [CHAR LIMIT=NONE]-->
    <string name="wifitrackerlib_saved_network">Saved by <xliff:g id="name" example="Wifi App">%1$s</xliff:g></string>

    <!-- Summary for the network but no internet connection was detected. [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_wifi_no_internet_no_reconnect">Won\u2019t automatically connect</string>

    <!-- Summary for the remembered network but no internet connection was detected. [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_wifi_no_internet">No internet access</string>

    <!-- Status for networks disabled from authentication failure (wrong password
         or certificate). [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_wifi_disabled_password_failure">Authentication problem</string>

    <!-- Message shown when the user likely entered an incorrect password for a wifi network [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_wifi_check_password_try_again">Check password and try again</string>

    <!-- Status for networked disabled from a DNS or DHCP failure [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_wifi_disabled_network_failure">IP configuration failure</string>

    <!-- Status for networks disabled due to transition disable indication [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_wifi_disabled_transition_disable_indication">Unavailable with current security settings</string>

    <!-- Status for networks disabled for unknown reason [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_wifi_disabled_generic">Disabled</string>

    <!-- Summary for networks failing to connect due to one of the following reasons:
     association rejection status 17 - AP full,
     association rejection status 30 - AP rejected the device temporarily
     disconnection reason code 5 - AP can't handle all existing stations [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_wifi_ap_unable_to_handle_new_sta">Access point temporarily full</string>

    <!-- Summary for networks failing to connect due to association rejection status 34, poor channel conditions [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_wifi_poor_channel_conditions">Temporary poor network conditions</string>

    <!-- Summary for networks failing to connect due to association rejection status 17 or 30, with
         MBO association disallowed indication attribute reason code: Insufficient RSSI,
         or association rejection status 34, with OCE RSSI based association rejection information [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_wifi_mbo_oce_assoc_disallowed_insufficient_rssi">Weak signal. Try moving closer to the router.</string>

    <!-- Summary for networks failing to connect due to association rejection status 17 or 30, with
         MBO association disallowed indication attribute reason code: maximum number of associated stations reached, [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_wifi_mbo_assoc_disallowed_max_num_sta_associated">Network is over capacity. Try again later.</string>

    <!-- Summary for networks failing to connect due to association rejection status 17 or 30, with
         MBO association disallowed indication attribute with one of the following reason codes:
         Air interface is overloaded,
         Authentication server overloaded,
         Reserved/Unspecified [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_wifi_mbo_assoc_disallowed_cannot_connect">Can\'t connect. Try again later.</string>

    <!-- Summary for networks failing to connect due to failed to find a network in supplicant scan result
         which matches the network requested by framework for connection (including network capabilities) [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_wifi_network_not_found">Can\'t connect. Try again later.</string>

    <!-- Summary for the disconnected network. [CHAR LIMIT=40] -->
    <string name="wifitrackerlib_wifi_disconnected">Disconnected</string>

    <!-- Summary for the remembered network. [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_wifi_remembered">Saved</string>

    <!-- Label indicating network has been manually marked as metered [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_wifi_metered_label">Metered</string>

    <!-- Label indicating network has been manually marked as unmetered [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_wifi_unmetered_label">Unmetered</string>

    <!-- Status message of Wi-Fi when it is connected by a app (via suggestion or network request). [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_connected_via_app">Connected via <xliff:g id="name" example="Wifi App">%1$s</xliff:g></string>

    <!-- Summary for a network suggested by an app. [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_available_via_app">Available via <xliff:g id="name" example="Wifi App">%1$s</xliff:g></string>

    <!-- Summary for connected wifi network with partial internet connectivity [CHAR LIMIT=50] -->
    <string name="wifitrackerlib_wifi_limited_connection">Limited connection</string>

    <!-- Summary for connected network without internet due to private dns validation failed [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_private_dns_broken">Private DNS server cannot be accessed</string>

    <!-- Summary for connected wifi network without internet [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_wifi_connected_cannot_provide_internet">
        Connected to device. Can\'t provide internet.</string>

    <!-- Summary for Connected wifi network with a low quality connection [CHAR LIMIT=NONE] -->
    <string name="wifi_connected_low_quality">Low quality</string>

    <!-- Summary for admin restricted networks [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_admin_restricted_network">Not allowed by your organization</string>

    <!-- Summary for a hotspot network (used on "Internet" page) [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_hotspot_network_summary"><xliff:g id="network name" example="Google Fi">%1$s</xliff:g> from <xliff:g id="model name" example="Pixel 7">%2$s</xliff:g></string>

    <!-- Alternate summary for a hotspot network (used on "Network & internet" page) [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_hotspot_network_alternate"><xliff:g id="network name" example="Google Fi">%1$s</xliff:g> from <xliff:g id="device name" example="Matt's Phone">%2$s</xliff:g></string>

    <!-- Summary for a hotspot network while connecting (used on "Internet" page) [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_hotspot_network_connecting">Connecting\u2026</string>

    <!-- Summary for a known network (used on "Internet" page) [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_known_network_summary">Available from <xliff:g id="device name" example="Matt's Phone">%1$s</xliff:g></string>

    <!-- Concise terminology for wifi with WPA/WPA2 802.1x EAP security [CHAR LIMIT=40] -->
    <string name="wifitrackerlib_wifi_security_short_eap_wpa_wpa2">WPA/WPA2-EAP</string>

    <!-- Concise terminology for wifi with WPA/WPA2 802.1x EAP security [CHAR LIMIT=40] -->
    <string name="wifitrackerlib_wifi_security_eap_wpa_wpa2">WPA/WPA2-Enterprise</string>

    <!-- Concise terminology for wifi with WPA3 802.1x EAP security [CHAR LIMIT=40] -->
    <string name="wifitrackerlib_wifi_security_short_eap_wpa3">WPA3-EAP</string>

    <!-- Concise terminology for wifi with WPA3 802.1x EAP security [CHAR LIMIT=40] -->
    <string name="wifitrackerlib_wifi_security_eap_wpa3">WPA3-Enterprise</string>

    <!-- Concise terminology for wifi with WPA/WPA2/WPA3 802.1x EAP security [CHAR LIMIT=40] -->
    <string name="wifitrackerlib_wifi_security_short_eap_wpa_wpa2_wpa3">WPA/WPA2/WPA3-EAP</string>

    <!-- Concise terminology for wifi with WPA/WPA2/WPA3 802.1x EAP security [CHAR LIMIT=40] -->
    <string name="wifitrackerlib_wifi_security_eap_wpa_wpa2_wpa3">WPA/WPA2/WPA3-Enterprise</string>

    <!-- Concise terminology for wifi with 802.1x EAP Suite-B-192 security [CHAR LIMIT=40] -->
    <string name="wifitrackerlib_wifi_security_short_eap_suiteb">Suite-B-192</string>

    <!-- Concise terminology for wifi with 802.1x EAP Suite-B-192 security [CHAR LIMIT=40] -->
    <string name="wifitrackerlib_wifi_security_eap_suiteb">WPA3-Enterprise 192-bit</string>

    <!-- Concise terminology for wifi with both WPA/WPA2 security [CHAR LIMIT=40] -->
    <string name="wifitrackerlib_wifi_security_short_wpa_wpa2">WPA/WPA2</string>

    <!-- Terminology for wifi with both WPA/WPA2 security [CHAR LIMIT=40] -->
    <string name="wifitrackerlib_wifi_security_wpa_wpa2">WPA/WPA2-Personal</string>

    <!-- Concise terminology for wifi with both WPA/WPA2/WPA3 security [CHAR LIMIT=40] -->
    <string name="wifitrackerlib_wifi_security_short_wpa_wpa2_wpa3">WPA/WPA2/WPA3</string>

    <!-- Terminology for wifi with both WPA/WPA2/WPA3 security [CHAR LIMIT=40] -->
    <string name="wifitrackerlib_wifi_security_wpa_wpa2_wpa3">WPA/WPA2/WPA3-Personal</string>

    <!-- Terminology for wifi with WEP security [CHAR LIMIT=40] -->
    <string name="wifitrackerlib_wifi_security_wep">WEP</string>

    <!-- Concise terminology for wifi with WPA3 security [CHAR LIMIT=40] -->
    <string name="wifitrackerlib_wifi_security_short_sae">WPA3</string>

    <!-- Terminology for wifi with WPA3 security [CHAR LIMIT=40] -->
    <string name="wifitrackerlib_wifi_security_sae">WPA3-Personal</string>

    <!-- Concise terminology for wifi with OWE security [CHAR LIMIT=40] -->
    <string name="wifitrackerlib_wifi_security_short_owe">OWE</string>

    <!-- Terminology for wifi with OWE security [CHAR LIMIT=40] -->
    <string name="wifitrackerlib_wifi_security_owe">Enhanced Open</string>

    <!-- Used in Wi-Fi settings dialogs when Wi-Fi does not have any security. [CHAR LIMIT=40] -->
    <string name="wifitrackerlib_wifi_security_none">None</string>

    <!-- Terminology for wifi with Passpoint security [CHAR LIMIT=40] -->
    <string name="wifitrackerlib_wifi_security_passpoint">Passpoint</string>

    <!-- Passpoint summary for an expired passpoint [CHAR LIMIT=40] -->
    <string name="wifitrackerlib_wifi_passpoint_expired">Expired</string>

    <!-- Status message of OSU Provider network when not connected. [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_tap_to_sign_up">Tap to sign up</string>

    <!-- Status message of OSU Provider network when existing profile is expired. [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_tap_to_renew_subscription_and_connect">Tap to renew subscription and connect</string>

    <!-- Status message of OSU Provider upon initiating provisioning flow [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_osu_opening_provider">Opening <xliff:g id="passpointProvider" example="Passpoint Provider">%1$s</xliff:g></string>

    <!-- Status message of OSU Provider when connection fails [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_osu_connect_failed">Couldn\u2019t connect</string>

    <!-- Status message of OSU Provider after user completes provisioning flow [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_osu_completing_sign_up">Completing sign-up\u2026</string>

    <!-- Status message of OSU Provider when sign up could not be completed [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_osu_sign_up_failed">Couldn\u2019t complete sign-up. Tap to try again.</string>

    <!-- Status message of OSU Provider on completing provisioning. [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_osu_sign_up_complete">Sign-up complete. Connecting\u2026</string>

    <!-- IMSI protection warning for non-protection network [CHAR LIMIT=NONE] -->
    <string name="wifitrackerlib_imsi_protection_warning">This network receives a SIM ID that can be used to track device location. <annotation id="url">Learn more</annotation></string>

    <!-- Help URL, IMSI protection [DO NOT TRANSLATE] -->
    <string name="wifitrackerlib_help_url_imsi_protection" translatable="false"></string>

    <!-- Toast message for when the user selects cellular as the internet provider and Wi-Fi auto-connect is temporarily disabled -->
    <string name="wifitrackerlib_wifi_wont_autoconnect_for_now">Wi-Fi won\u2019t auto-connect for now</string>

    <!-- [DO NOT TRANSLATE] Comma-separated list of packages whose saved networks should show no attribution annotation. -->
    <string name="wifitrackerlib_no_attribution_annotation_packages">com.google.android.setupwizard,com.google.android.gms</string>

    <!-- Summary for the Wi-Fi standard WIFI_STANDARD_UNKNOWN [CHAR LIMIT=50]-->
    <string name="wifitrackerlib_wifi_standard_unknown">Unknown</string>
    <!-- Summary for the Wi-Fi standard WIFI_STANDARD_LEGACY [CHAR LIMIT=50]-->
    <string name="wifitrackerlib_wifi_standard_legacy">Legacy</string>
    <!-- Summary for the Wi-Fi standard WIFI_STANDARD_11N [CHAR LIMIT=50]-->
    <string name="wifitrackerlib_wifi_standard_11n">Wi\u2011Fi 4</string>
    <!-- Summary for the Wi-Fi standard WIFI_STANDARD_11AC [CHAR LIMIT=50]-->
    <string name="wifitrackerlib_wifi_standard_11ac">Wi\u2011Fi 5</string>
    <!-- Summary for the Wi-Fi standard WIFI_STANDARD_11AX [CHAR LIMIT=50]-->
    <string name="wifitrackerlib_wifi_standard_11ax">Wi\u2011Fi 6</string>
    <!-- Summary for the Wi-Fi standard WIFI_STANDARD_11AD [CHAR LIMIT=50]-->
    <string name="wifitrackerlib_wifi_standard_11ad">WiGig</string>
    <!-- Summary for the Wi-Fi standard WIFI_STANDARD_11BE [CHAR LIMIT=50]-->
    <string name="wifitrackerlib_wifi_standard_11be">Wi\u2011Fi 7</string>

    <!-- Summary for an unknown Wi-Fi band [CHAR LIMIT=50]-->
    <string name="wifitrackerlib_wifi_band_unknown">Unknown</string>
    <!-- Summary for the Wi-Fi 2.4Ghz band [CHAR LIMIT=50]-->
    <string name="wifitrackerlib_wifi_band_24_ghz">2.4 GHz</string>
    <!-- Summary for the Wi-Fi 5Ghz band [CHAR LIMIT=50]-->
    <string name="wifitrackerlib_wifi_band_5_ghz">5 GHz</string>
    <!-- Summary for the Wi-Fi 6Ghz band [CHAR LIMIT=50]-->
    <string name="wifitrackerlib_wifi_band_6_ghz">6 GHz</string>
    <!-- Separator between Wi-Fi bands in a list [CHAR LIMIT=50]-->
    <string name="wifitrackerlib_multiband_separator">", "</string>
    <!-- Summary for link speed on Mbps -->
    <string name="wifitrackerlib_link_speed_mbps"><xliff:g id="link_speed_mbps" example="233">%1$d</xliff:g> Mbps</string>
    <!-- Summary for link speed on a specific band -->
    <string name="wifitrackerlib_link_speed_on_band"><xliff:g id="link_speed" example="233 Mbps">%1$s</xliff:g> on <xliff:g id="band" example="2.4 GHz">%2$s</xliff:g></string>
</resources>