summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-11-10 15:06:57 -0800
committerNancy Chen <nancychen@google.com>2014-11-10 15:06:57 -0800
commit908d753c126013bfe0d335c68ca383787afd72a7 (patch)
treedf961702f57d9467af98b53d522a2ba69987ba29 /res/values
parent3accf8639193a0fe7553e774940af6cef02c850b (diff)
downloadandroid_packages_apps_PhoneCommon-908d753c126013bfe0d335c68ca383787afd72a7.tar.gz
android_packages_apps_PhoneCommon-908d753c126013bfe0d335c68ca383787afd72a7.tar.bz2
android_packages_apps_PhoneCommon-908d753c126013bfe0d335c68ca383787afd72a7.zip
String resource edits for PhoneCommon
Adjust strings in PhoneCommon per ewong@'s edits. Bug: 17446974 Change-Id: I73fd7bec7c0d6bc2e2a56bf6271121952d01f5f6
Diffstat (limited to 'res/values')
-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 -->