summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2016-08-12 17:32:42 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-08-12 17:32:42 +0000
commit09e83d1d0e5c94449d2186a491dd81cdf0cbe147 (patch)
tree209f4e0ec27dbe1d28a1da926eaab0724ae5af54 /res
parent7d2e8dbe3ec7f081157e34b2698d2dc269aa54d2 (diff)
parent70e6a41b68aa538c72f581f17f6331a721bc948e (diff)
downloadpackages_apps_PhoneCommon-09e83d1d0e5c94449d2186a491dd81cdf0cbe147.tar.gz
packages_apps_PhoneCommon-09e83d1d0e5c94449d2186a491dd81cdf0cbe147.tar.bz2
packages_apps_PhoneCommon-09e83d1d0e5c94449d2186a491dd81cdf0cbe147.zip
Add disconnect messages for data disconnect causes. am: bb5d0d5f32 am: 03ba465e58
am: 70e6a41b68 Change-Id: If292edfd3ad339414a4f69eed2f208bc81028626
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>