IMS: Add support for STK CC feature

-- Add required strings to show appropriate error
   dialog's for STK CC failures.

Test: Manual
Bug: 64685331
Change-Id: Ia23333c1050c049741bd24ba0fdf131e725ea8b6
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) -->