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

Commit d4f577c9 authored by Li Wei's avatar Li Wei Committed by Gerrit - the friendly Code Review server
Browse files

Dialer: add Chinese strings for IMS call

- add serveral Chinese strings for IMS call

Change-Id: Iacb432ea9c21993a9d5d2269e87553174234ee0c
CRs-Fixed: 1056626
parent e23f6e29
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -40,4 +40,11 @@
    <!-- Title displayed in the overlay for incoming conference calls which include the name of the provider.
         [CHAR LIMIT=40] -->
    <string name="incoming_conf_via_template">"通过 <xliff:g id="provider_name">%s</xliff:g>会议来电"</string>

    <!-- In-call screen: Modify Call Options for IMS call -->
    <string name="modify_call_option_title">选择通话类型?</string>
    <string name="modify_call_option_vt">双向视频</string>
    <string name="modify_call_option_vt_tx">视频发送</string>
    <string name="modify_call_option_vt_rx">视频接收</string>
    <string name="modify_call_option_voice">仅限语音</string>
</resources>
+5 −5
Original line number Diff line number Diff line
@@ -72,11 +72,11 @@
    <string name="lte_data_usage_label">"Lte Data usage : "</string>

    <!-- In-call screen: Modify Call Options for IMS call -->
    <string name="modify_call_option_title" translatable="false">Which type of call?</string>
    <string name="modify_call_option_vt" translatable="false">Video bidirectional</string>
    <string name="modify_call_option_vt_tx" translatable="false">Video Transmit</string>
    <string name="modify_call_option_vt_rx" translatable="false">Video Receive</string>
    <string name="modify_call_option_voice" translatable="false">Voice Only</string>
    <string name="modify_call_option_title">Which type of call?</string>
    <string name="modify_call_option_vt">Video bidirectional</string>
    <string name="modify_call_option_vt_tx">Video Transmit</string>
    <string name="modify_call_option_vt_rx">Video Receive</string>
    <string name="modify_call_option_voice">Voice Only</string>

    <!-- Modify call error cause -->
    <string name="modify_call_failed_due_to_low_battery">Modify call failed due to low battery.</string>