• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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  <!-- Label for settings screen. [CHAR LIMIT=NONE] -->
20  <string name="sms_cb_settings" translatable="false">BG-ALERT</string>
21
22  <!-- CMAS dialog title for presidential level alert notification. [CHAR LIMIT=50] -->
23  <!-- Required Bulgarian (bg) translation for this message: "BG-ALERT: Внимание, опасност!" -->
24  <string name="cmas_presidential_level_alert">BG-ALERT: Emergency Alert</string>
25  <!-- CMAS dialog title for life threat alert notification. [CHAR LIMIT=50] -->
26  <!-- Required Bulgarian (bg) translation for this message: "BG-ALERT: Предупреждение" -->
27  <string name="cmas_extreme_alert">BG-ALERT: Warning</string>
28  <!-- CMAS dialog title for severe alert. [CHAR LIMIT=50] -->
29  <!-- Required Bulgarian (bg) translation for this message: "BG-ALERT: Информация" -->
30  <string name="cmas_severe_alert">BG-ALERT: Information</string>
31  <!-- CMAS dialog title for loss or kidnapping alert notification (amber alert). [CHAR LIMIT=50] -->
32  <!-- Required Bulgarian (bg) translation for this message: "BG-ALERT: Човек в неизвестност" -->
33  <string name="cmas_amber_alert">BG-ALERT: Missing Person Alert</string>
34  <!-- CMAS dialog title for test alert notification. [CHAR LIMIT=50] -->
35  <!-- Required Bulgarian (bg) translation for this message: "BG-ALERT: Тестово съобщение" -->
36  <string name="cmas_required_monthly_test">BG-ALERT: Test alert</string>
37
38  <!-- Preference title for enable CMAS extreme threat alerts checkbox. [CHAR LIMIT=50] -->
39  <!-- Required Bulgarian (bg) translation for this message: "Сериозни опасности" -->
40  <string name="enable_cmas_extreme_threat_alerts_title">Extreme and Severe Threats</string>
41  <!-- Preference summary for enable CMAS extreme threat alerts checkbox. [CHAR LIMIT=100] -->
42  <!-- Required Bulgarian (bg) translation for this message: "Съобщения за сериозни опасности" -->
43  <string name="enable_cmas_extreme_threat_alerts_summary">Extreme and Severe Threats to Life and Property</string>
44
45  <!-- Preference title for enable CMAS severe threat alerts checkbox. [CHAR LIMIT=50] -->
46  <!-- Required Bulgarian (bg) translation for this message: "Информация" -->
47  <string name="enable_cmas_severe_threat_alerts_title">Information</string>
48  <!-- Preference summary for enable CMAS severe threat alerts checkbox. [CHAR LIMIT=100] -->
49  <!-- Required Bulgarian (bg) translation for this message: "Информационни съобщения" -->
50  <string name="enable_cmas_severe_threat_alerts_summary">Information Messages</string>
51
52  <!-- Preference title for enable CMAS amber alerts checkbox. [CHAR LIMIT=50] -->
53  <!-- Required Bulgarian (bg) translation for this message: "Сигнали за човек в неизвестност" -->
54  <string name="enable_cmas_amber_alerts_title">Missing Person Alerts</string>
55  <!-- Preference summary for enable CMAS amber alerts checkbox. [CHAR LIMIT=100] -->
56  <!-- Required Bulgarian (bg) translation for this message: "Съобщения за хора в неизвестност" -->
57  <string name="enable_cmas_amber_alerts_summary">Messages for Missing Persons</string>
58
59  <!-- Preference title for other test alerts checkbox. [CHAR LIMIT=50] -->
60  <!-- Required Bulgarian (bg) translation for this message: "Тестови сигнали" -->
61  <string name="enable_cmas_test_alerts_title">Test Alerts</string>
62  <!-- Preference summary for other test alerts checkbox. [CHAR LIMIT=125] -->
63  <!-- Required Bulgarian (bg) translation for this message: "Получаване на тестови съобщения" -->
64  <string name="enable_cmas_test_alerts_summary">Receive Тest Мessages</string>
65
66</resources>