Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3   ~ Copyright (C) 2013 The Android Open Source Project
      4   ~
      5   ~ Licensed under the Apache License, Version 2.0 (the "License");
      6   ~ you may not use this file except in compliance with the License.
      7   ~ You may obtain a copy of the License at
      8   ~
      9   ~      http://www.apache.org/licenses/LICENSE-2.0
     10   ~
     11   ~ Unless required by applicable law or agreed to in writing, software
     12   ~ distributed under the License is distributed on an "AS IS" BASIS,
     13   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     14   ~ See the License for the specific language governing permissions and
     15   ~ limitations under the License
     16   -->
     17 
     18 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     19 
     20     <!-- Official label of the phone app, as seen in "Manage Applications"
     21          and other settings UIs. -->
     22     <string name="phoneAppLabel" product="default">Phone</string>
     23 
     24     <!-- Official label for the in-call UI. DO NOT TRANSLATE. -->
     25     <string name="inCallLabel" translate="false">InCallUI</string>
     26 
     27     <!-- Call status -->
     28 
     29     <!-- In-call screen: status label for a call that's on hold -->
     30     <string name="onHold">On hold</string>
     31 
     32     <!-- Incoming call screen, name of "unknown" caller -->
     33     <string name="unknown">Unknown</string>
     34     <!-- Incoming call screen, string when number hidden -->
     35     <string name="private_num">Private number</string>
     36     <!-- Incoming call screen, string when called from a pay phone -->
     37     <string name="payphone">Pay phone</string>
     38 
     39     <!-- In-call screen: call failure reason (busy) -->
     40     <string name="callFailed_userBusy">Line busy</string>
     41     <!-- In-call screen: call failure reason (network congestion) -->
     42     <string name="callFailed_congestion">Network busy</string>
     43     <!-- In-call screen: call failure reason (client timed out) -->
     44     <string name="callFailed_timedOut">No response, timed out</string>
     45     <!-- In-call screen: call failure reason (server unreachable) -->
     46     <string name="callFailed_server_unreachable">Server unreachable</string>
     47     <!-- In-call screen: call failure reason (peer unreachable) -->
     48     <string name="callFailed_number_unreachable">Number unreachable</string>
     49     <!-- In-call screen: call failure reason (incorrect username or password) -->
     50     <string name="callFailed_invalid_credentials">Incorrect username or password</string>
     51     <!-- In-call screen: call failure reason (calling from out of network is not allowed) -->
     52     <string name="callFailed_out_of_network">Called from out-of-network</string>
     53     <!-- In-call screen: call failure reason (server error) -->
     54     <string name="callFailed_server_error">Server error. Try again later.</string>
     55     <!-- In-call screen: call failure reason (no signal) -->
     56     <string name="callFailed_noSignal">No signal</string>
     57     <!-- In-call screen: call failure reason (GSM ACM limit exceeded) -->
     58     <string name="callFailed_limitExceeded">ACM limit exceeded</string>
     59     <!-- In-call screen: call failure reason (radio is off) -->
     60     <string name="callFailed_powerOff">Radio off</string>
     61     <!-- In-call screen: call failure reason (SIM error) -->
     62     <string name="callFailed_simError">No SIM or SIM error</string>
     63     <!-- In-call screen: call failure reason (out of service) -->
     64     <string name="callFailed_outOfService">Out of service area</string>
     65     <!-- In-call screen: call failure reason (call denied because of current FDN setting) -->
     66     <string name="callFailed_fdn_only">Outgoing calls are restricted by FDN.</string>
     67     <!-- In-call screen: call failure reason (call denied because call barring is on) -->
     68     <string name="callFailed_cb_enabled">You can\'t make outgoing calls while call barring is on.</string>
     69     <!-- In-call screen: call failure reason (call denied because domain specific access control is on) -->
     70     <string name="callFailed_dsac_restricted">All calls are restricted by access control.</string>
     71     <!-- In-call screen: call failure reason (Emergency call denied because domain specific access control is on)-->
     72     <string name="callFailed_dsac_restricted_emergency">Emergency calls are restricted by access control.</string>
     73     <!-- In-call screen: call failure reason (Normal call denied because domain specific access control is on)-->
     74     <string name="callFailed_dsac_restricted_normal">Normal calls are restricted by access control.</string>
     75     <!-- In-call screen: call failure reason (Dialed number doesn't exist) -->
     76     <string name="callFailed_unobtainable_number">Invalid number</string>
     77     <!-- In-call screen: status label for a conference call -->
     78     <string name="confCall">Conference call</string>
     79     <!-- In-call screen: call lost dialog text -->
     80     <string name="call_lost">Call has been lost.</string>
     81 
     82     <!-- Positive button label ("OK") used in several dialogs in the phone UI [CHAR LIMIT=10] -->
     83     <string name="ok">OK</string>
     84 
     85     <!-- MMI dialog strings -->
     86     <!-- Dialog label when an MMI code starts running -->
     87 
     88     <!-- "Audio mode" popup menu: Item label to select the speakerphone [CHAR LIMIT=25] -->
     89     <string name="audio_mode_speaker">Speaker</string>
     90     <!-- "Audio mode" popup menu: Item label to select the handset earpiece [CHAR LIMIT=25] -->
     91     <string name="audio_mode_earpiece">Handset earpiece</string>
     92     <!-- "Audio mode" popup menu: Item label to select the wired headset [CHAR LIMIT=25] -->
     93     <string name="audio_mode_wired_headset">Wired headset</string>
     94     <!-- "Audio mode" popup menu: Item label to select the bluetooth headset [CHAR LIMIT=25] -->
     95     <string name="audio_mode_bluetooth">Bluetooth</string>
     96 
     97     <!-- post dial -->
     98     <!-- In-call screen: body text of the dialog that appears when we encounter
     99          the "wait" character in a phone number to be dialed; this dialog asks the
    100          user if it's OK to send the numbers following the "wait". -->
    101     <string name="wait_prompt_str">Send the following tones?\n</string>
    102     <!-- In-call screen: body text of the dialog that appears when we encounter
    103          the "PAUSE" character in a phone number to be dialed; this dialog gives
    104          informative message to the user to show the sending numbers following the "Pause". -->
    105     <string name="pause_prompt_str">Sending tones\n</string>
    106     <!-- In-call screen: button label on the "wait" prompt dialog -->
    107     <string name="send_button">Send</string>
    108     <!-- In-call screen: button label on the "wait" prompt dialog in CDMA Mode-->
    109     <string name="pause_prompt_yes">Yes</string>
    110     <!-- In-call screen: button label on the "wait" prompt dialog in CDMA Mode-->
    111     <string name="pause_prompt_no">No</string>
    112     <!-- In-call screen: on the "wild" character dialog, this is the label
    113          for a text widget that lets the user enter the digits that should
    114          replace the "wild" character. -->
    115     <string name="wild_prompt_str">Replace wild character with</string>
    116 
    117     <!-- missing voicemail number -->
    118     <!-- Title of the "Missing voicemail number" dialog -->
    119     <string name="no_vm_number">Missing voicemail number</string>
    120     <!-- Body text of the "Missing voicemail number" dialog -->
    121     <string name="no_vm_number_msg">No voicemail number is stored on the SIM card.</string>
    122     <!-- Button label on the "Missing voicemail number" dialog -->
    123     <string name="add_vm_number_str">Add number</string>
    124 
    125     <!-- Status message displayed on SIM PIN unlock panel -->
    126     <string name="puk_unlocked">Your SIM card has been unblocked. Your phone is unlocking\u2026</string>
    127     <!-- network depersonalization -->
    128     <!-- Label text for PIN entry widget on SIM Network Depersonalization panel -->
    129     <string name="label_ndp">SIM network unlock PIN</string>
    130     <!-- Button label on SIM Network Depersonalization panel -->
    131     <string name="sim_ndp_unlock_text">Unlock</string>
    132     <!-- Button label on SIM Network Depersonalization panel -->
    133     <string name="sim_ndp_dismiss_text">Dismiss</string>
    134     <!-- Status message displayed on SIM Network Depersonalization panel -->
    135     <string name="requesting_unlock">Requesting network unlock\u2026</string>
    136     <!-- Error message displayed on SIM Network Depersonalization panel -->
    137     <string name="unlock_failed">Network unlock request unsuccessful.</string>
    138     <!-- Success message displayed on SIM Network Depersonalization panel -->
    139     <string name="unlock_success">Network unlock successful.</string>
    140 
    141     <!-- settings strings -->
    142 
    143     <!-- GSM Call settings screen, setting option name -->
    144     <string name="labelGSMMore">GSM call settings</string>
    145     <!-- CDM Call settings screen, setting option name -->
    146     <string name="labelCDMAMore">CDMA call settings</string>
    147     <!-- Mobile network settings screen, setting option name -->
    148     <string name="apn_settings">Access Point Names</string>
    149     <!-- Label for the "Network settings" screen in the Settings UI -->
    150     <string name="settings_label">Network settings</string>
    151     <!-- Call settings screen, setting option name -->
    152     <string name="voicemail">Voicemail</string>
    153     <!-- Call forwarding dialog box, voicemail number prefix -->
    154     <string name="voicemail_abbreviated">VM:</string>
    155     <!-- Mobile network settings screen, setting option name -->
    156     <string name="networks">Network operators</string>
    157     <!-- Call settings screen title -->
    158     <string name="call_settings">Call settings</string>
    159     <!-- GSM Call settings screen, setting option name -->
    160     <string name="additional_gsm_call_settings">Additional settings</string>
    161     <!-- GSM-only Call settings screen, setting option name-->
    162     <string name="sum_gsm_call_settings">Additional GSM only call settings</string>
    163     <!-- CDMA Call settings screen, setting option name -->
    164     <string name="additional_cdma_call_settings">Additional CDMA call settings</string>
    165     <!-- CDMA-only Call settings screen, setting option name-->
    166     <string name="sum_cdma_call_settings">Additional CDMA only call settings</string>
    167     <!-- Call setting screen, nework service setting name -->
    168     <string name="labelNwService">Network service settings</string>
    169     <!-- Call settings screen, setting option name -->
    170     <string name="labelCallerId">Caller ID</string>
    171     <!-- Additional call settings screen, setting summary text when the setting is being loaded [CHAR LIMIT=40] -->
    172     <string name="sum_loading_settings">Loading settings\u2026</string>
    173     <!-- Additional call settings screen, setting summary text when Caller ID is hidden -->
    174     <string name="sum_hide_caller_id">Number hidden in outgoing calls</string>
    175     <!-- Additional call settings screen, setting summary text when Caller ID is shown -->
    176     <string name="sum_show_caller_id">Number displayed in outgoing calls</string>
    177     <!-- Additional call settings screen, setting summary text for default Caller ID value -->
    178     <string name="sum_default_caller_id">Use default operator settings to display my number in outgoing calls</string>
    179     <!-- Additional call settings screen, setting check box name -->
    180     <string name="labelCW">Call waiting</string>
    181     <!-- Additional call settings screen, setting summary text when call waiting check box is selected -->
    182     <string name="sum_cw_enabled">During a call, notify me of incoming calls</string>
    183     <!-- Additional call settings screen, setting summary text when call waiting check box is clear -->
    184     <string name="sum_cw_disabled">During a call, notify me of incoming calls</string>
    185     <!-- Call forwarding settings screen, section heading -->
    186     <string name="call_forwarding_settings">Call forwarding settings</string>
    187     <!-- Call settings screen, setting option name -->
    188     <string name="labelCF">Call forwarding</string>
    189 
    190     <!-- Call forwarding settings screen, setting option name -->
    191     <string name="labelCFU">Always forward</string>
    192     <!-- Call forwarding dialog box, text field label -->
    193     <string name="messageCFU">Always use this number</string>
    194     <!-- Call forwarding settings screen, setting summary text when forwarding all calls -->
    195     <string name="sum_cfu_enabled_indicator">Forwarding all calls</string>
    196     <!-- Call forwarding settings screen, setting summary text the Always forward is set -->
    197     <string name="sum_cfu_enabled">Forwarding all calls to <xliff:g id="phonenumber" example="555-1212">{0}</xliff:g></string>
    198     <!-- Call forwarding settings screen, Always forward is enabled but the number is unavailable -->
    199     <string name="sum_cfu_enabled_no_number">Number is unavailable</string>
    200     <!-- Call forwarding settings screen, setting summary text when Always forward is disabled -->
    201     <string name="sum_cfu_disabled">Disabled</string>
    202 
    203     <!-- Call forwarding settings screen, setting option name -->
    204     <string name="labelCFB">Forward when busy</string>
    205     <!-- Call forwarding dialog box, text field label -->
    206     <string name="messageCFB">Number when busy</string>
    207     <!-- Call forwarding settings screen, setting summary text when forwarding to specific number when busy -->
    208     <string name="sum_cfb_enabled">Forwarding to <xliff:g id="phonenumber" example="555-1212">{0}</xliff:g></string>
    209     <!-- Call forwarding settings screen, setting summary text when forwarding when busy is disabled -->
    210     <string name="sum_cfb_disabled">Disabled</string>
    211     <!-- Error message displayed after failing to disable forwarding calls when the phone is busy -->
    212     <string name="disable_cfb_forbidden">Your operator doesn\'t support disabling call forwarding when your phone is busy.</string>
    213 
    214     <!-- Call forwarding settings screen, setting option name -->
    215     <string name="labelCFNRy">Forward when unanswered</string>
    216     <!-- Call forwarding dialog box, text field label -->
    217     <string name="messageCFNRy">Number when unanswered</string>
    218     <!-- Call forwarding settings screen, setting summary text when forwarding to a specific number when unanswered -->
    219     <string name="sum_cfnry_enabled">Forwarding to <xliff:g id="phonenumber" example="555-1212">{0}</xliff:g></string>
    220     <!-- Call forwarding settings screen, setting summary text when Forward when unanswered is disabled -->
    221     <string name="sum_cfnry_disabled">Disabled</string>
    222     <!-- Error message displayed after failing to disable forwarding calls when the phone does not answer -->
    223     <string name="disable_cfnry_forbidden">Your operator doesn\'t support disabling call forwarding when your phone doesn\'t answer.</string>
    224 
    225     <!-- Call forwarding settings screen, setting option name -->
    226     <string name="labelCFNRc">Forward when unreachable</string>
    227     <!-- Call forwarding dialog box, text field label -->
    228     <string name="messageCFNRc">Number when unreachable</string>
    229     <!-- Call forwarding settings screen, setting summary text when forwarding to a specific number when unreachable-->
    230     <string name="sum_cfnrc_enabled">Forwarding to <xliff:g id="phonenumber" example="555-1212">{0}</xliff:g></string>
    231     <!-- Call forwarding settings screen, setting summary text when Forward when unreachable is disabled -->
    232     <string name="sum_cfnrc_disabled">Disabled</string>
    233     <!-- Error message displayed after failing to disable forwarding calls when the phone is unreachable -->
    234     <string name="disable_cfnrc_forbidden">Your carrier doesn\'t support disabling call forwarding when your phone is unreachable.</string>
    235 
    236     <!-- Title of the progress dialog displayed while updating Call settings -->
    237     <string name="updating_title">Call settings</string>
    238     <!-- Title of the alert dialog displayed if an error occurs while updating Call settings -->
    239     <string name="error_updating_title">Call settings error</string>
    240     <!-- Toast in Call settings dialog while settings are being read -->
    241     <string name="reading_settings">Reading settings\u2026</string>
    242     <!-- Toast in Call settings dialog while settings are being saved -->
    243     <string name="updating_settings">Updating settings\u2026</string>
    244     <!-- Toast in Call settings dialog while settings are being reverted -->
    245     <string name="reverting_settings">Reverting settings\u2026</string>
    246     <!-- Status message displayed in the "Call settings error" dialog -->
    247     <string name="response_error">Unexpected response from network.</string>
    248     <!-- Status message displayed in the "Call settings error" dialog -->
    249     <string name="exception_error">Network or SIM card error.</string>
    250     <!-- Status message displayed in the "Call settings error" dialog when operation fails due to FDN
    251          [CHAR LIMIT=NONE] -->
    252     <string name="fdn_check_failure">Your Phone app\'s Fixed Dialing Numbers setting is turned on. As a result, some call-related features aren\'t working.</string>
    253     <!-- Status message displayed in the "Call settings error" dialog -->
    254     <string name="radio_off_error">Turn on the radio before viewing these settings.</string>
    255     <!-- Button label used to dismiss the "Call settings error" dialog -->
    256     <string name="close_dialog">OK</string>
    257     <!-- Button label used in several settings-related dialogs -->
    258     <string name="enable">Enable</string>
    259     <!-- Button label used in several settings-related dialogs -->
    260     <string name="disable">Disable</string>
    261     <!-- Button label which indicates the user wants to update a stored
    262          phone number; used in several settings-related dialogs -->
    263     <string name="change_num">Update</string>
    264     <!-- Phone settings: Caller ID preference values -->
    265     <string-array name="clir_display_values">
    266         <!-- Phone settings "Caller ID" preference option: use the default value -->
    267         <item>Network default</item>
    268         <!-- Phone settings "Caller ID" preference option: hide outgoing Caller ID info -->
    269         <item>Hide number</item>
    270         <!-- Phone settings "Caller ID" preference option: show outgoing Caller ID info -->
    271         <item>Show number</item>
    272     </string-array>
    273     <!-- Phone settings: Internal keys used for Caller ID preference values.  DO NOT TRANSLATE. -->
    274     <string-array name="clir_values" translatable="false">
    275         <!-- Phone settings: Internal key used for Caller ID preference values.  DO NOT TRANSLATE. -->
    276         <item><xliff:g>DEFAULT</xliff:g></item>
    277         <!-- Phone settings: Internal key used for Caller ID preference values.  DO NOT TRANSLATE. -->
    278         <item><xliff:g>HIDE</xliff:g></item>
    279         <!-- Phone settings: Internal key used for Caller ID preference values.  DO NOT TRANSLATE. -->
    280         <item><xliff:g>SHOW</xliff:g></item>
    281     </string-array>
    282 
    283     <!-- voicemail setting strings --><skip/>
    284     <!-- Call settings screen, Set voicemail number dialog text -->
    285     <string name="vm_changed">Voicemail number changed.</string>
    286     <!-- Call settings screen, Set voicemail number dialog text -->
    287     <string name="vm_change_failed">Couldn\'t change the voicemail number.\nContact your carrier if this problem persists.</string>
    288     <!-- Call settings screen, displayed when vm provider supplied forwarding number change fails-->
    289     <string name="fw_change_failed">Couldn\'t change the forwarding number.\nContact your carrier if this problem persists.</string>
    290     <!-- Call settings screen, displayed when forwarding number read fails-->
    291     <string name="fw_get_in_vm_failed">Couldn\'t retrieve and save current forwarding number settings.\nSwitch to the new provider anyway?</string>
    292     <!-- Call settings screen, Set voicemail number dialog text -->
    293     <string name="no_change">No changes were made.</string>
    294     <!-- Call settings screen, "Voicemail" provider setting summary text when no provider is selected -->
    295     <string name="sum_voicemail_choose_provider">Choose voicemail service</string>
    296     <!-- Call settings screen, "Voicemail" screen, default option - My Carrier -->
    297     <string name="voicemail_default">My carrier</string>
    298 
    299     <!-- networks setting strings --><skip/>
    300     <!-- Mobile network settings screen title -->
    301     <string name="mobile_networks">Mobile network settings</string>
    302     <!-- Available networks screen title/heading -->
    303     <string name="label_available">Available networks</string>
    304     <!-- Mobile network settings screen, toast when searching for available networks -->
    305     <string name="load_networks_progress">Searching\u2026</string>
    306     <!-- Available networks screen, text when no networks are found -->
    307     <string name="empty_networks_list">No networks found.</string>
    308     <!-- Available networks screen, setting option name -->
    309     <string name="search_networks">Search networks</string>
    310     <!-- Available networks screen, toast when an error is encountered when searching for networks -->
    311     <string name="network_query_error">Error while searching for networks.</string>
    312     <!-- Available networks screen, toast when registering on a specific network -->
    313     <string name="register_on_network">Registering on <xliff:g id="network">%s</xliff:g>\u2026</string>
    314     <!-- Available networks screen, toast when SIM card isn't allowed on a network -->
    315     <string name="not_allowed">Your SIM card doesn\'t allow a connection to this network.</string>
    316     <!-- Available networks screen, toast when unable to connect to a network temporarily -->
    317     <string name="connect_later">Can\'t connect to this network right now. Try again later.</string>
    318     <!-- Available networks screen, toast when registered on a specific network -->
    319     <string name="registration_done">Registered on network.</string>
    320     <!-- Mobile network settings screen setting option summary text -->
    321     <string name="sum_carrier_select">Choose a network operator</string>
    322     <!-- Available networks screen, setting summary text -->
    323     <string name="sum_search_networks">Search for all available networks</string>
    324     <!-- Available networks screen, setting option name -->
    325     <string name="select_automatically">Choose automatically</string>
    326     <!-- Available networks screen, setting summary text -->
    327     <string name="sum_select_automatically">Automatically choose preferred network</string>
    328     <string name="register_automatically">Automatic registration\u2026</string>
    329     <string name="preferred_network_mode_title">Network Mode</string>
    330     <string name="preferred_network_mode_summary">Change the network operating mode</string>
    331     <string name="preferred_network_mode_dialogtitle">Preferred network mode</string>
    332     <!-- Mobile network settings, summary for preferred network mode WCDMA preferred[CHAR LIMIT=100] -->
    333     <string name="preferred_network_mode_wcdma_perf_summary">Preferred network mode: WCDMA preferred</string>
    334     <!-- Mobile network settings, summary for preferred network mode GSM [CHAR LIMIT=100] -->
    335     <string name="preferred_network_mode_gsm_only_summary">Preferred network mode: GSM only</string>
    336     <!-- Mobile network settings, summary for preferred network mode WCDMA only [CHAR LIMIT=100] -->
    337     <string name="preferred_network_mode_wcdma_only_summary">Preferred network mode: WCDMA only</string>
    338     <!-- Mobile network settings, summary for preferred network mode GSM / UMTS [CHAR LIMIT=100] -->
    339     <string name="preferred_network_mode_gsm_wcdma_summary">Preferred network mode: GSM / WCDMA</string>
    340     <!-- Mobile network settings, summary for preferred network mode CDMA [CHAR LIMIT=100] -->
    341     <string name="preferred_network_mode_cdma_summary">Preferred network mode: CDMA</string>
    342     <!-- Mobile network settings, summary for preferred network mode CDMA / EvDo [CHAR LIMIT=100] -->
    343     <string name="preferred_network_mode_cdma_evdo_summary">Preferred network mode: CDMA / EvDo</string>
    344     <!-- Mobile network settings, summary for preferred network mode CDMA only [CHAR LIMIT=100] -->
    345     <string name="preferred_network_mode_cdma_only_summary">Preferred network mode: CDMA only</string>
    346     <!-- Mobile network settings, summary for preferred network mode EvDo only [CHAR LIMIT=100] -->
    347     <string name="preferred_network_mode_evdo_only_summary">Preferred network mode: EvDo only</string>
    348     <!-- Mobile network settings, summary for preferred network mode CDMA/EvDo/GSM/WCDMA[CHAR LIMIT=100] -->
    349     <string name="preferred_network_mode_cdma_evdo_gsm_wcdma_summary">Preferred network mode: CDMA/EvDo/GSM/WCDMA</string>
    350     <!-- Mobile network settings, summary for preferred network mode LTE [CHAR LIMIT=100] -->
    351     <string name="preferred_network_mode_lte_summary">Preferred network mode: LTE </string>
    352     <!-- Mobile network settings, summary for preferred network mode GSM/WCDMA/LTE [CHAR LIMIT=100] -->
    353     <string name="preferred_network_mode_lte_gsm_wcdma_summary">Preferred network mode: GSM/WCDMA/LTE</string>
    354     <!-- Mobile network settings, summary for preferred network mode CDMA+LTE/EVDO[CHAR LIMIT=100] -->
    355     <string name="preferred_network_mode_lte_cdma_evdo_summary">Preferred network mode: CDMA+LTE/EVDO</string>
    356     <!-- Mobile network settings, summary for preferred network mode Global[CHAR LIMIT=100] -->
    357     <string name="preferred_network_mode_global_summary">Preferred network mode: Global</string>
    358     <!-- Mobile network settings, summary for preferred network mode LTE / WCDMA[CHAR LIMIT=100] -->
    359     <string name="preferred_network_mode_lte_wcdma_summary">Preferred network mode: LTE / WCDMA</string>
    360 
    361 
    362     <string-array name="preferred_network_mode_choices">
    363         <item>LTE / WCDMA</item>
    364         <item>LTE</item>
    365         <item>Global</item>
    366         <item>GSM/WCDMA/LTE</item>
    367         <item>CDMA + LTE/EvDo</item>
    368         <item>CDMA/EvDo/GSM/WCDMA</item>
    369         <item>EvDo only</item>
    370         <item>CDMA w/o EvDo</item>
    371         <item>CDMA/EvDo auto</item>
    372         <item>GSM/WCDMA auto</item>
    373         <item>WCDMA only</item>
    374         <item>GSM only</item>
    375         <item>GSM/WCDMA preferred</item>
    376     </string-array>
    377     <string-array name="preferred_network_mode_values"  translatable="false">
    378         <item>"12"</item>
    379         <item>"11"</item>
    380         <item>"10"</item>
    381         <item>"9"</item>
    382         <item>"8"</item>
    383         <item>"7"</item>
    384         <item>"6"</item>
    385         <item>"5"</item>
    386         <item>"4"</item>
    387         <item>"3"</item>
    388         <item>"2"</item>
    389         <item>"1"</item>
    390         <item>"0"</item>
    391     </string-array>
    392     <!-- Mobile network settings screen, data enabling checkbox name -->
    393     <string name="data_enabled">Data enabled</string>
    394     <!-- Mobile network settings screen, setting summary text when check box is not selected (explains what selecting it would do) -->
    395     <string name="data_enable_summary">Enable data access over Mobile network</string>
    396     <!-- Mobile network settings screen, setting check box name -->
    397     <string name="roaming">Data roaming</string>
    398     <!-- Mobile network settings screen, setting summary text when check box is selected -->
    399     <string name="roaming_enable">Connect to data services when roaming</string>
    400     <!-- Mobile network settings screen, setting summary text when check box is clear -->
    401     <string name="roaming_disable">Connect to data services when roaming</string>
    402     <!-- Mobile network settings UI: notification message shown when you
    403          lose data connectivity because you're roaming and you have the
    404          "data roaming" feature turned off. -->
    405     <string name="roaming_reenable_message">You\'ve lost data connectivity because you left your home network with data roaming turned off.</string>
    406     <!-- Mobile network settings screen, dialog message when user selects the Data roaming check box -->
    407     <string name="roaming_warning">Allow data roaming? You may incur significant roaming charges!</string>
    408     <string name="gsm_umts_options">GSM/UMTS Options</string>
    409     <string name="cdma_options">CDMA Options</string>
    410 
    411     <!-- Screen option on the mobile network settings to go into data usage settings -->
    412     <string name="throttle_data_usage">Data usage</string>
    413     <!-- Data usage settings screen option for checking the current usage -->
    414     <string name="throttle_current_usage">Data used in current period</string>
    415     <!-- Data usage settings screen option for time frame-->
    416     <string name="throttle_time_frame">Data use period</string>
    417     <!-- Data usage settings screen option for throttling rate-->
    418     <string name="throttle_rate">Data rate policy</string>
    419     <!-- Data usage settings screen option for accessing the carrier website-->
    420     <string name="throttle_help">Learn more</string>
    421 
    422     <string name="throttle_status_subtext"><xliff:g id="used">%1$s</xliff:g> (<xliff:g id="used">%2$d</xliff:g>\u066A) of <xliff:g id="used">%3$s</xliff:g> period maximum\nNext period starts in <xliff:g id="used">%4$d</xliff:g> days (<xliff:g id="used">%5$s</xliff:g>)</string>
    423 
    424     <string name="throttle_data_usage_subtext"><xliff:g id="used">%1$s</xliff:g> (<xliff:g id="used">%2$d</xliff:g>\u066A) of <xliff:g id="used">%3$s</xliff:g> period maximum</string>
    425 
    426     <string name="throttle_data_rate_reduced_subtext"><xliff:g id="used">%1$s</xliff:g> maximum exceeded\nData rate reduced to <xliff:g id="used">%2$d</xliff:g> Kb/s</string>
    427 
    428     <string name="throttle_time_frame_subtext"><xliff:g id="used">%1$d</xliff:g>\u066A of cycle elapsed\nNext period starts in <xliff:g id="used">%2$d</xliff:g> days (<xliff:g id="used">%3$s</xliff:g>)</string>
    429 
    430     <string name="throttle_rate_subtext">Data rate reduced to <xliff:g id="used">%1$d</xliff:g> Kb/s if data use limit is exceeded</string>
    431 
    432     <string name="throttle_help_subtext">More information about your carrier\'s mobile network data use policy</string>
    433 
    434     <string name="cell_broadcast_sms">Cell Broadcast SMS</string>
    435 
    436     <string name="enable_disable_cell_bc_sms">Cell Broadcast SMS</string>
    437     <string name="cell_bc_sms_enable">Cell Broadcast SMS enabled</string>
    438     <string name="cell_bc_sms_disable">Cell Broadcast SMS disabled</string>
    439 
    440     <string name="cb_sms_settings">Cell Broadcast SMS settings</string>
    441 
    442     <string name="enable_disable_emergency_broadcast">Emergency Broadcast</string>
    443     <string name="emergency_broadcast_enable">Emergency Broadcast enabled</string>
    444     <string name="emergency_broadcast_disable">Emergency Broadcast disabled</string>
    445 
    446     <string name="enable_disable_administrative">Administrative</string>
    447     <string name="administrative_enable">Administrative enabled</string>
    448     <string name="administrative_disable">Administrative disabled</string>
    449 
    450     <string name="enable_disable_maintenance">Maintenance</string>
    451     <string name="maintenance_enable">Maintenance enabled</string>
    452     <string name="maintenance_disable">Maintenance disabled</string>
    453 
    454     <string name="general_news_settings">General News</string>
    455     <string name="bf_news_settings">Business and Financial News</string>
    456     <string name="sports_news_settings">Sports News</string>
    457     <string name="entertainment_news_settings">Entertainment News</string>
    458 
    459     <string name="enable_disable_local">Local</string>
    460     <string name="local_enable">Local news enabled</string>
    461     <string name="local_disable">Local news disabled</string>
    462 
    463     <string name="enable_disable_regional">Regional</string>
    464     <string name="regional_enable">Regional news enabled</string>
    465     <string name="regional_disable">Regional news disabled</string>
    466 
    467     <string name="enable_disable_national">National</string>
    468     <string name="national_enable">National news enabled</string>
    469     <string name="national_disable">National news disabled</string>
    470 
    471     <string name="enable_disable_international">International</string>
    472     <string name="international_enable">International news enabled</string>
    473     <string name="international_disable">International news disabled</string>
    474 
    475     <string name="list_language_title">Language</string>
    476     <string name="list_language_summary">Select the news language</string>
    477     <string-array name="list_language_entries">
    478         <item>English</item>
    479         <item>French</item>
    480         <item>Spanish</item>
    481         <item>Japanese</item>
    482         <item>Korean</item>
    483         <item>Chinese</item>
    484         <item>Hebrew</item>
    485     </string-array>
    486     <string-array name="list_language_values">
    487         <item>"1"</item>
    488         <item>"2"</item>
    489         <item>"3"</item>
    490         <item>"4"</item>
    491         <item>"5"</item>
    492         <item>"6"</item>
    493         <item>"7"</item>
    494     </string-array>
    495     <string name="list_language_dtitle">Languages</string>
    496 
    497     <string name="enable_disable_local_weather">Local Weather</string>
    498     <string name="local_weather_enable">Local Weather enabled</string>
    499     <string name="local_weather_disable">Local Weather disabled</string>
    500 
    501     <string name="enable_disable_atr">Area Traffic Reports</string>
    502     <string name="atr_enable">Area Traffic Reports enabled</string>
    503     <string name="atr_disable">Area Traffic Reports disabled</string>
    504 
    505     <string name="enable_disable_lafs">Local Airport Flight Schedules</string>
    506     <string name="lafs_enable">Local Airport Flight Schedules enabled</string>
    507     <string name="lafs_disable">Local Airport Flight Schedules disabled</string>
    508 
    509     <string name="enable_disable_restaurants">Restaurants</string>
    510     <string name="restaurants_enable">Restaurants enabled</string>
    511     <string name="restaurants_disable">Restaurants disabled</string>
    512 
    513     <string name="enable_disable_lodgings">Lodgings</string>
    514     <string name="lodgings_enable">Lodgings enabled</string>
    515     <string name="lodgings_disable">Lodgings disabled</string>
    516 
    517     <string name="enable_disable_retail_directory">Retail Directory</string>
    518     <string name="retail_directory_enable">Retail Directory enabled</string>
    519     <string name="retail_directory_disable">Retail Directory disabled</string>
    520 
    521     <string name="enable_disable_advertisements">Advertisements</string>
    522     <string name="advertisements_enable">Advertisements enabled</string>
    523     <string name="advertisements_disable">Advertisements disabled</string>
    524 
    525     <string name="enable_disable_stock_quotes">Stock Quotes</string>
    526     <string name="stock_quotes_enable">Stock Quotes enabled</string>
    527     <string name="stock_quotes_disable">Stock Quotes disabled</string>
    528 
    529     <string name="enable_disable_eo">Employment Opportunities</string>
    530     <string name="eo_enable">Employment Opportunities enabled</string>
    531     <string name="eo_disable">Employment Opportunities disabled</string>
    532 
    533     <string name="enable_disable_mhh">Medical, Health, and Hospital</string>
    534     <string name="mhh_enable">Medical, Health, and Hospital enabled</string>
    535     <string name="mhh_disable">Medical, Health, and Hospital disabled</string>
    536 
    537     <string name="enable_disable_technology_news">Technology News</string>
    538     <string name="technology_news_enable">Technology News enabled</string>
    539     <string name="technology_news_disable">Technology News disabled</string>
    540 
    541     <string name="enable_disable_multi_category">Multi-category</string>
    542     <string name="multi_category_enable">Multi-category enabled</string>
    543     <string name="multi_category_disable">Multi-category disabled</string>
    544 
    545     <!-- Mobile network settings screen, setting option name -->
    546     <string name="prefer_2g">Use only 2G networks</string>
    547     <!-- Mobile network settings screen, setting summary text -->
    548     <string name="prefer_2g_summary">Saves battery</string>
    549 
    550     <!-- CDMA System select strings -->
    551     <!-- Mobile network settings screen, setting option name -->
    552     <string name="cdma_system_select_title">System select</string>
    553     <!-- Mobile network settings screen, setting summary text -->
    554     <string name="cdma_system_select_summary">Change the CDMA roaming mode</string>
    555     <!-- System select settings screen title -->
    556     <string name="cdma_system_select_dialogtitle">System select</string>
    557     <string-array name="cdma_system_select_choices">
    558         <!-- System select dialog screen, setting option name -->
    559         <item>Home only</item>
    560         <!-- Remove the following option "Affiliated Networks" from the option list -->
    561         <!-- <item>Affiliated Networks</item> -->
    562         <!-- System select dialog screen, setting option name -->
    563         <item>Automatic</item>
    564     </string-array>
    565     <string-array name="cdma_system_select_values" translatable="false">
    566         <!-- Do not translate. -->
    567         <item>"0"</item>
    568         <!-- Remove the following value "1" which corresponds to "Affiliated Networks" above -->
    569         <!-- <item>"1"</item>  -->
    570         <!-- Do not translate. -->
    571         <item>"2"</item>
    572     </string-array>
    573 
    574     <string name="cdma_subscription_title">CDMA subscription</string>
    575     <string name="cdma_subscription_summary">Change between RUIM/SIM and NV</string>
    576     <string name="cdma_subscription_dialogtitle">subscription</string>
    577     <string-array name="cdma_subscription_choices">
    578         <item>RUIM/SIM</item>
    579         <item>NV</item>
    580     </string-array>
    581     <string-array name="cdma_subscription_values">
    582         <item>"0"</item>
    583         <item>"1"</item>
    584     </string-array>
    585     <!-- Preference title with which users can activate CDMA network [CHAR LIMIT=30] -->
    586     <string name="cdma_activate_device">Activate device</string>
    587     <!-- Preference title for launching an account manager page for prepaid LTE [CHAR LIMIT=30] -->
    588     <string name="cdma_lte_data_service">Set up data service</string>
    589 
    590     <!-- FDN settings strings -->
    591     <!-- Call settings screen, setting option name -->
    592     <string name="fdn">Fixed Dialing Numbers</string>
    593     <!-- Call settings screen, button label that takes you to
    594          the Fixed Dialing Number management screen -->
    595     <string name="manage_fdn_list">FDN list</string>
    596     <!-- Call settings screen, preference item label -->
    597     <string name="fdn_activation">FDN activation</string>
    598     <!-- Call settings setting option name when FDN is enabled -->
    599     <string name="fdn_enabled">Fixed Dialing Numbers are enabled</string>
    600     <!-- Call settings setting option name  when FDN is disabled-->
    601     <string name="fdn_disabled">Fixed Dialing Numbers are disabled</string>
    602     <!-- Call settings screen, setting option name -->
    603     <string name="enable_fdn">Enable FDN</string>
    604     <!-- Call settings screen, setting option name -->
    605     <string name="disable_fdn">Disable FDN</string>
    606     <!-- Call settings screen, setting option name -->
    607     <string name="change_pin2">Change PIN2</string>
    608     <!-- Call settings screen, setting option name when FDN is enabled -->
    609     <string name="enable_fdn_ok">Disable FDN</string>
    610     <!-- Call settings screen, setting option name when FDN is disabled -->
    611     <string name="disable_fdn_ok">Enable FDN</string>
    612     <!-- Call settings screen, setting summary text -->
    613     <string name="sum_fdn">Manage Fixed Dialing Numbers</string>
    614     <!-- Call settings, FDN screen, setting option name -->
    615     <string name="sum_fdn_change_pin">Change PIN for FDN access</string>
    616     <!-- Call settings, FDN screen, setting option name -->
    617     <string name="sum_fdn_manage_list">Manage phone number list</string>
    618     <!-- Voice privacy on CDMA is an added layer of voice encryption. Theoretically, it would be harder to break in to a phone call with this feature enabled. -->
    619     <string name="voice_privacy">Voice privacy</string>
    620     <string name="voice_privacy_summary">Enable enhanced privacy mode</string>
    621     <string name="tty_mode_option_title">TTY mode</string>
    622     <string name="tty_mode_option_summary">Set TTY mode</string>
    623     <string name="auto_retry_mode_title">Auto-retry</string>
    624     <string name="auto_retry_mode_summary">Enable Auto-retry mode</string>
    625 
    626     <!-- FDN list screen: menu item label -->
    627     <string name="menu_add">Add contact</string>
    628     <!-- FDN list screen: menu item label -->
    629     <string name="menu_edit">Edit contact</string>
    630     <!-- FDN list screen: menu item label -->
    631     <string name="menu_delete">Delete contact</string>
    632 
    633     <!-- FDN related strings -->
    634     <!-- Label for PIN2 entry screen -->
    635     <string name="get_pin2">Type PIN2</string>
    636     <!-- "Edit FDN Contact" screen: Label for the "name" text field -->
    637     <string name="name">Name</string>
    638     <!-- "Edit FDN Contact" screen: Label for the "number" text field -->
    639     <string name="number">Number</string>
    640     <!-- "Edit FDN Contact" screen: Button label for "save" action -->
    641     <string name="save">Save</string>
    642     <!-- Title of "Edit FDN Contact" screen for a new contact -->
    643     <string name="add_fdn_contact">Add fixed dialing number</string>
    644     <!-- "Edit FDN Contact" screen: status message displayed in a popup (toast) -->
    645     <string name="adding_fdn_contact">Adding fixed dialing number\u2026</string>
    646     <!-- "Edit FDN Contact" screen: status message displayed in a popup (toast) -->
    647     <string name="fdn_contact_added">Fixed dialing number added.</string>
    648     <!-- Title of "Edit FDN Contact" screen when editing an already-existing contact -->
    649     <string name="edit_fdn_contact">Edit fixed dialing number</string>
    650     <!-- "Edit FDN Contact" screen: status message displayed in a popup (toast) -->
    651     <string name="updating_fdn_contact">Updating fixed dialing number\u2026</string>
    652     <!-- "Edit FDN Contact" screen: status message displayed in a popup (toast) -->
    653     <string name="fdn_contact_updated">Fixed dialing number updated.</string>
    654     <!-- Title of "Delete FDN Contact" screen -->
    655     <string name="delete_fdn_contact">Delete fixed dialing number</string>
    656     <!-- "Delete FDN Contact" screen: status message displayed in a popup (toast) -->
    657     <string name="deleting_fdn_contact">Deleting fixed dialing number\u2026</string>
    658     <!-- "Delete FDN Contact" screen: status message displayed in a popup (toast) -->
    659     <string name="fdn_contact_deleted">Fixed dialing number deleted.</string>
    660     <!-- FDN settings: error message displayed in a popup (toast) -->
    661     <string name="pin2_invalid">FDN wasn\'t updated because you typed an incorrect PIN.</string>
    662     <!-- FDN settings: error message displayed in a popup (toast) -->
    663     <string name="fdn_invalid_number">FDN wasn\'t updated because the number can\'t exceed 20 digits.</string>
    664     <!-- FDN settings: error message displayed in a popup (toast), when the entered
    665          FDN number was inappropriate, OR, PIN2 the user entered was incorrect.
    666          Because of API restriction, there's no way to determine which is the exact
    667          cause of the failure.
    668          [CHAR LIMIT=NONE] -->
    669     <string name="pin2_or_fdn_invalid">FDN wasn\'t updated. The PIN2 was incorrect, or the phone number was rejected.</string>
    670 
    671     <!-- ADN related strings -->
    672     <!-- Placeholder text displayed while loading the list of SIM contacts -->
    673     <string name="simContacts_emptyLoading">Reading from SIM card\u2026</string>
    674     <!-- Call settings, string that appears on FDN contact list when there are no contacts on the SIM. -->
    675     <string name="simContacts_empty">No contacts on your SIM card.</string>
    676     <!-- Call settings: title of the dialog that lets you select contacts from the SIM. -->
    677     <string name="simContacts_title">Select contacts to import</string>
    678     <!-- Appears when user tries to import contacts in SIM during Airplane mode
    679       [CHAR LIMIT=NONE] -->
    680     <string name="simContacts_airplaneMode">To import contacts from the SIM card, first turn off Airplane mode.</string>
    681 
    682     <!-- SIM PIN strings -->
    683     <!-- Title of "Enable/disable SIM PIN" screen -->
    684     <string name="enable_pin">Enable/disable SIM PIN</string>
    685     <!-- Title of "Change SIM PIN" screen -->
    686     <string name="change_pin">Change SIM PIN</string>
    687     <!-- SIM PIN screen: label for PIN entry widget -->
    688     <string name="enter_pin_text">SIM PIN:</string>
    689     <!-- SIM PIN screen: label for PIN entry widget -->
    690     <string name="oldPinLabel">Old PIN</string>
    691     <!-- SIM PIN screen: label for PIN entry widget -->
    692     <string name="newPinLabel">New PIN</string>
    693     <!-- SIM PIN screen: label for PIN entry widget -->
    694     <string name="confirmPinLabel">Confirm new PIN</string>
    695     <!-- SIM PIN screen: error message -->
    696     <string name="badPin">The old PIN you typed isn\'t correct. Try again.</string>
    697     <!-- SIM PIN screen: error message -->
    698     <string name="mismatchPin">The PINs you typed don\'t match. Try again.</string>
    699     <!-- SIM PIN screen: error message when PIN is too short or too long -->
    700     <string name="invalidPin">Type a PIN that is 4 to 8 numbers.</string>
    701     <!-- Title of "Disable SIM PIN" screen -->
    702     <string name="disable_sim_pin">Disable SIM PIN</string>
    703     <!-- Title of "Enable SIM PIN" screen -->
    704     <string name="enable_sim_pin">Enable SIM PIN</string>
    705     <!-- SIM PIN screen: progress message displayed while enabling -->
    706     <string name="enable_in_progress">Please wait\u2026</string>
    707     <!-- SIM PIN screen: status message displayed in a popup (toast) -->
    708     <string name="enable_pin_ok">SIM PIN enabled.</string>
    709     <!-- SIM PIN screen: status message displayed in a popup (toast) -->
    710     <string name="disable_pin_ok">SIM PIN disabled.</string>
    711     <!-- SIM PIN screen: error message displayed in a popup (toast) -->
    712     <string name="pin_failed">The PIN you typed was incorrect.</string>
    713     <!-- SIM PIN screen: status message displayed in a popup (toast) -->
    714     <string name="pin_changed">SIM PIN changed successfully.</string>
    715     <!-- SIM PIN screen: error message displayed in a dialog -->
    716     <string name="puk_requested">Password incorrect, SIM is locked! PUK2 requested.</string>
    717 
    718     <!-- SIM PIN2 strings -->
    719     <!-- SIM PIN2 screen: label for PIN entry widget -->
    720     <string name="enter_pin2_text">PIN2</string>
    721     <!-- SIM PIN2 screen: label for PIN entry widget -->
    722     <string name="oldPin2Label">Old PIN2</string>
    723     <!-- SIM PIN2 screen: label for PIN entry widget -->
    724     <string name="newPin2Label">New PIN2</string>
    725     <!-- SIM PIN2 screen: label for PIN entry widget -->
    726     <string name="confirmPin2Label">Confirm new PIN2</string>
    727     <!-- SIM PIN2 screen: error message -->
    728     <string name="badPuk2">The PUK2 you typed isn\'t correct. Try again. </string>
    729     <!-- SIM PIN2 screen: error message -->
    730     <string name="badPin2">The old PIN2 you typed isn\'t correct. Try again.</string>
    731     <!-- SIM PIN2 screen: error message -->
    732     <string name="mismatchPin2">The PIN2s you typed don\'t match. Try again.</string>
    733     <!-- SIM PIN2 screen: error message -->
    734     <string name="invalidPin2">Type a PIN2 that is 4 to 8 numbers.</string>
    735     <!-- SIM PIN2 screen: error message -->
    736     <string name="invalidPuk2">Type a PUK2 that is 8 numbers.</string>
    737     <!-- SIM PIN2 screen: status message displayed in a popup (toast) -->
    738     <string name="pin2_changed">PIN2 changed successfully.</string>
    739     <!-- SIM PIN2 screen: label for PUK2 entry widget -->
    740     <string name="label_puk2_code">Type PUK2 code</string>
    741     <!-- SIM PIN2 screen: error message displayed in a dialog -->
    742     <string name="fdn_enable_puk2_requested">Password incorrect. Change PIN2 and retry.</string>
    743     <!-- SIM PIN2 screen: error message displayed in a dialog -->
    744     <string name="puk2_requested">Password incorrect, SIM is locked. PUK2 requested.</string>
    745 
    746     <!-- SIM PIN screen: button label -->
    747     <string name="doneButton">Done</string>
    748 
    749     <!-- In-call screen: status label for a conference call -->
    750     <string name="caller_manage_header">Conference call <xliff:g id="conf_call_time">%s</xliff:g></string>
    751 
    752     <!-- Used in FakePhoneActivity test code.  DO NOT TRANSLATE. -->
    753     <string name="fake_phone_activity_phoneNumber_text" translatable="false">(650) 555-1234</string>
    754     <!-- Used in FakePhoneActivity test code.  DO NOT TRANSLATE. -->
    755     <string name="fake_phone_activity_infoText_text" translatable="false">Incoming phone number</string>
    756     <!-- Used in FakePhoneActivity test code.  DO NOT TRANSLATE. -->
    757     <string name="fake_phone_activity_placeCall_text" translatable="false">Fake Incoming Call</string>
    758 
    759     <!-- Call settings screen, Set voicemail dialog title -->
    760     <string name="voicemail_settings_number_label">Voicemail number</string>
    761 
    762     <!-- Card titles -->
    763     <!-- In-call screen: status label for a call in the "dialing" state -->
    764     <string name="card_title_dialing">Dialing</string>
    765     <!-- In-call screen: status label for a re-dialing call -->
    766     <string name="card_title_redialing">Retrying</string>
    767     <!-- In-call screen: status label for a conference call -->
    768     <string name="card_title_conf_call">Conference call</string>
    769     <!-- In-call screen: status label for an incoming call -->
    770     <string name="card_title_incoming_call">Incoming call</string>
    771     <!-- In-call screen: status label displayed briefly after a call ends -->
    772     <string name="card_title_call_ended">Call ended</string>
    773     <!-- In-call screen: status label for call that's on hold -->
    774     <string name="card_title_on_hold">On hold</string>
    775     <!-- In-call screen: status label for a call that's in the process of hanging up -->
    776     <string name="card_title_hanging_up">Hanging up</string>
    777     <!-- In-call screen: status label for a call that's in CDMA flash mode -->
    778     <string name="card_title_in_call">In call</string>
    779     <!-- In-call screen: special status label that shows your own phone
    780          number during emergency callback mode (ECM) [CHAR LIMIT=30] -->
    781     <string name="card_title_my_phone_number">My number is <xliff:g id="my_phone_number">%s</xliff:g></string>
    782 
    783     <!-- Notification strings -->
    784     <!-- The "label" of the in-call Notification for a dialing call, used
    785          as the format string for a Chronometer widget. [CHAR LIMIT=60] -->
    786     <string name="notification_dialing">Dialing</string>
    787     <!-- Missed call notification label, used when there's exactly one missed call -->
    788     <string name="notification_missedCallTitle">Missed call</string>
    789     <!-- Missed call notification label, used when there are two or more missed calls -->
    790     <string name="notification_missedCallsTitle">Missed calls</string>
    791     <!-- Missed call notification message used when there are multiple missed calls -->
    792     <string name="notification_missedCallsMsg"><xliff:g id="num_missed_calls">%s</xliff:g> missed calls</string>
    793     <!-- Missed call notification message used for a single missed call, including
    794          the caller-id info from the missed call -->
    795     <string name="notification_missedCallTicker">Missed call from <xliff:g id="missed_call_from">%s</xliff:g></string>
    796     <!-- The "label" of the in-call Notification for an ongoing call, used
    797          as the format string for a Chronometer widget. [CHAR LIMIT=60] -->
    798     <string name="notification_ongoing_call">Ongoing call</string>
    799     <!-- The "label" of the in-call Notification for a call that's on hold -->
    800     <string name="notification_on_hold">On hold</string>
    801     <!-- The "label" of the in-call Notification for an incoming ringing call -->
    802     <string name="notification_incoming_call">Incoming call</string>
    803     <!-- Label for the "Voicemail" notification item, when expanded. -->
    804     <string name="notification_voicemail_title">New voicemail</string>
    805     <!-- Label for the expanded "Voicemail" notification item,
    806          including a count of messages. -->
    807     <string name="notification_voicemail_title_count">New voicemail (<xliff:g id="count">%d</xliff:g>)</string>
    808     <!-- Message displayed in the "Voicemail" notification item, allowing the user
    809          to dial the indicated number. -->
    810     <string name="notification_voicemail_text_format">Dial <xliff:g id="voicemail_number">%s</xliff:g></string>
    811     <!-- Message displayed in the "Voicemail" notification item,
    812          indicating that there's no voicemail number available -->
    813     <string name="notification_voicemail_no_vm_number">Voicemail number unknown</string>
    814     <!-- Label for the "No service" notification item, when expanded. -->
    815     <string name="notification_network_selection_title">No service</string>
    816     <!-- Label for the expanded "No service" notification item, including the
    817          operator name set by user -->
    818     <string name="notification_network_selection_text">Selected network (<xliff:g id="operator_name">%s</xliff:g>) unavailable</string>
    819     <!-- Message for "end call" Action.
    820          It is displayed in the "Ongoing call" notification, which is shown
    821          when the user is outside the in-call screen while the phone call is still
    822          active. [CHAR LIMIT=40] -->
    823     <string name="notification_action_end_call">Hang up</string>
    824     <!-- Message for "call back" Action, which is displayed in the missed call notificaiton.
    825          The user will be able to call back to the person or the phone number.
    826          [CHAR LIMIT=60] -->
    827     <string name="notification_missedCall_call_back">Call back</string>
    828     <!-- Message for "reply via sms" action, which is displayed in the missed call notification.
    829          The user will be able to send text messages using the phone number.
    830          [CHAR LIMIT=60] -->
    831     <string name="notification_missedCall_message">Message</string>
    832 
    833     <!-- In-call screen: call failure message displayed in an error dialog -->
    834     <string name="incall_error_power_off">To place a call, first turn off Airplane mode.</string>
    835     <!-- In-call screen: call failure message displayed in an error dialog.
    836          This string is currently unused (see comments in InCallActivity.java.) -->
    837     <string name="incall_error_emergency_only">Not registered on network.</string>
    838     <!-- In-call screen: call failure message displayed in an error dialog -->
    839     <string name="incall_error_out_of_service">Mobile network not available.</string>
    840     <!-- In-call screen: call failure message displayed in an error dialog -->
    841     <string name="incall_error_no_phone_number_supplied">Call not sent, no valid number entered.</string>
    842     <!-- In-call screen: call failure message displayed in an error dialog -->
    843     <string name="incall_error_call_failed">Call not sent.</string>
    844     <!-- In-call screen: status message displayed in a dialog when starting an MMI -->
    845     <string name="incall_status_dialed_mmi">Starting MMI sequence\u2026</string>
    846     <!-- In-call screen: message displayed in an error dialog -->
    847     <string name="incall_error_supp_service_unknown">Unsupported service.</string>
    848     <!-- In-call screen: message displayed in an error dialog -->
    849     <string name="incall_error_supp_service_switch">Unable to switch calls.</string>
    850     <!-- In-call screen: message displayed in an error dialog -->
    851     <string name="incall_error_supp_service_separate">Unable to separate call.</string>
    852     <!-- In-call screen: message displayed in an error dialog -->
    853     <string name="incall_error_supp_service_transfer">Unable to transfer call.</string>
    854     <!-- In-call screen: message displayed in an error dialog -->
    855     <string name="incall_error_supp_service_conference">Unable to conference calls.</string>
    856     <!-- In-call screen: message displayed in an error dialog -->
    857     <string name="incall_error_supp_service_reject">Unable to reject call.</string>
    858     <!-- In-call screen: message displayed in an error dialog -->
    859     <string name="incall_error_supp_service_hangup">Unable to release call(s).</string>
    860 
    861     <!-- In-call screen: "call type" indication for a SIP call [CHAR LIMIT=30]  -->
    862     <string name="incall_call_type_label_sip">Internet call</string>
    863 
    864     <!-- Dialog title for the "radio enable" UI for emergency calls -->
    865     <string name="emergency_enable_radio_dialog_title">Emergency call</string>
    866     <!-- Status message for the "radio enable" UI for emergency calls -->
    867     <string name="emergency_enable_radio_dialog_message">Turning on radio\u2026</string>
    868     <!-- Status message for the "radio enable" UI for emergency calls -->
    869     <string name="emergency_enable_radio_dialog_retry">Out of service area, retrying\u2026</string>
    870 
    871     <!-- Dialer text on Emergency Dialer -->
    872     <!-- Emergency dialer: message displayed in an error dialog -->
    873     <string name="dial_emergency_error">Call not sent. <xliff:g id="non_emergency_number">%s</xliff:g> is not an emergency number!</string>
    874     <!-- Emergency dialer: message displayed in an error dialog -->
    875     <string name="dial_emergency_empty_error">Call not sent. Dial an emergency number!</string>
    876 
    877     <!-- Displayed in the text entry box in the dialer when in landscape mode to guide the user
    878          to dial using the physical keyboard -->
    879     <string name="dialerKeyboardHintText">Use keyboard to dial</string>
    880 
    881     <!-- Text for the onscreen "Hold" button -->
    882     <string name="onscreenHoldText">Hold</string>
    883     <!-- Text for the onscreen "End call" button -->
    884     <string name="onscreenEndCallText">End</string>
    885     <!-- Text for the onscreen "Show Dialpad" button -->
    886     <string name="onscreenShowDialpadText">Dialpad</string>
    887     <!-- Text for the onscreen "Mute" button -->
    888     <string name="onscreenMuteText">Mute</string>
    889     <!-- Text for the onscreen "Add call" button -->
    890     <string name="onscreenAddCallText">Add call</string>
    891     <!-- Text for the onscreen "Merge calls" button -->
    892     <string name="onscreenMergeCallsText">Merge calls</string>
    893     <!-- Text for the onscreen "Swap calls" button -->
    894     <string name="onscreenSwapCallsText">Swap</string>
    895     <!-- Text for the onscreen "Manage calls" button -->
    896     <string name="onscreenManageCallsText">Manage calls</string>
    897     <!-- Text for the onscreen "Manage conference" button [CHAR LIMIT=20] -->
    898     <string name="onscreenManageConferenceText">Manage conference</string>
    899     <!-- Text for the onscreen "Audio" button that lets you switch
    900          between speaker / bluetooth / earpiece [CHAR LIMIT=10] -->
    901     <string name="onscreenAudioText">Audio</string>
    902     <!-- Text for the onscreen "Video call" button used to change a voice call
    903          to a video call. [CHAR LIMIT=10] -->
    904     <string name="onscreenVideoCallText">Video call</string>
    905 
    906     <!-- Menu item label in SIM Contacts: Import a single contact entry from the SIM card -->
    907     <string name="importSimEntry">Import</string>
    908     <!-- Menu item label in SIM Contacts: Import all contact entries from the SIM card -->
    909     <string name="importAllSimEntries">Import all</string>
    910     <!-- SIM Contacts: status message displayed while importing card -->
    911     <string name="importingSimContacts">Importing SIM contacts</string>
    912     <!-- Import a single contact entry from contacts to the SIM card -->
    913     <string name="importToFDNfromContacts">Import from contacts</string>
    914 
    915     <!-- Hearing aid settings -->
    916     <string name="hac_mode_title">Hearing aids</string>
    917     <string name="hac_mode_summary">Turn on hearing aid compatibility</string>
    918 
    919     <!-- Service option entries.  -->
    920     <string-array name="tty_mode_entries">
    921         <item>TTY Off</item>
    922         <item>TTY Full</item>
    923         <item>TTY HCO</item>
    924         <item>TTY VCO</item>
    925     </string-array>
    926 
    927     <!-- Do not translate. -->
    928     <string-array name="tty_mode_values" translatable="false">
    929         <!-- Do not translate. -->
    930         <item>0</item>
    931         <!-- Do not translate. -->
    932         <item>1</item>
    933         <!-- Do not translate. -->
    934         <item>2</item>
    935         <!-- Do not translate. -->
    936         <item>3</item>
    937     </string-array>
    938 
    939     <!-- Dtmf tones settings -->
    940     <!-- Title for the DTMF Tones options displayed in Call Settings -->
    941     <string name="dtmf_tones_title">DTMF tones</string>
    942     <!-- Summary for the DTMF Tones options displayed in Call Settings -->
    943     <string name="dtmf_tones_summary">Set the length of DTMF tones</string>
    944     <!-- Options displayed as part of DTMF Tones in Call Settings -->
    945     <string-array name="dtmf_tone_entries">
    946       <item>Normal</item>
    947       <item>Long</item>
    948     </string-array>
    949     <!-- Do not translate. -->
    950     <string-array name="dtmf_tone_values" translatable="false">
    951        <item>0</item>
    952        <item>1</item>
    953     </string-array>
    954 
    955     <!-- Title for the dialog used to display CDMA DisplayInfo -->
    956     <string name="network_message">Network message</string>
    957 
    958     <!-- OTA-specific strings -->
    959     <!-- Title shown on OTA screen -->
    960     <string name="ota_title_activate">Activate your phone</string>
    961     <!-- Message displayed on the OTA activation screen. -->
    962     <string name="ota_touch_activate">A special call needs to be made to activate your phone service.
    963     \n\nAfter pressing \u201CActivate\u201D, listen to the instructions provided to activate your phone.</string>
    964 
    965     <!-- Title of skip activation dialog -->
    966     <string name="ota_skip_activation_dialog_title">Skip activation\?</string>
    967     <!-- Message displayed in skip activation dialog  -->
    968     <string name="ota_skip_activation_dialog_message">If you skip activation, you can\'t place calls or connect to mobile data networks (though you can connect to Wi-Fi networks). Until you activate your phone, you are asked to activate it each time you turn it on.</string>
    969     <!-- Label shown on dialog button that allows the user to skip activation -->
    970     <string name="ota_skip_activation_dialog_skip_label">Skip</string>
    971 
    972     <!-- Button label within the OTA activation screen -->
    973     <string name="ota_activate">Activate</string>
    974     <!-- Title text shown when phone activation is successful -->
    975     <string name="ota_title_activate_success">Phone is activated.</string>
    976     <!-- Title text shown on screen where activation fails -->
    977     <string name="ota_title_problem_with_activation">Problem with activation</string>
    978     <!-- Message displayed on the OTA "listening" screen. This message
    979          needs to be kept at 2 lines or less to be sure that there's
    980          enough room for the dialpad. [CHAR LIMIT=80] -->
    981     <string name="ota_listen">Follow the spoken instructions until you hear that activation is complete.</string>
    982 
    983     <!-- Button label within the OTA listen screen -->
    984     <string name="ota_speaker">Speaker</string>
    985     <!-- String to be displayed on OTA listen screen once user has selected the
    986          correct option to begin provisioning -->
    987     <string name="ota_progress">Wait while your phone is being programmed.</string>
    988     <!-- String to display within the OTA Fail Notice dialog -->
    989     <string name="ota_failure">Programming unsuccessful</string>
    990     <!-- String to be displayed on the OTA Fail/Success screen upon successful provisioning -->
    991     <string name="ota_successful">Your phone is now activated.  It may take up to 15 minutes for service to start.</string>
    992     <!-- String to be displayed on the OTA Fail/Success screen upon unsuccessful provisioning -->
    993     <string name="ota_unsuccessful">Your phone didn\'t activate.
    994     \nYou may need to find an area with better coverage (near a window, or outside).
    995     \n\nTry again or call customer service for more options.</string>
    996     <!-- String to display within the OTA SPC Fail Notice dialog -->
    997     <string name="ota_spc_failure">EXCESS SPC FAILURES</string>
    998     <!-- Button label in OTA listen screen that cancels activation and goes to the previous screen -->
    999     <string name="ota_call_end">Back</string>
   1000     <!-- Button label shown on OTA error screen to allow the user to try again -->
   1001     <string name="ota_try_again">Try again</string>
   1002     <!-- Button label shown on OTA screens that have a next screen -->
   1003     <string name="ota_next">Next</string>
   1004 
   1005     <!-- Emergency Callback Mode (ECM) -->
   1006     <string name="ecm_exit_dialog">EcmExitDialog</string>
   1007     <!-- ECM: Status bar notification message -->
   1008     <string name="phone_entered_ecm_text">Entered Emergency Callback Mode</string>
   1009     <!-- ECM: Notification title -->
   1010     <string name="phone_in_ecm_notification_title">Emergency Callback Mode</string>
   1011     <!-- ECM: Notification body -->
   1012     <string name="phone_in_ecm_call_notification_text">Data connection disabled</string>
   1013     <plurals name="phone_in_ecm_notification_time">
   1014         <!-- number of minutes is one -->
   1015         <item quantity="one">No data connection for <xliff:g id="count">%s</xliff:g> minute</item>
   1016         <!-- number of minutes is not equal to one -->
   1017         <item quantity="other">No data connection for <xliff:g id="count">%s</xliff:g> minutes</item>
   1018     </plurals>
   1019     <!-- ECM: Dialog box message for exiting from the notifications screen -->
   1020     <plurals name="alert_dialog_exit_ecm">
   1021         <!-- number of minutes is one -->
   1022         <item quantity="one">The phone will be in Emergency Callback mode for <xliff:g id="count">%s</xliff:g> minute. While in this mode no apps using a data connection can be used. Do you want to exit now?</item>
   1023         <!-- number of minutes is not equal to one -->
   1024         <item quantity="other">The phone will be in Emergency Callback mode for <xliff:g id="count">%s</xliff:g> minutes. While in this mode no applications using a data connection can be used. Do you want to exit now?</item>
   1025     </plurals>
   1026     <!-- ECM: Dialog box message for exiting from any other app -->
   1027     <plurals name="alert_dialog_not_avaialble_in_ecm">
   1028         <!-- number of minutes is one -->
   1029         <item quantity="one">The selected action isn\'t available while in the Emergency Callback mode. The phone will be in this mode for <xliff:g id="count">%s</xliff:g> minute. Do you want to exit now?</item>
   1030         <!-- number of minutes is not equal to one -->
   1031         <item quantity="other">The selected action isn\'t available while in the Emergency Callback mode. The phone will be in this mode for <xliff:g id="count">%s</xliff:g> minutes. Do you want to exit now?</item>
   1032     </plurals>
   1033     <!-- ECM: Dialog box message while in emergency call -->
   1034     <string name="alert_dialog_in_ecm_call">The selected action isn\'t available while in an emergency call.</string>
   1035     <!-- ECM: Progress text -->
   1036     <string name="progress_dialog_exiting_ecm">Exiting Emergency Callback mode</string>
   1037     <!-- ECM: ECM exit dialog choice -->
   1038     <string name="alert_dialog_yes">Yes</string>
   1039     <!-- ECM: ECM exit dialog choice -->
   1040     <string name="alert_dialog_no">No</string>
   1041     <!-- ECM: ECM exit dialog choice -->
   1042     <string name="alert_dialog_dismiss">Dismiss</string>
   1043 
   1044     <!-- For incoming calls, this is a string we can get from a CDMA network instead of
   1045          the actual phone number, to indicate there's no number present.  DO NOT TRANSLATE. -->
   1046     <string-array name="absent_num" translatable="false">
   1047         <item>ABSENT NUMBER</item>
   1048         <item>ABSENTNUMBER</item>
   1049     </string-array>
   1050 
   1051     <!-- Preference for Voicemail service provider under "Voicemail" settings.
   1052          [CHAR LIMIT=40] -->
   1053     <string name="voicemail_provider">Service</string>
   1054 
   1055     <!-- Preference for Voicemail setting of each provider.
   1056          [CHAR LIMIT=40] -->
   1057     <string name="voicemail_settings">Setup</string>
   1058 
   1059     <!-- String to display in voicemail number summary when no voicemail num is set -->
   1060     <string name="voicemail_number_not_set">&lt;Not set&gt;</string>
   1061 
   1062     <!-- Title displayed above settings coming after voicemail in the call features screen -->
   1063     <string name="other_settings">Other call settings</string>
   1064 
   1065     <!-- Title displayed in the overlay when a call is placed using a 3rd party provider.
   1066          [CHAR LIMIT=40] -->
   1067     <string name="calling_via_template">Calling via <xliff:g id="provider_name">%s</xliff:g></string>
   1068 
   1069     <!-- Use this as a default to describe the contact photo; currently for screen readers through accessibility. -->
   1070     <string name="contactPhoto">contact photo</string>
   1071     <!-- Use this to describe the separate conference call button; currently for screen readers through accessibility. -->
   1072     <string name="goPrivate">go private</string>
   1073     <!--  Use this to describe the select contact button in EditPhoneNumberPreference; currently for screen readers through accessibility. -->
   1074     <string name="selectContact">select contact</string>
   1075 
   1076 
   1077     <!-- Start of SIP related strings defined from here. -->
   1078 
   1079     <!-- Title displayed SIP settings coming after other call settings in the call features screen. [CHAR LIMIT=NONE] -->
   1080     <string name="sip_settings">Internet call settings</string>
   1081     <!-- Title displayed SIP account settings in the sip settings category. [CHAR LIMIT=NONE] -->
   1082     <string name="sip_accounts">Internet calling (SIP) accounts</string>
   1083     <!-- Title displayed SIP account settings in the sip settings category. [CHAR LIMIT=NONE] -->
   1084     <string name="sip_accounts_title">Accounts</string>
   1085     <!-- Title displayed for the button of receiving incoming SIP calls flag. Enabled for receiving calls. [CHAR LIMIT=NONE] -->
   1086     <string name="sip_receive_calls">Receive incoming calls</string>
   1087     <!-- Help user to understand that it will require more battery usage if the 'receiving incoming call' is enabled. [CHAR LIMIT=NONE] -->
   1088     <string name="sip_receive_calls_summary">Reduces battery life</string>
   1089     <!-- Title for the dialog of selecting the way we handle an outgoing call. [CHAR LIMIT=NONE] -->
   1090     <string name="sip_call_options_title">Use Internet calling</string>
   1091     <!-- Title for the dialog of selecting the way we handle an outgoing call (Wi-Fi only). [CHAR LIMIT=NONE] -->
   1092     <string name="sip_call_options_wifi_only_title">Use Internet calling (Wi-Fi only)</string>
   1093 
   1094     <!-- Item of the Internet call option dialog: for routing all outgoing calls via SIP. [CHAR LIMIT=NONE] -->
   1095     <string name="sip_call_options_entry_1">For all calls when data network is available</string>
   1096     <!-- Item of the Internet call option dialog: for routing a outgoing call via SIP if the destination is a SIP URI. [CHAR LIMIT=NONE] -->
   1097     <string name="sip_call_options_entry_2">Only for Internet calls</string>
   1098     <!-- Item of the Internet call option dialog: for asking user to select the way for each outgoing call. [CHAR LIMIT=NONE] -->
   1099     <string name="sip_call_options_entry_3">Ask for each call</string>
   1100     <!-- Item of the Internet call (Wi-Fi only) option dialog: for routing all outgoing calls via SIP. [CHAR LIMIT=NONE] -->
   1101     <string name="sip_call_options_wifi_only_entry_1">For all calls</string>
   1102 
   1103     <!-- Title of the dialog to select the phone type for the outgoing call. [CHAR LIMIT=NONE] -->
   1104     <string name ="pick_outgoing_call_phone_type">Place call</string>
   1105 
   1106     <!-- Title of the dialog to select the phone among the list of phones for the outgoing call. [CHAR LIMIT=NONE] -->
   1107     <string name ="pick_outgoing_sip_phone">Use Internet calling account:</string>
   1108 
   1109     <!-- Text of checkbox to remember the sip phone for all outbound calls. [CHAR LIMIT=NONE] -->
   1110     <string name ="remember_my_choice">Always use to place Internet calls</string>
   1111 
   1112     <!-- Help text of checkbox to unset the default sip phone for all outbound calls. [CHAR LIMIT=NONE] -->
   1113     <string name ="reset_my_choice_hint">You can change which Internet calling account to use by default from the Phone &gt; Settings &gt; Internet call settings &gt; Accounts screen.</string>
   1114 
   1115     <!-- Item of the dialog to select the phone type for outgoing call. [CHAR LIMIT=NONE] -->
   1116     <string name ="pstn_phone">Cell phone call</string>
   1117 
   1118     <!-- Item of the dialog to select the phone type for outgoing call. [CHAR LIMIT=NONE] -->
   1119     <string name ="internet_phone">Internet call</string>
   1120 
   1121     <!-- Title of the dialog to redirect the user to SIP settings. [CHAR LIMIT=NONE] -->
   1122     <string name ="no_sip_account_found_title">No Internet calling account</string>
   1123     <!-- Message of the dialog to redirect the user to SIP settings. [CHAR LIMIT=NONE] -->
   1124     <string name ="no_sip_account_found">There are no Internet calling accounts on this phone. Do you want to add one now?</string>
   1125     <!-- Menu item for no sip account found dialog -->
   1126     <string name="sip_menu_add">Add</string>
   1127 
   1128     <!-- Title for the button to add a new sip account. [CHAR LIMIT=NONE] -->
   1129     <string name="add_sip_account">Add account</string>
   1130     <!-- Title for the button to remove a sip account. [CHAR LIMIT=NONE] -->
   1131     <string name="remove_sip_account">Remove account</string>
   1132     <!-- String of the category which lists all sip accounts. [CHAR LIMIT=NONE] -->
   1133     <string name="sip_account_list">SIP accounts</string>
   1134     <!-- Toast message to indicate that the system is saving the account. [CHAR LIMIT=NONE] -->
   1135     <string name="saving_account">Saving the account\u2026</string>
   1136     <!-- Toast message to indicate that the system is removing the account. [CHAR LIMIT=NONE] -->
   1137     <string name="removing_account">Removing the account\u2026</string>
   1138 
   1139     <!-- Menu item when the menu button is pressed in the sip account editor. [CHAR LIMIT=NONE] -->
   1140     <string name="sip_menu_save">Save</string>
   1141     <!-- Menu item when the menu button is pressed in the sip account editor. [CHAR LIMIT=NONE] -->
   1142     <string name="sip_menu_discard">Discard</string>
   1143 
   1144     <!-- Title of the alert dialog. [CHAR LIMIT=NONE] -->
   1145     <string name="alert_dialog_close">Close the profile</string>
   1146     <!-- Title of the button to show in a alert dialog. [CHAR LIMIT=NONE] -->
   1147     <string name="alert_dialog_ok">OK</string>
   1148     <!-- Title of the button to show in a alert dialog. [CHAR LIMIT=NONE] -->
   1149     <string name="close_profile">Close</string>
   1150 
   1151     <!-- Summary of a SIP account in the list of SIP accounts, consists of primary account status and registration status. This string indicates that this SIP account is a primary account and the string placeholder is the registration status, which will be one of the strings with name starting with "registration_status_" below. [CHAR LIMIT=NONE] -->
   1152     <string name="primary_account_summary_with">Primary account. <xliff:g id="registration_status" example="Registering...">%s</xliff:g></string>
   1153     <!-- Text of Internet-call registration status, checking current registration status with SIP service [CHAR LIMIT=NONE] -->
   1154     <string name="registration_status_checking_status">Checking status...</string>
   1155     <!-- Text of Internet-call registration status, registering with SIP server in order to receive calls on this account [CHAR LIMIT=NONE] -->
   1156     <string name="registration_status_registering">Registering\u2026</string>
   1157     <!-- Text of Internet-call registration status, still trying to register with SIP server [CHAR LIMIT=NONE] -->
   1158     <string name="registration_status_still_trying">Still trying\u2026</string>
   1159     <!-- Text of Internet-call registration status, currently not receiving calls on this account [CHAR LIMIT=NONE] -->
   1160     <string name="registration_status_not_receiving">Not receiving calls.</string>
   1161     <!-- Text of Internet-call registration status, no data connection [CHAR LIMIT=NONE] -->
   1162     <string name="registration_status_no_data">Account registration stopped because there is no Internet connection.</string>
   1163     <!-- Text of Internet-call registration status, no Wi-Fi connection [CHAR LIMIT=NONE] -->
   1164     <string name="registration_status_no_wifi_data">Account registration stopped because there is no Wi-Fi connection.</string>
   1165     <!-- Text of Internet-call registration status, registration process is not running due to some error [CHAR LIMIT=NONE] -->
   1166     <string name="registration_status_not_running">Account registration unsuccessful.</string>
   1167     <!-- Text of Internet-call registration status, currently we can receive calls on this account [CHAR LIMIT=NONE] -->
   1168     <string name="registration_status_done">Receiving calls.</string>
   1169     <!-- Text of Internet-call registration status, registration failed with a reason; will try again later [CHAR LIMIT=NONE] -->
   1170     <string name="registration_status_failed_try_later">Account registration unsuccessful: (<xliff:g id="registration_error_message" example="timed out">%s</xliff:g>); will try later</string>
   1171     <!-- Text of Internet-call registration status, registration failed due to invalid credentials [CHAR LIMIT=NONE] -->
   1172     <string name="registration_status_invalid_credentials">Account registration unsuccessful: Incorrect username or password.</string>
   1173     <!-- Text of Internet-call registration status, registration failed due to unknown host exception [CHAR LIMIT=NONE] -->
   1174     <string name="registration_status_server_unreachable">Account registration unsuccessful: Check the server name.</string>
   1175     <!-- Text for describing the account's owner and status. For example, 'Active, in use by Google Talk', it means that the account managed by SIP service was registered by the application 'Google Talk' and the status is active. [CHAR LIMIT=NONE] -->
   1176     <string name="third_party_account_summary">This account is currently in use by the <xliff:g id="account_owner" example="Google Talk">%s</xliff:g> app.</string>
   1177 
   1178 
   1179     <!-- Title of the sip editor screen. [CHAR LIMIT=NONE] -->
   1180     <string name="sip_edit_title">SIP account details</string>
   1181     <!-- Title of the sip editor screen. [CHAR LIMIT=NONE] -->
   1182     <string name="sip_edit_new_title">SIP account details</string>
   1183 
   1184     <!-- Text of the domain address preference. [CHAR LIMIT=NONE] -->
   1185     <string name="domain_address_title">Server</string>
   1186     <!-- Text of the username preference. [CHAR LIMIT=NONE] -->
   1187     <string name="username_title">Username</string>
   1188     <!-- Text of the password preference. [CHAR LIMIT=NONE] -->
   1189     <string name="password_title">Password</string>
   1190     <!-- Text of the display name preference. [CHAR LIMIT=NONE] -->
   1191     <string name="display_name_title">Display name</string>
   1192     <!-- Text of the outbound proxy address preference. [CHAR LIMIT=NONE] -->
   1193     <string name="proxy_address_title">Outbound proxy address</string>
   1194     <!-- Text of the sip server/proxy port number. [CHAR LIMIT=NONE] -->
   1195     <string name="port_title">Port number</string>
   1196     <!-- Text of the transport type preference. [CHAR LIMIT=NONE] -->
   1197     <string name="transport_title">Transport type</string>
   1198     <!-- Text of the keepalive preference. [CHAR LIMIT=NONE] -->
   1199     <string name="send_keepalive_title">Send keep-alive</string>
   1200     <!-- Text of the set-primary preference. Simplified from "Make this my primary account". [CHAR LIMIT=NONE] -->
   1201     <string name="set_primary_title">Set as primary account</string>
   1202     <!-- Text of the set-primary preference summary. [CHAR LIMIT=NONE] -->
   1203     <string name="set_primary_summary">Used for outbound calls</string>
   1204     <!-- Text of the advanced settings section. [CHAR LIMIT=NONE] -->
   1205     <string name="advanced_settings">Optional settings</string>
   1206     <!-- Text of the username used in authentication. [CHAR LIMIT=NONE] -->
   1207     <string name="auth_username_title">Authentication username</string>
   1208     <!-- Help text of the auth_username field. [CHAR LIMIT=NONE] -->
   1209     <string name="auth_username_summary">Username used for authentication</string>
   1210 
   1211     <!-- Initial status of the preferences is '<Not set>'. [CHAR LIMIT=NONE] -->
   1212     <string name="default_preference_summary">&lt;Not set&gt;</string>
   1213     <!-- Default value for the display-name preference summary. [CHAR LIMIT=NONE] -->
   1214     <string name="display_name_summary">&lt;Same as username&gt;</string>
   1215     <!-- Default value for the outbound-proxy-address preference summary. [CHAR LIMIT=NONE] -->
   1216     <string name="optional_summary">&lt;Optional&gt;</string>
   1217 
   1218     <!-- Default sip server/proxy port number. -->
   1219     <string translatable="false" name="default_port">5060</string>
   1220     <!-- Default sip server/proxy transport protocol. -->
   1221     <string translatable="false" name="default_transport">UDP</string>
   1222 
   1223 
   1224     <!-- Hint to show the advanced settings section. [CHAR LIMIT=NONE] -->
   1225     <string name="advanced_settings_show"> Touch to show all</string>
   1226     <!-- Hint to hide the advanced settings section. [CHAR LIMIT=NONE] -->
   1227     <string name="advanced_settings_hide"> Touch to hide all</string>
   1228 
   1229     <!-- Text in an alert dialog telling the user that some input field (name of which is also part of the strings being translated above) is required and can not be left blank. [CHAR LIMIT=NONE] -->
   1230     <string name="empty_alert"><xliff:g id="input_field_name" example="Username, Password...">%s</xliff:g> is required and can\'t be left blank.</string>
   1231     <!-- Showing that port number is out of range in an alert dialog. [CHAR LIMIT=NONE] -->
   1232     <string name="not_a_valid_port">Port number should be within 1000 and 65534.</string>
   1233 
   1234     <!-- Title of the alert dialog to notify user that there is no Internet connectivity. [CHAR LIMIT=40] -->
   1235     <string name="no_internet_available_title">No Internet connection</string>
   1236     <!-- Title of the alert dialog to notify user that there is no Wi-Fi connectivity. [CHAR LIMIT=40] -->
   1237     <string name="no_wifi_available_title">No Wi-Fi connection</string>
   1238     <!-- Message of the alert dialog to notify user that there is no Internet connectivity. [CHAR LIMIT=NONE] -->
   1239     <string name="no_internet_available">To place an Internet call, check your Internet connection first.</string>
   1240     <!-- Message of the alert dialog to notify user that there is no Wi-Fi connectivity. [CHAR LIMIT=NONE] -->
   1241     <string name="no_wifi_available">You need to be connected to a Wi-Fi network for Internet calls (use the Wireless &amp; Network settings).</string>
   1242     <!-- Title of the alert dialog to notify user that Internet call is not supported. [CHAR LIMIT=40] -->
   1243     <string name="no_voip">Internet calling not supported</string>
   1244 
   1245     <!-- Option for whether the SIP service should send keepalive messages. [CHAR LIMIT=40] -->
   1246     <string translatable="true" name="sip_system_decide">Automatic</string>
   1247     <!-- Option for whether the SIP service should send keepalive messages. [CHAR LIMIT=40] -->
   1248     <string translatable="true" name="sip_always_send_keepalive">Always send</string>
   1249 
   1250     <!-- Do not translate the following strings. Used for the Internet call options. Need to be in-sync with Settings.System.SIP_ strings. -->
   1251     <string translatable="false" name="sip_always">SIP_ALWAYS</string>
   1252     <string translatable="false" name="sip_address_only">SIP_ADDRESS_ONLY</string>
   1253     <string translatable="false" name="sip_ask_me_each_time">SIP_ASK_ME_EACH_TIME</string>
   1254 
   1255     <!-- Do not translate the following strings. Used for the preference keys -->
   1256     <string translatable="false" name="domain_address">SipDomain</string>
   1257     <string translatable="false" name="username">UserName</string>
   1258     <string translatable="false" name="password">Password</string>
   1259     <string translatable="false" name="display_name">DisplayName</string>
   1260     <string translatable="false" name="proxy_address">ProxyAddress</string>
   1261     <string translatable="false" name="port">Port</string>
   1262     <string translatable="false" name="transport">Protocol</string>
   1263     <string translatable="false" name="send_keepalive">SendKeepAlive</string>
   1264     <string translatable="false" name="set_primary">SetPrimary</string>
   1265     <string translatable="false" name="advanced_settings_container">advanced settings container</string>
   1266     <string translatable="false" name="auth_username">AuthUserName</string>
   1267     <!-- End of SIP settings related strings -->
   1268 
   1269     <!-- Dialog title to notify user that Voice calling is not supported
   1270          on this device. [CHAR LIMIT=40] -->
   1271     <string name="not_voice_capable">Voice calling not supported</string>
   1272 
   1273     <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
   1274     <string name="respond_via_sms_canned_response_1">Can\'t talk now. What\'s up?</string>
   1275     <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
   1276     <string name="respond_via_sms_canned_response_2">I\'ll call you right back.</string>
   1277     <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
   1278     <string name="respond_via_sms_canned_response_3">I\'ll call you later.</string>
   1279     <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
   1280     <string name="respond_via_sms_canned_response_4">Can\'t talk now. Call me later?</string>
   1281     <!-- "Respond via SMS" option that lets you compose a custom response. [CHAR LIMIT=30] -->
   1282     <string name="respond_via_sms_custom_message">Write your own...</string>
   1283     <!-- "Custom Message" Cancel alert dialog button -->
   1284     <string name="custom_message_cancel">Cancel</string>
   1285     <!-- "Custom Message" Send alert dialog button -->
   1286     <string name="custom_message_send">Send</string>
   1287 
   1288     <!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] -->
   1289     <string name="respond_via_sms_setting_title">Quick responses</string>
   1290     <!-- Slightly more verbose title of settings screen for managing the
   1291          "Respond via SMS" feature. [CHAR LIMIT=30] -->
   1292     <string name="respond_via_sms_setting_title_2">Edit quick responses</string>
   1293     <!-- Settings summary string for the "Respond via SMS" feature. [CHAR LIMIT=40] -->
   1294     <string name="respond_via_sms_setting_summary"></string>
   1295     <!-- Dialog title when changing a string for the "Respond via SMS" feature. [CHAR LIMIT=30] -->
   1296     <string name="respond_via_sms_edittext_dialog_title">Quick response</string>
   1297     <!-- Menu option in  "Respond via SMS" that allows user to reset the default
   1298          activity used to handle "Respond via SMS" [CHAR LIMIT=30] -->
   1299     <string name="respond_via_sms_menu_reset_default_activity">Reset default app</string>
   1300 
   1301     <!-- "Respond via SMS": Confirmation message shown after sending
   1302          a text response. [CHAR LIMIT=40] -->
   1303     <string name="respond_via_sms_confirmation_format">Message sent to <xliff:g id="phone_number">%s</xliff:g>.</string>
   1304 
   1305     <!-- String describing the image on ImageButton one
   1306 
   1307          Note: AccessibilityServices use this attribute to announce what the view represents.
   1308                This is especially valuable for views without textual representation like ImageView.
   1309          [CHAR LIMIT=NONE]
   1310     -->
   1311     <string name="description_image_button_one">one</string>
   1312 
   1313     <!-- String describing the image on ImageButton two
   1314 
   1315          Note: AccessibilityServices use this attribute to announce what the view represents.
   1316                This is especially valuable for views without textual representation like ImageView.
   1317          [CHAR LIMIT=NONE]
   1318     -->
   1319     <string name="description_image_button_two">two</string>
   1320 
   1321     <!-- String describing the image on ImageButton three
   1322 
   1323          Note: AccessibilityServices use this attribute to announce what the view represents.
   1324                This is especially valuable for views without textual representation like ImageView.
   1325          [CHAR LIMIT=NONE]
   1326     -->
   1327     <string name="description_image_button_three">three</string>
   1328 
   1329     <!-- String describing the image on ImageButton four
   1330 
   1331          Note: AccessibilityServices use this attribute to announce what the view represents.
   1332                This is especially valuable for views without textual representation like ImageView.
   1333          [CHAR LIMIT=NONE]
   1334     -->
   1335     <string name="description_image_button_four">four</string>
   1336 
   1337     <!-- String describing the image on ImageButton five
   1338 
   1339          Note: AccessibilityServices use this attribute to announce what the view represents.
   1340                This is especially valuable for views without textual representation like ImageView.
   1341          [CHAR LIMIT=NONE]
   1342     -->
   1343     <string name="description_image_button_five">five</string>
   1344 
   1345     <!-- String describing the image on ImageButton six
   1346 
   1347          Note: AccessibilityServices use this attribute to announce what the view represents.
   1348                This is especially valuable for views without textual representation like ImageView.
   1349          [CHAR LIMIT=NONE]
   1350     -->
   1351     <string name="description_image_button_six">six</string>
   1352 
   1353     <!-- String describing the image on ImageButton seven
   1354 
   1355          Note: AccessibilityServices use this attribute to announce what the view represents.
   1356                This is especially valuable for views without textual representation like ImageView.
   1357          [CHAR LIMIT=NONE]
   1358     -->
   1359     <string name="description_image_button_seven">seven</string>
   1360 
   1361     <!-- String describing the image on ImageButton eight
   1362 
   1363          Note: AccessibilityServices use this attribute to announce what the view represents.
   1364                This is especially valuable for views without textual representation like ImageView.
   1365          [CHAR LIMIT=NONE]
   1366     -->
   1367     <string name="description_image_button_eight">eight</string>
   1368 
   1369     <!-- String describing the image on ImageButton nine
   1370 
   1371          Note: AccessibilityServices use this attribute to announce what the view represents.
   1372                This is especially valuable for views without textual representation like ImageView.
   1373          [CHAR LIMIT=NONE]
   1374     -->
   1375     <string name="description_image_button_nine">nine</string>
   1376 
   1377     <!-- String describing the image on ImageButton star
   1378 
   1379          Note: AccessibilityServices use this attribute to announce what the view represents.
   1380                This is especially valuable for views without textual representation like ImageView.
   1381          [CHAR LIMIT=NONE]
   1382     -->
   1383     <string name="description_image_button_star">star</string>
   1384 
   1385     <!-- String describing the image on ImageButton zero
   1386 
   1387          Note: AccessibilityServices use this attribute to announce what the view represents.
   1388                This is especially valuable for views without textual representation like ImageView.
   1389          [CHAR LIMIT=NONE]
   1390     -->
   1391     <string name="description_image_button_zero">zero</string>
   1392 
   1393     <!-- String describing the image on ImageButton pound
   1394 
   1395          Note: AccessibilityServices use this attribute to announce what the view represents.
   1396                This is especially valuable for views without textual representation like ImageView.
   1397          [CHAR LIMIT=NONE]
   1398     -->
   1399     <string name="description_image_button_pound">pound</string>
   1400 
   1401     <!-- String describing the Dial ImageButton
   1402 
   1403          Used by AccessibilityService to announce the purpose of the button.
   1404          [CHAR LIMIT=NONE]
   1405     -->
   1406     <string name="description_dial_button">dial</string>
   1407 
   1408     <!-- String describing the Delete/Backspace ImageButton
   1409 
   1410          Used by AccessibilityService to announce the purpose of the button.
   1411          [CHAR LIMIT=NONE]
   1412     -->
   1413     <string name="description_delete_button">backspace</string>
   1414 
   1415     <!-- Content description of the speakerphone enabled notification icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
   1416     <string name="accessibility_speakerphone_enabled">Speakerphone enabled.</string>
   1417 
   1418     <!-- Content description of the call muted notification icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
   1419     <string name="accessibility_call_muted">Call muted.</string>
   1420 
   1421     <!-- Description of the answer target in the Slide unlock screen of Phone. [CHAR LIMIT=NONE] -->
   1422     <string name="description_target_answer">Answer</string>
   1423     <!-- Description of the send_sms target in the Slide unlock screen of Phone. [CHAR LIMIT=NONE] -->
   1424     <string name="description_target_send_sms">Send SMS</string>
   1425     <!-- Description of the decline on target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
   1426     <string name="description_target_decline">Decline</string>
   1427 
   1428     <!-- Description of the up direction in which one can to slide the handle in the phone answer screen. [CHAR LIMIT=NONE] -->
   1429     <string name="description_direction_up">Slide up for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
   1430     <!-- Description of the left direction in which one can to slide the handle in the phone answer screen. [CHAR LIMIT=NONE] -->
   1431     <string name="description_direction_left">"Slide left for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
   1432     <!-- Description of the right direction in which one can to slide the handle in the phone answer screen. [CHAR LIMIT=NONE] -->
   1433     <string name="description_direction_right">Slide right for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
   1434 
   1435     <!-- Dialog title for the vibration settings for voicemail notifications [CHAR LIMIT=40] -->
   1436     <string name="voicemail_notification_vibrate_when_title" msgid="8731372580674292759">Vibrate</string>
   1437     <!-- Dialog title for the vibration settings for voice mail notifications [CHAR LIMIT=40]-->
   1438     <string name="voicemail_notification_vibarte_when_dialog_title" msgid="8995274609647451109">Vibrate</string>
   1439 
   1440     <!-- Voicemail ringtone title. The user clicks on this preference to select
   1441          which sound to play when a voicemail notification is received.
   1442          [CHAR LIMIT=30] -->
   1443     <string name="voicemail_notification_ringtone_title">Sound</string>
   1444 
   1445     <!--  The string used to describe a notification if it is the default one in the system. For
   1446           example, if the user selects the default notification, it will appear as something like
   1447           Default sound(Capella) in the notification summary.
   1448           [CHAR LIMIT=40] -->
   1449     <string name="default_notification_description">Default sound (<xliff:g id="default_sound_title">%1$s</xliff:g>)</string>
   1450 
   1451     <!-- The default value value for voicemail notification. -->
   1452     <string name="voicemail_notification_vibrate_when_default" translatable="false">never</string>
   1453 
   1454     <!-- Actual values used in our code for voicemail notifications. DO NOT TRANSLATE -->
   1455     <string-array name="voicemail_notification_vibrate_when_values" translatable="false">
   1456         <item>always</item>
   1457         <item>silent</item>
   1458         <item>never</item>
   1459     </string-array>
   1460 
   1461     <!-- Setting option name to pick ringtone (a list dialog comes up). [CHAR LIMIT=30] -->
   1462     <string name="ringtone_title" msgid="5379026328015343686">Phone ringtone</string>
   1463 
   1464     <!-- Setting option name to enable or disable vibration when ringing
   1465          the phone.
   1466          [CHAR LIMIT=30] -->
   1467     <string name="vibrate_on_ring_title">Vibrate when ringing</string>
   1468 
   1469     <!-- Setting option name to enable or disable DTMF tone sound
   1470          [CHAR LIMIT=30] -->
   1471     <string name="dtmf_tone_enable_title">Dial pad touch tones</string>
   1472 
   1473     <!--  Setting option name to enable or disable dialpad autocomplete functionality
   1474          [CHAR LIMIT=30] -->
   1475     <string name="dial_pad_autocomplete">Dial pad autocomplete</string>
   1476 
   1477     <!-- Title for the category "ringtone", which is shown above ringtone and vibration
   1478          related settings.
   1479          [CHAR LIMIT=30] -->
   1480     <string name="preference_category_ringtone">Ringtone &amp; Vibrate</string>
   1481 
   1482     <!-- Label for "Manage conference call" panel [CHAR LIMIT=40] -->
   1483     <string name="manageConferenceLabel">Manage conference call</string>
   1484 
   1485     <!-- This can be used in any application wanting to disable the text "Emergency number" -->
   1486     <string name="emergency_call_dialog_number_for_display">Emergency number</string>
   1487 </resources>
   1488