1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2011 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    <!-- The name of the Cell Broadcast Receiver app. [CHAR LIMIT=NONE] -->
21    <string name="app_label">Wireless emergency alerts</string>
22
23    <!-- Label for settings screen. [CHAR LIMIT=NONE] -->
24    <string name="sms_cb_settings">Wireless emergency alerts</string>
25
26    <!-- Value of sms sender display name to be shown in SMS inbox -->
27    <string name="sms_cb_sender_name" translatable="false">Wireless emergency alerts</string>
28
29    <!-- Error message for users that aren't allowed to modify Cell broadcast settings [CHAR LIMIT=none] -->
30    <string name="cell_broadcast_settings_not_available">Wireless emergency alert settings are not available for this user</string>
31
32    <!-- Text for dismiss button in broadcast message view dialog. [CHAR LIMIT=25] -->
33    <string name="button_dismiss">OK</string>
34
35    <!-- Text for list view when empty (no broadcasts). [CHAR LIMIT=200] -->
36    <string name="no_cell_broadcasts">No previous alerts</string>
37
38    <!-- Menu item for deleting all broadcasts. [CHAR LIMIT=30] -->
39    <string name="menu_delete_all">Delete broadcasts</string>
40
41    <!-- Header for context menu on an individual broadcast. [CHAR LIMIT=30] -->
42    <string name="message_options">Message options</string>
43    <!-- Context menu item for viewing broadcast details such as time and date. [CHAR LIMIT=30] -->
44    <string name="menu_view_details">View details</string>
45    <!-- Context menu item to delete a previously received broadcast. [CHAR LIMIT=30] -->
46    <string name="menu_delete">Delete broadcast</string>
47
48    <!-- Title of "View details" dialog -->
49    <string name="view_details_title">Alert details</string>
50
51    <!-- Title of "View details for debugging" dialog. Note this is for debugging purposes only -->
52    <string name="view_details_debugging_title">Alert details for debugging</string>
53
54    <!-- Confirm Delete -->
55    <!-- Delete broadcast confirmation dialog message. [CHAR LIMIT=NONE] -->
56    <string name="confirm_delete_broadcast">Delete this broadcast?</string>
57    <!-- Delete all broadcasts confirmation dialog message. [CHAR LIMIT=NONE] -->
58    <string name="confirm_delete_all_broadcasts">Delete all received broadcast messages?</string>
59    <!-- Delete button text for delete broadcast dialog. [CHAR LIMIT=25] -->
60    <string name="button_delete">Delete</string>
61    <!-- Cancel button text for delete broadcast dialog. [CHAR LIMIT=25] -->
62    <string name="button_cancel">Cancel</string>
63
64
65    <!-- ETWS dialog title for Earthquake Warning. [CHAR LIMIT=50] -->
66    <string name="etws_earthquake_warning">Earthquake warning</string>
67    <!-- ETWS dialog title for Tsunami Warning. [CHAR LIMIT=50] -->
68    <string name="etws_tsunami_warning">Tsunami warning</string>
69    <!-- ETWS dialog title for Earthquake and Tsunami Warning. [CHAR LIMIT=50] -->
70    <string name="etws_earthquake_and_tsunami_warning">Earthquake and tsunami warning</string>
71    <!-- ETWS dialog title for test message. [CHAR LIMIT=50] -->
72    <string name="etws_test_message">ETWS test message</string>
73    <!-- ETWS dialog title for other emergency type. [CHAR LIMIT=50] -->
74    <string name="etws_other_emergency_type">Emergency warning</string>
75    <!-- CMAS dialog title for presidential level alert. [CHAR LIMIT=50] -->
76    <string name="cmas_presidential_level_alert">Presidential alert</string>
77    <!-- CMAS dialog title for extreme alert. [CHAR LIMIT=50] -->
78    <string name="cmas_extreme_alert">Emergency alert: Extreme</string>
79    <!-- CMAS dialog title for extreme alert with extreme severity, immediate urgency, and observed certainty. [CHAR LIMIT=50] -->
80    <string name="cmas_extreme_immediate_observed_alert">Emergency alert: Extreme</string>
81    <!-- CMAS dialog title for extreme alert with extreme severity, immediate urgency,  and likely certainty. [CHAR LIMIT=50] -->
82    <string name="cmas_extreme_immediate_likely_alert">Emergency alert: Extreme</string>
83    <!-- CMAS dialog title for severe alert. [CHAR LIMIT=50] -->
84    <string name="cmas_severe_alert">Emergency alert: Severe</string>
85    <!-- CMAS dialog title for child abduction emergency (Amber Alert). [CHAR LIMIT=50] -->
86    <string name="cmas_amber_alert">Child abduction (Amber alert)</string>
87    <!-- CMAS dialog title for required monthly test. [CHAR LIMIT=50] -->
88    <string name="cmas_required_monthly_test">Required Monthly Test</string>
89    <!-- CMAS dialog title for CMAS Exercise. [CHAR LIMIT=50] -->
90    <string name="cmas_exercise_alert">Emergency alert (exercise)</string>
91    <!-- CMAS dialog title for operator defined use. [CHAR LIMIT=50] -->
92    <string name="cmas_operator_defined_alert">Emergency alert (operator)</string>
93    <!-- Dialog title for all other message identifiers in the PWS range. [CHAR LIMIT=50] -->
94    <string name="pws_other_message_identifiers" translatable="false">@string/emergency_alert</string>
95    <!-- Dialog title for all non-emergency cell broadcasts. [CHAR LIMIT=50] -->
96    <string name="cb_other_message_identifiers">Broadcast messages</string>
97    <!-- Dialog title for all public safety message broadcasts. [CHAR LIMIT=50] -->
98    <string name="public_safety_message">Public safety message</string>
99    <!-- Dialog title for all state/local test alerts. [CHAR LIMIT=50] -->
100    <string name="state_local_test_alert">State/Local test</string>
101
102    <!-- Dialog title or menu title of emergency alert. [CHAR LIMIT=50] -->
103    <string name="emergency_alert">Emergency alert</string>
104
105    <!-- Preference category title for emergency alert settings. [CHAR LIMIT=50] -->
106    <string name="emergency_alerts_title">Alerts</string>
107    <!-- Notification channel name for a channel containing non-emergency broadcast messages notifications. [CHAR LIMIT=50] -->
108    <string name="notification_channel_broadcast_messages">Broadcast messages</string>
109    <!-- Notification channel name for a channel containing emergency alert notifications. [CHAR LIMIT=50] -->
110    <string name="notification_channel_emergency_alerts">Emergency alerts</string>
111    <!-- Notification channel name for a channel containing emergency alert notifications during voice call. [CHAR LIMIT=100] -->
112    <string name="notification_channel_broadcast_messages_in_voicecall">Emergency alerts in voice call</string>
113
114    <!-- Preference title for enable emergency alerts checkbox. [CHAR LIMIT=50] -->
115    <string name="enable_alerts_master_toggle_title">Allow alerts</string>
116    <!-- Preference summaries for allow alerts checkbox. [CHAR LIMIT=66] -->
117    <string name="enable_alerts_master_toggle_summary">Receive wireless emergency alert notifications</string>
118    <!-- Preference title for alert reminder interval list. [CHAR LIMIT=50] -->
119    <string name="alert_reminder_interval_title">Alert reminder</string>
120    <!-- Do not translate. Empty summary for alert reminder (set by CellBroadcastSettings). -->
121    <string name="alert_reminder_interval_summary"></string>
122    <!-- Dialog title for alert reminder interval list. [CHAR LIMIT=100] -->
123    <string name="alert_reminder_dialog_title">A reminder sound will play at regular volume</string>
124    <!-- Preference title for emergency alert history. [CHAR LIMIT=50] -->
125    <string name="emergency_alert_history_title">Emergency alert history</string>
126
127    <!-- Preference category title for alert preferences. [CHAR LIMIT=50] -->
128    <string name="alert_preferences_title">Alert preferences</string>
129
130
131    <!-- Preference title for enable ETWS test alerts checkbox. [CHAR LIMIT=50] -->
132    <string name="enable_etws_test_alerts_title">ETWS test broadcasts</string>
133    <!-- Preference summary for enable ETWS test alerts checkbox. [CHAR LIMIT=100] -->
134    <string name="enable_etws_test_alerts_summary">Test broadcasts for Earthquake Tsunami Warning System</string>
135
136    <!-- Preference title for enable CMAS extreme threat alerts checkbox. [CHAR LIMIT=50] -->
137    <string name="enable_cmas_extreme_threat_alerts_title">Extreme threats</string>
138    <!-- Preference summary for enable CMAS extreme threat alerts checkbox. [CHAR LIMIT=100] -->
139    <string name="enable_cmas_extreme_threat_alerts_summary">Extreme threats to life and property</string>
140    <!-- Preference title for enable CMAS severe threat alerts checkbox. [CHAR LIMIT=50] -->
141    <string name="enable_cmas_severe_threat_alerts_title">Severe threats</string>
142    <!-- Preference summary for enable CMAS severe threat alerts checkbox. [CHAR LIMIT=100] -->
143    <string name="enable_cmas_severe_threat_alerts_summary">Severe threats to life and property</string>
144    <!-- Preference title for enable CMAS amber alerts checkbox. [CHAR LIMIT=50] -->
145    <string name="enable_cmas_amber_alerts_title">AMBER alerts</string>
146    <!-- Preference summary for enable CMAS amber alerts checkbox. [CHAR LIMIT=100] -->
147    <string name="enable_cmas_amber_alerts_summary">Child abduction emergency bulletins</string>
148    <!-- Preference title for enable alerts messages checkbox. [CHAR LIMIT=100] -->
149    <string name="enable_alert_message_title">Alert messages</string>
150    <!-- Preference summary for enable alerts messages checkbox. [CHAR LIMIT=100] -->
151    <string name="enable_alert_message_summary">Warn about imminent safety threats</string>
152    <!-- Preference title for enable public safety messages checkbox. [CHAR LIMIT=100] -->
153    <string name="enable_public_safety_messages_title">Public safety messages</string>
154    <!-- Preference summary for enable public safety messages checkbox. [CHAR LIMIT=100] -->
155    <string name="enable_public_safety_messages_summary">Recommended actions that can save lives or property</string>
156    <!-- Preference title for enable state/local test alerts checkbox. [CHAR LIMIT=100] -->
157    <string name="enable_state_local_test_alerts_title">State and local tests</string>
158    <!-- Preference summary for enable state/local test alerts checkbox. [CHAR LIMIT=100] -->
159    <string name="enable_state_local_test_alerts_summary">Receive test messages from state and local authorities</string>
160    <!-- Preference title for enable emergency alerts messages checkbox. [CHAR LIMIT=100] -->
161    <string name="enable_emergency_alerts_message_title">Emergency alerts</string>
162    <!-- Preference summary for enable emergency alerts messages checkbox. [CHAR LIMIT=100] -->
163    <string name="enable_emergency_alerts_message_summary">Warn about life-threatening events</string>
164
165    <!-- Preference title for other test alerts checkbox. [CHAR LIMIT=50] -->
166    <string name="enable_cmas_test_alerts_title">Test alerts</string>
167    <!-- Preference summary for other test alerts checkbox. [CHAR LIMIT=125] -->
168    <string name="enable_cmas_test_alerts_summary">Receive carrier tests and monthly tests from the safety alert system</string>
169
170    <!-- Preference title for CMAS vibration on/off. [CHAR LIMIT=50] -->
171    <string name="enable_alert_vibrate_title">Vibration</string>
172
173    <!-- Preference title for overriding Do Not Disturb. [CHAR LIMIT=50] -->
174    <string name="override_dnd_title">Always alert at full volume</string>
175    <!-- Preference summary for overriding Do Not Disturb mode. [CHAR LIMIT=125] -->
176    <string name="override_dnd_summary">Ignore Do Not Disturb &amp; other volume settings</string>
177
178    <!-- Preference title for enable area update information broadcasts. [CHAR LIMIT=50] -->
179    <string name="enable_area_update_info_alerts_title">Area update broadcasts</string>
180    <!-- Preference summary for enable area update information broadcasts. [CHAR LIMIT=100] -->
181    <string name="enable_area_update_info_alerts_summary">Show update information in SIM status</string>
182
183    <!-- CMAS alert category heading (including colon). [CHAR LIMIT=30] -->
184    <string name="cmas_category_heading">Alert Category:</string>
185    <!-- CMAS category for geophysical alerts. [CHAR LIMIT=50] -->
186    <string name="cmas_category_geo">Geophysical</string>
187    <!-- CMAS category for meteorological alerts. [CHAR LIMIT=50] -->
188    <string name="cmas_category_met">Meteorological</string>
189    <!-- CMAS category for general emergency and public safety alerts. [CHAR LIMIT=50] -->
190    <string name="cmas_category_safety">Safety</string>
191    <!-- CMAS category for security alerts (law enforcement, military, etc.). [CHAR LIMIT=50] -->
192    <string name="cmas_category_security">Security</string>
193    <!-- CMAS category for rescue and recovery alerts. [CHAR LIMIT=50] -->
194    <string name="cmas_category_rescue">Rescue</string>
195    <!-- CMAS category for fire suppression and rescue alerts. [CHAR LIMIT=50] -->
196    <string name="cmas_category_fire">Fire</string>
197    <!-- CMAS category for medical and public health alerts. [CHAR LIMIT=50] -->
198    <string name="cmas_category_health">Health</string>
199    <!-- CMAS category for pollution and other environmental alerts. [CHAR LIMIT=50] -->
200    <string name="cmas_category_env">Environmental</string>
201    <!-- CMAS category for transportation alerts. [CHAR LIMIT=50] -->
202    <string name="cmas_category_transport">Transportation</string>
203    <!-- CMAS category for utility, telecommunication, and other infrastructure alerts. [CHAR LIMIT=50] -->
204    <string name="cmas_category_infra">Infrastructure</string>
205    <!-- CMAS category for chemical, biological, radiological, nuclear alerts. [CHAR LIMIT=50] -->
206    <string name="cmas_category_cbrne">Chemical/Biological/Nuclear/Explosive</string>
207    <!-- CMAS category for other alerts. [CHAR LIMIT=50] -->
208    <string name="cmas_category_other">Other</string>
209
210    <!-- CMAS response type heading (including colon). [CHAR LIMIT=30] -->
211    <string name="cmas_response_heading">Response Type:</string>
212    <!-- CMAS response type: take shelter in place. [CHAR LIMIT=50] -->
213    <string name="cmas_response_shelter">Shelter</string>
214    <!-- CMAS response type: evacuate (relocate). [CHAR LIMIT=50] -->
215    <string name="cmas_response_evacuate">Evacuate</string>
216    <!-- CMAS response type: make preparations. [CHAR LIMIT=50] -->
217    <string name="cmas_response_prepare">Prepare</string>
218    <!-- CMAS response type: execute a pre-planned activity. [CHAR LIMIT=50] -->
219    <string name="cmas_response_execute">Execute</string>
220    <!-- CMAS response type: monitor information sources. [CHAR LIMIT=50] -->
221    <string name="cmas_response_monitor">Monitor</string>
222    <!-- CMAS response type: avoid hazard. [CHAR LIMIT=50] -->
223    <string name="cmas_response_avoid">Avoid</string>
224    <!-- CMAS response type: evaluate the information in this message. [CHAR LIMIT=50] -->
225    <string name="cmas_response_assess">Assess</string>
226    <!-- CMAS response type: no action recommended. [CHAR LIMIT=50] -->
227    <string name="cmas_response_none">None</string>
228
229    <!-- CMAS severity heading (including colon). [CHAR LIMIT=30] -->
230    <string name="cmas_severity_heading">Severity:</string>
231    <!-- CMAS severity type: extreme. [CHAR LIMIT=30] -->
232    <string name="cmas_severity_extreme">Extreme</string>
233    <!-- CMAS severity type: severe. [CHAR LIMIT=30] -->
234    <string name="cmas_severity_severe">Severe</string>
235
236    <!-- CMAS urgency heading (including colon). [CHAR LIMIT=30] -->
237    <string name="cmas_urgency_heading">Urgency:</string>
238    <!-- CMAS urgency type: take responsive action immediately. [CHAR LIMIT=30] -->
239    <string name="cmas_urgency_immediate">Immediate</string>
240    <!-- CMAS severity type: severe. [CHAR LIMIT=30] -->
241    <string name="cmas_urgency_expected">Expected</string>
242
243    <!-- CMAS certainty heading (including colon). [CHAR LIMIT=30] -->
244    <string name="cmas_certainty_heading">Certainty:</string>
245    <!-- CMAS certainty type: observed. [CHAR LIMIT=30] -->
246    <string name="cmas_certainty_observed">Observed</string>
247    <!-- CMAS severity type: severe. [CHAR LIMIT=30] -->
248    <string name="cmas_certainty_likely">Likely</string>
249
250    <!-- Message delivery time (including colon). [CHAR LIMIT=30] -->
251    <string name="delivery_time_heading">Received:</string>
252
253    <!-- Non-emergency broadcast notification description for multiple unread alerts. -->
254    <string name="notification_multiple"><xliff:g id="count">%s</xliff:g> unread alerts.</string>
255    <!-- Non-emergency broadcast notification title for multiple unread alerts. -->
256    <string name="notification_multiple_title">New alerts</string>
257
258    <!-- Show CMAS opt-out dialog on first non-Presidential alert. [CHAR LIMIT=100] -->
259    <string name="show_cmas_opt_out_summary">Show an opt-out dialog after displaying the first alert (other than Presidential Alert).</string>
260    <!-- Show CMAS opt-out dialog on first non-Presidential alert. [CHAR LIMIT=40] -->
261    <string name="show_cmas_opt_out_title">Show opt-out dialog</string>
262
263    <!-- CMAS opt-out dialog message. [CHAR LIMIT=160] -->
264    <string name="cmas_opt_out_dialog_text">You are currently receiving wireless emergency alerts. Would you like to continue receiving wireless emergency alerts?</string>
265    <!-- Text for positive button in CMAS opt-out dialog. [CHAR LIMIT=25] -->
266    <string name="cmas_opt_out_button_yes">Yes</string>
267    <!-- Text for negative button in CMAS opt-out dialog. [CHAR LIMIT=25] -->
268    <string name="cmas_opt_out_button_no">No</string>
269
270    <!-- Title for CellBroadcastListActivity -->
271    <string name="cb_list_activity_title">"Emergency alert history"</string>
272
273    <!-- Entries in the ListPreference for alert reminder intervals. [CHAR LIMIT=30] -->
274    <string-array name="alert_reminder_interval_entries">
275      <item>Once</item>
276      <item>Every 2 minutes</item>
277      <item>Every 5 minutes</item>
278      <item>Every 15 minutes</item>
279      <item>Never</item>
280    </string-array>
281
282    <!-- Label to open emergencyNotifications dialog [CHAR LIMIT=40] -->
283    <string name="emergency_alert_settings_title_watches">Wireless emergency alerts</string>
284
285    <!-- Show checkbox for Presidential alerts in settings -->
286    <!-- Preference title for enable presidential threat alerts checkbox. [CHAR LIMIT=40] -->
287    <string name="enable_cmas_presidential_alerts_title">Presidential alerts</string>
288    <!-- Preference summary for enable presidential threat alerts checkbox. [CHAR LIMIT=100] -->
289    <string name="enable_cmas_presidential_alerts_summary">National warning messages issued by the President. Can\'t be turned off.</string>
290
291    <!-- Show additional language on/off switch in settings -->
292    <!-- Preference title for enable CMAS second language checkbox. [CHAR LIMIT=50] -->
293    <string name="receive_cmas_in_second_language_title"></string>
294    <!-- Preference summary for enable CMAS second language checkbox. [CHAR LIMIT=100] -->
295    <string name="receive_cmas_in_second_language_summary"></string>
296
297    <!-- Preference summary for emergency alert header -->
298    <string name="alerts_header_summary"></string>
299
300    <!-- Toast message to indicate testing mode is enabled. [CHAR LIMIT=100] -->
301    <string name="testing_mode_enabled">Cell broadcast testing mode is enabled.</string>
302    <!-- Toast message to indicate testing mode is disabled. [CHAR LIMIT=100] -->
303    <string name="testing_mode_disabled">Cell broadcast testing mode is disabled.</string>
304
305    <!-- Show all emergency messages including the hidden messages. This is for debugging purposes
306         only -->
307    <string name="show_all_messages">Show all messages</string>
308
309    <!-- Show regular emergency messages (not including hidden messages). This is for debugging
310         purposes only -->
311    <string name="show_regular_messages">Show regular messages</string>
312
313    <!-- Cell broadcast message identifier. This is the id of the alert message. For debugging
314         purposes only -->
315    <string name="message_identifier">Identifier:</string>
316
317    <!-- Serial number of the message. This is for debugging purposes only -->
318    <string name="message_serial_number">Serial number:</string>
319
320    <!-- Data coding scheme of the emergency message. This is for debugging purposes only -->
321    <string name="data_coding_scheme">Data coding scheme:</string>
322
323    <!-- Content of the emergency message. This is for debugging purposes only -->
324    <string name="message_content">Message content:</string>
325
326    <!-- Location check time of the emergency message. This is for debugging purposes only -->
327    <string name="location_check_time">Location check time:</string>
328
329    <!-- Whether emergency message displayed to the user or not. This is for debugging purposes
330         only -->
331    <string name="message_displayed">Message displayed:</string>
332
333    <!-- Coordinates of the emergency alert. This is for debugging purposes only -->
334    <string name="message_coordinates">Coordinates:</string>
335
336    <!-- Maximum waiting time for location check. This is for debugging purposes only -->
337    <string name="maximum_waiting_time">Maximum waiting time:</string>
338
339    <!-- Sesconds (time unit). This is for debugging purposes only -->
340    <string name="seconds">seconds</string>
341
342    <!-- Emergency alert message copied to clipboard. -->
343    <string name="message_copied">Message copied</string>
344</resources>
345