summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmin Shaikh <ashaikh@google.com>2017-03-24 12:17:52 -0700
committerAmin Shaikh <ashaikh@google.com>2017-03-24 12:17:52 -0700
commit9687836ef3ce59c0c222d36b0cceb2ed7b307828 (patch)
treee8b4f4b2b9bb6933dd80dfae7fd2b13f990a034b
parent8f8960ec32cee9ba6855d91b4c4099b69ea1c819 (diff)
downloadNetworkRecommendation-9687836ef3ce59c0c222d36b0cceb2ed7b307828.tar.gz
Add/update strings for wifi wake and open networks
TODO: once b/36486268 is fixed, sync back to aosp to remove unused strings. Bug: 36534993 Test: make Change-Id: Idc960206f5a217fa93909daf8a0b83ca85ed12f2
-rw-r--r--res/values/strings.xml20
1 files changed, 18 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 51091f2..4916767 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -30,9 +30,25 @@
<string name="android_system_label">Android System</string>
+ <!-- Notification title when there is a high quality open wireless network nearby.-->
+ <string name="wifi_available_title">Connect to open Wi\u2011Fi network</string>
+ <!-- Notification title when the system is connecting to a high quality open network. -->
+ <string name="wifi_available_title_connecting">Connecting to open Wi\u2011Fi network</string>
+ <!-- Notification title when the system has connected to the high quality open network. -->
+ <string name="wifi_available_title_connected">Connected to Wi\u2011Fi network</string>
+ <!-- Notification title when the system failed to connect to the high quality open network. -->
+ <string name="wifi_available_title_failed">Couldn\u0027t connect to Wi\u2011Fi network</string>
+ <!-- Notification content informing the user that tapping on this notification will open the wifi picker. -->
+ <string name="wifi_available_content_failed">Tap to see all networks</string>
+
+ <!-- Notification action name for connecting to the network specified in the notification body. -->
+ <string name="wifi_available_action_connect">Connect</string>
+ <!-- Notification action name for opening the wifi picker, showing the user all the nearby networks. -->
+ <string name="wifi_available_action_all_networks">All Networks</string>
+
<!-- A notification is shown when Wi-Fi Wakeup enables Wi-Fi. -->
- <string name="wifi_wakeup_enabled_notification_title">Wi\u2011Fi was turned on automatically</string>
- <string name="wifi_wakeup_enabled_notification_context">"Wi\u2011Fi turned on because you are near saved network, %1$s."</string>
+ <string name="wifi_wakeup_enabled_notification_title">Wi\u2011Fi turned on automatically</string>
+ <string name="wifi_wakeup_enabled_notification_context">You\u0027re near a saved network: %1$s</string>
<!-- Text used to indicate that a connection attempt is ongoing [CHAR LIMIT=20] -->
<string name="common_connecting">Connecting&#8230;</string>