Add new strings for Wi-Fi hotspot toggle specific scenario

- The SW (Swahili) language is used for a different noun class and is
inappropriate in the context.

- Need to separate different strings for specific situations.

- Add new strings to SettingsLib to share multiple packages (e.g.
Settings, Quick Settings)

Bug: 168801172
Bug: 168733667
Test: Manual test
Change-Id: I6728064f6743d89418cdf7ed1c4c2ade797a3d7d
This commit is contained in:
Weng Su
2020-11-02 16:19:01 +08:00
parent f1f0bd6951
commit 309426243e

View File

@@ -1385,4 +1385,9 @@
<!-- Name of the 3.5mm and usb audio device. [CHAR LIMIT=50] -->
<string name="media_transfer_wired_usb_device_name">Wired headphone</string>
<!-- Label for Wifi hotspot switch on. Toggles hotspot on [CHAR LIMIT=30] -->
<string name="wifi_hotspot_switch_on_text">On</string>
<!-- Label for Wifi hotspot switch off. Toggles hotspot off [CHAR LIMIT=30] -->
<string name="wifi_hotspot_switch_off_text">Off</string>
</resources>