blob: 58fa8ddc8b7d3aa0ea0ff0e13f52b3c2c9973968 [file] [log] [blame]
Bharath80ba1872021-08-21 11:53:57 +05301<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (c) 2015, 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<resources>
32 <string-array name="preferred_network_mode_choices" translatable="false">
33 <item>@string/preferred_network_mode_td_scdma_lte_gsm_wcdma_cdma_evdo_choice </item>
34 <item>@string/preferred_network_mode_td_scdma_gsm_wcdma_cdma_evdo_choice</item>
35 <item>@string/preferred_network_mode_td_scdma_gsm_wcdma_lte_choice</item>
36 <item>@string/preferred_network_mode_td_scdma_wcdma_lte_choice</item>
37 <item>@string/preferred_network_mode_td_scdma_gsm_wcdma_choice</item>
38 <item>@string/preferred_network_mode_td_scdma_gsm_lte_choice</item>
39 <item>@string/preferred_network_mode_td_scdma_gsm_choice</item>
40 <item>@string/preferred_network_mode_td_scdma_lte_choice</item>
41 <item>@string/preferred_network_mode_td_scdma_wcdma_choice</item>
42 <item>@string/preferred_network_mode_td_scdma_only_choice</item>
43 <item>@string/preferred_network_mode_lte_wcdma_choice</item>
44 <item>@string/preferred_network_mode_lte_choice</item>
45 <item>@string/preferred_network_mode_global_choice</item>
46 <item>@string/preferred_network_mode_gsm_wcdma_lte_choice</item>
47 <item>@string/preferred_network_mode_cdma_lte_evdo_choice</item>
48 <item>@string/preferred_network_mode_cdma_evdo_gsm_wcdma_choice</item>
49 <item>@string/preferred_network_mode_evdo_only_choice</item>
50 <item>@string/preferred_network_mode_cdma_wo_evdo_choice</item>
51 <item>@string/preferred_network_mode_cdma_evdo_auto_choice</item>
52 <item>@string/preferred_network_mode_gsm_wcdma_auto_choice</item>
53 <item>@string/preferred_network_mode_wcdma_only_choice</item>
54 <item>@string/preferred_network_mode_gsm_only_choice</item>
55 <item>@string/preferred_network_mode_gsm_wcdma_preferred_choice</item>
56 </string-array>
57 <string name="preferred_network_mode_td_scdma_only_choice">"TD-SCDMA मात्र"</string>
58 <string name="preferred_network_mode_lte_wcdma_choice">"LTE/WCDMA"</string>
59 <string name="preferred_network_mode_lte_choice">"LTE"</string>
60 <string name="preferred_network_mode_global_choice">"विश्वव्यापी"</string>
61 <string name="preferred_network_mode_gsm_wcdma_lte_choice">"GSM/WCDMA/LTE"</string>
62 <string name="preferred_network_mode_cdma_lte_evdo_choice">"CDMA + LTE/EvDo"</string>
63 <string name="preferred_network_mode_cdma_evdo_gsm_wcdma_choice">"CDMA/EvDo/GSM/WCDMA"</string>
64 <string name="preferred_network_mode_evdo_only_choice">"केवल EvDo"</string>
65 <string name="preferred_network_mode_cdma_wo_evdo_choice">"CDMA w/o EvDo"</string>
66 <string name="preferred_network_mode_cdma_evdo_auto_choice">"CDMA/EvDo अटो"</string>
67 <string name="preferred_network_mode_gsm_wcdma_auto_choice">"GSM/WCDMA स्वचालित"</string>
68 <string name="preferred_network_mode_wcdma_only_choice">"WCDMA मात्र"</string>
69 <string name="preferred_network_mode_gsm_only_choice">"GSM मात्र"</string>
70 <string name="preferred_network_mode_gsm_wcdma_preferred_choice">"GSM/WCDMA रुचाइएका"</string>
71</resources>