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

Commit c814ff54 authored by Michael W's avatar Michael W Committed by Michael Bestas
Browse files

Core: Make tethering notifications fully translatable

* Caf only provides english and chinese
* Move to cm_strings and let's translate them

Change-Id: Id174d1f033eb330e1ca45151577660a6721282c0
parent 76eae788
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1254,9 +1254,6 @@
    <string name="car_mode_disable_notification_message" msgid="6301524980144350051">"点按即可退出车载模式。"</string>
    <string name="tethered_notification_title" msgid="3146694234398202601">"网络共享或热点已启用"</string>
    <string name="tethered_notification_message" msgid="2113628520792055377">"点按即可进行设置。"</string>
    <string name="tethered_notification_no_device_message">"没有设备已连接。"</string>
    <string name="tethered_notification_one_device_message">""<xliff:g id="count">%1$s</xliff:g>"个设备已连接。"</string>
    <string name="tethered_notification_multi_device_message">""<xliff:g id="count">%1$s</xliff:g>"个设备已连接。"</string>
    <string name="back_button_label" msgid="2300470004503343439">"上一步"</string>
    <string name="next_button_label" msgid="1080555104677992408">"下一步"</string>
    <string name="skip_button_label" msgid="1275362299471631819">"跳过"</string>
+6 −0
Original line number Diff line number Diff line
@@ -153,4 +153,10 @@

    <!-- Single hand mode -->
    <string name="singlehandmode_click_hint_message">Touch outside the screen to exit single hand mode</string>

    <!-- Strings for tethered notification -->
    <!-- Shown when the device is tethered -->
    <string name="tethered_notification_no_device_message">No connected device</string>
    <string name="tethered_notification_one_device_message"><xliff:g id="count">%1$s</xliff:g> connected device</string>
    <string name="tethered_notification_multi_device_message"><xliff:g id="count">%1$s</xliff:g> connected devices</string>
</resources>
+5 −0
Original line number Diff line number Diff line
@@ -100,4 +100,9 @@
    <java-symbol type="id" name="slide_hint_area" />
    <java-symbol type="layout" name="single_hand_window" />
    <java-symbol type="string" name="singlehandmode_click_hint_message" />

    <!-- Tethering -->
    <java-symbol type="string" name="tethered_notification_no_device_message" />
    <java-symbol type="string" name="tethered_notification_one_device_message" />
    <java-symbol type="string" name="tethered_notification_multi_device_message" />
</resources>
+0 −3
Original line number Diff line number Diff line
@@ -3352,9 +3352,6 @@
    <!-- Shown when the device is tethered -->
    <string name="tethered_notification_title">Tethering or hotspot active</string>
    <string name="tethered_notification_message">Tap to set up.</string>
    <string name="tethered_notification_no_device_message">No connected device</string>
    <string name="tethered_notification_one_device_message"><xliff:g id="count">%1$s</xliff:g> connected device</string>
    <string name="tethered_notification_multi_device_message"><xliff:g id="count">%1$s</xliff:g> connected devices</string>

    <!--  Strings for possible PreferenceActivity Back/Next buttons -->
    <string name="back_button_label">Back</string>
+0 −3
Original line number Diff line number Diff line
@@ -1870,9 +1870,6 @@
  <java-symbol type="string" name="smv_application" />
  <java-symbol type="string" name="smv_process" />
  <java-symbol type="string" name="tethered_notification_message" />
  <java-symbol type="string" name="tethered_notification_no_device_message" />
  <java-symbol type="string" name="tethered_notification_one_device_message" />
  <java-symbol type="string" name="tethered_notification_multi_device_message" />
  <java-symbol type="string" name="tethered_notification_title" />
  <java-symbol type="string" name="usb_accessory_notification_title" />
  <java-symbol type="string" name="usb_mtp_notification_title" />