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 alarm</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    <!-- Dialog title for all state/local test alerts. [CHAR LIMIT=50] -->
32    <!-- Required Germany(de) translation for this message: Testwarnung -->
33    <string name="state_local_test_alert">Test alert</string>
34    <!-- CMAS dialog title for operator defined use. [CHAR LIMIT=50] -->
35    <!-- Required Germany(de) translation for this message: EU-Reserved -->
36    <string name="cmas_operator_defined_alert">EU-Reserved</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    <!-- Preference title for enable public safety messages checkbox. [CHAR LIMIT=100] -->
51    <!-- Required Germany(de) translation for this message: Gefahreninformation -->
52    <string name="enable_public_safety_messages_title">Threat information</string>
53    <!-- Preference title for enable state/local test alerts checkbox. [CHAR LIMIT=100] -->
54    <!-- Required Germany(de) translation for this message: Testwarnung -->
55    <string name="enable_state_local_test_alerts_title">Test alert</string>
56    <!-- Preference title for operator defined test alerts checkbox. [CHAR LIMIT=50] -->
57    <!-- Required Germany(de) translation for this message: EU-Reserved -->
58    <string name="enable_operator_defined_test_alerts_title">EU-Reserved</string>
59    <!-- Preference title for exercise test alerts checkbox. [CHAR LIMIT=50] -->
60    <!-- Required Germany(de) translation for this message: Übungsalarm -->
61    <string name="enable_exercise_test_alerts_title">Test alarm</string>
62    <!-- Preference title for other test alerts checkbox. [CHAR LIMIT=50] -->
63    <!-- Required Germany(de) translation for this message: Cell Broadcast Test -->
64    <string name="enable_cmas_test_alerts_title">Cell Broadcast Test</string>
65</resources>
66