blob: 5876c87f12e1beb9317cdd05ce513c8c763a7a42 [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. -->
Benergy Meenan Ravuri50249f42016-06-24 19:19:44 +053033<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
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 -->
Ravi Paluri3384c582016-05-16 11:35:06 +053071 <string name="wlan_data_usage_label">"Wlan Data usage : "</string>
72 <string name="lte_data_usage_label">"Lte Data usage : "</string>
Garik Badalyan6d4d9dd2016-04-13 15:09:11 -070073
74 <!-- In-call screen: Modify Call Options for IMS call -->
Li Weid4f577c2016-08-29 11:02:33 +080075 <string name="modify_call_option_title">Which type of call?</string>
76 <string name="modify_call_option_vt">Video bidirectional</string>
77 <string name="modify_call_option_vt_tx">Video Transmit</string>
78 <string name="modify_call_option_vt_rx">Video Receive</string>
79 <string name="modify_call_option_voice">Voice Only</string>
Suresh Kumar Suggunaaf331012016-05-09 14:46:43 +053080
Suresh Koleti82b0b222016-06-21 19:50:14 +053081 <!-- Modify call error cause -->
82 <string name="modify_call_failed_due_to_low_battery">Modify call failed due to low battery.</string>
83
Suresh Kumar Suggunaaf331012016-05-09 14:46:43 +053084 <!-- Description of the call transfer related strings [CHAR LIMIT=NONE] -->
85 <string name="qti_ims_transfer_num_error">Number not set. Provide the number via IMS settings and retry.</string>
86 <string name="qti_ims_transfer_request_error">Call Transfer request had failed.</string>
87 <string name="qti_ims_transfer_request_success">Call Transfer request is successful.</string>
88 <!-- Text for the onscreen "blind transfer" button -->
89 <string name="qti_ims_onscreenBlindTransfer">Blind Transfer</string>
90 <!-- Text for the onscreen "assured transfer" button -->
91 <string name="qti_ims_onscreenAssuredTransfer">Assured Transfer</string>
92 <!-- Text for the onscreen "consultative transfer" button -->
93 <string name="qti_ims_onscreenConsultativeTransfer">Consultative Transfer</string>
Andalam Parthasarathi5d423e52016-07-07 12:06:02 +053094 <string name="qti_call_transfer_title">Call Transfer</string>
Suresh Kumar Suggunace28b802016-05-04 19:00:12 +053095
Garik Badalyan06ab3b12015-08-11 15:13:24 -070096 <!-- Message indicating video calls not allowed if user enabled TTY Mode -->
97 <string name="video_call_not_allowed_if_tty_enabled">Please disable TTY Mode to upgrade to video calls.</string>
98
Suresh Kumar Suggunace28b802016-05-04 19:00:12 +053099 <!-- Description of the deflect target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
100 <string name="qti_description_target_deflect">Deflect</string>
101 <string name="qti_description_deflect_error">Number not set. Provide the number via IMS settings and retry.</string>
102 <string name="qti_description_deflect_service_error">Call Deflection service is not supported.</string>
Andalam Parthasarathi5d423e52016-07-07 12:06:02 +0530103 <string name="qti_deflect_title">Deflect Number</string>
Benergy Meenan Ravurifb556e62016-06-06 17:58:17 +0530104 <!-- Message indicating call failed due to handover not feasible -->
105 <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 +0530106 <!-- Text for the onscreen "Add Participant" button -->
107 <string name="onscreenAddParticipant">Add Participant</string>
Ravi Paluribebe9102015-09-01 15:34:09 +0530108
109 <!-- Title of the IMS to CS redial dialog -->
110 <string name="cs_redial_option">Redial Option</string>
111 <!-- Message text of the IMS to CS redial dialog -->
112 <string name="cs_redial_msg">Unable to make an IMS Video call, try to dial as non-IMS voice call
113?</string>
114 <!-- Yes option of the IMS to CS redial dialog -->
115 <string name="cs_redial_yes">Yes</string>
116 <!-- No option of the IMS to CS redial dialog -->
117 <string name="cs_redial_no">No</string>
Nivedita Sarkar80193842015-07-15 18:35:42 -0700118 <!-- Session modify cause unspecified -->
119 <string name="session_modify_cause_unspecified"></string>
120 <!-- Session modify cause code upgrade local request -->
121 <string name="session_modify_cause_upgrade_local_request">Call upgraded on user request</string>
122 <!-- Session modify cause code upgrade remote request -->
123 <string name="session_modify_cause_upgrade_remote_request">Call upgraded on remote user request</string>
124 <!-- Session modify cause code downgrade local request -->
125 <string name="session_modify_cause_downgrade_local_request">Call downgraded on user request</string>
126 <!-- Session modify cause code downgrade remote request -->
127 <string name="session_modify_cause_downgrade_remote_request">Call downgraded on remote user request</string>
128 <!-- Session modify cause code downgrade rtp timeout -->
129 <string name="session_modify_cause_downgrade_rtp_timeout">Call downgraded due to RTP timeout</string>
130 <!-- Session modify cause code downgrade qos -->
131 <string name="session_modify_cause_downgrade_qos">Call downgraded due to quality of service</string>
132 <!-- Session modify cause code downgrade packet loss -->
133 <string name="session_modify_cause_downgrade_packet_loss">Call downgraded due to packet loss</string>
134 <!-- Session modify cause code downgrade low thrput -->
135 <string name="session_modify_cause_downgrade_low_thrput">Call downgraded due to low throughput</string>
136 <!-- Session modify cause code downgrade thermal mitigation -->
137 <string name="session_modify_cause_downgrade_thermal_mitigation">Call downgraded due to thermal mitigation</string>
138 <!-- Session modify cause code downgrade lipsync -->
139 <string name="session_modify_cause_downgrade_lipsync">Call downgraded due to lipsync</string>
140 <!-- Session modify cause code downgrade generic error -->
141 <string name="session_modify_cause_downgrade_generic_error">Call downgraded due to generic error</string>
Benergy Meenan Ravuri50249f42016-06-24 19:19:44 +0530142
143 <!-- In-call screen: status label for an incoming conference call [CHAR LIMIT=25] -->
144 <string name="card_title_incoming_conf_call">Incoming conference call</string>
145 <!-- In-call screen: status label for an incoming video conference call [CHAR LIMIT=25] -->
146 <string name="card_title_incoming_video_conf_call">Incoming video conference</string>
147 <!-- The "label" of the in-call Notification for an incoming conference ringing call. [CHAR LIMIT=60] -->
148 <string name="notification_incoming_conf_call">Incoming conference call</string>
149 <!-- Title displayed in the overlay for incoming conference calls which include the name of the provider.
150 [CHAR LIMIT=40] -->
151 <string name="incoming_conf_via_template">Incoming conference via <xliff:g id="provider_name">%s</xliff:g></string>
Suresh Koleti82b0b222016-06-21 19:50:14 +0530152
153 <!-- Message indicating call failed due to low battery -->
154 <string name="call_failed_due_to_low_battery">Call is failed due to low battery</string>
Suresh Koleti74d03c62016-04-04 19:29:46 +0530155
156 <!-- VoWifi call quality indicators -->
157 <string name="vowifi_call_quality_good">Good Voice quality</string>
158 <string name="vowifi_call_quality_fair">Fair Voice quality</string>
159 <string name="vowifi_call_quality_poor">Poor Voice quality</string>
160
Ravi Paluri21f35512016-04-29 12:05:20 +0530161 <!-- Title for low battery alert dialogue -->
162 <string name="low_battery">Low Battery Warning</string>
163 <!-- Yes option of the low battery alert dialog -->
164 <string name="low_battery_yes">Yes</string>
165 <!-- No option of the low battery alert dialog for active video calls -->
166 <string name="low_battery_no">No</string>
167 <!-- Message text of the low battery alert dialog in cases video call doesn't have downgrade capabilities -->
168 <string name="low_battery_hangup_msg">Do you want to hangup the call?</string>
169 <!-- Message text of the low battery alert dialog for MO/MT video calls -->
170 <string name="low_battery_msg">Your battery level is below 15%. Do you want to continue with the video call or convert it to Voice call</string>
171 <!-- No option of the low battery alert dialog for MO/MT Video calls -->
172 <string name="low_battery_convert">Convert</string>
Fang Yunongfde20da2016-08-22 10:52:24 +0800173 <!-- International prefix source-->
174 <string-array name="international_idp" translatable="false">
175 <item>+33</item>
176 </string-array>
177
178 <!-- International prefix converted value-->
179 <string-array name="international_idp_values" translatable="false">
180 <item>"0033"</item>
181 </string-array>
Fang Yunongf5ad4292015-11-27 10:34:26 +0800182 <string name="video_call_downgrade_without_lte_toast">Move out of LTE coverage area downgrade the call.</string>
183 <string name="video_call">Video Calling</string>
184 <string name="video_call_cannot_upgrade">cannot accept video calls at this time</string>
Nivedita Sarkarfdc1bef2016-09-07 00:30:37 -0700185
186 <!-- Pop up menu options for picture mode -->
187 <string name="video_call_picture_mode_menu_title">Choose Picture Mode</string>
188 <string name="video_call_picture_mode_preview_video">Camera Preview</string>
189 <string name="video_call_picture_mode_incoming_video">Incoming Video</string>
190 <string name="video_call_picture_mode_cancel_option">Cancel</string>
191 <string name="video_call_picture_mode_save_option">Save</string>
Garik Badalyan6d4d9dd2016-04-13 15:09:11 -0700192</resources>