Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2701724b authored by Wes Okuhara's avatar Wes Okuhara Committed by Android (Google) Code Review
Browse files

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

parents 121036ee d13be243
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -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 -->