Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3   ~ Copyright (C) 2012 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 
     19 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     20 
     21   <!-- Application name used in Settings/Apps. Default label for activities
     22        that don't specify a label. -->
     23   <string name="applicationLabel">Phone</string>
     24 
     25   <!-- Title for the activity that dials the phone, when launched directly into the dialpad -->
     26   <string name="launcherDialpadActivityLabel">Phone Keypad</string>
     27   <!-- The description text for the dialer tab.
     28 
     29   Note: AccessibilityServices use this attribute to announce what the view represents.
     30   This is especially valuable for views without textual representation like ImageView.
     31 
     32   [CHAR LIMIT=NONE] -->
     33   <string name="dialerIconLabel">Phone</string>
     34 
     35   <!-- The description text for the call log tab.
     36 
     37   Note: AccessibilityServices use this attribute to announce what the view represents.
     38   This is especially valuable for views without textual representation like ImageView.
     39 
     40   [CHAR LIMIT=NONE] -->
     41   <string name="callHistoryIconLabel">Call history</string>
     42 
     43   <!-- Text for a menu item to report a call as having been incorrectly identified. [CHAR LIMIT=48] -->
     44   <string name="action_report_number">Report inaccurate number</string>
     45 
     46   <!-- Option displayed in context menu to copy long pressed phone number. [CHAR LIMIT=48] -->
     47   <string name="action_copy_number_text">Copy number</string>
     48 
     49   <!-- Option displayed in context menu to copy long pressed voicemail transcription. [CHAR LIMIT=48] -->
     50   <string name="copy_transcript_text">Copy transcription</string>
     51 
     52   <!-- Label for action to block a number. [CHAR LIMIT=48] -->
     53   <string name="action_block_number">Block number</string>
     54 
     55   <!-- Label for action to unblock a number [CHAR LIMIT=48]-->
     56   <string name="action_unblock_number">Unblock number</string>
     57 
     58   <!-- Label for action to edit a number before calling it. [CHAR LIMIT=48] -->
     59   <string name="action_edit_number_before_call">Edit number before call</string>
     60 
     61   <!-- Menu item used to remove all calls from the call log -->
     62   <string name="call_log_delete_all">Clear call history</string>
     63 
     64   <!-- Menu item used to delete a voicemail. [CHAR LIMIT=30] -->
     65   <string name="call_log_trash_voicemail">Delete voicemail</string>
     66 
     67   <!-- Text for snackbar to undo a voicemail delete. [CHAR LIMIT=30] -->
     68   <string name="snackbar_voicemail_deleted">Voicemail deleted</string>
     69 
     70   <!-- Text for undo button in snackbar for voicemail deletion. [CHAR LIMIT=10] -->
     71   <string name="snackbar_voicemail_deleted_undo">UNDO</string>
     72 
     73   <!-- Title of the confirmation dialog for clearing the call log. [CHAR LIMIT=37]  -->
     74   <string name="clearCallLogConfirmation_title">Clear call history?</string>
     75 
     76   <!-- Confirmation dialog for clearing the call log. [CHAR LIMIT=NONE]  -->
     77   <string name="clearCallLogConfirmation">This will delete all calls from your history</string>
     78 
     79   <!-- Title of the "Clearing call log" progress-dialog [CHAR LIMIT=35] -->
     80   <string name="clearCallLogProgress_title">Clearing call history\u2026</string>
     81 
     82   <!-- Title used for the activity for placing a call. This name appears
     83        in activity disambig dialogs -->
     84   <string name="userCallActivityLabel" product="default">Phone</string>
     85 
     86   <!-- Notification strings -->
     87   <!-- Missed call notification label, used when there's exactly one missed call -->
     88   <string name="notification_missedCallTitle">Missed call</string>
     89   <!-- Missed call notification label, used when there's exactly one missed call from work contact -->
     90   <string name="notification_missedWorkCallTitle">Missed work call</string>
     91   <!-- Missed call notification label, used when there are two or more missed calls -->
     92   <string name="notification_missedCallsTitle">Missed calls</string>
     93   <!-- Missed call notification message used when there are multiple missed calls -->
     94   <string name="notification_missedCallsMsg"><xliff:g id="num_missed_calls">%d</xliff:g> missed calls</string>
     95   <!-- Message for "call back" Action, which is displayed in the missed call notificaiton.
     96        The user will be able to call back to the person or the phone number.
     97        [CHAR LIMIT=18] -->
     98   <string name="notification_missedCall_call_back">Call back</string>
     99   <!-- Message for "reply via sms" action, which is displayed in the missed call notification.
    100        The user will be able to send text messages using the phone number.
    101        [CHAR LIMIT=18] -->
    102   <string name="notification_missedCall_message">Message</string>
    103   <!-- Hardcoded number used for restricted incoming phone numbers. -->
    104   <string name="handle_restricted" translatable="false">RESTRICTED</string>
    105   <!-- Format for a post call message. (ex. John Doe: Give me a call when you're free.) -->
    106   <string name="post_call_notification_message"><xliff:g id="name">%1$s</xliff:g>: <xliff:g id="message">%2$s</xliff:g></string>
    107 
    108   <!-- Message displayed in the "Voicemail" notification item, allowing the user
    109        to dial the indicated number. -->
    110   <string name="notification_voicemail_text_format">Dial <xliff:g id="voicemail_number">%s</xliff:g></string>
    111   <!-- Message displayed in the "Voicemail" notification item,
    112        indicating that there's no voicemail number available -->
    113   <string name="notification_voicemail_no_vm_number">Voicemail number unknown</string>
    114   <!-- Title of the notification of new voicemails. [CHAR LIMIT=30] -->
    115   <plurals name="notification_voicemail_title">
    116     <item quantity="one">Voicemail</item>
    117     <item quantity="other">
    118             <xliff:g id="count">%1$d</xliff:g>
    119             Voicemails
    120         </item>
    121   </plurals>
    122 
    123   <!-- Used in the notification of a new voicemail for the action to play the voicemail. -->
    124   <string name="notification_action_voicemail_play">Play</string>
    125 
    126   <!-- Used to build a list of names or phone numbers, to indicate the callers who left
    127        voicemails.
    128        The first argument may be one or more callers, the most recent ones.
    129        The second argument is an additional callers.
    130        This string is used to build a list of callers.
    131 
    132        [CHAR LIMIT=10]
    133    -->
    134   <string name="notification_voicemail_callers_list"><xliff:g id="newer_callers">%1$s</xliff:g>,
    135         <xliff:g id="older_caller">%2$s</xliff:g>
    136     </string>
    137 
    138   <!-- Text used in the ticker to notify the user of the latest voicemail. [CHAR LIMIT=30] -->
    139   <string name="notification_new_voicemail_ticker">New voicemail from
    140         <xliff:g id="caller">%1$s</xliff:g>
    141     </string>
    142 
    143   <!-- Message to show when there is an error playing back the voicemail. [CHAR LIMIT=40] -->
    144   <string name="voicemail_playback_error">Couldn\'t play voicemail</string>
    145 
    146   <!-- Message to display whilst we are waiting for the content to be fetched. [CHAR LIMIT=40] -->
    147   <string name="voicemail_fetching_content">Loading voicemail\u2026</string>
    148 
    149   <!-- Message to display whilst we are waiting for the content to be archived. [CHAR LIMIT=40] -->
    150   <string name="voicemail_archiving_content">Archiving voicemail\u2026</string>
    151 
    152   <!-- Message to display if we fail to get content within a suitable time period. [CHAR LIMIT=40] -->
    153   <string name="voicemail_fetching_timout">Couldn\'t load voicemail</string>
    154 
    155   <!-- The header to show that call log is only showing voicemail calls. [CHAR LIMIT=40] -->
    156   <string name="call_log_voicemail_header">Calls with voicemail only</string>
    157 
    158   <!-- The header to show that call log is only showing incoming calls. [CHAR LIMIT=40] -->
    159   <string name="call_log_incoming_header">Incoming calls only</string>
    160 
    161   <!-- The header to show that call log is only showing outgoing calls. [CHAR LIMIT=40] -->
    162   <string name="call_log_outgoing_header">Outgoing calls only</string>
    163 
    164   <!-- The header to show that call log is only showing missed calls. [CHAR LIMIT=40] -->
    165   <string name="call_log_missed_header">Missed calls only</string>
    166 
    167   <!-- The counter for calls in a group and the date of the latest call as shown in the call log [CHAR LIMIT=15] -->
    168   <string name="call_log_item_count_and_date">(<xliff:g id="count">%1$d</xliff:g>)
    169         <xliff:g id="date">%2$s</xliff:g>
    170     </string>
    171 
    172   <!-- String describing the Search ImageButton
    173 
    174        Used by AccessibilityService to announce the purpose of the button.
    175        [CHAR LIMIT=NONE]
    176   -->
    177   <string name="description_search_button">search</string>
    178 
    179   <!-- String describing the Dial ImageButton
    180 
    181        Used by AccessibilityService to announce the purpose of the button.
    182   -->
    183   <string name="description_dial_button">dial</string>
    184 
    185   <!-- String describing the digits text box containing the number to dial.
    186 
    187        Used by AccessibilityService to announce the purpose of the view.
    188   -->
    189   <string name="description_digits_edittext">number to dial</string>
    190 
    191   <!-- String describing the button in the voicemail playback to start/stop playback.
    192 
    193        Used by AccessibilityService to announce the purpose of the view.
    194   -->
    195   <string name="description_playback_start_stop">Play or stop playback</string>
    196 
    197   <!-- String describing the button in the voicemail playback to switch on/off speakerphone.
    198 
    199        Used by AccessibilityService to announce the purpose of the view.
    200   -->
    201   <string name="description_playback_speakerphone">Switch on or off speakerphone</string>
    202 
    203   <!-- String describing the seekbar in the voicemail playback to seek playback position.
    204 
    205        Used by AccessibilityService to announce the purpose of the view.
    206   -->
    207   <string name="description_playback_seek">Seek playback position</string>
    208 
    209   <!-- String describing the button in the voicemail playback to decrease playback rate.
    210 
    211        Used by AccessibilityService to announce the purpose of the view.
    212   -->
    213   <string name="description_rate_decrease">Decrease playback rate</string>
    214 
    215   <!-- String describing the button in the voicemail playback to increase playback rate.
    216 
    217        Used by AccessibilityService to announce the purpose of the view.
    218   -->
    219   <string name="description_rate_increase">Increase playback rate</string>
    220 
    221   <!-- Content description for the fake action menu button that brings up the call history
    222        activity -->
    223   <string name="action_menu_call_history_description">Call history</string>
    224 
    225   <!-- Content description for the fake action menu overflow button.
    226        This should be same as the description for the real action menu
    227        overflow button available in ActionBar.
    228        [CHAR LIMIT=NONE] -->
    229   <string msgid="2295659037509008453" name="action_menu_overflow_description">More options</string>
    230 
    231   <!-- Content description for the button that displays the dialpad
    232        [CHAR LIMIT=NONE] -->
    233   <string name="action_menu_dialpad_button">key pad</string>
    234 
    235   <!-- Menu item used to show only outgoing in the call log. [CHAR LIMIT=30] -->
    236   <string name="menu_show_outgoing_only">Show outgoing only</string>
    237 
    238   <!-- Menu item used to show only incoming in the call log. [CHAR LIMIT=30] -->
    239   <string name="menu_show_incoming_only">Show incoming only</string>
    240 
    241   <!-- Menu item used to show only missed in the call log. [CHAR LIMIT=30] -->
    242   <string name="menu_show_missed_only">Show missed only</string>
    243 
    244   <!-- Menu item used to show only voicemails in the call log. [CHAR LIMIT=30] -->
    245   <string name="menu_show_voicemails_only">Show voicemails only</string>
    246 
    247   <!-- Menu item used to show all calls in the call log. [CHAR LIMIT=30] -->
    248   <string name="menu_show_all_calls">Show all calls</string>
    249 
    250   <!-- Menu items for dialpad options as part of Pause and Wait ftr [CHAR LIMIT=30] -->
    251   <string name="add_2sec_pause">Add 2-sec pause</string>
    252   <string name="add_wait">Add wait</string>
    253 
    254   <!-- Label for the dialer app setting page [CHAR LIMIT=30]-->
    255   <string name="dialer_settings_label">Settings</string>
    256 
    257   <!-- Label for the simulator submenu. This is used to show actions that are useful for development
    258        and testing. [CHAR LIMIT=30]-->
    259   <string name="simulator_submenu_label">Simulator</string>
    260 
    261   <!-- Label for the menu item that installs a shortcut for the new UI. [CHAR LIMIT=30] -->
    262   <string name="new_ui_launcher_shortcut_label">Create New UI Shortcut</string>
    263 
    264   <!-- Menu item to display all contacts [CHAR LIMIT=30] -->
    265   <string name="menu_allContacts">All contacts</string>
    266 
    267   <!-- Item label: jump to the in-call DTMF dialpad.
    268        (Part of a list of options shown in the dialer when another call
    269        is already in progress.) -->
    270   <string name="dialer_useDtmfDialpad">Use touch tone keypad</string>
    271 
    272   <!-- Item label: jump to the in-call UI.
    273        (Part of a list of options shown in the dialer when another call
    274        is already in progress.) -->
    275   <string name="dialer_returnToInCallScreen">Return to call in progress</string>
    276 
    277   <!-- Item label: use the Dialer's keypad to add another call.
    278        (Part of a list of options shown in the dialer when another call
    279        is already in progress.) -->
    280   <string name="dialer_addAnotherCall">Add call</string>
    281 
    282   <!-- Description for incoming calls going to voice mail vs. not -->
    283   <string name="actionIncomingCall">Incoming calls</string>
    284 
    285   <!-- String describing the user entering bulk action mode.
    286 
    287     Note: AccessibilityServices use this attribute to announce what the view represents.
    288           This is especially valuable for views without textual representation like ImageView.
    289 -->
    290   <string name="description_entering_bulk_action_mode">Entering bulk action mode</string>
    291 
    292   <!-- String describing the user leaving bulk action mode.
    293 
    294     Note: AccessibilityServices use this attribute to announce what the view represents.
    295           This is especially valuable for views without textual representation like ImageView.
    296 -->
    297   <string name="description_leaving_bulk_action_mode">Left bulk action mode</string>
    298 
    299   <!-- String describing the button to select an entry for bulk action.
    300 
    301       Note: AccessibilityServices use this attribute to announce what the view represents.
    302             This is especially valuable for views without textual representation like ImageView.
    303   -->
    304   <string name="description_selecting_bulk_action_mode">Selected <xliff:g id="nameOrNumber">%1$s</xliff:g></string>
    305 
    306   <!-- String describing the button to unselect an entry for bulk action.
    307 
    308       Note: AccessibilityServices use this attribute to announce what the view represents.
    309             This is especially valuable for views without textual representation like ImageView.
    310   -->
    311   <string name="description_unselecting_bulk_action_mode">Unselected <xliff:g id="nameOrNumber">%1$s</xliff:g></string>
    312 
    313   <!-- String describing the icon in the call log used to play a voicemail.
    314 
    315       Note: AccessibilityServices use this attribute to announce what the view represents.
    316             This is especially valuable for views without textual representation like ImageView.
    317   -->
    318   <string name="description_call_log_play_button">Play voicemail</string>
    319 
    320   <!-- String describing the button to view the contact for the current number.
    321 
    322       Note: AccessibilityServices use this attribute to announce what the view represents.
    323             This is especially valuable for views without textual representation like ImageView.
    324   -->
    325   <string name="description_view_contact">View contact <xliff:g id="name">%1$s</xliff:g></string>
    326 
    327   <!-- String describing the button to call a number or contact.
    328 
    329       Note: AccessibilityServices use this attribute to announce what the view represents.
    330             This is especially valuable for views without textual representation like ImageView.
    331   -->
    332   <string name="description_call">Call <xliff:g id="name">%1$s</xliff:g></string>
    333 
    334   <!-- String describing the button to access the contact details for a name or number.
    335 
    336       Note: AccessibilityServices use this attribute to announce what the view represents.
    337             This is especially valuable for views without textual representation like ImageView.
    338   -->
    339   <string name="description_contact_details">Contact details for <xliff:g id="nameOrNumber">%1$s</xliff:g></string>
    340 
    341   <!-- String describing the button to access the contact details for a name or number when the
    342        when the number is a suspected spam.
    343 
    344       Note: AccessibilityServices use this attribute to announce what the view represents.
    345             This is especially valuable for views without textual representation like ImageView.
    346   -->
    347   <string name="description_spam_contact_details">Contact details for suspected spam caller <xliff:g id="nameOrNumber">%1$s</xliff:g></string>
    348 
    349   <!-- String indicating the number of calls to/from a caller in the call log.
    350 
    351   Note: AccessibilityServices use this attribute to announce what the view represents.
    352         This is especially valuable for views without textual representation like ImageView.
    353   -->
    354   <string name="description_num_calls"><xliff:g id="numberOfCalls">%1$s</xliff:g> calls.</string>
    355 
    356   <!-- String indicating a call log entry had video capabilities.
    357 
    358   Note: AccessibilityServices use this attribute to announce what the view represents.
    359         This is especially valuable for views without textual representation like ImageView.
    360         [CHAR LIMIT=NONE]
    361   -->
    362   <string name="description_video_call">Video call.</string>
    363 
    364   <!-- String describing the button to SMS a number or contact.
    365 
    366       Note: AccessibilityServices use this attribute to announce what the view represents.
    367             This is especially valuable for views without textual representation like ImageView.
    368             [CHAR LIMIT=NONE]
    369   -->
    370   <string name="description_send_text_message">Send SMS to <xliff:g id="name">%1$s</xliff:g></string>
    371 
    372   <!-- String describing the icon in the call log used to represent an unheard voicemail left to
    373        the user.
    374 
    375       Note: AccessibilityServices use this attribute to announce what the view represents.
    376             This is especially valuable for views without textual representation like ImageView.
    377             [CHAR LIMIT=NONE]
    378   -->
    379   <string name="description_call_log_unheard_voicemail">Unheard voicemail</string>
    380 
    381   <!-- String describing the icon used to start a voice search -->
    382   <string name="description_start_voice_search">Start voice search</string>
    383 
    384   <!-- Menu item used to call a contact, containing the number of the contact to call -->
    385   <string name="menu_callNumber">Call <xliff:g id="number">%s</xliff:g></string>
    386 
    387   <!-- String used for displaying calls to the voicemail number in the call log -->
    388   <string name="voicemail">Voicemail</string>
    389 
    390   <!-- A nicely formatted call duration displayed when viewing call details for duration less than 1 minute. For example "28 sec" -->
    391   <string name="callDetailsShortDurationFormat"><xliff:g example="28" id="seconds">%s</xliff:g> sec</string>
    392 
    393   <!-- A nicely formatted call duration displayed when viewing call details. For example "42 min 28 sec" -->
    394   <string name="callDetailsDurationFormat"><xliff:g example="42" id="minutes">%s</xliff:g> min <xliff:g example="28" id="seconds">%s</xliff:g> sec</string>
    395 
    396   <!-- String describing the cancel button in multi select.
    397        Note: AccessibilityServices uses this attribute to announce what the view represents.
    398        [CHAR LIMIT=NONE] -->
    399   <string name="description_cancel_multi_select">Cancel batch actions mode</string>
    400 
    401   <string name="voicemailMultiSelectDeleteConfirm">Delete</string>
    402   <string name="voicemailMultiSelectDeleteCancel">Cancel</string>
    403   <string name="voicemailMultiSelectDialogTitle">Delete selected <xliff:g id="voicemailorvoicemails">%1$s</xliff:g>?</string>
    404 
    405   <string name="voicemailMultiSelectActionBarTitle"><xliff:g id="number">%1$s</xliff:g> selected</string>
    406 
    407   <!-- Alert dialog title to accept or decline deleting voicemail(s). -->
    408   <plurals name="delete_voicemails_confirmation_dialog_title">
    409     <item quantity="one"><b>Delete this voicemail? </b></item>
    410     <item quantity="other"><b>Delete these voicemails? </b></item>
    411   </plurals>
    412 
    413   <!-- The string 'Today'. This value is used in the voicemailCallLogDateTimeFormat rather than an
    414        explicit date string, e.g. Jul 25, 2014, in the event that a voicemail was created on the
    415        current day -->
    416   <string name="voicemailCallLogToday">@string/call_log_header_today</string>
    417 
    418   <!-- A format string used for displaying the date and time for a voicemail call log. For example: Jul 25, 2014 at 2:49 PM
    419        The date will be replaced by 'Today' for voicemails created on the current day. For example: Today at 2:49 PM -->
    420   <string name="voicemailCallLogDateTimeFormat"><xliff:g example="Jul 25, 2014" id="date">%1$s</xliff:g> at <xliff:g example="2:49 PM" id="time">%2$s</xliff:g></string>
    421 
    422   <!-- Format for duration of voicemails which are displayed when viewing voicemail logs. For example "01:22" -->
    423   <string name="voicemailDurationFormat"><xliff:g example="10" id="minutes">%1$02d</xliff:g>:<xliff:g example="20" id="seconds">%2$02d</xliff:g></string>
    424 
    425   <!-- A format string used for displaying the date, time and duration for a voicemail call log. For example: Jul 25, 2014 at 2:49 PM  00:34 -->
    426   <string name="voicemailCallLogDateTimeFormatWithDuration"><xliff:g example="Jul 25, 2014 at 2:49PM" id="dateAndTime">%1$s</xliff:g> \u2022 <xliff:g example="01:22" id="duration">%2$s</xliff:g></string>
    427 
    428   <!-- Dialog message which is shown when the user tries to make a phone call
    429        to prohibited phone numbers [CHAR LIMIT=NONE] -->
    430   <string msgid="4313552620858880999" name="dialog_phone_call_prohibited_message">Can\'t call this number</string>
    431 
    432   <!-- Dialog message which is shown when the user tries to check voicemail
    433        while the system isn't ready for the access. [CHAR LIMIT=NONE] -->
    434   <string name="dialog_voicemail_not_ready_message">To set up voicemail, go to Menu &gt; Settings.</string>
    435 
    436   <!-- Dialog message which is shown when the user tries to check voicemail
    437        while the system is in airplane mode. The user cannot access to
    438        voicemail service in Airplane mode. [CHAR LIMI=NONE] -->
    439   <string name="dialog_voicemail_airplane_mode_message">To call voicemail, first turn off Airplane mode.</string>
    440 
    441   <!-- Message that appears in the favorites tab of the Phone app when the contact list has not fully loaded yet (below the favorite and frequent contacts) [CHAR LIMIT=20] -->
    442   <string name="contact_list_loading">Loading\u2026</string>
    443 
    444   <!-- The title of a dialog that displays the IMEI of the phone -->
    445   <string name="imei">IMEI</string>
    446 
    447   <!-- The title of a dialog that displays the MEID of the CDMA phone -->
    448   <string name="meid">MEID</string>
    449 
    450   <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial -->
    451   <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string>
    452 
    453   <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial -->
    454   <string name="simContacts_title">SIM card contacts</string>
    455 
    456   <!-- Message displayed when there is no application available to handle voice search. [CHAR LIMIT=NONE] -->
    457   <string name="voice_search_not_available">Voice search not available</string>
    458 
    459   <!-- Message displayed when the Phone application has been disabled and a phone call cannot
    460        be made. [CHAR LIMIT=NONE] -->
    461   <string name="call_not_available">Cannot make a phone call because the Phone application has been disabled.</string>
    462 
    463   <!-- Hint displayed in dialer search box when there is no query that is currently typed.
    464        [CHAR LIMIT=30] -->
    465   <string name="dialer_hint_find_contact">Search contacts</string>
    466 
    467   <!-- Hint displayed in add blocked number search box when there is no query typed.
    468        [CHAR LIMIT=45] -->
    469   <string name="block_number_search_hint">Add number or search contacts</string>
    470 
    471   <!-- String resource for the font-family to use for the call log activity's title -->
    472   <string name="call_log_activity_title_font_family" translatable="false">sans-serif-light</string>
    473 
    474   <!-- String resource for the font-family to use for the full call history footer -->
    475   <string name="view_full_call_history_font_family" translatable="false">sans-serif</string>
    476 
    477   <!-- Text displayed when the call log is empty. -->
    478   <string name="call_log_all_empty">Your call history is empty</string>
    479 
    480   <!-- Label of the button displayed when the call history is empty. Allows the user to make a call. -->
    481   <string name="call_log_all_empty_action">Make a call</string>
    482 
    483   <!-- Text displayed when the list of missed calls is empty -->
    484   <string name="call_log_missed_empty">You have no missed calls.</string>
    485 
    486   <!-- Text displayed when the list of voicemails is empty -->
    487   <string name="call_log_voicemail_empty">Your voicemail inbox is empty.</string>
    488 
    489   <!--  Menu option to show favorite contacts only -->
    490   <string name="show_favorites_only">Show favorites only</string>
    491 
    492   <!--  Title of activity that displays a list of all calls -->
    493   <string name="call_log_activity_title">Call History</string>
    494 
    495   <!-- Title for the call log tab containing the list of all voicemails and calls
    496        [CHAR LIMIT=30] -->
    497   <string name="call_log_all_title">All</string>
    498 
    499   <!-- Title for the call log tab containing the list of all missed calls only
    500        [CHAR LIMIT=30] -->
    501   <string name="call_log_missed_title">Missed</string>
    502 
    503   <!-- Title for the call log tab containing the list of all voicemail calls only
    504        [CHAR LIMIT=30] -->
    505   <string name="call_log_voicemail_title">Voicemail</string>
    506 
    507   <!-- Accessibility text for the tab showing recent and favorite contacts who can be called.
    508        [CHAR LIMIT=40] -->
    509   <string name="tab_speed_dial">Speed dial</string>
    510 
    511   <!-- Accessibility text for the tab showing the call history. [CHAR LIMIT=40] -->
    512   <string name="tab_history">Call History</string>
    513 
    514   <!-- Accessibility text for the tab showing the user's contacts. [CHAR LIMIT=40] -->
    515   <string name="tab_all_contacts">Contacts</string>
    516 
    517   <!-- Accessibility text for the tab showing the user's voicemails. [CHAR LIMIT=40] -->
    518   <string name="tab_voicemail">Voicemail</string>
    519 
    520   <!--  Text displayed when user swipes out a favorite contact -->
    521   <string name="favorite_hidden">Removed from favorites</string>
    522   <!--  Text displayed for the undo button to undo removing a favorite contact -->
    523   <string name="favorite_hidden_undo">Undo</string>
    524 
    525   <!-- Shortcut item used to call a number directly from search -->
    526   <string name="search_shortcut_call_number">Call
    527         <xliff:g id="number">%s</xliff:g>
    528     </string>
    529 
    530   <!-- Shortcut item used to add a number directly to a new contact from search.
    531        [CHAR LIMIT=25] -->
    532   <string name="search_shortcut_create_new_contact">Create new contact</string>
    533 
    534   <!-- Shortcut item used to add a number to an existing contact directly from search.
    535        [CHAR LIMIT=25] -->
    536   <string name="search_shortcut_add_to_contact">Add to a contact</string>
    537 
    538   <!-- Shortcut item used to send a text message directly from search. [CHAR LIMIT=25] -->
    539   <string name="search_shortcut_send_sms_message">Send SMS</string>
    540 
    541   <!-- Shortcut item used to make a video call directly from search. [CHAR LIMIT=25] -->
    542   <string name="search_shortcut_make_video_call">Make video call</string>
    543 
    544   <!-- Shortcut item used to block a number directly from search. [CHAR LIMIT=25] -->
    545   <string name="search_shortcut_block_number">Block number</string>
    546 
    547   <!-- Number of missed calls shown on call card [CHAR LIMIT=40] -->
    548   <string name="num_missed_calls"><xliff:g id="number">%s</xliff:g> new missed calls</string>
    549 
    550   <!-- Shown when there are no speed dial favorites. -->
    551   <string name="speed_dial_empty">No one is on your speed dial yet</string>
    552 
    553   <!-- Shown as an action when there are no speed dial favorites -->
    554   <string name="speed_dial_empty_add_favorite_action">Add a favorite</string>
    555 
    556   <!-- Shows up as a tooltip to provide a hint to the user that the profile pic in a contact
    557        card can be tapped to bring up a list of all numbers, or long pressed to start reordering
    558        [CHAR LIMIT=NONE]
    559   -->
    560   <string name="contact_tooltip">Touch image to see all numbers or touch &amp; hold to reorder</string>
    561 
    562   <!-- Remove button that shows up when contact is long-pressed. [CHAR LIMIT=NONE] -->
    563   <string name="remove_contact">Remove</string>
    564 
    565   <!-- Select all text that shows up when in multi select mode. [CHAR LIMIT=NONE] -->
    566   <string name="select_all">Select all</string>
    567 
    568   <!-- Button text for the "video call" displayed underneath an entry in the call log.
    569        Tapping causes a video call to be placed to the caller represented by the call log entry.
    570        [CHAR LIMIT=30] -->
    571   <string name="call_log_action_video_call">Video call</string>
    572 
    573   <!-- Button text for a button displayed underneath an entry in the call log, which opens up a
    574        messaging app to send a SMS to the number represented by the call log entry.
    575        [CHAR LIMIT=30] -->
    576   <string name="call_log_action_send_message">Send a message</string>
    577 
    578   <!-- Button text for the button displayed underneath an entry in the call log.
    579        Tapping navigates the user to the call details screen where the user can view details for
    580        the call log entry. [CHAR LIMIT=30] -->
    581   <string name="call_log_action_details">Call details</string>
    582 
    583   <!-- Button text for the button displayed underneath an entry in the call log.
    584        Tapping opens dialog to share voicemail archive with other apps. [CHAR LIMIT=30] -->
    585   <string name="call_log_action_share_voicemail">Send to &#8230;</string>
    586 
    587   <!-- Button text for the button displayed underneath an entry in the call log, which when
    588        tapped triggers a return call to the named user. [CHAR LIMIT=30] -->
    589   <string name="call_log_action_call">
    590         Call <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>
    591     </string>
    592 
    593   <!-- String describing an incoming missed call entry in the call log.
    594      Note: AccessibilityServices uses this attribute to announce what the view represents.
    595      [CHAR LIMIT=NONE] -->
    596   <string name="description_incoming_missed_call">Missed call from <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>, <xliff:g example="Mobile" id="typeOrLocation">^2</xliff:g>, <xliff:g example="2 min ago" id="timeOfCall">^3</xliff:g>, <xliff:g example="on SIM 1" id="phoneAccount">^4</xliff:g>.</string>
    597 
    598   <!-- String describing an incoming answered call entry in the call log.
    599        Note: AccessibilityServices uses this attribute to announce what the view represents.
    600        [CHAR LIMIT=NONE] -->
    601   <string name="description_incoming_answered_call">Answered call from <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>, <xliff:g example="Mobile" id="typeOrLocation">^2</xliff:g>, <xliff:g example="2 min ago" id="timeOfCall">^3</xliff:g>, <xliff:g example="on SIM 1" id="phoneAccount">^4</xliff:g>.</string>
    602 
    603   <!-- String describing an "unread" voicemail entry in the voicemails tab.
    604        Note: AccessibilityServices use this attribute to announce what the view represents.
    605        [CHAR LIMIT=NONE] -->
    606   <string name="description_unread_voicemail">Unread voicemail from <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>, <xliff:g example="Mobile" id="typeOrLocation">^2</xliff:g>, <xliff:g example="2 min ago" id="timeOfCall">^3</xliff:g>, <xliff:g example="on SIM 1" id="phoneAccount">^4</xliff:g>.</string>
    607 
    608   <!-- String describing a "read" voicemail entry in the voicemails tab.
    609    Note: AccessibilityServices use this attribute to announce what the view represents.
    610    [CHAR LIMIT=NONE] -->
    611   <string name="description_read_voicemail">Voicemail from <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>, <xliff:g example="Mobile" id="typeOrLocation">^2</xliff:g>, <xliff:g example="2 min ago" id="timeOfCall">^3</xliff:g>, <xliff:g example="on SIM 1" id="phoneAccount">^4</xliff:g>.</string>
    612 
    613   <!-- String describing an outgoing call entry in the call log.
    614        Note: AccessibilityServices uses this attribute to announce what the view represents.
    615        [CHAR LIMIT=NONE] -->
    616   <string name="description_outgoing_call">Call to <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>, <xliff:g example="Mobile" id="typeOrLocation">^2</xliff:g>, <xliff:g example="2 min ago" id="timeOfCall">^3</xliff:g>, <xliff:g example="on SIM 1" id="phoneAccount">^4</xliff:g>.</string>
    617 
    618   <!-- TextView text item showing the secondary line number the call was received via.
    619        [CHAR LIMIT=NONE]-->
    620   <string name="call_log_via_number">via <xliff:g example="(555) 555-5555" id="number">%1$s</xliff:g></string>
    621 
    622   <!-- The order of the PhoneAccount and via number that a call was received on,
    623        if both are visible.
    624        [CHAR LIMIT=NONE]-->
    625   <string name="call_log_via_number_phone_account"><xliff:g example="SIM 1" id="phoneAccount">%1$s</xliff:g> via <xliff:g example="(555) 555-5555" id="number">%2$s</xliff:g></string>
    626 
    627   <!-- String describing the "call" action for an entry in the call log.  The call back
    628        action triggers a return call to the named user.
    629        Note: AccessibilityServices uses this attribute to announce the purpose of the button.
    630        [CHAR LIMIT=NONE] -->
    631   <string name="description_call_action">
    632         Call <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>
    633     </string>
    634 
    635   <!-- String describing the "video call" action for an entry in the call log.  The video call
    636        action triggers a return video call to the named person/number.
    637        Note: AccessibilityServices uses this attribute to announce the purpose of the button.
    638        [CHAR LIMIT=NONE] -->
    639   <string name="description_video_call_action">
    640         Video call <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>.
    641     </string>
    642 
    643   <!-- String describing the "listen" action for an entry in the call log.  The listen
    644        action is shown for call log entries representing a voicemail message and this button
    645        triggers playing back the voicemail.
    646        Note: AccessibilityServices uses this attribute to announce the purpose of the button.
    647        [CHAR LIMIT=NONE] -->
    648   <string name="description_voicemail_action">
    649         Listen to voicemail from <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>
    650     </string>
    651 
    652   <!-- String describing the "play voicemail" action for an entry in the call log.
    653        Note: AccessibilityServices uses this attribute to announce the purpose of the button.
    654        [CHAR LIMIT=NONE] -->
    655   <string name="description_voicemail_play">
    656         Play voicemail from <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>
    657     </string>
    658 
    659   <!-- String describing the "pause voicemail" action for an entry in the call log.
    660        Note: AccessibilityServices uses this attribute to announce the purpose of the button.
    661        [CHAR LIMIT=NONE] -->
    662   <string name="description_voicemail_pause">
    663         Pause voicemail from <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>
    664     </string>
    665 
    666 
    667   <!-- String describing the "delete voicemail" action for an entry in the call log.
    668        Note: AccessibilityServices uses this attribute to announce the purpose of the button.
    669        [CHAR LIMIT=NONE] -->
    670   <string name="description_voicemail_delete">
    671         Delete voicemail from <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>
    672     </string>
    673 
    674   <!-- String describing the number of new voicemails, displayed as a number badge on a tab.
    675        Note: AccessibilityServices uses this attribute to announce the purpose of the button.
    676        [CHAR LIMIT=NONE] -->
    677   <plurals name="description_voicemail_unread">
    678     <item quantity="one"><xliff:g id="count">%d</xliff:g> new voicemail</item>
    679     <item quantity="other"><xliff:g id="count">%d</xliff:g> new voicemails</item>
    680   </plurals>
    681 
    682   <!-- Description for the "create new contact" action for an entry in the call log. This action
    683        opens a screen for creating a new contact for this name or number. [CHAR LIMIT=NONE] -->
    684   <string name="description_create_new_contact_action">
    685         Create contact for <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>
    686     </string>
    687 
    688   <!-- Description for the "add to existing contact" action for an entry in the call log. This
    689        action opens a screen for adding this name or number to an existing contact.
    690        [CHAR LIMIT=NONE] -->
    691   <string name="description_add_to_existing_contact_action">
    692         Add <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g> to existing contact
    693     </string>
    694 
    695   <!-- String describing the "details" action for an entry in the call log.  The details action
    696        displays the call details screen for an entry in the call log.  This shows the calls to
    697        and from the specified number associated with the call log entry.
    698        [CHAR LIMIT=NONE] -->
    699   <string name="description_details_action">
    700         Call details for <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>
    701     </string>
    702 
    703   <!-- Toast message which appears when a call log entry is deleted.
    704        [CHAR LIMIT=NONE] -->
    705   <string name="toast_entry_removed">Deleted from call history</string>
    706 
    707   <!-- String used as a header in the call log above calls which occurred today.
    708        [CHAR LIMIT=65] -->
    709   <string name="call_log_header_today">Today</string>
    710 
    711   <!-- String used as a header in the call log above calls which occurred yesterday.
    712        [CHAR LIMIT=65] -->
    713   <string name="call_log_header_yesterday">Yesterday</string>
    714 
    715   <!-- String used as a header in the call log above calls which occurred two days or more ago.
    716        [CHAR LIMIT=65] -->
    717   <string name="call_log_header_other">Older</string>
    718 
    719   <!-- String a header on the call details screen.  Appears above the list calls to or from a
    720        particular number.
    721        [CHAR LIMIT=65] -->
    722   <string name="call_detail_list_header">Calls list</string>
    723 
    724   <!-- String describing the "speaker on" button on the playback control used to listen to a
    725        voicemail message.  When speaker is on, playback of the voicemail will occur through the
    726        phone speaker.
    727        Note: AccessibilityServices uses this attribute to announce the purpose of the button.
    728        [CHAR LIMIT=NONE] -->
    729   <string name="voicemail_speaker_on">Turn speaker on.</string>
    730 
    731   <!-- String describing the "speaker off" button on the playback control used to listen to a
    732        voicemail message.  When speaker is off, playback of the voicemail will occur through the
    733        phone earpiece.
    734        Note: AccessibilityServices uses this attribute to announce the purpose of the button.
    735        [CHAR LIMIT=NONE] -->
    736   <string name="voicemail_speaker_off">Turn speaker off.</string>
    737 
    738   <!-- String describing the "play faster" button in the playback control used to listen to a
    739        voicemail message.  Speeds up playback of the voicemail message.
    740        Note: AccessibilityServices uses this attribute to announce the purpose of the button.
    741        [CHAR LIMIT=NONE] -->
    742   <string name="voicemail_play_faster">Play faster.</string>
    743 
    744   <!-- String describing the "play slower" button in the playback control used to listen to a
    745        voicemail message.  Slows down playback of the voicemail message.
    746        Note: AccessibilityServices uses this attribute to announce the purpose of the button.
    747        [CHAR LIMIT=NONE] -->
    748   <string name="voicemail_play_slower">Play slower.</string>
    749 
    750   <!-- String describing the "play/pause" button in the playback control used to listen to a
    751        voicemail message.  Starts playback or pauses ongoing playback.
    752        Note: AccessibilityServices uses this attribute to announce the purpose of the button.
    753        [CHAR LIMIT=NONE] -->
    754   <string name="voicemail_play_start_pause">Start or pause playback.</string>
    755 
    756   <!-- Dialer settings related strings-->
    757 
    758   <!-- Title for "Display options" category, which controls how contacts are shown.
    759        [CHAR LIMIT=40] -->
    760   <string name="display_options_title">Display options</string>
    761 
    762   <!-- Title for the "Sounds and vibration" settings control settings related to ringtones,
    763        dialpad tones, and vibration for incoming calls. [CHAR LIMIT=40] -->
    764   <string name="sounds_and_vibration_title">Sounds and vibration</string>
    765 
    766   <!-- Title for "Accessibility" category, which controls settings such as TTY mode and hearing
    767        aid compatability. [CHAR LIMIT=40] -->
    768   <string name="accessibility_settings_title">Accessibility</string>
    769 
    770   <!-- Setting option name to pick ringtone (a list dialog comes up). [CHAR LIMIT=30] -->
    771   <string name="ringtone_title">Phone ringtone</string>
    772 
    773   <!-- Setting option name to enable or disable vibration when ringing the phone.
    774        [CHAR LIMIT=30] -->
    775   <string name="vibrate_on_ring_title">"Also vibrate for calls</string>
    776 
    777   <!-- Setting option name to enable or disable DTMF tone sound [CHAR LIMIT=30] -->
    778   <string name="dtmf_tone_enable_title">Keypad tones</string>
    779   <!-- Label for setting to adjust the length of DTMF tone sounds. [CHAR LIMIT=40] -->
    780   <string name="dtmf_tone_length_title">Keypad tone length</string>
    781   <!-- Options displayed for the length of DTMF tone sounds. [CHAR LIMIT=40] -->
    782   <string-array name="dtmf_tone_length_entries">
    783     <item>Normal</item>
    784     <item>Long</item>
    785   </string-array>
    786   <string-array name="dtmf_tone_length_entry_values" translatable="false">
    787     <item>0</item>
    788     <item>1</item>
    789   </string-array>
    790 
    791   <!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] -->
    792   <string name="respond_via_sms_setting_title">Quick responses</string>
    793 
    794   <!-- Label for the call settings section [CHAR LIMIT=30] -->
    795   <string name="call_settings_label">Calls</string>
    796 
    797   <!-- Label for the blocked numbers settings section [CHAR LIMIT=30] -->
    798   <string name="manage_blocked_numbers_label">Call blocking</string>
    799 
    800   <!-- Label for the voicemail settings section [CHAR LIMIT=30] -->
    801   <string name="voicemail_settings_label">Voicemail</string>
    802 
    803   <!-- Title for the preference screen to select which SIM to change voicemail settings for [CHAR LIMIT=30] -->
    804   <string name="voicemail_settings_select_sim_title">Select SIM for voicemail settings</string>
    805 
    806   <!-- Label for a section describing that call blocking is temporarily disabled because an
    807        emergency call was made. [CHAR LIMIT=50] -->
    808   <string name="blocked_numbers_disabled_emergency_header_label">
    809         Call blocking temporarily off
    810     </string>
    811 
    812   <!-- Description that call blocking is temporarily disabled because the user called an
    813        emergency number, and explains that call blocking will be re-enabled after a buffer
    814        period has passed. [CHAR LIMIT=NONE] -->
    815   <string name="blocked_numbers_disabled_emergency_desc">
    816         Call blocking has been disabled because you contacted emergency services from this phone
    817         within the last 48 hours. It will be automatically reenabled once the 48 hour period
    818         expires.
    819     </string>
    820 
    821   <!-- Label for fragment to import numbers from contacts marked as send to voicemail.
    822        [CHAR_LIMIT=30] -->
    823   <string name="import_send_to_voicemail_numbers_label">Import numbers</string>
    824 
    825   <!-- Text informing the user they have previously marked contacts to be sent to voicemail.
    826        This will be followed by two buttons, 1) to view who is marked to be sent to voicemail
    827        and 2) importing these settings to Dialer's block list. [CHAR LIMIT=NONE] -->
    828   <string name="blocked_call_settings_import_description">
    829         You previously marked some callers to be automatically sent to voicemail via other apps.
    830     </string>
    831 
    832   <!-- Label for button to view numbers of contacts previous marked to be sent to voicemail.
    833        [CHAR_LIMIT=20] -->
    834   <string name="blocked_call_settings_view_numbers_button">View Numbers</string>
    835 
    836   <!-- Label for button to import settings for sending contacts to voicemail into Dialer's block
    837        list. [CHAR_LIMIT=20] -->
    838   <string name="blocked_call_settings_import_button">Import</string>
    839 
    840   <!-- String describing the delete icon on a blocked number list item.
    841       When tapped, it will show a dialog confirming the unblocking of the number.
    842       [CHAR LIMIT=NONE]-->
    843   <string name="description_blocked_number_list_delete">Unblock number</string>
    844 
    845   <!-- Button to bring up UI to add a number to the blocked call list. [CHAR LIMIT=40] -->
    846   <string name="addBlockedNumber">Add number</string>
    847 
    848   <!-- Footer message of number blocking screen with visual voicemail active.
    849       [CHAR LIMIT=NONE] -->
    850   <string name="block_number_footer_message_vvm">
    851         Calls from these numbers will be blocked and voicemails will be automatically deleted.
    852     </string>
    853 
    854   <!-- Footer message of number blocking screen with no visual voicemail.
    855        [CHAR LIMIT=NONE] -->
    856   <string name="block_number_footer_message_no_vvm">
    857          Calls from these numbers will be blocked, but they may still be able to leave you voicemails.
    858     </string>
    859 
    860   <!-- Heading for the block list in the "Spam and blocked cal)ls" settings. [CHAR LIMIT=64] -->
    861   <string name="block_list">Blocked numbers</string>
    862 
    863   <!-- Error message shown when user tries to add a number to the block list that was already
    864       blocked. [CHAR LIMIT=64] -->
    865   <string name="alreadyBlocked"><xliff:g example="(555) 555-5555" id="number">%1$s</xliff:g>
    866         is already blocked.</string>
    867 
    868   <!-- Label for the phone account settings [CHAR LIMIT=30] -->
    869   <string name="phone_account_settings_label">Calling accounts</string>
    870 
    871   <!-- Internal key for ringtone preference. -->
    872   <string name="ringtone_preference_key" translatable="false">button_ringtone_key</string>
    873   <!-- Internal key for vibrate when ringing preference. -->
    874   <string name="vibrate_on_preference_key" translatable="false">button_vibrate_on_ring</string>
    875   <!-- Internal key for vibrate when ringing preference. -->
    876   <string name="play_dtmf_preference_key" translatable="false">button_play_dtmf_tone</string>
    877   <!-- Internal key for DTMF tone length preference. -->
    878   <string name="dtmf_tone_length_preference_key" translatable="false">button_dtmf_settings</string>
    879 
    880   <!--  The label of the button used to turn on multiple permissions [CHAR LIMIT=30]-->
    881   <string name="permission_multiple_turn_on">Set permissions</string>
    882 
    883   <!-- Shown as a prompt to turn on the contacts permission to enable speed dial [CHAR LIMIT=NONE]-->
    884   <string name="permission_no_speeddial">To enable speed dial, turn on the Contacts permission.</string>
    885 
    886   <!-- Shown as a prompt to turn on the phone permission to enable the call log [CHAR LIMIT=NONE]-->
    887   <string name="permission_no_calllog">To see your call log, turn on the Phone permission.</string>
    888 
    889   <!-- Shown as a prompt to turn on the phone permission to show voicemails [CHAR LIMIT=NONE]-->
    890   <string name="permission_no_voicemail">To access your voicemail, turn on the Phone permission.</string>
    891 
    892   <!-- Shown as a prompt to turn on contacts permissions to allow contact search [CHAR LIMIT=NONE]-->
    893   <string name="permission_no_search">To search your contacts, turn on the Contacts permissions.</string>
    894 
    895   <!-- Shown as a prompt to turn on the phone permission to allow a call to be placed [CHAR LIMIT=NONE]-->
    896   <string name="permission_place_call">To place a call, turn on the Phone permission.</string>
    897 
    898   <!-- Shown as a message that notifies the user that the Phone app cannot write to system settings, which is why the system settings app is being launched directly instead. [CHAR LIMIT=NONE]-->
    899   <string name="toast_cannot_write_system_settings">Phone app does not have permission to write to system settings.</string>
    900 
    901   <!-- Label under the name of a blocked number in the call log. [CHAR LIMIT=15] -->
    902   <string name="blocked_number_call_log_label">Blocked</string>
    903 
    904   <!-- Button text for a button displayed underneath an entry in the call log, which marks the
    905            phone number represented by the call log entry as a Spam number.
    906            [CHAR LIMIT=30] -->
    907   <string name="call_log_action_block_report_number">Block/report spam</string>
    908 
    909   <!-- Button text for a button displayed underneath an entry in the call log, which marks the
    910        phone number represented by the call log entry as a Spam number.
    911        [CHAR LIMIT=30] -->
    912   <string name="call_log_action_block_number">Block number</string>
    913 
    914   <!-- Button text for a button displayed underneath an entry in the call log, which removes the
    915        phone number represented by the call log entry from the Spam numbers list.
    916        [CHAR LIMIT=30] -->
    917   <string name="call_log_action_remove_spam">Not spam</string>
    918 
    919   <!-- Button text for a button displayed underneath an entry in the call log, which removes the
    920        phone number represented by the call log entry from the blacklisted numbers.
    921        [CHAR LIMIT=30] -->
    922   <string name="call_log_action_unblock_number">Unblock number</string>
    923 
    924   <!-- Label under the name of a spam number in the call log. [CHAR LIMIT=15] -->
    925   <string name="spam_number_call_log_label">Spam</string>
    926 
    927   <!-- Shown as a message that notifies the user enriched calling isn't working -->
    928   <string name="call_composer_connection_failed"><xliff:g id="name">%1$s</xliff:g> is offline and can\'t be reached</string>
    929 
    930   <!-- Label for setting that shows more information about the Phone app [CHAR LIMIT=30] -->
    931   <string name="about_phone_label">About</string>
    932 
    933   <!-- Button text to prompt a user to open an sms conversation [CHAR LIMIT=NONE] -->
    934   <string name="view_conversation">View</string>
    935 
    936   <!-- If a user deletes a call that has attachments (photo, message, ect) bundled with it, they need
    937         to be told that they need to go to the SMS app to delete the attachments. [CHAR LIMIT=NONE] -->
    938   <string name="ec_data_deleted">Call deleted. View and delete attachments shared during this call in Messages.</string>
    939 
    940   <!-- If a user deletes a call that has attachments (photo, message, ect) bundled with it, they need
    941         to be told that they need to go to the SMS app to delete the attachments. [CHAR LIMIT=NONE] -->
    942   <string name="multiple_ec_data_deleted">Calls deleted. View and delete attachments shared during calls in Messages.</string>
    943 </resources>
    944