Merge "Strings for erase SIM preference"

This commit is contained in:
TreeHugger Robot
2019-03-22 21:33:19 +00:00
committed by Android (Google) Code Review

View File

@@ -10673,6 +10673,35 @@
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>
<!-- Mobile network details page. Label for an option that lets the user delete an eSIM from
the device. [CHAR LIMIT=60] -->
<string name="mobile_network_erase_sim">Erase SIM</string>
<!-- Title of a confirmation dialog for deleting an eSIM from the device.
[CHAR LIMIT=60] -->
<string name="mobile_network_erase_sim_dialog_title">Erase this downloaded SIM?</string>
<!-- Body text of of a confirmation dialog for deleting an eSIM from the device.
[CHAR LIMIT=NONE] -->
<string name="mobile_network_erase_sim_dialog_body">
Erasing this SIM removes <xliff:g id="carrier" example="Verizon">%1$s</xliff:g> service
from this device.\n\nService for <xliff:g id="carrier" example="Verizon">%2$s</xliff:g>
won\u2019t be canceled.
</string>
<!-- OK button on a confirmation dialog for deleting an eSIM from the device.
[CHAR LIMIT=30] -->
<string name="mobile_network_erase_sim_dialog_ok">Erase</string>
<!-- Body text of the progress dialog we show while deleting an eSIM from the device.
[CHAR LIMIT=NONE] -->
<string name="mobile_network_erase_sim_dialog_progress">Erasing SIM\u2026</string>
<!-- Title of a dialog indicating that an error ocurred when deleting an eSIM from the device
[CHAR LIMIT=60] -->
<string name="mobile_network_erase_sim_error_dialog_title">Can\u2019t erase SIM</string>
<!-- Body of a dialog indicating that an error ocurred when deleting an eSIM from the device
[CHAR LIMIT=NONE] -->
<string name="mobile_network_erase_sim_error_dialog_body">
This SIM can\u2019t be erased due to an error.\n\nRestart your device and try again.
</string>
<!-- Title for preferred network type [CHAR LIMIT=NONE] --> <!-- Title for preferred network type [CHAR LIMIT=NONE] -->
<string name="preferred_network_mode_title">Preferred network type</string> <string name="preferred_network_mode_title">Preferred network type</string>
<!-- Summary for preferred network type [CHAR LIMIT=NONE] --> <!-- Summary for preferred network type [CHAR LIMIT=NONE] -->