1<?xml version="1.0" encoding="UTF-8"?> 2<!-- Copyright (C) 2023 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 <!-- CMAS dialog title for presidential level alert. [CHAR LIMIT=50] --> 20 <string name="cmas_presidential_level_alert" translatable="false">HR-ALERT</string> 21 <!-- CMAS dialog title for extreme alert. [CHAR LIMIT=50] --> 22 <string name="cmas_extreme_alert">@string/cmas_presidential_level_alert</string> 23 <!-- CMAS dialog title for severe alert. [CHAR LIMIT=50] --> 24 <string name="cmas_severe_alert">@string/cmas_presidential_level_alert</string> 25 <!-- CMAS dialog title for child abduction emergency (Amber Alert). [CHAR LIMIT=50] --> 26 <string name="cmas_amber_alert" translatable="false">HR-AMBER</string> 27 <!-- CMAS dialog title for required monthly test. [CHAR LIMIT=50] --> 28 <string name="cmas_required_monthly_test" translatable="false">Cell Broadcast Test</string> 29 <!-- CMAS dialog title for CMAS Exercise. [CHAR LIMIT=50] --> 30 <string name="cmas_exercise_alert">@string/cmas_presidential_level_alert</string> 31 <!-- Dialog title for all public safety message broadcasts. [CHAR LIMIT=50] --> 32 <string name="public_safety_message">@string/cmas_presidential_level_alert</string> 33 <!-- Dialog title or menu title of emergency alert. [CHAR LIMIT=50] --> 34 <string name="emergency_alert">@string/cmas_presidential_level_alert</string> 35 <!-- Dialog title for all state/local test alerts. [CHAR LIMIT=50] --> 36 <string name="state_local_test_alert">@string/cmas_presidential_level_alert</string> 37 <!-- CMAS dialog title for operator defined use. [CHAR LIMIT=50] --> 38 <string name="cmas_operator_defined_alert" translatable="false">EU Reserved</string> 39 40 <!-- Preference title for enable presidential threat alerts checkbox. [CHAR LIMIT=40] --> 41 <!-- Required Croatia(hr) translation for this message: Hitni alarm --> 42 <string name="enable_cmas_presidential_alerts_title">Emergency Alarm</string> 43 <!-- Preference title for enable CMAS extreme threat alerts checkbox. [CHAR LIMIT=50] --> 44 <!-- Required Croatia(hr) translation for this message: Ekstremna opasnost --> 45 <string name="enable_cmas_extreme_threat_alerts_title">Extreme Danger</string> 46 <!-- Preference title for enable CMAS severe threat alerts checkbox. [CHAR LIMIT=50] --> 47 <!-- Required Croatia(hr) translation for this message: Značajna opasnost --> 48 <string name="enable_cmas_severe_threat_alerts_title">Significant Danger</string> 49 <!-- Preference title for enable CMAS amber alerts checkbox. [CHAR LIMIT=50] --> 50 <!-- Required Croatia(hr) translation for this message: Nestala osoba --> 51 <string name="enable_cmas_amber_alerts_title">Missing person</string> 52 <!-- Preference title for other test alerts checkbox. [CHAR LIMIT=50] --> 53 <!-- Required Croatia(hr) translation for this message: Cell Broadcast Test --> 54 <string name="enable_cmas_test_alerts_title">Cell Broadcast Test</string> 55 <!-- Preference title for exercise test alerts checkbox. [CHAR LIMIT=50] --> 56 <!-- Required Croatia(hr) translation for this message: Vježba na području EU-a --> 57 <string name="enable_exercise_test_alerts_title">EU Exercise</string> 58 <!-- Preference title for enable public safety messages checkbox. [CHAR LIMIT=100] --> 59 <!-- Required Croatia(hr) translation for this message: Informacije o opasnosti --> 60 <string name="enable_public_safety_messages_title">Hazard Information</string> 61 <!-- Preference title for enable emergency alerts messages checkbox. [CHAR LIMIT=100] --> 62 <!-- Required Croatia(hr) translation for this message: Informacije --> 63 <string name="enable_emergency_alerts_message_title">Information</string> 64 <!-- Preference summary for enable emergency alerts messages checkbox. [CHAR LIMIT=100] --> 65 <!-- Required Croatia(hr) translation for this message: Informativne poruke --> 66 <string name="enable_emergency_alerts_message_summary">Information messages</string> 67 <!-- Preference title for enable state/local test alerts checkbox. [CHAR LIMIT=100] --> 68 <!-- Required Croatia(hr) translation for this message: Testno upozorenje --> 69 <string name="enable_state_local_test_alerts_title">Test Warning</string> 70 <!-- Preference title for operator defined test alerts checkbox. [CHAR LIMIT=50] --> 71 <!-- Required Croatia(hr) translation for this message: Ograničeno na EU --> 72 <string name="enable_operator_defined_test_alerts_title">EU Reserved</string> 73</resources> 74