Garik Badalyan | 6d4d9dd | 2016-04-13 15:09:11 -0700 | [diff] [blame] | 1 | <?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 Ravuri | 50249f4 | 2016-06-24 19:19:44 +0530 | [diff] [blame] | 33 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
Li Wei | d652547 | 2016-05-10 18:15:30 +0800 | [diff] [blame] | 34 | <!-- Dtermine whether emergency calls should be marked. --> |
| 35 | <bool name="mark_emergency_call">true</bool> |
Garik Badalyan | 6d4d9dd | 2016-04-13 15:09:11 -0700 | [diff] [blame] | 36 | <!-- Call substate label --> |
Garik Badalyan | d47747e | 2016-05-05 17:30:55 -0700 | [diff] [blame] | 37 | <string name="call_substate_label"> Call substate - \u000a</string> |
Garik Badalyan | 6d4d9dd | 2016-04-13 15:09:11 -0700 | [diff] [blame] | 38 | <!-- 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 Badalyan | d47747e | 2016-05-05 17:30:55 -0700 | [diff] [blame] | 48 | <string name="video_quality_changed"> Video quality changed to \u0020</string> |
Garik Badalyan | 6d4d9dd | 2016-04-13 15:09:11 -0700 | [diff] [blame] | 49 | <!-- 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 Paluri | 3384c58 | 2016-05-16 11:35:06 +0530 | [diff] [blame] | 71 | <string name="wlan_data_usage_label">"Wlan Data usage : "</string> |
| 72 | <string name="lte_data_usage_label">"Lte Data usage : "</string> |
Garik Badalyan | 6d4d9dd | 2016-04-13 15:09:11 -0700 | [diff] [blame] | 73 | |
| 74 | <!-- In-call screen: Modify Call Options for IMS call --> |
Li Wei | d4f577c | 2016-08-29 11:02:33 +0800 | [diff] [blame] | 75 | <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 Sugguna | af33101 | 2016-05-09 14:46:43 +0530 | [diff] [blame] | 80 | |
Suresh Koleti | 82b0b22 | 2016-06-21 19:50:14 +0530 | [diff] [blame] | 81 | <!-- Modify call error cause --> |
| 82 | <string name="modify_call_failed_due_to_low_battery">Modify call failed due to low battery.</string> |
| 83 | |
Ravi Paluri | 76ed8c3 | 2016-11-08 15:28:46 +0530 | [diff] [blame] | 84 | <string name="qti_ims_hideMeText_unselected">Hide Me</string> |
| 85 | <string name="qti_ims_hideMeText_selected">Show Me</string> |
| 86 | <string name="qti_ims_defaultImage_fallback">Using default image</string> |
| 87 | |
Suresh Kumar Sugguna | af33101 | 2016-05-09 14:46:43 +0530 | [diff] [blame] | 88 | <!-- Description of the call transfer related strings [CHAR LIMIT=NONE] --> |
| 89 | <string name="qti_ims_transfer_num_error">Number not set. Provide the number via IMS settings and retry.</string> |
| 90 | <string name="qti_ims_transfer_request_error">Call Transfer request had failed.</string> |
| 91 | <string name="qti_ims_transfer_request_success">Call Transfer request is successful.</string> |
| 92 | <!-- Text for the onscreen "blind transfer" button --> |
| 93 | <string name="qti_ims_onscreenBlindTransfer">Blind Transfer</string> |
| 94 | <!-- Text for the onscreen "assured transfer" button --> |
| 95 | <string name="qti_ims_onscreenAssuredTransfer">Assured Transfer</string> |
| 96 | <!-- Text for the onscreen "consultative transfer" button --> |
| 97 | <string name="qti_ims_onscreenConsultativeTransfer">Consultative Transfer</string> |
Andalam Parthasarathi | 5d423e5 | 2016-07-07 12:06:02 +0530 | [diff] [blame] | 98 | <string name="qti_call_transfer_title">Call Transfer</string> |
Suresh Kumar Sugguna | ce28b80 | 2016-05-04 19:00:12 +0530 | [diff] [blame] | 99 | |
Garik Badalyan | 06ab3b1 | 2015-08-11 15:13:24 -0700 | [diff] [blame] | 100 | <!-- Message indicating video calls not allowed if user enabled TTY Mode --> |
| 101 | <string name="video_call_not_allowed_if_tty_enabled">Please disable TTY Mode to upgrade to video calls.</string> |
| 102 | |
Suresh Kumar Sugguna | ce28b80 | 2016-05-04 19:00:12 +0530 | [diff] [blame] | 103 | <!-- Description of the deflect target in the Slide unlock screen. [CHAR LIMIT=NONE] --> |
| 104 | <string name="qti_description_target_deflect">Deflect</string> |
| 105 | <string name="qti_description_deflect_error">Number not set. Provide the number via IMS settings and retry.</string> |
| 106 | <string name="qti_description_deflect_service_error">Call Deflection service is not supported.</string> |
Andalam Parthasarathi | 5d423e5 | 2016-07-07 12:06:02 +0530 | [diff] [blame] | 107 | <string name="qti_deflect_title">Deflect Number</string> |
Benergy Meenan Ravuri | fb556e6 | 2016-06-06 17:58:17 +0530 | [diff] [blame] | 108 | <!-- Message indicating call failed due to handover not feasible --> |
| 109 | <string name="call_failed_ho_not_feasible">Call was ended as LTE to 3G/2G handover was not feasible.</string> |
Suchand Ghosh | d0d53cd | 2014-09-15 10:44:02 +0530 | [diff] [blame] | 110 | <!-- Text for the onscreen "Add Participant" button --> |
| 111 | <string name="onscreenAddParticipant">Add Participant</string> |
Ravi Paluri | bebe910 | 2015-09-01 15:34:09 +0530 | [diff] [blame] | 112 | |
| 113 | <!-- Title of the IMS to CS redial dialog --> |
| 114 | <string name="cs_redial_option">Redial Option</string> |
| 115 | <!-- Message text of the IMS to CS redial dialog --> |
| 116 | <string name="cs_redial_msg">Unable to make an IMS Video call, try to dial as non-IMS voice call |
| 117 | ?</string> |
| 118 | <!-- Yes option of the IMS to CS redial dialog --> |
| 119 | <string name="cs_redial_yes">Yes</string> |
| 120 | <!-- No option of the IMS to CS redial dialog --> |
| 121 | <string name="cs_redial_no">No</string> |
Nivedita Sarkar | 8019384 | 2015-07-15 18:35:42 -0700 | [diff] [blame] | 122 | <!-- Session modify cause unspecified --> |
| 123 | <string name="session_modify_cause_unspecified"></string> |
| 124 | <!-- Session modify cause code upgrade local request --> |
| 125 | <string name="session_modify_cause_upgrade_local_request">Call upgraded on user request</string> |
| 126 | <!-- Session modify cause code upgrade remote request --> |
| 127 | <string name="session_modify_cause_upgrade_remote_request">Call upgraded on remote user request</string> |
| 128 | <!-- Session modify cause code downgrade local request --> |
| 129 | <string name="session_modify_cause_downgrade_local_request">Call downgraded on user request</string> |
| 130 | <!-- Session modify cause code downgrade remote request --> |
| 131 | <string name="session_modify_cause_downgrade_remote_request">Call downgraded on remote user request</string> |
| 132 | <!-- Session modify cause code downgrade rtp timeout --> |
| 133 | <string name="session_modify_cause_downgrade_rtp_timeout">Call downgraded due to RTP timeout</string> |
| 134 | <!-- Session modify cause code downgrade qos --> |
| 135 | <string name="session_modify_cause_downgrade_qos">Call downgraded due to quality of service</string> |
| 136 | <!-- Session modify cause code downgrade packet loss --> |
| 137 | <string name="session_modify_cause_downgrade_packet_loss">Call downgraded due to packet loss</string> |
| 138 | <!-- Session modify cause code downgrade low thrput --> |
| 139 | <string name="session_modify_cause_downgrade_low_thrput">Call downgraded due to low throughput</string> |
| 140 | <!-- Session modify cause code downgrade thermal mitigation --> |
| 141 | <string name="session_modify_cause_downgrade_thermal_mitigation">Call downgraded due to thermal mitigation</string> |
| 142 | <!-- Session modify cause code downgrade lipsync --> |
| 143 | <string name="session_modify_cause_downgrade_lipsync">Call downgraded due to lipsync</string> |
| 144 | <!-- Session modify cause code downgrade generic error --> |
| 145 | <string name="session_modify_cause_downgrade_generic_error">Call downgraded due to generic error</string> |
Benergy Meenan Ravuri | 50249f4 | 2016-06-24 19:19:44 +0530 | [diff] [blame] | 146 | |
| 147 | <!-- In-call screen: status label for an incoming conference call [CHAR LIMIT=25] --> |
| 148 | <string name="card_title_incoming_conf_call">Incoming conference call</string> |
| 149 | <!-- In-call screen: status label for an incoming video conference call [CHAR LIMIT=25] --> |
| 150 | <string name="card_title_incoming_video_conf_call">Incoming video conference</string> |
| 151 | <!-- The "label" of the in-call Notification for an incoming conference ringing call. [CHAR LIMIT=60] --> |
| 152 | <string name="notification_incoming_conf_call">Incoming conference call</string> |
| 153 | <!-- Title displayed in the overlay for incoming conference calls which include the name of the provider. |
| 154 | [CHAR LIMIT=40] --> |
| 155 | <string name="incoming_conf_via_template">Incoming conference via <xliff:g id="provider_name">%s</xliff:g></string> |
Suresh Koleti | 82b0b22 | 2016-06-21 19:50:14 +0530 | [diff] [blame] | 156 | |
| 157 | <!-- Message indicating call failed due to low battery --> |
| 158 | <string name="call_failed_due_to_low_battery">Call is failed due to low battery</string> |
Suresh Koleti | 74d03c6 | 2016-04-04 19:29:46 +0530 | [diff] [blame] | 159 | |
| 160 | <!-- VoWifi call quality indicators --> |
| 161 | <string name="vowifi_call_quality_good">Good Voice quality</string> |
| 162 | <string name="vowifi_call_quality_fair">Fair Voice quality</string> |
| 163 | <string name="vowifi_call_quality_poor">Poor Voice quality</string> |
| 164 | |
Ravi Paluri | 21f3551 | 2016-04-29 12:05:20 +0530 | [diff] [blame] | 165 | <!-- Title for low battery alert dialogue --> |
| 166 | <string name="low_battery">Low Battery Warning</string> |
| 167 | <!-- Yes option of the low battery alert dialog --> |
| 168 | <string name="low_battery_yes">Yes</string> |
| 169 | <!-- No option of the low battery alert dialog for active video calls --> |
| 170 | <string name="low_battery_no">No</string> |
| 171 | <!-- Message text of the low battery alert dialog in cases video call doesn't have downgrade capabilities --> |
| 172 | <string name="low_battery_hangup_msg">Do you want to hangup the call?</string> |
| 173 | <!-- Message text of the low battery alert dialog for MO/MT video calls --> |
| 174 | <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> |
| 175 | <!-- No option of the low battery alert dialog for MO/MT Video calls --> |
| 176 | <string name="low_battery_convert">Convert</string> |
Fang Yunong | fde20da | 2016-08-22 10:52:24 +0800 | [diff] [blame] | 177 | <!-- International prefix source--> |
| 178 | <string-array name="international_idp" translatable="false"> |
| 179 | <item>+33</item> |
| 180 | </string-array> |
| 181 | |
| 182 | <!-- International prefix converted value--> |
| 183 | <string-array name="international_idp_values" translatable="false"> |
| 184 | <item>"0033"</item> |
| 185 | </string-array> |
Fang Yunong | f5ad429 | 2015-11-27 10:34:26 +0800 | [diff] [blame] | 186 | <string name="video_call_downgrade_without_lte_toast">Move out of LTE coverage area downgrade the call.</string> |
| 187 | <string name="video_call">Video Calling</string> |
| 188 | <string name="video_call_cannot_upgrade">cannot accept video calls at this time</string> |
Nivedita Sarkar | fdc1bef | 2016-09-07 00:30:37 -0700 | [diff] [blame] | 189 | |
| 190 | <!-- Pop up menu options for picture mode --> |
| 191 | <string name="video_call_picture_mode_menu_title">Choose Picture Mode</string> |
| 192 | <string name="video_call_picture_mode_preview_video">Camera Preview</string> |
| 193 | <string name="video_call_picture_mode_incoming_video">Incoming Video</string> |
| 194 | <string name="video_call_picture_mode_cancel_option">Cancel</string> |
| 195 | <string name="video_call_picture_mode_save_option">Save</string> |
Garik Badalyan | 6d4d9dd | 2016-04-13 15:09:11 -0700 | [diff] [blame] | 196 | </resources> |