summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSantos Cordon <santoscordon@google.com>2013-08-07 12:12:58 -0700
committerSantos Cordon <santoscordon@google.com>2013-08-07 20:20:25 -0700
commita12f2589f424e26c63c8ee5b6fad89e30b69d7fb (patch)
tree7cda76887c8a9b07b229852b6be6e4cf1ba3ddc0 /res/values
parente7be13fb0556e62b07bc271b130412d82d7f7521 (diff)
downloadandroid_packages_apps_InCallUI-a12f2589f424e26c63c8ee5b6fad89e30b69d7fb.tar.gz
android_packages_apps_InCallUI-a12f2589f424e26c63c8ee5b6fad89e30b69d7fb.tar.bz2
android_packages_apps_InCallUI-a12f2589f424e26c63c8ee5b6fad89e30b69d7fb.zip
Add UI to show when the Call disconnects.
When the call disconnects, we need to show UI for a short time before existing the UI. Change-Id: Iee648b8c54ee4b5ea09cfaec508e1bf8fb8f1643
Diffstat (limited to 'res/values')
-rwxr-xr-xres/values/strings.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2ecc8427..882102a7 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -32,6 +32,55 @@
<!-- Incoming call screen, string when called from a pay phone -->
<string name="payphone">Pay phone</string>
+ <!-- In-call screen: call failure reason (busy) -->
+ <string name="callFailed_userBusy">Line busy</string>
+ <!-- In-call screen: call failure reason (network congestion) -->
+ <string name="callFailed_congestion">Network busy</string>
+ <!-- In-call screen: call failure reason (client timed out) -->
+ <string name="callFailed_timedOut">No response, timed out</string>
+ <!-- In-call screen: call failure reason (server unreachable) -->
+ <string name="callFailed_server_unreachable">Server unreachable</string>
+ <!-- In-call screen: call failure reason (peer unreachable) -->
+ <string name="callFailed_number_unreachable">Number unreachable</string>
+ <!-- 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>
+ <!-- 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) -->
+ <string name="callFailed_noSignal">No signal</string>
+ <!-- In-call screen: call failure reason (GSM ACM limit exceeded) -->
+ <string name="callFailed_limitExceeded">ACM limit exceeded</string>
+ <!-- In-call screen: call failure reason (radio is off) -->
+ <string name="callFailed_powerOff">Radio off</string>
+ <!-- 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">Out of service area</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>
+ <!-- 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>
+ <!-- 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>
+ <!-- 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>
+ <!-- In-call screen: call failure reason (Dialed number doesn't exist) -->
+ <string name="callFailed_unobtainable_number">Invalid number</string>
+ <!-- In-call screen: status label for a conference call -->
+ <string name="confCall">Conference call</string>
+ <!-- In-call screen: call lost dialog text -->
+ <string name="call_lost">Call has been lost.</string>
+
+ <!-- Positive button label ("OK") used in several dialogs in the phone UI [CHAR LIMIT=10] -->
+ <string name="ok">OK</string>
+
+ <!-- MMI dialog strings -->
+ <!-- Dialog label when an MMI code starts running -->
+
<!-- "Audio mode" popup menu: Item label to select the speakerphone [CHAR LIMIT=25] -->
<string name="audio_mode_speaker">Speaker</string>
<!-- "Audio mode" popup menu: Item label to select the handset earpiece [CHAR LIMIT=25] -->