1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2022 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 <!-- Required Germany(de) translation for this message: Notfallalarm --> 21 <string name="cmas_presidential_level_alert">Emergency alert</string> 22 <!-- CMAS dialog title for extreme alert. [CHAR LIMIT=50] --> 23 <!-- Required Germany(de) translation for this message: Extreme Gefahr --> 24 <string name="cmas_extreme_alert">Extreme threat</string> 25 <!-- CMAS dialog title for severe alert. [CHAR LIMIT=50] --> 26 <!-- Required Germany(de) translation for this message: Erhebliche Gefahr --> 27 <string name="cmas_severe_alert">Severe threat</string> 28 <!-- Dialog title for all public safety message broadcasts. [CHAR LIMIT=50] --> 29 <!-- Required Germany(de) translation for this message: Gefahreninformation --> 30 <string name="public_safety_message">Threat information</string> 31 <!-- CMAS dialog title for child abduction emergency (Amber Alert). [CHAR LIMIT=50] --> 32 <!-- Required Germany(de) translation for this message: Suche nach abgängiger Person --> 33 <string name="cmas_amber_alert">Search for missing person</string> 34 <!-- Dialog title for all state/local test alerts. [CHAR LIMIT=50] --> 35 <!-- Required Germany(de) translation for this message: Testwarnung --> 36 <string name="state_local_test_alert">Test alert</string> 37 <!-- CMAS dialog title for CMAS Exercise. [CHAR LIMIT=50] --> 38 <!-- Required Germany(de) translation for this message: Übungsalarm --> 39 <string name="cmas_exercise_alert">Test alarm</string> 40 <!-- CMAS dialog title for required monthly test. [CHAR LIMIT=50] --> 41 <!-- Required Germany(de) translation for this message: Cell Broadcast Test --> 42 <string name="cmas_required_monthly_test">Cell Broadcast Test</string> 43 44 <!-- Preference title for enable CMAS extreme threat alerts checkbox. [CHAR LIMIT=50] --> 45 <!-- Required Germany(de) translation for this message: Extreme Gefahr --> 46 <string name="enable_cmas_extreme_threat_alerts_title">Extreme threat</string> 47 <!-- Preference title for enable CMAS severe threat alerts checkbox. [CHAR LIMIT=50] --> 48 <!-- Required Germany(de) translation for this message: Erhebliche Gefahr --> 49 <string name="enable_cmas_severe_threat_alerts_title">Severe threat</string> 50 51 <!-- Preference title for enable CMAS amber alerts checkbox. [CHAR LIMIT=50] --> 52 <!-- Required Germany(de) translation for this message: Abgängige Personen --> 53 <string name="enable_cmas_amber_alerts_title">Missing persons</string> 54 <!-- Preference summary for enable CMAS amber alerts checkbox. [CHAR LIMIT=100] --> 55 <!-- Required Germany(de) translation for this message: Suche nach abgängigen Personen --> 56 <string name="enable_cmas_amber_alerts_summary">Search for missing persons</string> 57 58 <!-- Preference title for enable public safety messages checkbox. [CHAR LIMIT=100] --> 59 <!-- Required Germany(de) translation for this message: Gefahreninformation --> 60 <string name="enable_public_safety_messages_title">Threat information</string> 61 <!-- Preference summary for enable public safety messages checkbox. [CHAR LIMIT=100] --> 62 <!-- Required Germany(de) translation for this message: Informationen über Gefahren --> 63 <string name="enable_public_safety_messages_summary">Information regarding threats</string> 64 65 <!-- Preference title for enable state/local test alerts checkbox. [CHAR LIMIT=100] --> 66 <!-- Required Germany(de) translation for this message: Testwarnung --> 67 <string name="enable_state_local_test_alerts_title">Test alert</string> 68 <!-- Preference summary for enable state/local test alerts checkbox. [CHAR LIMIT=100] --> 69 <!-- Required Germany(de) translation for this message: Behördliche Testwarnungen --> 70 <string name="enable_state_local_test_alerts_summary">Test alerts from competent authorities</string> 71 72 <!-- Preference title for exercise test alerts checkbox. [CHAR LIMIT=50] --> 73 <!-- Required Germany(de) translation for this message: Übungsalarm --> 74 <string name="enable_exercise_test_alerts_title">Test alarm</string> 75 <!-- Preference summary for exercise test alerts checkbox. [CHAR LIMIT=125] --> 76 <!-- Required Germany(de) translation for this message: Testalarme im Rahmen von Übungen --> 77 <string name="enable_exercise_test_alerts_summary">Test alarms in the context of exercises</string> 78 79 <!-- Preference title for other test alerts checkbox. [CHAR LIMIT=50] --> 80 <!-- Required Germany(de) translation for this message: Cell Broadcast Test --> 81 <string name="enable_cmas_test_alerts_title">Cell Broadcast Test</string> 82 <!-- Preference summary for other test alerts checkbox. [CHAR LIMIT=125] --> 83 <!-- Required Germany(de) translation for this message: Cell Broadcast Systemtests --> 84 <string name="enable_cmas_test_alerts_summary">Cell Broadcast system tests</string> 85</resources> 86