Bad Wi-Fi: Change strings to carrier specs

am: 49d703319b

Change-Id: I644d183683367280b3653750f84d9d2c9ee4c5ff
This commit is contained in:
Paul Stewart
2016-09-17 03:47:35 +00:00
committed by android-build-merger
2 changed files with 13 additions and 9 deletions

View File

@@ -1751,10 +1751,11 @@
<string name="no_internet_access_remember">Don\u2019t ask again for this network</string>
<!-- Dialog text to tell the user that the selected network has lost Internet access, and asking the user whether they want to avoid this network. -->
<string name="lost_internet_access_title">Switch to cellular data?</string>
<string name="lost_internet_access_text">Wi\u2011Fi lost Internet access. Your device can switch to cellular automatically when Wi\u2011Fi isn\u2019t working. Additional charges may apply.</string>
<string name="lost_internet_access_switch">Switch automatically</string>
<string name="lost_internet_access_title">Wi\u2011Fi is not connected to the Internet</string>
<string name="lost_internet_access_text">You can switch to the cellular network whenever Wi\u2011Fi has a bad connection. Data usage may apply.</string>
<string name="lost_internet_access_switch">Switch to cellular</string>
<string name="lost_internet_access_cancel">Stay on Wi\u2011Fi</string>
<string name="lost_internet_access_persist">Never show again</string>
<!-- Button label to connect to a Wi-Fi network -->
<string name="wifi_connect">Connect</string>