1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2019 The Android Open Source Project 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15--> 16 17<resources xmlns:android="http://schemas.android.com/apk/res/android" 18 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 19 20 <!-- Show additional language on/off switch in settings --> 21 <!-- Preference title for enable CMAS second language checkbox. [CHAR LIMIT=50] --> 22 <string name="receive_cmas_in_second_language_title">Spanish</string> 23 <!-- Preference summary for enable CMAS second language checkbox. [CHAR LIMIT=100] --> 24 <string name="receive_cmas_in_second_language_summary">Receive emergency alerts in Spanish when possible</string> 25 <!-- Delete alert confirmation dialog message. [CHAR LIMIT=NONE] --> 26 <string name="confirm_delete_broadcast">Delete this alert?</string> 27 <!-- Delete all alerts confirmation dialog message. [CHAR LIMIT=NONE] --> 28 <string name="confirm_delete_all_broadcasts">Delete all received alerts?</string> 29 <!-- Context menu item to delete a previously received alert. [CHAR LIMIT=30] --> 30 <string name="menu_delete">Delete alert</string> 31 <!-- Menu item for deleting all alerts. [CHAR LIMIT=30] --> 32 <string name="menu_delete_all">Delete alerts</string> 33 <!-- Preference title for required monthly alerts checkbox. [CHAR LIMIT=50] --> 34 <!-- U.S. carriers want to show separate toggles for required month test, operator defined and exercise rather than a combined "Other test" toggle --> 35 <string name="enable_cmas_test_alerts_title">@string/cmas_required_monthly_test</string> 36 <!-- Preference summary for other test alerts checkbox. [CHAR LIMIT=125] --> 37 <string name="enable_cmas_test_alerts_summary">Receive required monthly tests from the safety alert system</string> 38 <!-- Show checkbox for National alerts in settings --> 39 <!-- Preference title for enable National threat alerts checkbox. [CHAR LIMIT=40] --> 40 <string name="cmas_presidential_level_alert">National alert</string> 41 <!-- Show CMAS opt-out dialog on first non-national alert. [CHAR LIMIT=100] --> 42 <string name="show_cmas_opt_out_summary">Show an opt-out dialog after displaying the first alert (other than National alert).</string> 43 <!-- Show checkbox for National alerts in settings --> 44 <!-- Preference title for enable National threat alerts checkbox. [CHAR LIMIT=40] --> 45 <string name="enable_cmas_presidential_alerts_title">National alerts</string> 46 <!-- Preference summary for enable national threat alerts checkbox. [CHAR LIMIT=100] --> 47 <string name="enable_cmas_presidential_alerts_summary">National warning messages. Can\'t be turned off.</string> 48</resources> 49