Merge "[TNU1.1] Update tethering notification strings" into rvc-dev

This commit is contained in:
Paul Hu
2020-03-20 14:49:27 +00:00
committed by Android (Google) Code Review
4 changed files with 29 additions and 13 deletions

View File

@@ -15,12 +15,16 @@
--> -->
<resources> <resources>
<!-- String for no upstream notification title [CHAR LIMIT=200] --> <!-- String for no upstream notification title [CHAR LIMIT=200] -->
<string name="no_upstream_notification_title">Tethering &amp; Mobile Hotspot has no internet access</string> <string name="no_upstream_notification_title">Hotspot 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 for cellular roaming notification title [CHAR LIMIT=200] --> <!-- String for cellular roaming notification title [CHAR LIMIT=200] -->
<string name="upstream_roaming_notification_title">Roaming</string> <string name="upstream_roaming_notification_title">Hotspot is on</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">You will be charged on a per MB basis for all data sent or received while using this service outside the Verizon Network. Please check our website for current international rates. To minimize charges, visit My Verizon periodically to monitor your usage, check your device settings to confirm which devices are connected, and consider using alternate data connections when available</string> <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> <string name="upstream_roaming_notification_continue_button">Continue</string>
</resources> </resources>

View File

@@ -15,12 +15,16 @@
--> -->
<resources> <resources>
<!-- String for no upstream notification title [CHAR LIMIT=200] --> <!-- String for no upstream notification title [CHAR LIMIT=200] -->
<string name="no_upstream_notification_title">Tethering &amp; Mobile Hotspot has no internet access</string> <string name="no_upstream_notification_title">Hotspot 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 for cellular roaming notification title [CHAR LIMIT=200] --> <!-- String for cellular roaming notification title [CHAR LIMIT=200] -->
<string name="upstream_roaming_notification_title">Roaming</string> <string name="upstream_roaming_notification_title">Hotspot is on</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">You will be charged on a per MB basis for all data sent or received while using this service outside the Verizon Network. Please check our website for current international rates. To minimize charges, visit My Verizon periodically to monitor your usage, check your device settings to confirm which devices are connected, and consider using alternate data connections when available</string> <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> <string name="upstream_roaming_notification_continue_button">Continue</string>
</resources> </resources>

View File

@@ -15,12 +15,16 @@
--> -->
<resources> <resources>
<!-- String for no upstream notification title [CHAR LIMIT=200] --> <!-- String for no upstream notification title [CHAR LIMIT=200] -->
<string name="no_upstream_notification_title">Tethering &amp; Mobile Hotspot has no internet access</string> <string name="no_upstream_notification_title">Hotspot 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 for cellular roaming notification title [CHAR LIMIT=200] --> <!-- String for cellular roaming notification title [CHAR LIMIT=200] -->
<string name="upstream_roaming_notification_title">Roaming</string> <string name="upstream_roaming_notification_title">Hotspot is on</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">You will be charged on a per MB basis for all data sent or received while using this service outside the Verizon Network. Please check our website for current international rates. To minimize charges, visit My Verizon periodically to monitor your usage, check your device settings to confirm which devices are connected, and consider using alternate data connections when available</string> <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> <string name="upstream_roaming_notification_continue_button">Continue</string>
</resources> </resources>

View File

@@ -38,6 +38,10 @@
<!-- String for no upstream notification title [CHAR LIMIT=200] --> <!-- String for no upstream notification title [CHAR LIMIT=200] -->
<string name="no_upstream_notification_title"></string> <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 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 name="upstream_roaming_notification_title"></string>