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

Commit 30942624 authored by Weng Su's avatar Weng Su
Browse files

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
parent f1f0bd69
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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>