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. --> |
| 33 | <resources> |
| 34 | <!-- Call substate label --> |
Garik Badalyan | d47747e | 2016-05-05 17:30:55 -0700 | [diff] [blame] | 35 | <string name="call_substate_label"> Call substate - \u000a</string> |
Garik Badalyan | 6d4d9dd | 2016-04-13 15:09:11 -0700 | [diff] [blame] | 36 | <!-- Call substate label for call resumed --> |
| 37 | <string name="call_substate_call_resumed">Resumed \u000a</string> |
| 38 | <!-- Call substate label for call connected suspended (audio) --> |
| 39 | <string name="call_substate_connected_suspended_audio">Connected Suspended (Audio) \u000a</string> |
| 40 | <!-- Call substate label for call connected suspended (video) --> |
| 41 | <string name="call_substate_connected_suspended_video">Connected Suspended (Video) \u000a</string> |
| 42 | <!-- Call substate label for avp retry --> |
| 43 | <string name="call_substate_avp_retry">Avp Retry \u000a</string> |
| 44 | |
| 45 | <!-- Video quality changed message --> |
Garik Badalyan | d47747e | 2016-05-05 17:30:55 -0700 | [diff] [blame] | 46 | <string name="video_quality_changed"> Video quality changed to \u0020</string> |
Garik Badalyan | 6d4d9dd | 2016-04-13 15:09:11 -0700 | [diff] [blame] | 47 | <!-- Video quality High --> |
| 48 | <string name="video_quality_high">High</string> |
| 49 | <!-- Video quality Medium --> |
| 50 | <string name="video_quality_medium">Medium</string> |
| 51 | <!-- Video quality Low --> |
| 52 | <string name="video_quality_low">Low</string> |
| 53 | <!-- Video quality Unknown --> |
| 54 | <string name="video_quality_unknown">Unknown</string> |
| 55 | |
| 56 | <!-- Message indicating that Video Started flowing for IMS-VT calls --> |
| 57 | <string name="player_started">Player Started</string> |
| 58 | <!-- Message indicating that Video Stopped flowing for IMS-VT calls --> |
| 59 | <string name="player_stopped">Player Stopped</string> |
| 60 | <!-- Message indicating that camera failure has occurred for the selected camera and |
| 61 | as result camera is not ready --> |
| 62 | <string name="camera_not_ready">Camera not ready</string> |
| 63 | <!-- Message indicating that camera is ready/available --> |
| 64 | <string name="camera_ready">Camera ready</string> |
| 65 | <!-- Message indicating unknown call session event --> |
| 66 | <string name="unknown_call_session_event">"Unkown call session event"</string> |
| 67 | |
| 68 | <!-- Message indicating data usage --> |
| 69 | <string name="data_usage_label">"Data usage : "</string> |
| 70 | |
| 71 | <!-- In-call screen: Modify Call Options for IMS call --> |
| 72 | <string name="modify_call_option_title" translatable="false">Which type of call?</string> |
| 73 | <string name="modify_call_option_vt" translatable="false">Video bidirectional</string> |
| 74 | <string name="modify_call_option_vt_tx" translatable="false">Video Transmit</string> |
| 75 | <string name="modify_call_option_vt_rx" translatable="false">Video Receive</string> |
| 76 | <string name="modify_call_option_voice" translatable="false">Voice Only</string> |
Suresh Kumar Sugguna | af33101 | 2016-05-09 14:46:43 +0530 | [diff] [blame^] | 77 | |
| 78 | <!-- Description of the call transfer related strings [CHAR LIMIT=NONE] --> |
| 79 | <string name="qti_ims_transfer_num_error">Number not set. Provide the number via IMS settings and retry.</string> |
| 80 | <string name="qti_ims_transfer_request_error">Call Transfer request had failed.</string> |
| 81 | <string name="qti_ims_transfer_request_success">Call Transfer request is successful.</string> |
| 82 | <!-- Text for the onscreen "blind transfer" button --> |
| 83 | <string name="qti_ims_onscreenBlindTransfer">Blind Transfer</string> |
| 84 | <!-- Text for the onscreen "assured transfer" button --> |
| 85 | <string name="qti_ims_onscreenAssuredTransfer">Assured Transfer</string> |
| 86 | <!-- Text for the onscreen "consultative transfer" button --> |
| 87 | <string name="qti_ims_onscreenConsultativeTransfer">Consultative Transfer</string> |
Garik Badalyan | 6d4d9dd | 2016-04-13 15:09:11 -0700 | [diff] [blame] | 88 | </resources> |