diff options
author | Isaac Chiou <isaacchiou@google.com> | 2020-03-11 13:12:54 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-03-11 13:12:54 +0000 |
commit | 89e928c7566a446d52af1c94c0aee1ee62b26b1c (patch) | |
tree | 7c88d916e48648c56234c0a4f9f37e8086ca73d4 /service | |
parent | d8e89c7580cc1b3fe4fe45f36246f4a8c69af30d (diff) | |
parent | 3a8d388754976e7c97ac4f09e177e1069da12c21 (diff) |
Merge "Wifi: Define eap error message for VZW" into rvc-dev
Diffstat (limited to 'service')
-rw-r--r-- | service/res/values-mcc310-mnc004/strings.xml | 26 | ||||
-rw-r--r-- | service/res/values-mcc311-mnc480/strings.xml | 26 |
2 files changed, 52 insertions, 0 deletions
diff --git a/service/res/values-mcc310-mnc004/strings.xml b/service/res/values-mcc310-mnc004/strings.xml new file mode 100644 index 000000000..af976d472 --- /dev/null +++ b/service/res/values-mcc310-mnc004/strings.xml @@ -0,0 +1,26 @@ +<?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"> + <!-- A notification is shown when eap failure happens. It should be overridden by carrier-specific overlays. --> + <string name="wifi_eap_error_message_code_32760"><xliff:g id="ssid">%1$s</xliff:g> : You can\u2019t connect to Verizon Wi-Fi Access from outside the Verizon coverage area.</string> + <string name="wifi_eap_error_message_code_32761"><xliff:g id="ssid">%1$s</xliff:g> : You are not subscribed to Verizon Wi-Fi Access. Please call us at 800-922-0204.</string> + <string name="wifi_eap_error_message_code_32762"><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.</string> + <string name="wifi_eap_error_message_code_32763"><xliff:g id="ssid">%1$s</xliff:g> : You are already connected to Verizon Wi-Fi Access.</string> + <string name="wifi_eap_error_message_code_32764"><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.</string> + <string name="wifi_eap_error_message_code_32765"><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.</string> + <string name="wifi_eap_error_message_code_32766"><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.</string> +</resources> diff --git a/service/res/values-mcc311-mnc480/strings.xml b/service/res/values-mcc311-mnc480/strings.xml new file mode 100644 index 000000000..af976d472 --- /dev/null +++ b/service/res/values-mcc311-mnc480/strings.xml @@ -0,0 +1,26 @@ +<?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"> + <!-- A notification is shown when eap failure happens. It should be overridden by carrier-specific overlays. --> + <string name="wifi_eap_error_message_code_32760"><xliff:g id="ssid">%1$s</xliff:g> : You can\u2019t connect to Verizon Wi-Fi Access from outside the Verizon coverage area.</string> + <string name="wifi_eap_error_message_code_32761"><xliff:g id="ssid">%1$s</xliff:g> : You are not subscribed to Verizon Wi-Fi Access. Please call us at 800-922-0204.</string> + <string name="wifi_eap_error_message_code_32762"><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.</string> + <string name="wifi_eap_error_message_code_32763"><xliff:g id="ssid">%1$s</xliff:g> : You are already connected to Verizon Wi-Fi Access.</string> + <string name="wifi_eap_error_message_code_32764"><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.</string> + <string name="wifi_eap_error_message_code_32765"><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.</string> + <string name="wifi_eap_error_message_code_32766"><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.</string> +</resources> |