diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2017-12-11 12:02:09 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2017-12-11 12:02:09 +0000 |
| commit | 83b8095d29ea34a3e6b31cc832e52fa9ad900b34 (patch) | |
| tree | 4a7f984ee3dbb392cc581b94f98257ec1eb3744b | |
| parent | 78a4452a6c9bc4db59b58a7150b3bdf20def1b9a (diff) | |
| parent | 180a23f0372007d69e4bb8463527793fe0ecc380 (diff) | |
| download | packages_apps_PhoneCommon-83b8095d29ea34a3e6b31cc832e52fa9ad900b34.tar.gz packages_apps_PhoneCommon-83b8095d29ea34a3e6b31cc832e52fa9ad900b34.tar.bz2 packages_apps_PhoneCommon-83b8095d29ea34a3e6b31cc832e52fa9ad900b34.zip | |
Snap for 4496165 from 180a23f0372007d69e4bb8463527793fe0ecc380 to pi-release
Change-Id: Ic039608841b61d6b2b5ce3979f0024b0c20b0e98
| -rw-r--r-- | res/values/strings.xml | 10 |
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) --> |
