• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 level 1 alert.  [CHAR LIMIT=50] -->
20    <!-- Required Spanish (es) translation for this message: Mensajes de Alerta nivel 1 -->
21    <string name="cmas_presidential_level_alert">Alert Messages Level 1</string>
22    <!-- CMAS dialog title for level 2 alert. [CHAR LIMIT=50] -->
23    <!-- Required Spanish (es) translation for this message: Mensajes de Alerta nivel 2 -->
24    <string name="cmas_extreme_alert">Alert Messages Level 2</string>
25    <!-- CMAS dialog title for level 3 alert. [CHAR LIMIT=50] -->
26    <!-- Required Spanish (es) translation for this message: Mensajes de Alerta nivel 3 -->
27    <string name="cmas_severe_alert">Alert Messages Level 3</string>
28    <!-- CMAS Dialog title for public safety message broadcasts. [CHAR LIMIT=50] -->
29    <!-- Required Spanish (es) translation for this message: Mensajes de información en español -->
30    <string name="public_safety_message">Information Messages in Spanish</string>
31    <!-- CMAS dialog title for child abduction emergency (Amber Alert). [CHAR LIMIT=50] -->
32    <!-- Required Spanish (es) translation for this message: Mensajes de Alerta Amber en español -->
33    <string name="cmas_amber_alert">Amber Alert Messages in Spanish</string>
34    <!-- CMAS dialog title for required monthly test. [CHAR LIMIT=50] -->
35    <!-- Required Spanish (es) translation for this message: Mensajes de Alerta de Prueba en español -->
36    <string name="cmas_required_monthly_test">Test Alert Messages in Spanish</string>
37    <!-- CMAS dialog title for CMAS Exercise. [CHAR LIMIT=50] -->
38    <!-- Required French (fr) translation for this message: Mensajes de Alerta de Ejercicio en español -->
39    <string name="cmas_exercise_alert">Exercise Alert Messages in Spanish</string>
40    <!-- CMAS dialog title for reserved channels. [CHAR LIMIT=50] -->
41    <!-- Required Spanish (es) translation for this message: Reservados para futuras implementaciones -->
42    <string name="emergency_alert">Reserved for future deployments</string>
43
44    <!-- Show checkbox for Presidential alerts in settings -->
45    <!-- Preference title for enable presidential threat alerts checkbox. [CHAR LIMIT=40] -->
46    <string name="enable_cmas_presidential_alerts_title">@string/cmas_presidential_level_alert</string>
47    <!-- Preference summary for enable presidential threat alerts checkbox. [CHAR LIMIT=100] -->
48    <string name="enable_cmas_presidential_alerts_summary"></string>
49    <!-- Preference title for enable CMAS extreme threat alerts checkbox. [CHAR LIMIT=50] -->
50    <string name="enable_cmas_extreme_threat_alerts_title">@string/cmas_extreme_alert</string>
51    <!-- Preference summary for enable CMAS extreme threat alerts checkbox. [CHAR LIMIT=100] -->
52    <string name="enable_cmas_extreme_threat_alerts_summary"></string>
53    <!-- Preference title for enable CMAS severe threat alerts checkbox. [CHAR LIMIT=50] -->
54    <string name="enable_cmas_severe_threat_alerts_title">@string/cmas_severe_alert</string>
55    <!-- Preference summary for enable CMAS severe threat alerts checkbox. [CHAR LIMIT=100] -->
56    <string name="enable_cmas_severe_threat_alerts_summary"></string>
57    <!-- Preference title for enable CMAS amber alerts checkbox. [CHAR LIMIT=50] -->
58    <string name="enable_cmas_amber_alerts_title">@string/cmas_amber_alert</string>
59    <!-- Preference summary for enable CMAS amber alerts checkbox. [CHAR LIMIT=100] -->
60    <string name="enable_cmas_amber_alerts_summary"></string>
61    <!-- Preference title for enable public safety messages checkbox. [CHAR LIMIT=100] -->
62    <string name="enable_public_safety_messages_title">@string/public_safety_message</string>
63    <!-- Preference summary for enable public safety messages checkbox. [CHAR LIMIT=100] -->
64    <string name="enable_public_safety_messages_summary"></string>
65    <!-- Preference title for enable emergency alerts messages checkbox. [CHAR LIMIT=100] -->
66    <string name="enable_emergency_alerts_message_title">@string/emergency_alert</string>
67    <!-- Preference summary for enable emergency alerts messages checkbox. [CHAR LIMIT=100] -->
68    <string name="enable_emergency_alerts_message_summary"></string>
69    <!-- Preference title for other test alerts checkbox. [CHAR LIMIT=50] -->
70    <string name="enable_cmas_test_alerts_title">@string/cmas_required_monthly_test</string>
71    <!-- Preference summary for other test alerts checkbox. [CHAR LIMIT=125] -->
72    <string name="enable_cmas_test_alerts_summary"></string>
73    <!-- Preference title for exercise test alerts checkbox. [CHAR LIMIT=50] -->
74    <string name="enable_exercise_test_alerts_title">@string/cmas_exercise_alert</string>
75    <!-- Preference summary for exercise test alerts checkbox. [CHAR LIMIT=125] -->
76    <string name="enable_exercise_test_alerts_summary"></string>
77</resources>
78