Merge "Switch some strings to 'Downloaded SIM' instead of 'eSIM'"
This commit is contained in:
committed by
Android (Google) Code Review
commit
f28a845bcc
@@ -10648,16 +10648,16 @@
|
||||
<string name="mobile_network_list_add_more">Add more</string>
|
||||
<!-- Summary for an item in the page listing multiple mobile service subscriptions, indicating
|
||||
that service is active and is tied to a physical SIM card [CHAR LIMIT=40] -->
|
||||
<string name="mobile_network_active_sim">Active SIM</string>
|
||||
<string name="mobile_network_active_sim">Active / SIM</string>
|
||||
<!-- Summary for an item in the page listing multiple mobile service subscriptions, indicating
|
||||
that service is inactive and is tied to a physical SIM card [CHAR LIMIT=40] -->
|
||||
<string name="mobile_network_inactive_sim">Inactive SIM</string>
|
||||
<string name="mobile_network_inactive_sim">Inactive / SIM</string>
|
||||
<!-- Summary for an item in the page listing multiple mobile service subscriptions, indicating
|
||||
that service is active and is tied to an eSIM profile [CHAR LIMIT=40] -->
|
||||
<string name="mobile_network_active_esim">Active eSIM</string>
|
||||
<string name="mobile_network_active_esim">Active / Downloaded SIM</string>
|
||||
<!-- Summary for an item in the page listing multiple mobile service subscriptions, indicating
|
||||
that service is inactive and is tied to an eSIM profile [CHAR LIMIT=40] -->
|
||||
<string name="mobile_network_inactive_esim">Inactive eSIM</string>
|
||||
<string name="mobile_network_inactive_esim">Inactive / Downloaded SIM</string>
|
||||
<!-- Title of a dialog that lets a user modify the display name used for a mobile network
|
||||
subscription in various places in the Settings app. The default name is typically just the
|
||||
carrier name, but especially in multi-SIM configurations users may want to use a different
|
||||
|
Reference in New Issue
Block a user