summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2017-06-07 02:20:59 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-06-07 02:21:07 +0000
commit09c954369257f88e0809e9358f0972395a19a0c3 (patch)
treebf9ec891c1a8c835c58f8ea54a444d302fa6e9bd
parent2ba41a9431c5c04dc10e2a569a2b402c7b47b2ef (diff)
parente1caa9e5b2bb4f29071063d3d29f450ab962e34a (diff)
Merge "Add strings for improving Wifi wrong password UX"
-rw-r--r--packages/SettingsLib/res/values/strings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml
index 8c1b65591c08..fd994b572981 100644
--- a/packages/SettingsLib/res/values/strings.xml
+++ b/packages/SettingsLib/res/values/strings.xml
@@ -64,6 +64,14 @@
<!-- Status for networks disabled from authentication failure (wrong password
or certificate). -->
<string name="wifi_disabled_password_failure">Authentication problem</string>
+
+ <!-- Status detail for a network that can't be connected to for some reason -->
+ <string name="wifi_cant_connect">Can\'t connect</string>
+ <!-- Status for a named network that can't be connected to for some reason-->
+ <string name="wifi_cant_connect_to_ap">Can\'t connect to \'<xliff:g id="ap_name">%1$s</xliff:g>\'</string>
+ <!-- Message shown when the user likely entered an incorrect password for a wifi network -->
+ <string name="wifi_check_password_try_again">Check password and try again</string>
+
<!-- Summary for the remembered network but currently not in range. -->
<string name="wifi_not_in_range">Not in range</string>
<!-- Summary for the network but no internet connection was detected. -->