Merge "Settings: Add tethering strings for device product type" into main

This commit is contained in:
Wes Okuhara
2025-02-04 10:14:19 -08:00
committed by Android (Google) Code Review

View File

@@ -513,14 +513,19 @@
<string name="main_clear_button_text" product="default">Erase all data</string>
<string name="usb_tethering_subtext" product="default">Share phone\u2019s internet connection via USB</string>
<string name="usb_tethering_subtext" product="tablet">Share tablet\u2019s internet connection via USB</string>
<!-- Bluetooth Tethering subtext [CHAR LIMIT=70]-->
<string name="bluetooth_tethering_subtext" product="tablet">Share tablet\u2019s internet connection via Bluetooth</string>
<string name="usb_tethering_subtext" product="device">Share device\u2019s internet connection via USB</string>
<!-- Bluetooth Tethering subtext [CHAR LIMIT=70]-->
<string name="bluetooth_tethering_subtext" product="default">Share phone\u2019s internet connection via Bluetooth</string>
<!-- Bluetooth Tethering subtext for tablet [CHAR LIMIT=70]-->
<string name="bluetooth_tethering_subtext" product="tablet">Share tablet\u2019s internet connection via Bluetooth</string>
<!-- Bluetooth Tethering subtext for generic device [CHAR LIMIT=70]-->
<string name="bluetooth_tethering_subtext" product="device">Share device\u2019s internet connection via Bluetooth</string>
<!-- Ethernet Tethering subtext [CHAR LIMIT=NONE]-->
<string name="ethernet_tethering_subtext" product="default">Share phone\u2019s internet connection via Ethernet</string>
<!-- Ethernet Tethering subtext for tablet [CHAR LIMIT=NONE]-->
<string name="ethernet_tethering_subtext" product="tablet">Share tablet\u2019s internet connection via Ethernet</string>
<!-- Ethernet Tethering subtext for generic device [CHAR LIMIT=NONE]-->
<string name="ethernet_tethering_subtext" product="device">Share device\u2019s internet connection via Ethernet</string>
<!-- Main settings screen, setting title for the user to go into the About phone screen -->
<string name="about_settings" product="tablet">About tablet</string>
<!-- Main settings screen, setting title for the user to go into the About phone screen -->