Update tethering notification strings

Update strings after converged with carrier.

Bug: 145629001
Bug: 147818698
Test: atests TetheringTests
Change-Id: I8ad34e8c93ba1547aa397a8e9c0ecc15286a2b0b
This commit is contained in:
paulhu
2020-04-13 21:13:00 +08:00
committed by Paul Hu
parent 9f33a5a7d9
commit 735047bf6e
4 changed files with 28 additions and 28 deletions

View File

@@ -15,16 +15,16 @@
-->
<resources>
<!-- String for no upstream notification title [CHAR LIMIT=200] -->
<string name="no_upstream_notification_title">Hotspot has no internet</string>
<string name="no_upstream_notification_title">Tethering has no internet</string>
<!-- String for no upstream notification title [CHAR LIMIT=200] -->
<string name="no_upstream_notification_message">Devices can\u2019t connect to internet</string>
<!-- String for cellular roaming notification disable button [CHAR LIMIT=200] -->
<string name="no_upstream_notification_disable_button">Turn off hotspot</string>
<string name="no_upstream_notification_message">Devices can\u2019t connect</string>
<!-- String for no upstream notification disable button [CHAR LIMIT=200] -->
<string name="no_upstream_notification_disable_button">Turn off tethering</string>
<!-- String for cellular roaming notification title [CHAR LIMIT=200] -->
<string name="upstream_roaming_notification_title">Hotspot is on</string>
<!-- String for cellular roaming notification message [CHAR LIMIT=500] -->
<!-- String for cellular roaming notification title [CHAR LIMIT=200] -->
<string name="upstream_roaming_notification_title">Hotspot or tethering is on</string>
<!-- String for cellular roaming notification message [CHAR LIMIT=500] -->
<string name="upstream_roaming_notification_message">Additional charges may apply while roaming</string>
<!-- String for cellular roaming notification continue button [CHAR LIMIT=200] -->
<!-- String for cellular roaming notification continue button [CHAR LIMIT=200] -->
<string name="upstream_roaming_notification_continue_button">Continue</string>
</resources>

View File

@@ -15,16 +15,16 @@
-->
<resources>
<!-- String for no upstream notification title [CHAR LIMIT=200] -->
<string name="no_upstream_notification_title">Hotspot has no internet</string>
<string name="no_upstream_notification_title">Tethering has no internet</string>
<!-- String for no upstream notification title [CHAR LIMIT=200] -->
<string name="no_upstream_notification_message">Devices can\u2019t connect to internet</string>
<!-- String for cellular roaming notification disable button [CHAR LIMIT=200] -->
<string name="no_upstream_notification_disable_button">Turn off hotspot</string>
<string name="no_upstream_notification_message">Devices can\u2019t connect</string>
<!-- String for no upstream notification disable button [CHAR LIMIT=200] -->
<string name="no_upstream_notification_disable_button">Turn off tethering</string>
<!-- String for cellular roaming notification title [CHAR LIMIT=200] -->
<string name="upstream_roaming_notification_title">Hotspot is on</string>
<!-- String for cellular roaming notification message [CHAR LIMIT=500] -->
<!-- String for cellular roaming notification title [CHAR LIMIT=200] -->
<string name="upstream_roaming_notification_title">Hotspot or tethering is on</string>
<!-- String for cellular roaming notification message [CHAR LIMIT=500] -->
<string name="upstream_roaming_notification_message">Additional charges may apply while roaming</string>
<!-- String for cellular roaming notification continue button [CHAR LIMIT=200] -->
<!-- String for cellular roaming notification continue button [CHAR LIMIT=200] -->
<string name="upstream_roaming_notification_continue_button">Continue</string>
</resources>

View File

@@ -15,16 +15,16 @@
-->
<resources>
<!-- String for no upstream notification title [CHAR LIMIT=200] -->
<string name="no_upstream_notification_title">Hotspot has no internet</string>
<string name="no_upstream_notification_title">Tethering has no internet</string>
<!-- String for no upstream notification title [CHAR LIMIT=200] -->
<string name="no_upstream_notification_message">Devices can\u2019t connect to internet</string>
<!-- String for cellular roaming notification disable button [CHAR LIMIT=200] -->
<string name="no_upstream_notification_disable_button">Turn off hotspot</string>
<string name="no_upstream_notification_message">Devices can\u2019t connect</string>
<!-- String for no upstream notification disable button [CHAR LIMIT=200] -->
<string name="no_upstream_notification_disable_button">Turn off tethering</string>
<!-- String for cellular roaming notification title [CHAR LIMIT=200] -->
<string name="upstream_roaming_notification_title">Hotspot is on</string>
<!-- String for cellular roaming notification message [CHAR LIMIT=500] -->
<!-- String for cellular roaming notification title [CHAR LIMIT=200] -->
<string name="upstream_roaming_notification_title">Hotspot or tethering is on</string>
<!-- String for cellular roaming notification message [CHAR LIMIT=500] -->
<string name="upstream_roaming_notification_message">Additional charges may apply while roaming</string>
<!-- String for cellular roaming notification continue button [CHAR LIMIT=200] -->
<!-- String for cellular roaming notification continue button [CHAR LIMIT=200] -->
<string name="upstream_roaming_notification_continue_button">Continue</string>
</resources>

View File

@@ -40,13 +40,13 @@
<string name="no_upstream_notification_title"></string>
<!-- String for no upstream notification message [CHAR LIMIT=200] -->
<string name="no_upstream_notification_message"></string>
<!-- String for cellular roaming notification disable button [CHAR LIMIT=200] -->
<!-- String for no upstream notification disable button [CHAR LIMIT=200] -->
<string name="no_upstream_notification_disable_button"></string>
<!-- String for cellular roaming notification title [CHAR LIMIT=200] -->
<!-- String for cellular roaming notification title [CHAR LIMIT=200] -->
<string name="upstream_roaming_notification_title"></string>
<!-- String for cellular roaming notification message [CHAR LIMIT=500] -->
<!-- String for cellular roaming notification message [CHAR LIMIT=500] -->
<string name="upstream_roaming_notification_message"></string>
<!-- String for cellular roaming notification continue button [CHAR LIMIT=200] -->
<!-- String for cellular roaming notification continue button [CHAR LIMIT=200] -->
<string name="upstream_roaming_notification_continue_button"></string>
</resources>