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     <!-- In-call screen: status label for a conference call -->
    118     <string name="caller_manage_header">Conference call <xliff:g id="conf_call_time">%s</xliff:g></string>
    119 
    120     <!-- Used in FakePhoneActivity test code.  DO NOT TRANSLATE. -->
    121     <string name="fake_phone_activity_phoneNumber_text" translatable="false">(650) 555-1234</string>
    122     <!-- Used in FakePhoneActivity test code.  DO NOT TRANSLATE. -->
    123     <string name="fake_phone_activity_infoText_text" translatable="false">Incoming phone number</string>
    124     <!-- Used in FakePhoneActivity test code.  DO NOT TRANSLATE. -->
    125     <string name="fake_phone_activity_placeCall_text" translatable="false">Fake Incoming Call</string>
    126 
    127     <!-- Call settings screen, Set voicemail dialog title -->
    128     <string name="voicemail_settings_number_label">Voicemail number</string>
    129 
    130     <!-- Card titles -->
    131     <!-- In-call screen: status label for a call in the "dialing" state -->
    132     <string name="card_title_dialing">Dialing</string>
    133     <!-- In-call screen: status label for a re-dialing call -->
    134     <string name="card_title_redialing">Retrying</string>
    135     <!-- In-call screen: status label for a conference call -->
    136     <string name="card_title_conf_call">Conference call</string>
    137     <!-- In-call screen: status label for an incoming call -->
    138     <string name="card_title_incoming_call">Incoming call</string>
    139     <!-- In-call screen: status label displayed briefly after a call ends -->
    140     <string name="card_title_call_ended">Call ended</string>
    141     <!-- In-call screen: status label for call that's on hold -->
    142     <string name="card_title_on_hold">On hold</string>
    143     <!-- In-call screen: status label for a call that's in the process of hanging up -->
    144     <string name="card_title_hanging_up">Hanging up</string>
    145     <!-- In-call screen: status label for a call that's in CDMA flash mode -->
    146     <string name="card_title_in_call">In call</string>
    147     <!-- In-call screen: special status label that shows your own phone
    148          number during emergency callback mode (ECM) [CHAR LIMIT=30] -->
    149     <string name="card_title_my_phone_number">My number is <xliff:g id="my_phone_number">%s</xliff:g></string>
    150 
    151     <!-- Notification strings -->
    152     <!-- The "label" of the in-call Notification for a dialing call, used
    153          as the format string for a Chronometer widget. [CHAR LIMIT=60] -->
    154     <string name="notification_dialing">Dialing</string>
    155     <!-- Missed call notification label, used when there's exactly one missed call -->
    156     <string name="notification_missedCallTitle">Missed call</string>
    157     <!-- Missed call notification label, used when there are two or more missed calls -->
    158     <string name="notification_missedCallsTitle">Missed calls</string>
    159     <!-- Missed call notification message used when there are multiple missed calls -->
    160     <string name="notification_missedCallsMsg"><xliff:g id="num_missed_calls">%s</xliff:g> missed calls</string>
    161     <!-- Missed call notification message used for a single missed call, including
    162          the caller-id info from the missed call -->
    163     <string name="notification_missedCallTicker">Missed call from <xliff:g id="missed_call_from">%s</xliff:g></string>
    164     <!-- The "label" of the in-call Notification for an ongoing call, used
    165          as the format string for a Chronometer widget. [CHAR LIMIT=60] -->
    166     <string name="notification_ongoing_call">Ongoing call</string>
    167     <!-- The "label" of the in-call Notification for a call that's on hold -->
    168     <string name="notification_on_hold">On hold</string>
    169     <!-- The "label" of the in-call Notification for an incoming ringing call -->
    170     <string name="notification_incoming_call">Incoming call</string>
    171     <!-- Label for the "Voicemail" notification item, when expanded. -->
    172     <string name="notification_voicemail_title">New voicemail</string>
    173     <!-- Label for the expanded "Voicemail" notification item,
    174          including a count of messages. -->
    175     <string name="notification_voicemail_title_count">New voicemail (<xliff:g id="count">%d</xliff:g>)</string>
    176     <!-- Message displayed in the "Voicemail" notification item, allowing the user
    177          to dial the indicated number. -->
    178     <string name="notification_voicemail_text_format">Dial <xliff:g id="voicemail_number">%s</xliff:g></string>
    179     <!-- Message displayed in the "Voicemail" notification item,
    180          indicating that there's no voicemail number available -->
    181     <string name="notification_voicemail_no_vm_number">Voicemail number unknown</string>
    182     <!-- Label for the "No service" notification item, when expanded. -->
    183     <string name="notification_network_selection_title">No service</string>
    184     <!-- Label for the expanded "No service" notification item, including the
    185          operator name set by user -->
    186     <string name="notification_network_selection_text">Selected network (<xliff:g id="operator_name">%s</xliff:g>) unavailable</string>
    187     <!-- Message for "end call" Action.
    188          It is displayed in the "Ongoing call" notification, which is shown
    189          when the user is outside the in-call screen while the phone call is still
    190          active. [CHAR LIMIT=40] -->
    191     <string name="notification_action_end_call">Hang up</string>
    192     <!-- Message for "call back" Action, which is displayed in the missed call notificaiton.
    193          The user will be able to call back to the person or the phone number.
    194          [CHAR LIMIT=60] -->
    195     <string name="notification_missedCall_call_back">Call back</string>
    196     <!-- Message for "reply via sms" action, which is displayed in the missed call notification.
    197          The user will be able to send text messages using the phone number.
    198          [CHAR LIMIT=60] -->
    199     <string name="notification_missedCall_message">Message</string>
    200 
    201     <!-- In-call screen: call failure message displayed in an error dialog -->
    202     <string name="incall_error_power_off">To place a call, first turn off Airplane mode.</string>
    203     <!-- In-call screen: call failure message displayed in an error dialog.
    204          This string is currently unused (see comments in InCallActivity.java.) -->
    205     <string name="incall_error_emergency_only">Not registered on network.</string>
    206     <!-- In-call screen: call failure message displayed in an error dialog -->
    207     <string name="incall_error_out_of_service">Mobile network not available.</string>
    208     <!-- In-call screen: call failure message displayed in an error dialog -->
    209     <string name="incall_error_no_phone_number_supplied">Call not sent, no valid number entered.</string>
    210     <!-- In-call screen: call failure message displayed in an error dialog -->
    211     <string name="incall_error_call_failed">Call not sent.</string>
    212     <!-- In-call screen: status message displayed in a dialog when starting an MMI -->
    213     <string name="incall_status_dialed_mmi">Starting MMI sequence\u2026</string>
    214     <!-- In-call screen: message displayed in an error dialog -->
    215     <string name="incall_error_supp_service_unknown">Unsupported service.</string>
    216     <!-- In-call screen: message displayed in an error dialog -->
    217     <string name="incall_error_supp_service_switch">Unable to switch calls.</string>
    218     <!-- In-call screen: message displayed in an error dialog -->
    219     <string name="incall_error_supp_service_separate">Unable to separate call.</string>
    220     <!-- In-call screen: message displayed in an error dialog -->
    221     <string name="incall_error_supp_service_transfer">Unable to transfer call.</string>
    222     <!-- In-call screen: message displayed in an error dialog -->
    223     <string name="incall_error_supp_service_conference">Unable to conference calls.</string>
    224     <!-- In-call screen: message displayed in an error dialog -->
    225     <string name="incall_error_supp_service_reject">Unable to reject call.</string>
    226     <!-- In-call screen: message displayed in an error dialog -->
    227     <string name="incall_error_supp_service_hangup">Unable to release call(s).</string>
    228 
    229     <!-- In-call screen: "call type" indication for a SIP call [CHAR LIMIT=30]  -->
    230     <string name="incall_call_type_label_sip">Internet call</string>
    231 
    232     <!-- Dialog title for the "radio enable" UI for emergency calls -->
    233     <string name="emergency_enable_radio_dialog_title">Emergency call</string>
    234     <!-- Status message for the "radio enable" UI for emergency calls -->
    235     <string name="emergency_enable_radio_dialog_message">Turning on radio\u2026</string>
    236     <!-- Status message for the "radio enable" UI for emergency calls -->
    237     <string name="emergency_enable_radio_dialog_retry">Out of service area, retrying\u2026</string>
    238 
    239     <!-- Dialer text on Emergency Dialer -->
    240     <!-- Emergency dialer: message displayed in an error dialog -->
    241     <string name="dial_emergency_error">Call not sent. <xliff:g id="non_emergency_number">%s</xliff:g> is not an emergency number!</string>
    242     <!-- Emergency dialer: message displayed in an error dialog -->
    243     <string name="dial_emergency_empty_error">Call not sent. Dial an emergency number!</string>
    244 
    245     <!-- Displayed in the text entry box in the dialer when in landscape mode to guide the user
    246          to dial using the physical keyboard -->
    247     <string name="dialerKeyboardHintText">Use keyboard to dial</string>
    248 
    249     <!-- Text for the onscreen "Hold" button -->
    250     <string name="onscreenHoldText">Hold</string>
    251     <!-- Text for the onscreen "End call" button -->
    252     <string name="onscreenEndCallText">End</string>
    253     <!-- Text for the onscreen "Show Dialpad" button -->
    254     <string name="onscreenShowDialpadText">Dialpad</string>
    255     <!-- Text for the onscreen "Mute" button -->
    256     <string name="onscreenMuteText">Mute</string>
    257     <!-- Text for the onscreen "Add call" button -->
    258     <string name="onscreenAddCallText">Add call</string>
    259     <!-- Text for the onscreen "Merge calls" button -->
    260     <string name="onscreenMergeCallsText">Merge calls</string>
    261     <!-- Text for the onscreen "Swap calls" button -->
    262     <string name="onscreenSwapCallsText">Swap</string>
    263     <!-- Text for the onscreen "Manage calls" button -->
    264     <string name="onscreenManageCallsText">Manage calls</string>
    265     <!-- Text for the onscreen "Manage conference" button [CHAR LIMIT=20] -->
    266     <string name="onscreenManageConferenceText">Manage conference</string>
    267     <!-- Text for the onscreen "Audio" button that lets you switch
    268          between speaker / bluetooth / earpiece [CHAR LIMIT=10] -->
    269     <string name="onscreenAudioText">Audio</string>
    270     <!-- Text for the onscreen "Video call" button used to change a voice call
    271          to a video call. [CHAR LIMIT=10] -->
    272     <string name="onscreenVideoCallText">Video call</string>
    273 
    274     <!-- For incoming calls, this is a string we can get from a CDMA network instead of
    275          the actual phone number, to indicate there's no number present.  DO NOT TRANSLATE. -->
    276     <string-array name="absent_num" translatable="false">
    277         <item>ABSENT NUMBER</item>
    278         <item>ABSENTNUMBER</item>
    279     </string-array>
    280 
    281     <!-- Preference for Voicemail service provider under "Voicemail" settings.
    282          [CHAR LIMIT=40] -->
    283     <string name="voicemail_provider">Service</string>
    284 
    285     <!-- Preference for Voicemail setting of each provider.
    286          [CHAR LIMIT=40] -->
    287     <string name="voicemail_settings">Setup</string>
    288 
    289     <!-- String to display in voicemail number summary when no voicemail num is set -->
    290     <string name="voicemail_number_not_set">&lt;Not set&gt;</string>
    291 
    292     <!-- Title displayed above settings coming after voicemail in the call features screen -->
    293     <string name="other_settings">Other call settings</string>
    294 
    295     <!-- Title displayed in the overlay when a call is placed using a 3rd party provider.
    296          [CHAR LIMIT=40] -->
    297     <string name="calling_via_template">Calling via <xliff:g id="provider_name">%s</xliff:g></string>
    298 
    299     <!-- Use this as a default to describe the contact photo; currently for screen readers through accessibility. -->
    300     <string name="contactPhoto">contact photo</string>
    301     <!-- Use this to describe the separate conference call button; currently for screen readers through accessibility. -->
    302     <string name="goPrivate">go private</string>
    303     <!--  Use this to describe the select contact button in EditPhoneNumberPreference; currently for screen readers through accessibility. -->
    304     <string name="selectContact">select contact</string>
    305 
    306     <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
    307     <string name="respond_via_sms_canned_response_1">Can\'t talk now. What\'s up?</string>
    308     <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
    309     <string name="respond_via_sms_canned_response_2">I\'ll call you right back.</string>
    310     <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
    311     <string name="respond_via_sms_canned_response_3">I\'ll call you later.</string>
    312     <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
    313     <string name="respond_via_sms_canned_response_4">Can\'t talk now. Call me later?</string>
    314     <!-- "Respond via SMS" option that lets you compose a custom response. [CHAR LIMIT=30] -->
    315     <string name="respond_via_sms_custom_message">Write your own...</string>
    316     <!-- "Custom Message" Cancel alert dialog button -->
    317     <string name="custom_message_cancel">Cancel</string>
    318     <!-- "Custom Message" Send alert dialog button -->
    319     <string name="custom_message_send">Send</string>
    320 
    321     <!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] -->
    322     <string name="respond_via_sms_setting_title">Quick responses</string>
    323     <!-- Slightly more verbose title of settings screen for managing the
    324          "Respond via SMS" feature. [CHAR LIMIT=30] -->
    325     <string name="respond_via_sms_setting_title_2">Edit quick responses</string>
    326     <!-- Settings summary string for the "Respond via SMS" feature. [CHAR LIMIT=40] -->
    327     <string name="respond_via_sms_setting_summary"></string>
    328     <!-- Dialog title when changing a string for the "Respond via SMS" feature. [CHAR LIMIT=30] -->
    329     <string name="respond_via_sms_edittext_dialog_title">Quick response</string>
    330     <!-- Menu option in  "Respond via SMS" that allows user to reset the default
    331          activity used to handle "Respond via SMS" [CHAR LIMIT=30] -->
    332     <string name="respond_via_sms_menu_reset_default_activity">Reset default app</string>
    333 
    334     <!-- "Respond via SMS": Confirmation message shown after sending
    335          a text response. [CHAR LIMIT=40] -->
    336     <string name="respond_via_sms_confirmation_format">Message sent to <xliff:g id="phone_number">%s</xliff:g>.</string>
    337 
    338     <!-- String describing the image on ImageButton one
    339 
    340          Note: AccessibilityServices use this attribute to announce what the view represents.
    341                This is especially valuable for views without textual representation like ImageView.
    342          [CHAR LIMIT=NONE]
    343     -->
    344     <string name="description_image_button_one">one</string>
    345 
    346     <!-- String describing the image on ImageButton two
    347 
    348          Note: AccessibilityServices use this attribute to announce what the view represents.
    349                This is especially valuable for views without textual representation like ImageView.
    350          [CHAR LIMIT=NONE]
    351     -->
    352     <string name="description_image_button_two">two</string>
    353 
    354     <!-- String describing the image on ImageButton three
    355 
    356          Note: AccessibilityServices use this attribute to announce what the view represents.
    357                This is especially valuable for views without textual representation like ImageView.
    358          [CHAR LIMIT=NONE]
    359     -->
    360     <string name="description_image_button_three">three</string>
    361 
    362     <!-- String describing the image on ImageButton four
    363 
    364          Note: AccessibilityServices use this attribute to announce what the view represents.
    365                This is especially valuable for views without textual representation like ImageView.
    366          [CHAR LIMIT=NONE]
    367     -->
    368     <string name="description_image_button_four">four</string>
    369 
    370     <!-- String describing the image on ImageButton five
    371 
    372          Note: AccessibilityServices use this attribute to announce what the view represents.
    373                This is especially valuable for views without textual representation like ImageView.
    374          [CHAR LIMIT=NONE]
    375     -->
    376     <string name="description_image_button_five">five</string>
    377 
    378     <!-- String describing the image on ImageButton six
    379 
    380          Note: AccessibilityServices use this attribute to announce what the view represents.
    381                This is especially valuable for views without textual representation like ImageView.
    382          [CHAR LIMIT=NONE]
    383     -->
    384     <string name="description_image_button_six">six</string>
    385 
    386     <!-- String describing the image on ImageButton seven
    387 
    388          Note: AccessibilityServices use this attribute to announce what the view represents.
    389                This is especially valuable for views without textual representation like ImageView.
    390          [CHAR LIMIT=NONE]
    391     -->
    392     <string name="description_image_button_seven">seven</string>
    393 
    394     <!-- String describing the image on ImageButton eight
    395 
    396          Note: AccessibilityServices use this attribute to announce what the view represents.
    397                This is especially valuable for views without textual representation like ImageView.
    398          [CHAR LIMIT=NONE]
    399     -->
    400     <string name="description_image_button_eight">eight</string>
    401 
    402     <!-- String describing the image on ImageButton nine
    403 
    404          Note: AccessibilityServices use this attribute to announce what the view represents.
    405                This is especially valuable for views without textual representation like ImageView.
    406          [CHAR LIMIT=NONE]
    407     -->
    408     <string name="description_image_button_nine">nine</string>
    409 
    410     <!-- String describing the image on ImageButton star
    411 
    412          Note: AccessibilityServices use this attribute to announce what the view represents.
    413                This is especially valuable for views without textual representation like ImageView.
    414          [CHAR LIMIT=NONE]
    415     -->
    416     <string name="description_image_button_star">star</string>
    417 
    418     <!-- String describing the image on ImageButton zero
    419 
    420          Note: AccessibilityServices use this attribute to announce what the view represents.
    421                This is especially valuable for views without textual representation like ImageView.
    422          [CHAR LIMIT=NONE]
    423     -->
    424     <string name="description_image_button_zero">zero</string>
    425 
    426     <!-- String describing the image on ImageButton pound
    427 
    428          Note: AccessibilityServices use this attribute to announce what the view represents.
    429                This is especially valuable for views without textual representation like ImageView.
    430          [CHAR LIMIT=NONE]
    431     -->
    432     <string name="description_image_button_pound">pound</string>
    433 
    434     <!-- String describing the Dial ImageButton
    435 
    436          Used by AccessibilityService to announce the purpose of the button.
    437          [CHAR LIMIT=NONE]
    438     -->
    439     <string name="description_dial_button">dial</string>
    440 
    441     <!-- String describing the Delete/Backspace ImageButton
    442 
    443          Used by AccessibilityService to announce the purpose of the button.
    444          [CHAR LIMIT=NONE]
    445     -->
    446     <string name="description_delete_button">backspace</string>
    447 
    448     <!-- Content description of the speakerphone enabled notification icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    449     <string name="accessibility_speakerphone_enabled">Speakerphone enabled.</string>
    450 
    451     <!-- Content description of the call muted notification icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    452     <string name="accessibility_call_muted">Call muted.</string>
    453 
    454     <!-- Description of the answer target in the Slide unlock screen of Phone. [CHAR LIMIT=NONE] -->
    455     <string name="description_target_answer">Answer</string>
    456     <!-- Description of the send_sms target in the Slide unlock screen of Phone. [CHAR LIMIT=NONE] -->
    457     <string name="description_target_send_sms">Send SMS</string>
    458     <!-- Description of the decline on target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
    459     <string name="description_target_decline">Decline</string>
    460 
    461     <!-- Description of the up direction in which one can to slide the handle in the phone answer screen. [CHAR LIMIT=NONE] -->
    462     <string name="description_direction_up">Slide up for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
    463     <!-- Description of the left direction in which one can to slide the handle in the phone answer screen. [CHAR LIMIT=NONE] -->
    464     <string name="description_direction_left">"Slide left for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
    465     <!-- Description of the right direction in which one can to slide the handle in the phone answer screen. [CHAR LIMIT=NONE] -->
    466     <string name="description_direction_right">Slide right for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
    467 
    468     <!-- Dialog title for the vibration settings for voicemail notifications [CHAR LIMIT=40] -->
    469     <string name="voicemail_notification_vibrate_when_title" msgid="8731372580674292759">Vibrate</string>
    470     <!-- Dialog title for the vibration settings for voice mail notifications [CHAR LIMIT=40]-->
    471     <string name="voicemail_notification_vibarte_when_dialog_title" msgid="8995274609647451109">Vibrate</string>
    472 
    473     <!-- Voicemail ringtone title. The user clicks on this preference to select
    474          which sound to play when a voicemail notification is received.
    475          [CHAR LIMIT=30] -->
    476     <string name="voicemail_notification_ringtone_title">Sound</string>
    477 
    478     <!--  The string used to describe a notification if it is the default one in the system. For
    479           example, if the user selects the default notification, it will appear as something like
    480           Default sound(Capella) in the notification summary.
    481           [CHAR LIMIT=40] -->
    482     <string name="default_notification_description">Default sound (<xliff:g id="default_sound_title">%1$s</xliff:g>)</string>
    483 
    484     <!-- The default value value for voicemail notification. -->
    485     <string name="voicemail_notification_vibrate_when_default" translatable="false">never</string>
    486 
    487     <!-- Actual values used in our code for voicemail notifications. DO NOT TRANSLATE -->
    488     <string-array name="voicemail_notification_vibrate_when_values" translatable="false">
    489         <item>always</item>
    490         <item>silent</item>
    491         <item>never</item>
    492     </string-array>
    493 
    494     <!-- Setting option name to pick ringtone (a list dialog comes up). [CHAR LIMIT=30] -->
    495     <string name="ringtone_title" msgid="5379026328015343686">Phone ringtone</string>
    496 
    497     <!-- Setting option name to enable or disable vibration when ringing
    498          the phone.
    499          [CHAR LIMIT=30] -->
    500     <string name="vibrate_on_ring_title">Vibrate when ringing</string>
    501 
    502     <!-- Setting option name to enable or disable DTMF tone sound
    503          [CHAR LIMIT=30] -->
    504     <string name="dtmf_tone_enable_title">Dial pad touch tones</string>
    505 
    506     <!--  Setting option name to enable or disable dialpad autocomplete functionality
    507          [CHAR LIMIT=30] -->
    508     <string name="dial_pad_autocomplete">Dial pad autocomplete</string>
    509 
    510     <!-- Title for the category "ringtone", which is shown above ringtone and vibration
    511          related settings.
    512          [CHAR LIMIT=30] -->
    513     <string name="preference_category_ringtone">Ringtone &amp; Vibrate</string>
    514 
    515     <!-- Label for "Manage conference call" panel [CHAR LIMIT=40] -->
    516     <string name="manageConferenceLabel">Manage conference call</string>
    517 
    518     <!-- This can be used in any application wanting to disable the text "Emergency number" -->
    519     <string name="emergency_call_dialog_number_for_display">Emergency number</string>
    520 
    521     <!-- The digit to be displayed on the 0 key of the dialpad [CHAR LIMIT=1]-->
    522     <string name="dialpad_0_number">0</string>
    523     <!-- The digit to be displayed on the 1 key of the dialpad [CHAR LIMIT=1]-->
    524     <string name="dialpad_1_number">1</string>
    525     <!-- The digit to be displayed on the 2 key of the dialpad [CHAR LIMIT=1]-->
    526     <string name="dialpad_2_number">2</string>
    527     <!-- The digit to be displayed on the 3 key of the dialpad [CHAR LIMIT=1]-->
    528     <string name="dialpad_3_number">3</string>
    529     <!-- The digit to be displayed on the 4 key of the dialpad [CHAR LIMIT=1]-->
    530     <string name="dialpad_4_number">4</string>
    531     <!-- The digit to be displayed on the 5 key of the dialpad [CHAR LIMIT=1]-->
    532     <string name="dialpad_5_number">5</string>
    533     <!-- The digit to be displayed on the 6 key of the dialpad [CHAR LIMIT=1]-->
    534     <string name="dialpad_6_number">6</string>
    535     <!-- The digit to be displayed on the 7 key of the dialpad [CHAR LIMIT=1]-->
    536     <string name="dialpad_7_number">7</string>
    537     <!-- The digit to be displayed on the 8 key of the dialpad [CHAR LIMIT=1]-->
    538     <string name="dialpad_8_number">8</string>
    539     <!-- The digit to be displayed on the 9 key of the dialpad [CHAR LIMIT=1]-->
    540     <string name="dialpad_9_number">9</string>
    541     <!--  Do not translate. -->
    542     <string name="dialpad_star_number">*</string>
    543     <!--  Do not translate. -->
    544     <string name="dialpad_pound_number">#</string>
    545 
    546     <!--  Do not translate. -->
    547     <string name="dialpad_0_letters">+</string>
    548     <!--  Do not translate. -->
    549     <string name="dialpad_1_letters"></string>
    550     <!--  Do not translate. -->
    551     <string name="dialpad_2_letters">ABC</string>
    552     <!--  Do not translate. -->
    553     <string name="dialpad_3_letters">DEF</string>
    554     <!--  Do not translate. -->
    555     <string name="dialpad_4_letters">GHI</string>
    556     <!--  Do not translate. -->
    557     <string name="dialpad_5_letters">JKL</string>
    558     <!--  Do not translate. -->
    559     <string name="dialpad_6_letters">MNO</string>
    560     <!--  Do not translate. -->
    561     <string name="dialpad_7_letters">PQRS</string>
    562     <!--  Do not translate. -->
    563     <string name="dialpad_8_letters">TUV</string>
    564     <!--  Do not translate. -->
    565     <string name="dialpad_9_letters">WXYZ</string>
    566     <!--  Do not translate. -->
    567     <string name="dialpad_star_letters"></string>
    568     <!--  Do not translate. -->
    569     <string name="dialpad_pound_letters"></string>
    570 </resources>
    571