Bill Yi | 9b72c2e | 2021-03-26 04:18:32 +0000 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Lorenzo Colitti | cd2bf49 | 2021-03-19 17:04:08 +0900 | [diff] [blame] | 3 | ~ Copyright (C) 2021 The Android Open Source Project |
| 4 | ~ |
| 5 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | ~ you may not use this file except in compliance with the License. |
| 7 | ~ You may obtain a copy of the License at |
| 8 | ~ |
| 9 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | ~ |
| 11 | ~ Unless required by applicable law or agreed to in writing, software |
| 12 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | ~ See the License for the specific language governing permissions and |
| 15 | ~ limitations under the License. |
Bill Yi | 9b72c2e | 2021-03-26 04:18:32 +0000 | [diff] [blame^] | 16 | --> |
| 17 | |
| 18 | <resources xmlns:android="http://schemas.android.com/apk/res/android" |
| 19 | xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| 20 | <string name="connectivityResourcesAppLabel" msgid="8294935652079168395">"സിസ്റ്റം കണക്റ്റിവിറ്റി ഉറവിടങ്ങൾ"</string> |
| 21 | <string name="wifi_available_sign_in" msgid="5254156478006453593">"വൈഫൈ നെറ്റ്വർക്കിലേക്ക് സൈൻ ഇൻ ചെയ്യുക"</string> |
| 22 | <string name="network_available_sign_in" msgid="7794369329839408792">"നെറ്റ്വർക്കിലേക്ക് സൈൻ ഇൻ ചെയ്യുക"</string> |
| 23 | <!-- no translation found for network_available_sign_in_detailed (3643910593681893097) --> |
| 24 | <skip /> |
| 25 | <string name="wifi_no_internet" msgid="3961697321010262514">"<xliff:g id="NETWORK_SSID">%1$s</xliff:g> എന്നതിന് ഇന്റർനെറ്റ് ആക്സസ് ഇല്ല"</string> |
| 26 | <string name="wifi_no_internet_detailed" msgid="1229067002306296104">"ഓപ്ഷനുകൾക്ക് ടാപ്പുചെയ്യുക"</string> |
| 27 | <string name="mobile_no_internet" msgid="2262524005014119639">"മൊബെെൽ നെറ്റ്വർക്കിന് ഇന്റർനെറ്റ് ആക്സസ് ഇല്ല"</string> |
| 28 | <string name="other_networks_no_internet" msgid="8226004998719563755">"നെറ്റ്വർക്കിന് ഇന്റർനെറ്റ് ആക്സസ് ഇല്ല"</string> |
| 29 | <string name="private_dns_broken_detailed" msgid="3537567373166991809">"സ്വകാര്യ DNS സെർവർ ആക്സസ് ചെയ്യാനാവില്ല"</string> |
| 30 | <string name="network_partial_connectivity" msgid="5957065286265771273">"<xliff:g id="NETWORK_SSID">%1$s</xliff:g> എന്നതിന് പരിമിതമായ കണക്റ്റിവിറ്റി ഉണ്ട്"</string> |
| 31 | <string name="network_partial_connectivity_detailed" msgid="6975752539442533034">"ഏതുവിധേനയും കണക്റ്റ് ചെയ്യാൻ ടാപ്പ് ചെയ്യുക"</string> |
| 32 | <string name="network_switch_metered" msgid="2814798852883117872">"<xliff:g id="NETWORK_TYPE">%1$s</xliff:g> എന്നതിലേക്ക് മാറി"</string> |
| 33 | <string name="network_switch_metered_detail" msgid="605546931076348229">"<xliff:g id="PREVIOUS_NETWORK">%2$s</xliff:g>-ന് ഇന്റർനെറ്റ് ആക്സസ് ഇല്ലാത്തപ്പോൾ ഉപകരണം <xliff:g id="NEW_NETWORK">%1$s</xliff:g> ഉപയോഗിക്കുന്നു. നിരക്കുകൾ ബാധകമായേക്കാം."</string> |
| 34 | <string name="network_switch_metered_toast" msgid="8831325515040986641">"<xliff:g id="PREVIOUS_NETWORK">%1$s</xliff:g> നെറ്റ്വർക്കിൽ നിന്ന് <xliff:g id="NEW_NETWORK">%2$s</xliff:g> നെറ്റ്വർക്കിലേക്ക് മാറി"</string> |
Lorenzo Colitti | cd2bf49 | 2021-03-19 17:04:08 +0900 | [diff] [blame] | 35 | <string-array name="network_switch_type_name"> |
Bill Yi | 9b72c2e | 2021-03-26 04:18:32 +0000 | [diff] [blame^] | 36 | <item msgid="5454013645032700715">"മൊബൈൽ ഡാറ്റ"</item> |
| 37 | <item msgid="6341719431034774569">"വൈഫൈ"</item> |
| 38 | <item msgid="5081440868800877512">"Bluetooth"</item> |
| 39 | <item msgid="1160736166977503463">"ഇതർനെറ്റ്"</item> |
| 40 | <item msgid="7347618872551558605">"VPN"</item> |
Lorenzo Colitti | cd2bf49 | 2021-03-19 17:04:08 +0900 | [diff] [blame] | 41 | </string-array> |
Bill Yi | 9b72c2e | 2021-03-26 04:18:32 +0000 | [diff] [blame^] | 42 | <string name="network_switch_type_name_unknown" msgid="7826330274368951740">"അജ്ഞാതമായ നെറ്റ്വർക്ക് തരം"</string> |
Lorenzo Colitti | cd2bf49 | 2021-03-19 17:04:08 +0900 | [diff] [blame] | 43 | </resources> |