summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2016-08-12 15:08:44 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-08-12 15:08:44 +0000
commit70e6a41b68aa538c72f581f17f6331a721bc948e (patch)
tree2b70574a620b784b9bb00877815ff3861b7b2a9e /res
parent99356094cd8516a34cfa80d475257a1f3c9493c7 (diff)
parent03ba465e588c9bb093d02f90c1535adaa2a04234 (diff)
downloadandroid_packages_apps_PhoneCommon-70e6a41b68aa538c72f581f17f6331a721bc948e.tar.gz
android_packages_apps_PhoneCommon-70e6a41b68aa538c72f581f17f6331a721bc948e.tar.bz2
android_packages_apps_PhoneCommon-70e6a41b68aa538c72f581f17f6331a721bc948e.zip
Add disconnect messages for data disconnect causes. am: bb5d0d5f32
am: 03ba465e58 Change-Id: I825e1d8ee3dfde9869b9481489938cadf12c01ab
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 60e3aac..ba7e83c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -127,4 +127,8 @@
<string name="ringtone_unknown">Unknown ringtone</string>
<!-- In-call screen: call ended because the user has reached the maximum number of calls on their current devices and other devices. -->
<string name="callFailed_maximum_reached">All available lines are in use. To make a call, disconnect one of the calls on this device, or on one of your other devices.</string>
+ <!-- In-call screen: call ended because the user disabled data on their device -->
+ <string name="callFailed_data_disabled">Call ended because cellular data was disabled.</string>
+ <!-- In-call screen: call ended because the cellular data limit has been reached -->
+ <string name="callFailed_data_limit_reached">Call ended because the cellular data limit has been reached.</string>
</resources>