Home | History | Annotate | Download | only in values
      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">Cell Broadcasts</string>
     22 
     23     <!-- Label for settings screen. [CHAR LIMIT=NONE] -->
     24     <string name="sms_cb_settings">Cell Broadcast settings</string>
     25 
     26     <!-- Text for dismiss button in broadcast message view dialog. [CHAR LIMIT=25] -->
     27     <string name="button_dismiss">OK</string>
     28 
     29     <!-- Text for list view when empty (no broadcasts). [CHAR LIMIT=200] -->
     30     <string name="no_cell_broadcasts">There are no active alerts in your area. You can change the Alert settings using the Settings menu option.</string>
     31 
     32     <!-- Menu item for accessing application settings. [CHAR LIMIT=30] -->
     33     <string name="menu_preferences">Settings</string>
     34     <!-- Menu item for deleting all broadcasts. [CHAR LIMIT=30] -->
     35     <string name="menu_delete_all">Delete broadcasts</string>
     36 
     37     <!-- Header for context menu on an individual broadcast. [CHAR LIMIT=30] -->
     38     <string name="message_options">Message options</string>
     39     <!-- Context menu item to view a previously received broadcast. [CHAR LIMIT=30] -->
     40     <string name="menu_view">View broadcast</string>
     41     <!-- Context menu item to delete a previously received broadcast. [CHAR LIMIT=30] -->
     42     <string name="menu_delete">Delete broadcast</string>
     43 
     44     <!-- Confirm Delete -->
     45     <!-- Delete broadcast confirmation dialog message. [CHAR LIMIT=NONE] -->
     46     <string name="confirm_delete_broadcast">Delete this broadcast?</string>
     47     <!-- Delete all broadcasts confirmation dialog message. [CHAR LIMIT=NONE] -->
     48     <string name="confirm_delete_all_broadcasts">Delete all received broadcast messages?</string>
     49     <!-- Delete button text for delete broadcast dialog. [CHAR LIMIT=25] -->
     50     <string name="button_delete">Delete</string>
     51     <!-- Cancel button text for delete broadcast dialog. [CHAR LIMIT=25] -->
     52     <string name="button_cancel">Cancel</string>
     53 
     54     <!-- ETWS dialog title for Earthquake Warning. [CHAR LIMIT=50] -->
     55     <string name="etws_earthquake_warning">Earthquake warning</string>
     56     <!-- ETWS dialog title for Tsunami Warning. [CHAR LIMIT=50] -->
     57     <string name="etws_tsunami_warning">Tsunami warning</string>
     58     <!-- ETWS dialog title for Earthquake and Tsunami Warning. [CHAR LIMIT=50] -->
     59     <string name="etws_earthquake_and_tsunami_warning">Earthquake and tsunami warning</string>
     60     <!-- ETWS dialog title for test message. [CHAR LIMIT=50] -->
     61     <string name="etws_test_message">ETWS test message</string>
     62     <!-- ETWS dialog title for other emergency type. [CHAR LIMIT=50] -->
     63     <string name="etws_other_emergency_type">Emergency warning</string>
     64     <!-- CMAS dialog title for presidential level alert. [CHAR LIMIT=50] -->
     65     <string name="cmas_presidential_level_alert">Presidential alert</string>
     66     <!-- CMAS dialog title for extreme alert. [CHAR LIMIT=50] -->
     67     <string name="cmas_extreme_alert">Emergency alert: Extreme</string>
     68     <!-- CMAS dialog title for severe alert. [CHAR LIMIT=50] -->
     69     <string name="cmas_severe_alert">Emergency alert: Severe</string>
     70     <!-- CMAS dialog title for child abduction emergency (Amber Alert). [CHAR LIMIT=50] -->
     71     <string name="cmas_amber_alert">Child abduction (Amber alert)</string>
     72     <!-- CMAS dialog title for required monthly test. [CHAR LIMIT=50] -->
     73     <string name="cmas_required_monthly_test">Emergency alert monthly test</string>
     74     <!-- CMAS dialog title for CMAS Exercise. [CHAR LIMIT=50] -->
     75     <string name="cmas_exercise_alert">Emergency alert (exercise)</string>
     76     <!-- CMAS dialog title for operator defined use. [CHAR LIMIT=50] -->
     77     <string name="cmas_operator_defined_alert">Emergency alert (operator)</string>
     78     <!-- Dialog title for all other message identifiers in the PWS range. [CHAR LIMIT=50] -->
     79     <string name="pws_other_message_identifiers">Emergency alert</string>
     80     <!-- Dialog title for all non-emergency cell broadcasts. [CHAR LIMIT=50] -->
     81     <string name="cb_other_message_identifiers">Cell broadcast</string>
     82 
     83     <!-- Preference category title for emergency alert settings. [CHAR LIMIT=50] -->
     84     <string name="emergency_alert_settings_title">Emergency alert settings</string>
     85     <!-- Preference title for enable emergency alerts checkbox. [CHAR LIMIT=30] -->
     86     <string name="enable_emergency_alerts_title">Turn on notifications</string>
     87     <!-- Preference summary for enable notifications checkbox. [CHAR LIMIT=50] -->
     88     <string name="enable_emergency_alerts_summary">Display emergency alert broadcasts</string>
     89     <!-- Preference title for alert sound duration list. [CHAR LIMIT=30] -->
     90     <string name="alert_sound_duration_title">Alert sound duration</string>
     91     <!-- Do not translate. Empty summary for alert duration (set by CellBroadcastSettings). -->
     92     <string name="alert_sound_duration_summary"></string>
     93     <!-- Preference title for enable text-to-speech checkbox. [CHAR LIMIT=30] -->
     94     <string name="enable_alert_speech_title">Speak alert message</string>
     95     <!-- Preference summary for enable text-to-speech checkbox. [CHAR LIMIT=100] -->
     96     <string name="enable_alert_speech_summary">Use text-to-speech to speak emergency alert messages</string>
     97 
     98     <!-- Preference category title for ETWS settings. [CHAR LIMIT=50] -->
     99     <string name="category_etws_settings_title">ETWS settings</string>
    100     <!-- Preference title for enable ETWS test alerts checkbox. [CHAR LIMIT=30] -->
    101     <string name="enable_etws_test_alerts_title">Show ETWS test broadcasts</string>
    102     <!-- Preference summary for enable ETWS test alerts checkbox. [CHAR LIMIT=100] -->
    103     <string name="enable_etws_test_alerts_summary">Display test broadcasts for Earthquake Tsunami Warning System</string>
    104 
    105     <!-- Preference title for enable CMAS extreme threat alerts checkbox. [CHAR LIMIT=30] -->
    106     <string name="enable_cmas_extreme_threat_alerts_title">Show extreme threats</string>
    107     <!-- Preference summary for enable CMAS extreme threat alerts checkbox. [CHAR LIMIT=100] -->
    108     <string name="enable_cmas_extreme_threat_alerts_summary">Display alerts for extreme threats to life and property</string>
    109     <!-- Preference title for enable CMAS severe threat alerts checkbox. [CHAR LIMIT=30] -->
    110     <string name="enable_cmas_severe_threat_alerts_title">Show severe threats</string>
    111     <!-- Preference summary for enable CMAS severe threat alerts checkbox. [CHAR LIMIT=100] -->
    112     <string name="enable_cmas_severe_threat_alerts_summary">Display alerts for severe threats to life and property</string>
    113     <!-- Preference title for enable CMAS amber alerts checkbox. [CHAR LIMIT=50] -->
    114     <string name="enable_cmas_amber_alerts_title">Show AMBER alerts</string>
    115     <!-- Preference summary for enable CMAS amber alerts checkbox. [CHAR LIMIT=100] -->
    116     <string name="enable_cmas_amber_alerts_summary">Display child abduction emergency bulletins (AMBER alert)</string>
    117 
    118     <!-- Preference title for enable CMAS test alerts checkbox. [CHAR LIMIT=30] -->
    119     <string name="enable_cmas_test_alerts_title">Show CMAS test broadcasts</string>
    120     <!-- Preference summary for enable CMAS test alerts checkbox. [CHAR LIMIT=100] -->
    121     <string name="enable_cmas_test_alerts_summary">Display test broadcasts for Commercial Mobile Alert System</string>
    122 
    123     <!-- Preference category title for Brazil settings. [CHAR LIMIT=50] -->
    124     <string name="category_brazil_settings_title">Settings for Brazil</string>
    125     <!-- Preference title for enable channel 50 alerts (Brazil only). [CHAR LIMIT=30] -->
    126     <string name="enable_channel_50_alerts_title">Show channel 50 broadcasts</string>
    127     <!-- Preference summary for enable channel 50 alerts (Brazil only). [CHAR LIMIT=100] -->
    128     <string name="enable_channel_50_alerts_summary">Channel 50 is used in Brazil for area update information</string>
    129 
    130     <!-- Preference category title for developer settings. [CHAR LIMIT=50] -->
    131     <string name="category_dev_settings_title">Developer options</string>
    132 
    133     <!-- CMAS alert category heading (including colon and space). [CHAR LIMIT=30] -->
    134     <string name="cmas_category_heading">Category: </string>
    135     <!-- CMAS category for geophysical alerts. [CHAR LIMIT=50] -->
    136     <string name="cmas_category_geo">Geophysical</string>
    137     <!-- CMAS category for meteorological alerts. [CHAR LIMIT=50] -->
    138     <string name="cmas_category_met">Meteorological</string>
    139     <!-- CMAS category for general emergency and public safety alerts. [CHAR LIMIT=50] -->
    140     <string name="cmas_category_safety">Safety</string>
    141     <!-- CMAS category for security alerts (law enforcement, military, etc.). [CHAR LIMIT=50] -->
    142     <string name="cmas_category_security">Security</string>
    143     <!-- CMAS category for rescue and recovery alerts. [CHAR LIMIT=50] -->
    144     <string name="cmas_category_rescue">Rescue</string>
    145     <!-- CMAS category for fire suppression and rescue alerts. [CHAR LIMIT=50] -->
    146     <string name="cmas_category_fire">Fire</string>
    147     <!-- CMAS category for medical and public health alerts. [CHAR LIMIT=50] -->
    148     <string name="cmas_category_health">Health</string>
    149     <!-- CMAS category for pollution and other environmental alerts. [CHAR LIMIT=50] -->
    150     <string name="cmas_category_env">Environmental</string>
    151     <!-- CMAS category for transportation alerts. [CHAR LIMIT=50] -->
    152     <string name="cmas_category_transport">Transportation</string>
    153     <!-- CMAS category for utility, telecommunication, and other infrastructure alerts. [CHAR LIMIT=50] -->
    154     <string name="cmas_category_infra">Infrastructure</string>
    155     <!-- CMAS category for chemical, biological, radiological, nuclear alerts. [CHAR LIMIT=50] -->
    156     <string name="cmas_category_cbrne">Chemical/Biological/Nuclear/Explosive</string>
    157     <!-- CMAS category for other alerts. [CHAR LIMIT=50] -->
    158     <string name="cmas_category_other">Other</string>
    159 
    160     <!-- CMAS response type heading (including colon and space). [CHAR LIMIT=30] -->
    161     <string name="cmas_response_heading">Response type: </string>
    162     <!-- CMAS response type: take shelter in place. [CHAR LIMIT=50] -->
    163     <string name="cmas_response_shelter">Take shelter</string>
    164     <!-- CMAS response type: evacuate (relocate). [CHAR LIMIT=50] -->
    165     <string name="cmas_response_evacuate">Evacuate</string>
    166     <!-- CMAS response type: make preparations. [CHAR LIMIT=50] -->
    167     <string name="cmas_response_prepare">Prepare</string>
    168     <!-- CMAS response type: execute a pre-planned activity. [CHAR LIMIT=50] -->
    169     <string name="cmas_response_execute">Execute activity</string>
    170     <!-- CMAS response type: monitor information sources. [CHAR LIMIT=50] -->
    171     <string name="cmas_response_monitor">Monitor info sources</string>
    172     <!-- CMAS response type: avoid hazard. [CHAR LIMIT=50] -->
    173     <string name="cmas_response_avoid">Avoid hazard</string>
    174     <!-- CMAS response type: evaluate the information in this message. [CHAR LIMIT=50] -->
    175     <string name="cmas_response_assess">Evaluate</string>
    176     <!-- CMAS response type: no action recommended. [CHAR LIMIT=50] -->
    177     <string name="cmas_response_none">No action</string>
    178 
    179     <!-- CMAS severity heading (including colon and space). [CHAR LIMIT=30] -->
    180     <string name="cmas_severity_heading">Severity: </string>
    181     <!-- CMAS severity type: extreme. [CHAR LIMIT=30] -->
    182     <string name="cmas_severity_extreme">Extreme</string>
    183     <!-- CMAS severity type: severe. [CHAR LIMIT=30] -->
    184     <string name="cmas_severity_severe">Severe</string>
    185 
    186     <!-- CMAS urgency heading (including colon and space). [CHAR LIMIT=30] -->
    187     <string name="cmas_urgency_heading">Urgency: </string>
    188     <!-- CMAS urgency type: take responsive action immediately. [CHAR LIMIT=30] -->
    189     <string name="cmas_urgency_immediate">Take action immediately</string>
    190     <!-- CMAS severity type: severe. [CHAR LIMIT=30] -->
    191     <string name="cmas_urgency_expected">Take action within the next hour</string>
    192 
    193     <!-- CMAS certainty heading (including colon and space). [CHAR LIMIT=30] -->
    194     <string name="cmas_certainty_heading">Certainty: </string>
    195     <!-- CMAS certainty type: observed. [CHAR LIMIT=30] -->
    196     <string name="cmas_certainty_observed">Observed</string>
    197     <!-- CMAS severity type: severe. [CHAR LIMIT=30] -->
    198     <string name="cmas_certainty_likely">Likely</string>
    199 
    200     <!-- Non-emergency broadcast notification description for multiple unread alerts. -->
    201     <string name="notification_multiple"><xliff:g id="count">%s</xliff:g> unread alerts.</string>
    202     <!-- Non-emergency broadcast notification title for multiple unread alerts. -->
    203     <string name="notification_multiple_title">New alerts</string>
    204 
    205     <!-- Entries listed in the ListPreference for allowed alert durations. [CHAR LIMIT=30] -->
    206     <string-array name="alert_sound_duration_entries">
    207       <item>2 seconds</item>
    208       <item>4 seconds</item>
    209       <item>6 seconds</item>
    210       <item>8 seconds</item>
    211       <item>10 seconds</item>
    212     </string-array>
    213 
    214     <!-- Do not translate. Values that are retrieved from the ListPreference.
    215          These must match the alert_sound_duration_entries above. -->
    216     <string-array name="alert_sound_duration_values">
    217       <item>2</item>
    218       <item>4</item>
    219       <item>6</item>
    220       <item>8</item>
    221       <item>10</item>
    222     </string-array>
    223 </resources>
    224