• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2019 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
20  <!-- Label for settings screen. [CHAR LIMIT=NONE] -->
21  <!-- Required Norwegian (nb) translation for this message: "Nødvarsler" -->
22  <string name="sms_cb_settings">Emergency alerts</string>
23
24  <!-- Preference title for enable CMAS severe threat alerts checkbox. [CHAR LIMIT=50] -->
25  <!-- Required Norwegian (nb) translation for this message: "Viktig melding" -->
26  <string name="enable_cmas_severe_threat_alerts_title">Important warning</string>
27  <!-- Preference summary for enable CMAS severe threat alerts checkbox. [CHAR LIMIT=100] -->
28  <string name="enable_cmas_severe_threat_alerts_summary"/>
29
30  <!-- Preference title for enable public safety messages checkbox. [CHAR LIMIT=100] -->
31  <!-- Required Norwegian (nb) translation for this message: "Viktig melding" -->
32  <string name="enable_public_safety_messages_title">Important warning</string>
33  <!-- Preference summary for enable public safety messages checkbox. [CHAR LIMIT=100] -->
34  <string name="enable_public_safety_messages_summary"/>
35
36  <!-- Preference title for other test alerts checkbox. [CHAR LIMIT=50] -->
37  <!-- Required Norwegian (nb) translation for this message: "Test" -->
38  <string name="enable_cmas_test_alerts_title">Test</string>
39  <!-- Preference summary for other test alerts checkbox. [CHAR LIMIT=125] -->
40  <string name="enable_cmas_test_alerts_summary"/>
41
42  <!-- Preference title for exercise test alerts checkbox. [CHAR LIMIT=50] -->
43  <!-- Required Norwegian (nb) translation for this message: "Øvelse" -->
44  <string name="enable_exercise_test_alerts_title">@string/cmas_exercise_alert</string>
45  <!-- Preference summary for exercise test alerts checkbox. [CHAR LIMIT=125] -->
46  <string name="enable_exercise_test_alerts_summary"/>
47
48  <!-- CMAS dialog title for presidential level alert. [CHAR LIMIT=50] -->
49  <!-- Required Norwegian (nb) translation for this message: "Akutt fare" -->
50  <string name="cmas_presidential_level_alert">Immediate danger</string>
51  <!-- CMAS dialog title for extreme alert. [CHAR LIMIT=50] -->
52  <!-- Required Norwegian (nb) translation for this message: "Akutt fare" -->
53  <string name="cmas_extreme_alert">Immediate danger</string>
54  <!-- CMAS dialog title for severe alert. [CHAR LIMIT=50] -->
55  <!-- Required Norwegian (nb) translation for this message: "Viktig melding" -->
56  <string name="cmas_severe_alert">Important warning</string>
57  <!-- Dialog title for all public safety message broadcasts. [CHAR LIMIT=50] -->
58  <!-- Required Norwegian (nb) translation for this message: "Viktig melding" -->
59  <string name="public_safety_message">Important warning</string>
60  <!-- CMAS dialog title for required monthly test. [CHAR LIMIT=50] -->
61  <!-- Required Norwegian (nb) translation for this message: "Test" -->
62  <string name="cmas_required_monthly_test">Test</string>
63  <!-- CMAS dialog title for CMAS Exercise. [CHAR LIMIT=50] -->
64  <!-- Required Norwegian (nb) translation for this message: "Øvelse" -->
65  <string name="cmas_exercise_alert">Exercise</string>
66
67</resources>
68