Add string variants for "device" products.
Bug: 62379606 Test: Strings are showing for device products. Change-Id: I2ecde371f0a7eaaaca118c3e03b194a6ecc7a5fd
This commit is contained in:
@@ -3432,6 +3432,8 @@
|
||||
<!-- Main settings screen, setting title for the user to go into the About phone screen -->
|
||||
<string name="about_settings" product="default">About phone</string>
|
||||
<!-- Main settings screen, setting title for the user to go into the About phone screen -->
|
||||
<string name="about_settings" product="device">About device</string>
|
||||
<!-- Main settings screen, setting title for the user to go into the About phone screen -->
|
||||
<string name="about_settings" product="emulator">About emulated device</string>
|
||||
<!-- Main settings screen, setting summary for the user to go into the About phone screen-->
|
||||
<string name="about_settings_summary">View legal info, status, software version</string>
|
||||
@@ -3706,6 +3708,15 @@
|
||||
result from their use.
|
||||
</string>
|
||||
|
||||
<!-- Warning that appears below the unknown sources switch in settings -->
|
||||
<string name="install_all_warning" product="device">
|
||||
Your device and personal data are more vulnerable
|
||||
to attack by unknown apps. By installing apps from
|
||||
this source, you agree that you are responsible for
|
||||
any damage to your device or loss of data that may
|
||||
result from their use.
|
||||
</string>
|
||||
|
||||
<!-- Applications settings screen, setting check box title. If checked, applications show more settings options. -->
|
||||
<string name="advanced_settings">Advanced settings</string>
|
||||
<!-- Applications settings screen, setting check box summary. This is the summary for "Advanced settings" checkbox -->
|
||||
@@ -5600,6 +5611,8 @@
|
||||
<string name="really_remove_account_message" product="tablet">Removing this account will delete all of its messages, contacts, and other data from the tablet!</string>
|
||||
<!-- Remove account message in dialog [CHAR LIMIT=NONE] -->
|
||||
<string name="really_remove_account_message" product="default">Removing this account will delete all of its messages, contacts, and other data from the phone!</string>
|
||||
<!-- Remove account message in dialog [CHAR LIMIT=NONE] -->
|
||||
<string name="really_remove_account_message" product="device">Removing this account will delete all of its messages, contacts, and other data from the device!</string>
|
||||
<!-- This is shown if the autheticator for a given account fails to remove it. [CHAR LIMIT=NONE] -->
|
||||
<string name="remove_account_failed">This change isn\'t allowed by your admin</string>
|
||||
<!-- What to show in messaging that refers to this provider, e.g. AccountSyncSettings -->
|
||||
|
Reference in New Issue
Block a user