summaryrefslogtreecommitdiffstats
path: root/InCallUI/res/values-zh-rCN
diff options
context:
space:
mode:
authorLi Wei <liwei@codeaurora.org>2016-08-29 11:02:33 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-08-31 19:30:33 -0700
commitd4f577c977c34cd41f075650816cfaf6898e259a (patch)
tree73afc629fd989c158374344851d69e8920c1189e /InCallUI/res/values-zh-rCN
parente23f6e299466dfcb268984ec64633f8c28e7aedc (diff)
downloadandroid_packages_apps_Dialer-d4f577c977c34cd41f075650816cfaf6898e259a.tar.gz
android_packages_apps_Dialer-d4f577c977c34cd41f075650816cfaf6898e259a.tar.bz2
android_packages_apps_Dialer-d4f577c977c34cd41f075650816cfaf6898e259a.zip
Dialer: add Chinese strings for IMS call
- add serveral Chinese strings for IMS call Change-Id: Iacb432ea9c21993a9d5d2269e87553174234ee0c CRs-Fixed: 1056626
Diffstat (limited to 'InCallUI/res/values-zh-rCN')
-rw-r--r--InCallUI/res/values-zh-rCN/qtistrings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/InCallUI/res/values-zh-rCN/qtistrings.xml b/InCallUI/res/values-zh-rCN/qtistrings.xml
index 1f0f2a5b1..63af2552c 100644
--- a/InCallUI/res/values-zh-rCN/qtistrings.xml
+++ b/InCallUI/res/values-zh-rCN/qtistrings.xml
@@ -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>