Merge "Add new strings for Wi-Fi Connectivity"

This commit is contained in:
TreeHugger Robot
2019-03-12 01:11:09 +00:00
committed by Android (Google) Code Review

View File

@@ -2225,6 +2225,14 @@
<!-- Button label to connect to a Wi-Fi network -->
<string name="wifi_connect">Connect</string>
<!-- Turned on notification for Wi-Fi [CHAR LIMIT=40] -->
<string name="wifi_turned_on_message">Wi\u2011Fi turned on</string>
<!-- Connected to notification for Wi-Fi [CHAR LIMIT=NONE] -->
<string name="wifi_connected_to_message">@string/bluetooth_connected_summary</string>
<!-- Button label to connecting progress to a Wi-Fi network [CHAR LIMIT=20] -->
<string name="wifi_connecting">Connecting\u2026</string>
<!-- Button label to disconnect to a Wi-Fi network [CHAR LIMIT=NONE] -->
<string name="wifi_disconnect">@string/bluetooth_device_context_disconnect</string>
<!-- Failured notification for connect -->
<string name="wifi_failed_connect_message">Failed to connect to network</string>
<!-- Button label to delete a Wi-Fi network -->