summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-11-12 03:42:54 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-12 03:42:54 +0000
commit30ea2328c9239cfa726c2cc39f9945d6cbbf2580 (patch)
treeb6e598860494b5d8a6d6a8fd50e19a61cf7509cf /res
parenta786acd66e92d83ec6b1983f2e43d7d91369d935 (diff)
parent1aace738c89ded4a0a4d2db3afedf19d1ab5aa4c (diff)
downloadandroid_packages_apps_PhoneCommon-30ea2328c9239cfa726c2cc39f9945d6cbbf2580.tar.gz
android_packages_apps_PhoneCommon-30ea2328c9239cfa726c2cc39f9945d6cbbf2580.tar.bz2
android_packages_apps_PhoneCommon-30ea2328c9239cfa726c2cc39f9945d6cbbf2580.zip
am 1aace738: am fc322e88: am 15621e00: Merge "String resource edits for PhoneCommon" into lmp-mr1-dev
* commit '1aace738c89ded4a0a4d2db3afedf19d1ab5aa4c': String resource edits for PhoneCommon
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index eb6dbdb..942c59e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -101,7 +101,7 @@
<!-- In-call screen: call failure reason (incorrect username or password) -->
<string name="callFailed_invalid_credentials">Incorrect username or password</string>
<!-- In-call screen: call failure reason (calling from out of network is not allowed) -->
- <string name="callFailed_out_of_network">Called from out-of-network</string>
+ <string name="callFailed_out_of_network">Out\u2011of\u2011network call</string>
<!-- In-call screen: call failure reason (server error) -->
<string name="callFailed_server_error">Server error. Try again later.</string>
<!-- In-call screen: call failure reason (no signal) -->
@@ -113,17 +113,17 @@
<!-- In-call screen: call failure reason (SIM error) -->
<string name="callFailed_simError">No SIM or SIM error</string>
<!-- In-call screen: call failure reason (out of service) -->
- <string name="callFailed_outOfService">Mobile network not available</string>
+ <string name="callFailed_outOfService">Cellular network not available</string>
<!-- In-call screen: call failure reason (call denied because of current FDN setting) -->
<string name="callFailed_fdn_only">Outgoing calls are restricted by FDN.</string>
<!-- In-call screen: call failure reason (call denied because call barring is on) -->
- <string name="callFailed_cb_enabled">You can\'t make outgoing calls while call barring is on.</string>
+ <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) -->
- <string name="callFailed_dsac_restricted">All calls are restricted by access control.</string>
+ <string name="callFailed_dsac_restricted">Calls restricted by access control.</string>
<!-- In-call screen: call failure reason (Emergency call denied because domain specific access control is on)-->
- <string name="callFailed_dsac_restricted_emergency">Emergency calls are restricted by access control.</string>
+ <string name="callFailed_dsac_restricted_emergency">Emergency calls restricted by access control.</string>
<!-- In-call screen: call failure reason (Normal call denied because domain specific access control is on)-->
- <string name="callFailed_dsac_restricted_normal">Normal calls are restricted by access control.</string>
+ <string name="callFailed_dsac_restricted_normal">Normal calls restricted by access control.</string>
<!-- In-call screen: call failure reason (Dialed number doesn't exist) -->
<string name="callFailed_unobtainable_number">Invalid number</string>
<!-- In-call screen: message displayed in an error dialog -->