summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-11-11 22:55:05 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-11-11 22:55:05 +0000
commit15621e002721e676a32d73f4f338b66955b1e96e (patch)
treea4854e49431db0de77a1a47e613482a299b72cce /res
parent972e8730b305c921e094690ae09abf2c44b0dc12 (diff)
parent908d753c126013bfe0d335c68ca383787afd72a7 (diff)
downloadandroid_packages_apps_PhoneCommon-15621e002721e676a32d73f4f338b66955b1e96e.tar.gz
android_packages_apps_PhoneCommon-15621e002721e676a32d73f4f338b66955b1e96e.tar.bz2
android_packages_apps_PhoneCommon-15621e002721e676a32d73f4f338b66955b1e96e.zip
Merge "String resource edits for PhoneCommon" into lmp-mr1-dev
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 -->