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     <!-- Menu item for accessing application settings. [CHAR LIMIT=30] -->
     30     <string name="menu_preferences">Settings</string>
     31     <!-- Menu item for deleting all broadcasts. [CHAR LIMIT=30] -->
     32     <string name="menu_delete_all">Delete broadcasts</string>
     33     <!-- Context menu item to view a previously received broadcast. [CHAR LIMIT=30] -->
     34     <string name="menu_view">View broadcast</string>
     35     <!-- Context menu item to delete a previously received broadcast. [CHAR LIMIT=30] -->
     36     <string name="menu_delete">Delete broadcast</string>
     37 
     38     <!-- Confirm Delete -->
     39     <!-- Delete confirmation dialog title. [CHAR LIMIT=30] -->
     40     <string name="confirm_dialog_title">Delete</string>
     41     <!-- Delete broadcast confirmation dialog message. [CHAR LIMIT=NONE] -->
     42     <string name="confirm_delete_broadcast">The broadcast message will be deleted.</string>
     43     <!-- Delete all broadcasts confirmation dialog message. [CHAR LIMIT=NONE] -->
     44     <string name="confirm_delete_all_broadcasts">All received broadcast messages will be deleted.</string>
     45     <!-- Delete button text for delete broadcast dialog. [CHAR LIMIT=25] -->
     46     <string name="button_delete">Delete</string>
     47     <!-- Cancel button text for delete broadcast dialog. [CHAR LIMIT=25] -->
     48     <string name="button_cancel">Cancel</string>
     49 
     50     <!-- ETWS dialog title for Earthquake Warning. [CHAR LIMIT=50] -->
     51     <string name="etws_earthquake_warning">Earthquake Warning</string>
     52     <!-- ETWS dialog title for Tsunami Warning. [CHAR LIMIT=50] -->
     53     <string name="etws_tsunami_warning">Tsunami Warning</string>
     54     <!-- ETWS dialog title for Earthquake and Tsunami Warning. [CHAR LIMIT=50] -->
     55     <string name="etws_earthquake_and_tsunami_warning">Earthquake and Tsunami Warning</string>
     56     <!-- ETWS dialog title for test message. [CHAR LIMIT=50] -->
     57     <string name="etws_test_message">ETWS Test Message</string>
     58     <!-- ETWS dialog title for other emergency type. [CHAR LIMIT=50] -->
     59     <string name="etws_other_emergency_type">Emergency Warning</string>
     60     <!-- CMAS dialog title for presidential level alert. [CHAR LIMIT=50] -->
     61     <string name="cmas_presidential_level_alert">Presidential Alert</string>
     62     <!-- CMAS dialog title for extreme alert. [CHAR LIMIT=50] -->
     63     <string name="cmas_extreme_alert">Emergency Alert: Extreme</string>
     64     <!-- CMAS dialog title for severe alert. [CHAR LIMIT=50] -->
     65     <string name="cmas_severe_alert">Emergency Alert: Severe</string>
     66     <!-- CMAS dialog title for child abduction emergency (Amber Alert). [CHAR LIMIT=50] -->
     67     <string name="cmas_amber_alert">Child Abduction (Amber Alert)</string>
     68     <!-- CMAS dialog title for required monthly test. [CHAR LIMIT=50] -->
     69     <string name="cmas_required_monthly_test">Emergency Alert Monthly Test</string>
     70     <!-- CMAS dialog title for CMAS Exercise. [CHAR LIMIT=50] -->
     71     <string name="cmas_exercise_alert">Emergency Alert (Exercise)</string>
     72     <!-- CMAS dialog title for operator defined use. [CHAR LIMIT=50] -->
     73     <string name="cmas_operator_defined_alert">Emergency Alert (Operator)</string>
     74     <!-- Dialog title for all other message identifiers in the PWS range. [CHAR LIMIT=50] -->
     75     <string name="pws_other_message_identifiers">Emergency Alert</string>
     76     <!-- Dialog title for all non-emergency cell broadcasts. [CHAR LIMIT=50] -->
     77     <string name="cb_other_message_identifiers">Cell Broadcast</string>
     78 
     79     <!-- Preference category title for emergency alert settings. [CHAR LIMIT=50] -->
     80     <string name="emergency_alert_settings_title">Emergency Alert Settings</string>
     81     <!-- Preference title for enable emergency alerts checkbox. [CHAR LIMIT=30] -->
     82     <string name="enable_emergency_alerts_title">Enable notifications</string>
     83     <!-- Preference summary for enable notifications checkbox. [CHAR LIMIT=50] -->
     84     <string name="enable_emergency_alerts_summary">Display emergency alert broadcasts</string>
     85     <!-- Preference title for alert sound duration list. [CHAR LIMIT=30] -->
     86     <string name="alert_sound_duration_title">Alert sound duration</string>
     87     <!-- Do not translate. Empty summary for alert duration (set by CellBroadcastSettings). -->
     88     <string name="alert_sound_duration_summary"></string>
     89     <!-- Preference title for enable text-to-speech checkbox. [CHAR LIMIT=30] -->
     90     <string name="enable_alert_speech_title">Speak alert message</string>
     91     <!-- Preference summary for enable text-to-speech checkbox. [CHAR LIMIT=100] -->
     92     <string name="enable_alert_speech_summary">Use text-to-speech to speak emergency alert messages</string>
     93 
     94     <!-- Preference category title for ETWS settings. [CHAR LIMIT=50] -->
     95     <string name="category_etws_settings_title">ETWS Settings</string>
     96     <!-- Preference title for enable ETWS test alerts checkbox. [CHAR LIMIT=30] -->
     97     <string name="enable_etws_test_alerts_title">Show test broadcasts</string>
     98     <!-- Preference summary for enable ETWS test alerts checkbox. [CHAR LIMIT=100] -->
     99     <string name="enable_etws_test_alerts_summary">Display test broadcasts for Earthquake Tsunami Warning System</string>
    100 
    101     <!-- Preference category title for CMAS settings. [CHAR LIMIT=50] -->
    102     <string name="category_cmas_settings_title">CMAS Settings</string>
    103     <!-- Preference title for enable CMAS imminent threat alerts checkbox. [CHAR LIMIT=30] -->
    104     <string name="enable_cmas_imminent_threat_alerts_title">Show imminent threats</string>
    105     <!-- Preference summary for enable CMAS imminent threat alerts checkbox. [CHAR LIMIT=100] -->
    106     <string name="enable_cmas_imminent_threat_alerts_summary">Display CMAS imminent threat warning notifications</string>
    107     <!-- Preference title for enable CMAS amber alerts checkbox. [CHAR LIMIT=50] -->
    108     <string name="enable_cmas_amber_alerts_title">Show AMBER Alerts</string>
    109     <!-- Preference summary for enable CMAS amber alerts checkbox. [CHAR LIMIT=100] -->
    110     <string name="enable_cmas_amber_alerts_summary">Display AMBER Alert (child abduction emergency) bulletins</string>
    111     <!-- Preference title for enable CMAS test alerts checkbox. [CHAR LIMIT=30] -->
    112     <string name="enable_cmas_test_alerts_title">Show test broadcasts</string>
    113     <!-- Preference summary for enable CMAS test alerts checkbox. [CHAR LIMIT=100] -->
    114     <string name="enable_cmas_test_alerts_summary">Display CMAS monthly test broadcasts</string>
    115 
    116     <!-- Preference category title for Brazil settings. [CHAR LIMIT=50] -->
    117     <string name="category_brazil_settings_title">Settings for Brazil</string>
    118     <!-- Preference title for enable channel 50 alerts (Brazil only). [CHAR LIMIT=30] -->
    119     <string name="enable_channel_50_alerts_title">Show channel 50 broadcasts</string>
    120     <!-- Preference summary for enable channel 50 alerts (Brazil only). [CHAR LIMIT=100] -->
    121     <string name="enable_channel_50_alerts_summary">Channel 50 is used in Brazil for area update information</string>
    122 
    123     <!-- Entries listed in the ListPreference for allowed alert durations. [CHAR LIMIT=30] -->
    124     <string-array name="alert_sound_duration_entries">
    125       <item>2 seconds</item>
    126       <item>4 seconds</item>
    127       <item>6 seconds</item>
    128       <item>8 seconds</item>
    129       <item>10 seconds</item>
    130     </string-array>
    131 
    132     <!-- Do not translate. Values that are retrieved from the ListPreference.
    133          These must match the alert_sound_duration_entries above. -->
    134     <string-array name="alert_sound_duration_values">
    135       <item>2</item>
    136       <item>4</item>
    137       <item>6</item>
    138       <item>8</item>
    139       <item>10</item>
    140     </string-array>
    141 </resources>
    142