Strings changes for opportunistic mobile networks

-Summary for opportunistic networks on multi-network header on the
 Network & internet home page. There are two strings we need here for
 when the network is configured but isn't being actively used: "In
 range" (e.g. we would be using it for data, but we already have a wifi
 connection) and "Not in range".

-Summary of the mobile data switch for opportunistic networks: "Phone
 will automatically switch to this carrier when in range".

Bug: 127529917
Bug: 128859152
Test: compile
Change-Id: I25e2f359790db6cfc328831c9bd06c172c9d9ad3
This commit is contained in:
Antony Sargent
2019-03-25 10:59:29 -07:00
parent 12256ca49f
commit d08c7cd00f

View File

@@ -10627,8 +10627,14 @@
<string name="cdma_lte_data_service">Set up data service</string>
<!-- Mobile network settings screen, title of Mobile Data switch preference [CHAR LIMIT=NONE] -->
<string name="mobile_data_settings_title">Mobile data</string>
<!-- Mobile network settings screen, title of Mobile data switch preference [CHAR LIMIT=NONE] -->
<!-- Mobile network settings screen, summary of Mobile data switch preference [CHAR LIMIT=NONE] -->
<string name="mobile_data_settings_summary">Access data using mobile network</string>
<!-- Mobile network settings screen, summary of Mobile data switch preference when the network
is opportunistic and will always be used when it is in range. [CHAR LIMIT=NONE] -->
<string name="mobile_data_settings_summary_auto_switch">
Phone will automatically switch to this carrier when in range
</string>
<!-- Mobile network settings screen, title of item showing the name of the default subscription
that will be used for calls. This only appears in multi-SIM mode. [CHAR LIMIT=NONE] -->
<string name="calls_preference">Calls preference</string>
@@ -10676,6 +10682,14 @@
such as calls, SMS, or data when multiple SIMs are present, but is not currently the
default SIM for any of those services. [CHAR LIMIT=50] -->
<string name="subscription_available">Available</string>
<!-- Network & internet page. Summary indicating that a SIM is configured and may be used for
some services, and that network is currently in range but not being used. For instance, it
may be able to provide a mobile data connection that we aren't using because we're already
connected to wifi. [CHAR LIMIT=50] -->
<string name="mobile_network_in_range">In range</string>
<!-- Network & internet page. Summary indicating that a SIM is configured and may be used for
some services, but the network not currently in range. [CHAR LIMIT=50] -->
<string name="mobile_network_not_in_range">Not in range</string>
<!-- Title of item shown at the bottom of the page listing multiple mobile service
subscriptions; tapping it leads to a UI to add more [CHAR LIMIT=40] -->