summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorWink Saville <>2009-04-06 15:20:45 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-04-06 15:20:45 -0700
commitd6c5d527d3fa73dafc6e7cd36e4d6922b6d31845 (patch)
treee0533a8ca7ee518aef5ae49c22cf1dd6d04f2f4d /core/res
parent60a51818483dae32d18414a4f128ca057e267e8c (diff)
downloadframeworks_base-d6c5d527d3fa73dafc6e7cd36e4d6922b6d31845.zip
frameworks_base-d6c5d527d3fa73dafc6e7cd36e4d6922b6d31845.tar.gz
frameworks_base-d6c5d527d3fa73dafc6e7cd36e4d6922b6d31845.tar.bz2
AI 144705: Teleca patch from 03/27/2009, fixes some CDMA issues.
Automated import of CL 144705
Diffstat (limited to 'core/res')
-rw-r--r--core/res/res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 4cd0168..8150a96 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -168,6 +168,11 @@
<string name="cfTemplateRegisteredTime"><xliff:g id="bearer_service_code">{0}</xliff:g>: Not forwarded</string>
<!-- android.net.http Error strings --> <skip />
+ <!-- Displayed when a feature code (non-phone number) is dialed and completes successfully. -->
+ <string name="fcComplete">Feature code complete.</string>
+ <!-- Displayed when a feature code (non-phone number) is dialed and completes unsuccessfully. -->
+ <string name="fcError">Connection problem or invalid feature code.</string>
+ <!-- android.net.http Error strings --> <skip />
<!-- Displayed when a web request was successful. -->
<string name="httpErrorOk">OK</string>
<!-- Displayed when a web request failed because we don't know the exact reason. -->