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">Emergency alerts</string>
     25 
     26     <!-- Error message for users that aren't allowed to modify Cell broadcast settings [CHAR LIMIT=none] -->
     27     <string name="cell_broadcast_settings_not_available">Cell Broadcast settings are not available for this user</string>
     28 
     29     <!-- Text for dismiss button in broadcast message view dialog. [CHAR LIMIT=25] -->
     30     <string name="button_dismiss">OK</string>
     31 
     32     <!-- Text for list view when empty (no broadcasts). [CHAR LIMIT=200] -->
     33     <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>
     34 
     35     <!-- Menu item for accessing application settings. [CHAR LIMIT=30] -->
     36     <string name="menu_preferences">Settings</string>
     37     <!-- Menu item for deleting all broadcasts. [CHAR LIMIT=30] -->
     38     <string name="menu_delete_all">Delete broadcasts</string>
     39 
     40     <!-- Header for context menu on an individual broadcast. [CHAR LIMIT=30] -->
     41     <string name="message_options">Message options</string>
     42     <!-- Context menu item for viewing broadcast details such as time and date. [CHAR LIMIT=30] -->
     43     <string name="menu_view_details">View details</string>
     44     <!-- Context menu item to delete a previously received broadcast. [CHAR LIMIT=30] -->
     45     <string name="menu_delete">Delete broadcast</string>
     46 
     47     <!-- Title of "View details" dialog -->
     48     <string name="view_details_title">Alert details</string>
     49 
     50     <!-- Confirm Delete -->
     51     <!-- Delete broadcast confirmation dialog message. [CHAR LIMIT=NONE] -->
     52     <string name="confirm_delete_broadcast">Delete this broadcast?</string>
     53     <!-- Delete all broadcasts confirmation dialog message. [CHAR LIMIT=NONE] -->
     54     <string name="confirm_delete_all_broadcasts">Delete all received broadcast messages?</string>
     55     <!-- Delete button text for delete broadcast dialog. [CHAR LIMIT=25] -->
     56     <string name="button_delete">Delete</string>
     57     <!-- Cancel button text for delete broadcast dialog. [CHAR LIMIT=25] -->
     58     <string name="button_cancel">Cancel</string>
     59 
     60     <!-- ETWS dialog title for Earthquake Warning. [CHAR LIMIT=50] -->
     61     <string name="etws_earthquake_warning">Earthquake warning</string>
     62     <!-- ETWS dialog title for Tsunami Warning. [CHAR LIMIT=50] -->
     63     <string name="etws_tsunami_warning">Tsunami warning</string>
     64     <!-- ETWS dialog title for Earthquake and Tsunami Warning. [CHAR LIMIT=50] -->
     65     <string name="etws_earthquake_and_tsunami_warning">Earthquake and tsunami warning</string>
     66     <!-- ETWS dialog title for test message. [CHAR LIMIT=50] -->
     67     <string name="etws_test_message">ETWS test message</string>
     68     <!-- ETWS dialog title for other emergency type. [CHAR LIMIT=50] -->
     69     <string name="etws_other_emergency_type">Emergency warning</string>
     70     <!-- CMAS dialog title for presidential level alert. [CHAR LIMIT=50] -->
     71     <string name="cmas_presidential_level_alert">Presidential alert</string>
     72     <!-- CMAS dialog title for extreme alert. [CHAR LIMIT=50] -->
     73     <string name="cmas_extreme_alert">Emergency alert: Extreme</string>
     74     <!-- CMAS dialog title for severe alert. [CHAR LIMIT=50] -->
     75     <string name="cmas_severe_alert">Emergency alert: Severe</string>
     76     <!-- CMAS dialog title for child abduction emergency (Amber Alert). [CHAR LIMIT=50] -->
     77     <string name="cmas_amber_alert">Child abduction (Amber alert)</string>
     78     <!-- CMAS dialog title for required monthly test. [CHAR LIMIT=50] -->
     79     <string name="cmas_required_monthly_test">Emergency alert monthly test</string>
     80     <!-- CMAS dialog title for CMAS Exercise. [CHAR LIMIT=50] -->
     81     <string name="cmas_exercise_alert">Emergency alert (exercise)</string>
     82     <!-- CMAS dialog title for operator defined use. [CHAR LIMIT=50] -->
     83     <string name="cmas_operator_defined_alert">Emergency alert (operator)</string>
     84     <!-- Dialog title for all other message identifiers in the PWS range. [CHAR LIMIT=50] -->
     85     <string name="pws_other_message_identifiers">Emergency alert</string>
     86     <!-- Dialog title for all non-emergency cell broadcasts. [CHAR LIMIT=50] -->
     87     <string name="cb_other_message_identifiers">Broadcast messages</string>
     88 
     89     <!-- Preference category title for emergency alert settings. [CHAR LIMIT=50] -->
     90     <string name="emergency_alerts_title">Alerts</string>
     91     <!-- Notification channel name for a channel containing cell broadcast messages notifications. [CHAR LIMIT=50] -->
     92     <string name="notification_channel_broadcast_messages">Broadcast messages</string>
     93     <!-- Preference title for enable emergency alerts checkbox. [CHAR LIMIT=50] -->
     94     <string name="enable_emergency_alerts_title">Allow alerts</string>
     95     <!-- Preference summaries for allow alerts checkbox. [CHAR LIMIT=50] -->
     96     <string name="enable_emergency_alerts_summary">Receive emergency notifications</string>
     97     <!-- Preference title for alert reminder interval list. [CHAR LIMIT=50] -->
     98     <string name="alert_reminder_interval_title">Alert reminder sound</string>
     99     <!-- Do not translate. Empty summary for alert reminder (set by CellBroadcastSettings). -->
    100     <string name="alert_reminder_interval_summary"></string>
    101     <!-- Preference title for enable text-to-speech checkbox. [CHAR LIMIT=50] -->
    102     <string name="enable_alert_speech_title">Speak alert message</string>
    103     <!-- Preference summary for enable text-to-speech checkbox. [CHAR LIMIT=100] -->
    104     <string name="enable_alert_speech_summary">Use text-to-speech to speak emergency alert messages</string>
    105     <!-- Preference title for emergency alert history. [CHAR LIMIT=50] -->
    106     <string name="emergency_alert_history_title">Emergency alert history</string>
    107 
    108     <!-- Preference category title for alert preferences. [CHAR LIMIT=50] -->
    109     <string name="alert_preferences_title">Alert preferences</string>
    110 
    111 
    112     <!-- Preference title for enable ETWS test alerts checkbox. [CHAR LIMIT=50] -->
    113     <string name="enable_etws_test_alerts_title">ETWS test broadcasts</string>
    114     <!-- Preference summary for enable ETWS test alerts checkbox. [CHAR LIMIT=100] -->
    115     <string name="enable_etws_test_alerts_summary">Test broadcasts for Earthquake Tsunami Warning System</string>
    116 
    117     <!-- Preference title for enable CMAS extreme threat alerts checkbox. [CHAR LIMIT=50] -->
    118     <string name="enable_cmas_extreme_threat_alerts_title">Extreme threats</string>
    119     <!-- Preference summary for enable CMAS extreme threat alerts checkbox. [CHAR LIMIT=100] -->
    120     <string name="enable_cmas_extreme_threat_alerts_summary">Extreme threats to life and property</string>
    121     <!-- Preference title for enable CMAS severe threat alerts checkbox. [CHAR LIMIT=50] -->
    122     <string name="enable_cmas_severe_threat_alerts_title">Severe threats</string>
    123     <!-- Preference summary for enable CMAS severe threat alerts checkbox. [CHAR LIMIT=100] -->
    124     <string name="enable_cmas_severe_threat_alerts_summary">Severe threats to life and property</string>
    125     <!-- Preference title for enable CMAS amber alerts checkbox. [CHAR LIMIT=50] -->
    126     <string name="enable_cmas_amber_alerts_title">AMBER alerts</string>
    127     <!-- Preference summary for enable CMAS amber alerts checkbox. [CHAR LIMIT=100] -->
    128     <string name="enable_cmas_amber_alerts_summary">Child abduction emergency bulletins</string>
    129 
    130     <!-- Preference title for enable CMAS test alerts checkbox. [CHAR LIMIT=50] -->
    131     <string name="enable_cmas_test_alerts_title">CMAS test broadcasts</string>
    132     <!-- Preference summary for enable CMAS test alerts checkbox. [CHAR LIMIT=100] -->
    133     <string name="enable_cmas_test_alerts_summary">Test broadcasts for Commercial Mobile Alert System</string>
    134 
    135     <!-- Preference title for CMAS vibration on/off. [CHAR LIMIT=50] -->
    136     <string name="enable_alert_vibrate_title">Vibrate</string>
    137 
    138     <!-- Preference title for use full volume option. [CHAR LIMIT=50] -->
    139     <string name="use_full_volume_title">Use full volume</string>
    140     <!-- Preference summary for use full volume option. [CHAR LIMIT=100] -->
    141     <string name="use_full_volume_summary">Ignore other volume and Do Not Disturb preferences</string>
    142 
    143     <!-- Preference title for enable area update information broadcasts. [CHAR LIMIT=50] -->
    144     <string name="enable_area_update_info_alerts_title">Area update broadcasts</string>
    145     <!-- Preference summary for enable area update information broadcasts. [CHAR LIMIT=100] -->
    146     <string name="enable_area_update_info_alerts_summary">Show update information in SIM status</string>
    147 
    148     <!-- Preference category title for developer settings. [CHAR LIMIT=50] -->
    149     <string name="category_dev_settings_title">Developer options</string>
    150 
    151     <!-- CMAS alert category heading (including colon). [CHAR LIMIT=30] -->
    152     <string name="cmas_category_heading">Alert Category:</string>
    153     <!-- CMAS category for geophysical alerts. [CHAR LIMIT=50] -->
    154     <string name="cmas_category_geo">Geophysical</string>
    155     <!-- CMAS category for meteorological alerts. [CHAR LIMIT=50] -->
    156     <string name="cmas_category_met">Meteorological</string>
    157     <!-- CMAS category for general emergency and public safety alerts. [CHAR LIMIT=50] -->
    158     <string name="cmas_category_safety">Safety</string>
    159     <!-- CMAS category for security alerts (law enforcement, military, etc.). [CHAR LIMIT=50] -->
    160     <string name="cmas_category_security">Security</string>
    161     <!-- CMAS category for rescue and recovery alerts. [CHAR LIMIT=50] -->
    162     <string name="cmas_category_rescue">Rescue</string>
    163     <!-- CMAS category for fire suppression and rescue alerts. [CHAR LIMIT=50] -->
    164     <string name="cmas_category_fire">Fire</string>
    165     <!-- CMAS category for medical and public health alerts. [CHAR LIMIT=50] -->
    166     <string name="cmas_category_health">Health</string>
    167     <!-- CMAS category for pollution and other environmental alerts. [CHAR LIMIT=50] -->
    168     <string name="cmas_category_env">Environmental</string>
    169     <!-- CMAS category for transportation alerts. [CHAR LIMIT=50] -->
    170     <string name="cmas_category_transport">Transportation</string>
    171     <!-- CMAS category for utility, telecommunication, and other infrastructure alerts. [CHAR LIMIT=50] -->
    172     <string name="cmas_category_infra">Infrastructure</string>
    173     <!-- CMAS category for chemical, biological, radiological, nuclear alerts. [CHAR LIMIT=50] -->
    174     <string name="cmas_category_cbrne">Chemical/Biological/Nuclear/Explosive</string>
    175     <!-- CMAS category for other alerts. [CHAR LIMIT=50] -->
    176     <string name="cmas_category_other">Other</string>
    177 
    178     <!-- CMAS response type heading (including colon). [CHAR LIMIT=30] -->
    179     <string name="cmas_response_heading">Response Type:</string>
    180     <!-- CMAS response type: take shelter in place. [CHAR LIMIT=50] -->
    181     <string name="cmas_response_shelter">Shelter</string>
    182     <!-- CMAS response type: evacuate (relocate). [CHAR LIMIT=50] -->
    183     <string name="cmas_response_evacuate">Evacuate</string>
    184     <!-- CMAS response type: make preparations. [CHAR LIMIT=50] -->
    185     <string name="cmas_response_prepare">Prepare</string>
    186     <!-- CMAS response type: execute a pre-planned activity. [CHAR LIMIT=50] -->
    187     <string name="cmas_response_execute">Execute</string>
    188     <!-- CMAS response type: monitor information sources. [CHAR LIMIT=50] -->
    189     <string name="cmas_response_monitor">Monitor</string>
    190     <!-- CMAS response type: avoid hazard. [CHAR LIMIT=50] -->
    191     <string name="cmas_response_avoid">Avoid</string>
    192     <!-- CMAS response type: evaluate the information in this message. [CHAR LIMIT=50] -->
    193     <string name="cmas_response_assess">Assess</string>
    194     <!-- CMAS response type: no action recommended. [CHAR LIMIT=50] -->
    195     <string name="cmas_response_none">None</string>
    196 
    197     <!-- CMAS severity heading (including colon). [CHAR LIMIT=30] -->
    198     <string name="cmas_severity_heading">Severity:</string>
    199     <!-- CMAS severity type: extreme. [CHAR LIMIT=30] -->
    200     <string name="cmas_severity_extreme">Extreme</string>
    201     <!-- CMAS severity type: severe. [CHAR LIMIT=30] -->
    202     <string name="cmas_severity_severe">Severe</string>
    203 
    204     <!-- CMAS urgency heading (including colon). [CHAR LIMIT=30] -->
    205     <string name="cmas_urgency_heading">Urgency:</string>
    206     <!-- CMAS urgency type: take responsive action immediately. [CHAR LIMIT=30] -->
    207     <string name="cmas_urgency_immediate">Immediate</string>
    208     <!-- CMAS severity type: severe. [CHAR LIMIT=30] -->
    209     <string name="cmas_urgency_expected">Expected</string>
    210 
    211     <!-- CMAS certainty heading (including colon). [CHAR LIMIT=30] -->
    212     <string name="cmas_certainty_heading">Certainty:</string>
    213     <!-- CMAS certainty type: observed. [CHAR LIMIT=30] -->
    214     <string name="cmas_certainty_observed">Observed</string>
    215     <!-- CMAS severity type: severe. [CHAR LIMIT=30] -->
    216     <string name="cmas_certainty_likely">Likely</string>
    217 
    218     <!-- Message delivery time (including colon). [CHAR LIMIT=30] -->
    219     <string name="delivery_time_heading">Received:</string>
    220 
    221     <!-- Non-emergency broadcast notification description for multiple unread alerts. -->
    222     <string name="notification_multiple"><xliff:g id="count">%s</xliff:g> unread alerts.</string>
    223     <!-- Non-emergency broadcast notification title for multiple unread alerts. -->
    224     <string name="notification_multiple_title">New alerts</string>
    225 
    226     <!-- Show CMAS opt-out dialog on first non-Presidential alert. [CHAR LIMIT=100] -->
    227     <string name="show_cmas_opt_out_summary">Show an opt-out dialog after displaying the first CMAS alert (other than Presidential Alert).</string>
    228     <!-- Show CMAS opt-out dialog on first non-Presidential alert. [CHAR LIMIT=40] -->
    229     <string name="show_cmas_opt_out_title">Show opt-out dialog</string>
    230 
    231     <!-- CMAS opt-out dialog message. [CHAR LIMIT=160] -->
    232     <string name="cmas_opt_out_dialog_text">You are currently receiving Emergency Alerts. Would you like to continue receiving Emergency Alerts?</string>
    233     <!-- Text for positive button in CMAS opt-out dialog. [CHAR LIMIT=25] -->
    234     <string name="cmas_opt_out_button_yes">Yes</string>
    235     <!-- Text for negative button in CMAS opt-out dialog. [CHAR LIMIT=25] -->
    236     <string name="cmas_opt_out_button_no">No</string>
    237 
    238     <!-- Title for CellBroadcastListActivity -->
    239     <string name="cb_list_activity_title">"Emergency alert history"</string>
    240 
    241     <!-- Entries in the ListPreference for alert reminder intervals. [CHAR LIMIT=30] -->
    242     <string-array name="alert_reminder_interval_entries">
    243       <item>Once</item>
    244       <item>Every 2 minutes</item>
    245       <item>Every 5 minutes</item>
    246       <item>Every 15 minutes</item>
    247       <item>Off</item>
    248     </string-array>
    249 
    250     <!-- Do not translate. Values that are retrieved from the ListPreference.
    251          These must match the alert_reminder_interval_entries list above. -->
    252     <string-array name="alert_reminder_interval_values">
    253       <item>1</item>
    254       <item>2</item>
    255       <item>5</item>
    256       <item>15</item>
    257       <item>0</item>
    258     </string-array>
    259 
    260     <!-- Do not translate. Values that are active in the ListPreference.
    261          These must be a subset of the alert_reminder_interval_values list above. -->
    262     <string-array name="alert_reminder_interval_active_values">
    263       <item>1</item>
    264       <item>2</item>
    265       <item>15</item>
    266       <item>0</item>
    267     </string-array>
    268 
    269     <!-- Do not translate. Default value that in the ListPreference.
    270          These must be a subset of the alert_reminder_interval_values list above. -->
    271     <string name="alert_reminder_interval_default_value">0</string>
    272 
    273     <!-- Do not translate. Values that for the vibration pattern. -->
    274     <integer-array name="default_vibration_pattern">
    275         <item>0</item>      <!-- the number of milliseconds to wait before turning the vibrator on -->
    276         <item>2000</item>   <!-- the number of milliseconds for which to keep the vibrator on before turning it off -->
    277         <item>500</item>    <!-- Subsequent values alternate between durations in milliseconds to turn the vibrator off or to turn the vibrator on -->
    278         <item>1000</item>
    279         <item>500</item>
    280         <item>1000</item>
    281         <item>500</item>
    282         <item>2000</item>
    283         <item>500</item>
    284         <item>1000</item>
    285         <item>500</item>
    286         <item>1000</item>
    287     </integer-array>
    288 </resources>
    289