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