summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJordan Liu <jminjie@google.com>2017-12-08 00:14:57 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-12-08 00:14:57 +0000
commit5d4a1f6332cb1a5177700a403bb939e6494ccdbf (patch)
tree17cffe7447353085a052a9aba064ab42c6fea49f /res
parent9aaa10cf7ffdec8b026df09251325b03ef56245d (diff)
parent965e2dbbfb0fbcdc4b11dfc7b74a002564c52088 (diff)
downloadpackages_apps_PhoneCommon-5d4a1f6332cb1a5177700a403bb939e6494ccdbf.tar.gz
packages_apps_PhoneCommon-5d4a1f6332cb1a5177700a403bb939e6494ccdbf.tar.bz2
packages_apps_PhoneCommon-5d4a1f6332cb1a5177700a403bb939e6494ccdbf.zip
Merge "IMS: Add support for STK CC feature"
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3788852..f9a82ce 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -105,6 +105,16 @@
<string name="callFailed_dialToSs">DIAL request modified to SS request.</string>
<!-- In-call screen: call failure reason (call modified to call with modified data) -->
<string name="callFailed_dialToDial">DIAL request modified to DIAL with different number.</string>
+ <!-- In-call screen: call failure reason (call modified to call with modified data) -->
+ <string name="callFailed_dialToDialVideo">DIAL request modified to Video DIAL.</string>
+ <!-- In-call screen: call failure reason (call modified to call with modified data) -->
+ <string name="callFailed_dialVideoToSs">Video DIAL request modified to SS request.</string>
+ <!-- In-call screen: call failure reason (call modified to call with modified data) -->
+ <string name="callFailed_dialVideoToUssd">Video DIAL request modified to USSD request.</string>
+ <!-- In-call screen: call failure reason (call modified to call with modified data) -->
+ <string name="callFailed_dialVideoToDial">Video DIAL request modified to DIAL.</string>
+ <!-- In-call screen: call failure reason (call modified to call with modified data) -->
+ <string name="callFailed_dialVideoToDialVideo">Video DIAL request modified to Video DIAL with different number.</string>
<!-- In-call screen: call failure reason (call denied because call barring is on) -->
<string name="callFailed_cb_enabled">Can\'t make outgoing calls while call barring is on.</string>
<!-- In-call screen: call failure reason (call denied because domain specific access control is on) -->