Merge "Strings for pSIM on/off toggle removal" into qt-dev am: 68a26e5535

am: 5cdf1955f4

Change-Id: I88335b8bb5cf4ac4bc4d279679d36dbd2194346f
This commit is contained in:
Antony Sargent
2019-06-05 20:27:01 -07:00
committed by android-build-merger

View File

@@ -10991,6 +10991,20 @@
<!-- Label for the off position of a switch on the mobile network details page which allows <!-- Label for the off position of a switch on the mobile network details page which allows
disabling/enabling a SIM. The SIM is disabled in this state. [CHAR LIMIT=40] --> disabling/enabling a SIM. The SIM is disabled in this state. [CHAR LIMIT=40] -->
<string name="mobile_network_use_sim_off">Off</string> <string name="mobile_network_use_sim_off">Off</string>
<!-- Text shown in an information footer on the SIM details page for a physical SIM notifying
the user that the way to disable this SIM is to physically remove it. This is in contrast
to eSIM's, which can disabled using an on/off toggle switch. [CHAR LIMIT=NONE] -->
<string name="mobile_network_disable_sim_explanation">
To disable this SIM, remove the SIM card
</string>
<!--Summary used when a physical SIM is disabled, indicating that tapping on the preference will
enable the SIM. This may be used as the summary of the 'Mobile network' item on the
Network & internet page (if there are no other SIMs), or on the mobile network list page.
[CHAR LIMIT=50] -->
<string name="mobile_network_tap_to_activate">
Tap to activate <xliff:g id="carrier" example="T-mobile">%1$s</xliff:g>
</string>
<!-- Title for a confirmation dialog when the user is enabling an eSIM subscription and there <!-- Title for a confirmation dialog when the user is enabling an eSIM subscription and there
is already another active eSIM subscription which will need to be disabled if they proceed. is already another active eSIM subscription which will need to be disabled if they proceed.