blob: 533f5fbf1d1dbf4c47a18b4f12207f4505feeacb [file] [log] [blame]
Garik Badalyan6d4d9dd2016-04-13 15:09:11 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 ~ Copyright (c) 2015, 2016 The Linux Foundation. All rights reserved.
4 ~
5 ~ Redistribution and use in source and binary forms, with or without
6 ~ modification, are permitted provided that the following conditions are
7 ~ met:
8 ~ Redistributions of source code must retain the above copyright
9 ~ notice, this list of conditions and the following disclaimer.
10 ~ Redistributions in binary form must reproduce the above
11 ~ copyright notice, this list of conditions and the following
12 ~ disclaimer in the documentation and/or other materials provided
13 ~ with the distribution.
14 ~ Neither the name of The Linux Foundation nor the names of its
15 ~ contributors may be used to endorse or promote products derived
16 ~ from this software without specific prior written permission.
17 ~
18 ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
19 ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
20 ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
21 ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
22 ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23 ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24 ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
25 ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
26 ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
27 ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
28 ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 ~
30 -->
31
32<!-- The xml contains Qti specific resource strings neede for any value added features. -->
33<resources>
Li Weid6525472016-05-10 18:15:30 +080034 <!-- Dtermine whether emergency calls should be marked. -->
35 <bool name="mark_emergency_call">true</bool>
Garik Badalyan6d4d9dd2016-04-13 15:09:11 -070036 <!-- Call substate label -->
Garik Badalyand47747e2016-05-05 17:30:55 -070037 <string name="call_substate_label"> Call substate - \u000a</string>
Garik Badalyan6d4d9dd2016-04-13 15:09:11 -070038 <!-- Call substate label for call resumed -->
39 <string name="call_substate_call_resumed">Resumed \u000a</string>
40 <!-- Call substate label for call connected suspended (audio) -->
41 <string name="call_substate_connected_suspended_audio">Connected Suspended (Audio) \u000a</string>
42 <!-- Call substate label for call connected suspended (video) -->
43 <string name="call_substate_connected_suspended_video">Connected Suspended (Video) \u000a</string>
44 <!-- Call substate label for avp retry -->
45 <string name="call_substate_avp_retry">Avp Retry \u000a</string>
46
47 <!-- Video quality changed message -->
Garik Badalyand47747e2016-05-05 17:30:55 -070048 <string name="video_quality_changed"> Video quality changed to \u0020</string>
Garik Badalyan6d4d9dd2016-04-13 15:09:11 -070049 <!-- Video quality High -->
50 <string name="video_quality_high">High</string>
51 <!-- Video quality Medium -->
52 <string name="video_quality_medium">Medium</string>
53 <!-- Video quality Low -->
54 <string name="video_quality_low">Low</string>
55 <!-- Video quality Unknown -->
56 <string name="video_quality_unknown">Unknown</string>
57
58 <!-- Message indicating that Video Started flowing for IMS-VT calls -->
59 <string name="player_started">Player Started</string>
60 <!-- Message indicating that Video Stopped flowing for IMS-VT calls -->
61 <string name="player_stopped">Player Stopped</string>
62 <!-- Message indicating that camera failure has occurred for the selected camera and
63 as result camera is not ready -->
64 <string name="camera_not_ready">Camera not ready</string>
65 <!-- Message indicating that camera is ready/available -->
66 <string name="camera_ready">Camera ready</string>
67 <!-- Message indicating unknown call session event -->
68 <string name="unknown_call_session_event">"Unkown call session event"</string>
69
70 <!-- Message indicating data usage -->
71 <string name="data_usage_label">"Data usage : "</string>
72
73 <!-- In-call screen: Modify Call Options for IMS call -->
74 <string name="modify_call_option_title" translatable="false">Which type of call?</string>
75 <string name="modify_call_option_vt" translatable="false">Video bidirectional</string>
76 <string name="modify_call_option_vt_tx" translatable="false">Video Transmit</string>
77 <string name="modify_call_option_vt_rx" translatable="false">Video Receive</string>
78 <string name="modify_call_option_voice" translatable="false">Voice Only</string>
Suresh Kumar Suggunaaf331012016-05-09 14:46:43 +053079
80 <!-- Description of the call transfer related strings [CHAR LIMIT=NONE] -->
81 <string name="qti_ims_transfer_num_error">Number not set. Provide the number via IMS settings and retry.</string>
82 <string name="qti_ims_transfer_request_error">Call Transfer request had failed.</string>
83 <string name="qti_ims_transfer_request_success">Call Transfer request is successful.</string>
84 <!-- Text for the onscreen "blind transfer" button -->
85 <string name="qti_ims_onscreenBlindTransfer">Blind Transfer</string>
86 <!-- Text for the onscreen "assured transfer" button -->
87 <string name="qti_ims_onscreenAssuredTransfer">Assured Transfer</string>
88 <!-- Text for the onscreen "consultative transfer" button -->
89 <string name="qti_ims_onscreenConsultativeTransfer">Consultative Transfer</string>
Suresh Kumar Suggunace28b802016-05-04 19:00:12 +053090
91 <!-- Description of the deflect target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
92 <string name="qti_description_target_deflect">Deflect</string>
93 <string name="qti_description_deflect_error">Number not set. Provide the number via IMS settings and retry.</string>
94 <string name="qti_description_deflect_service_error">Call Deflection service is not supported.</string>
Benergy Meenan Ravurifb556e62016-06-06 17:58:17 +053095 <!-- Message indicating call failed due to handover not feasible -->
96 <string name="call_failed_ho_not_feasible">Call was ended as LTE to 3G/2G handover was not feasible.</string>
Suchand Ghoshd0d53cd2014-09-15 10:44:02 +053097
98 <!-- Text for the onscreen "Add Participant" button -->
99 <string name="onscreenAddParticipant">Add Participant</string>
Ravi Paluribebe9102015-09-01 15:34:09 +0530100
101 <!-- Title of the IMS to CS redial dialog -->
102 <string name="cs_redial_option">Redial Option</string>
103 <!-- Message text of the IMS to CS redial dialog -->
104 <string name="cs_redial_msg">Unable to make an IMS Video call, try to dial as non-IMS voice call
105?</string>
106 <!-- Yes option of the IMS to CS redial dialog -->
107 <string name="cs_redial_yes">Yes</string>
108 <!-- No option of the IMS to CS redial dialog -->
109 <string name="cs_redial_no">No</string>
Garik Badalyan6d4d9dd2016-04-13 15:09:11 -0700110</resources>