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   <!-- In-call screen: status label for a conference call -->
     28   <string name="confCall">Conference call</string>
     29   <!-- In-call screen: call lost dialog text -->
     30   <string name="call_lost">Call dropped</string>
     31 
     32   <!-- MMI dialog strings -->
     33   <!-- Dialog label when an MMI code starts running -->
     34 
     35   <!-- post dial -->
     36   <!-- In-call screen: body text of the dialog that appears when we encounter
     37        the "wait" character in a phone number to be dialed; this dialog asks the
     38        user if it's OK to send the numbers following the "wait". -->
     39   <string name="wait_prompt_str">Send the following tones?\n</string>
     40   <!-- In-call screen: body text of the dialog that appears when we encounter
     41        the "PAUSE" character in a phone number to be dialed; this dialog gives
     42        informative message to the user to show the sending numbers following the "Pause". -->
     43   <string name="pause_prompt_str">Sending tones\n</string>
     44   <!-- In-call screen: button label on the "wait" prompt dialog -->
     45   <string name="send_button">Send</string>
     46   <!-- In-call screen: button label on the "wait" prompt dialog in CDMA Mode-->
     47   <string name="pause_prompt_yes">Yes</string>
     48   <!-- In-call screen: button label on the "wait" prompt dialog in CDMA Mode-->
     49   <string name="pause_prompt_no">No</string>
     50   <!-- In-call screen: on the "wild" character dialog, this is the label
     51        for a text widget that lets the user enter the digits that should
     52        replace the "wild" character. -->
     53   <string name="wild_prompt_str">Replace wild character with</string>
     54 
     55   <!-- In-call screen: status label for a conference call -->
     56   <string name="caller_manage_header">Conference call <xliff:g id="conf_call_time">%s</xliff:g></string>
     57 
     58   <!-- Used in FakePhoneActivity test code.  DO NOT TRANSLATE. -->
     59   <string name="fake_phone_activity_phoneNumber_text" translatable="false">(650) 555-1234</string>
     60   <!-- Used in FakePhoneActivity test code.  DO NOT TRANSLATE. -->
     61   <string name="fake_phone_activity_infoText_text" translatable="false">Incoming phone number</string>
     62   <!-- Used in FakePhoneActivity test code.  DO NOT TRANSLATE. -->
     63   <string name="fake_phone_activity_placeCall_text" translatable="false">Fake Incoming Call</string>
     64 
     65   <!-- Call settings screen, Set voicemail dialog title -->
     66   <string name="voicemail_settings_number_label">Voicemail number</string>
     67 
     68   <!-- Notification strings -->
     69   <!-- The "label" of the in-call Notification for a dialing call, used
     70        as the format string for a Chronometer widget. [CHAR LIMIT=60] -->
     71   <string name="notification_dialing">Dialing</string>
     72   <!-- Missed call notification message used for a single missed call, including
     73        the caller-id info from the missed call -->
     74   <string name="notification_missedCallTicker">Missed call from <xliff:g id="missed_call_from">%s</xliff:g></string>
     75   <!-- The "label" of the in-call Notification for an ongoing call. [CHAR LIMIT=60] -->
     76   <string name="notification_ongoing_call">Ongoing call</string>
     77   <!-- The "label" of the in-call Notification for an ongoing work call. [CHAR LIMIT=60] -->
     78   <string name="notification_ongoing_work_call">Ongoing work call</string>
     79   <!-- The "label" of the in-call Notification for an ongoing call, which is being made over
     80        Wi-Fi. [CHAR LIMIT=60] -->
     81   <string name="notification_ongoing_call_wifi">Ongoing Wi\u2011Fi call</string>
     82   <!-- The "label" of the in-call Notification for an ongoing work call, which is being made
     83        over Wi-Fi. [CHAR LIMIT=60] -->
     84   <string name="notification_ongoing_work_call_wifi">Ongoing Wi\u2011Fi work call</string>
     85   <!-- The "label" of the in-call Notification for a call that's on hold -->
     86   <string name="notification_on_hold">On hold</string>
     87   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=60] -->
     88   <string name="notification_incoming_call">Incoming call</string>
     89   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] -->
     90   <string name="notification_incoming_call_with_photo">Incoming call with photo</string>
     91   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] -->
     92   <string name="notification_incoming_call_with_message">Incoming call with message</string>
     93   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] -->
     94   <string name="notification_incoming_call_with_location">Incoming call with location</string>
     95   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". If still can't meet, replace with "Incoming call with attachments." -->
     96   <string name="notification_incoming_call_with_photo_message">Incoming call with photo and message</string>
     97   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". If still can't meet, replace with "Incoming call with attachments." -->
     98   <string name="notification_incoming_call_with_photo_location">Incoming call with photo and location</string>
     99   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". If still can't meet, replace with "Incoming call with attachments." -->
    100   <string name="notification_incoming_call_with_message_location">Incoming call with message and location</string>
    101   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". If still can't meet, replace with "Incoming call with attachments." -->
    102   <string name="notification_incoming_call_with_photo_message_location">Incoming call with photo, message and location</string>
    103   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] -->
    104   <string name="notification_incoming_call_attachments">Incoming call with attachments</string>
    105   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] -->
    106   <string name="important_notification_incoming_call">Important incoming call</string>
    107   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". -->
    108   <string name="important_notification_incoming_call_with_photo">Important incoming call with photo</string>
    109   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". -->
    110   <string name="important_notification_incoming_call_with_message">Important incoming call with message</string>
    111   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". -->
    112   <string name="important_notification_incoming_call_with_location">Important incoming call with location</string>
    113   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". If still can't meet, replace with "Incoming call with attachments." -->
    114   <string name="important_notification_incoming_call_with_photo_message">Important incoming call with photo and message</string>
    115   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". If still can't meet, replace with "Incoming call with attachments." -->
    116   <string name="important_notification_incoming_call_with_photo_location">Important incoming call with photo and location</string>
    117   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". If still can't meet, replace with "Incoming call with attachments." -->
    118   <string name="important_notification_incoming_call_with_message_location">Important incoming call with message and location</string>
    119   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". If still can't meet, replace with "Incoming call with attachments." -->
    120   <string name="important_notification_incoming_call_with_photo_message_location">Important incoming call with photo, message and location</string>
    121   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". -->
    122   <string name="important_notification_incoming_call_attachments">Important incoming call with attachments</string>
    123 
    124 
    125   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=60] -->
    126   <string name="notification_incoming_work_call">Incoming work call</string>
    127   <!-- The "label" of the in-call Notification for an incoming ringing call,
    128        which is being made over Wi-Fi. [CHAR LIMIT=60] -->
    129   <string name="notification_incoming_call_wifi">Incoming Wi\u2011Fi call</string>
    130   <!-- The "label" of the in-call Notification for an incoming ringing work call,
    131        which is being made over Wi-Fi. [CHAR LIMIT=60] -->
    132   <string name="notification_incoming_work_call_wifi">Incoming Wi\u2011Fi work call</string>
    133   <!-- The "label" of the in-call Notification for an incoming ringing spam call. -->
    134   <string name="notification_incoming_spam_call">Incoming suspected spam call</string>
    135   <!-- The "label" of the in-call Notification for upgrading an existing call to a video call. -->
    136   <string name="notification_requesting_video_call">Incoming video request</string>
    137   <!-- Label for the "No service" notification item, when expanded. -->
    138   <string name="notification_network_selection_title">No service</string>
    139   <!-- Label for the expanded "No service" notification item, including the
    140        operator name set by user -->
    141   <string name="notification_network_selection_text">Selected network (<xliff:g id="operator_name">%s</xliff:g>) unavailable</string>
    142   <!-- Label for the "Answer call" action. This is the displayed label for the action that answers
    143        an incoming call. [CHAR LIMIT=12] -->
    144   <string name="notification_action_answer">Answer</string>
    145   <!-- Label for "end call" Action.
    146        It is displayed in the "Ongoing call" notification, which is shown
    147        when the user is outside the in-call screen while the phone call is still
    148        active. [CHAR LIMIT=12] -->
    149   <string name="notification_action_end_call">Hang up</string>
    150   <!-- Label for "Video Call" notification action. This is a displayed on the notification for an
    151        incoming video call, and answers the call as a video call. [CHAR LIMIT=12] -->
    152   <string name="notification_action_answer_video">Video</string>
    153   <!-- Label for "Voice" notification action. This is a displayed on the notification for an
    154        incoming video call, and answers the call as an audio call. [CHAR LIMIT=12] -->
    155   <string name="notification_action_answer_voice">Voice</string>
    156   <!-- Label for "Accept" notification action. This is somewhat generic, and may refer to
    157        scenarios such as accepting an incoming call or accepting a video call request.
    158        [CHAR LIMIT=12] -->
    159   <string name="notification_action_accept">Accept</string>
    160   <!-- Label for "Dismiss" notification action. This is somewhat generic, and may refer to
    161        scenarios such as declining an incoming call or declining a video call request.
    162        [CHAR LIMIT=12] -->
    163   <string name="notification_action_dismiss">Decline</string>
    164 
    165   <!-- The "label" of the in-call Notification for an ongoing external call.
    166        External calls are a representation of a call which is in progress on the user's other
    167        device (e.g. another phone or a watch).
    168        [CHAR LIMIT=60] -->
    169   <string name="notification_external_call">Ongoing call on another device</string>
    170   <!-- The "label" of the in-call Notification for an ongoing external video call.
    171        External calls are a representation of a call which is in progress on the user's other
    172        device (e.g. another phone or a watch).
    173        [CHAR LIMIT=60] -->
    174   <string name="notification_external_video_call">Ongoing video call on another device</string>
    175   <!-- Notification action displayed for external call notifications.  External calls are a
    176        representation of a call which is in progress on the user's other device (e.g. another
    177        phone or a watch).  The "take call" action initiates the process of pulling an external
    178        call to the current device.
    179        [CHAR LIMIT=30] -->
    180   <string name="notification_take_call">Take Call</string>
    181   <!-- Notification action displayed for external call notifications.  External calls are a
    182        representation of a call which is in progress on the user's other device (e.g. another
    183        phone or a watch).  The "take video call" action initiates the process of pulling an external
    184        video call to the current device.
    185        [CHAR LIMIT=30] -->
    186   <string name="notification_take_video_call">Take Video Call</string>
    187   <!-- In-call screen: call failure message displayed in an error dialog -->
    188   <string name="incall_error_power_off">To place a call, first turn off Airplane mode.</string>
    189   <!-- In-call screen: call failure message displayed in an error dialog.
    190        This string is currently unused (see comments in InCallActivity.java.) -->
    191   <string name="incall_error_emergency_only">Not registered on network.</string>
    192   <!-- In-call screen: call failure message displayed in an error dialog -->
    193   <string name="incall_error_out_of_service">Mobile network not available.</string>
    194   <!-- In-call screen: call failure message displayed in an error dialog -->
    195   <string name="incall_error_no_phone_number_supplied">To place a call, enter a valid number.</string>
    196   <!-- In-call screen: call failure message displayed in an error dialog -->
    197   <string name="incall_error_call_failed">Can\'t call.</string>
    198   <!-- In-call screen: status message displayed in a dialog when starting an MMI -->
    199   <string name="incall_status_dialed_mmi">Starting MMI sequence\u2026</string>
    200   <!-- In-call screen: message displayed in an error dialog -->
    201   <string name="incall_error_supp_service_unknown">Service not supported.</string>
    202   <!-- In-call screen: message displayed in an error dialog -->
    203   <string name="incall_error_supp_service_switch">Can\'t switch calls.</string>
    204   <!-- In-call screen: message displayed in an error dialog -->
    205   <string name="incall_error_supp_service_separate">Can\'t separate call.</string>
    206   <!-- In-call screen: message displayed in an error dialog -->
    207   <string name="incall_error_supp_service_transfer">Can\'t transfer.</string>
    208   <!-- In-call screen: message displayed in an error dialog -->
    209   <string name="incall_error_supp_service_conference">Can\'t conference.</string>
    210   <!-- In-call screen: message displayed in an error dialog -->
    211   <string name="incall_error_supp_service_reject">Can\'t reject call.</string>
    212   <!-- In-call screen: message displayed in an error dialog -->
    213   <string name="incall_error_supp_service_hangup">Can\'t release call(s).</string>
    214 
    215   <!-- Dialog title for the "radio enable" UI for emergency calls -->
    216   <string name="emergency_enable_radio_dialog_title">Emergency call</string>
    217   <!-- Status message for the "radio enable" UI for emergency calls -->
    218   <string name="emergency_enable_radio_dialog_message">Turning on radio\u2026</string>
    219   <!-- Status message for the "radio enable" UI for emergency calls -->
    220   <string name="emergency_enable_radio_dialog_retry">No service. Trying again\u2026</string>
    221 
    222   <!-- Dialer text on Emergency Dialer -->
    223   <!-- Emergency dialer: message displayed in an error dialog -->
    224   <string name="dial_emergency_error">Can\'t call. <xliff:g id="non_emergency_number">%s</xliff:g> is not an emergency number.</string>
    225   <!-- Emergency dialer: message displayed in an error dialog -->
    226   <string name="dial_emergency_empty_error">Can\'t call. Dial an emergency number.</string>
    227 
    228   <!-- Displayed in the text entry box in the dialer when in landscape mode to guide the user
    229        to dial using the physical keyboard -->
    230   <string name="dialerKeyboardHintText">Use keyboard to dial</string>
    231 
    232   <!-- Message indicating that Video Started flowing for IMS-VT calls -->
    233   <string name="player_started">Player Started</string>
    234   <!-- Message indicating that Video Stopped flowing for IMS-VT calls -->
    235   <string name="player_stopped">Player Stopped</string>
    236   <!-- Message indicating that camera failure has occurred for the selected camera and
    237        as result camera is not ready -->
    238   <string name="camera_not_ready">Camera not ready</string>
    239   <!-- Message indicating that camera is ready/available -->
    240   <string name="camera_ready">Camera ready</string>
    241   <!-- Message indicating unknown call session event -->
    242   <string name="unknown_call_session_event">"Unkown call session event"</string>
    243 
    244   <!-- For incoming calls, this is a string we can get from a CDMA network instead of
    245        the actual phone number, to indicate there's no number present.  DO NOT TRANSLATE. -->
    246   <string-array name="absent_num" translatable="false">
    247     <item>ABSENT NUMBER</item>
    248     <item>ABSENTNUMBER</item>
    249   </string-array>
    250 
    251   <!-- Title displayed above settings coming after voicemail in the call features screen -->
    252   <string name="other_settings">Other call settings</string>
    253 
    254   <!-- Use this to describe the separate conference call button; currently for screen readers through accessibility. -->
    255   <string name="goPrivate">go private</string>
    256   <!--  Use this to describe the select contact button in EditPhoneNumberPreference; currently for screen readers through accessibility. -->
    257   <string name="selectContact">select contact</string>
    258 
    259   <!-- Title for the category "ringtone", which is shown above ringtone and vibration
    260        related settings.
    261        [CHAR LIMIT=30] -->
    262   <string name="preference_category_ringtone">Ringtone &amp; Vibrate</string>
    263 
    264   <!-- Label for "Manage conference call" panel [CHAR LIMIT=40] -->
    265   <string name="manageConferenceLabel">Manage conference call</string>
    266 
    267   <!-- This can be used in any application wanting to disable the text "Emergency number" -->
    268   <string name="emergency_call_dialog_number_for_display">Emergency number</string>
    269 
    270   <!-- Used to inform the user that a call was received via a number other than the primary
    271       phone number associated with their device. [CHAR LIMIT=16] -->
    272   <string name="child_number">via <xliff:g example="650-555-1212" id="child_number">%s</xliff:g></string>
    273 
    274   <!-- Title for the call context with a person-type contact. [CHAR LIMIT=40] -->
    275   <string name="person_contact_context_title">Recent messages</string>
    276 
    277   <!-- Title for the call context with a business-type contact. [CHAR LIMIT=40] -->
    278   <string name="business_contact_context_title">Business info</string>
    279 
    280   <!-- Distance strings for business caller ID context. -->
    281 
    282   <!-- Used to inform the user how far away a location is in miles. [CHAR LIMIT=NONE] -->
    283   <string name="distance_imperial_away"><xliff:g id="distance">%.1f</xliff:g> mi away</string>
    284   <!-- Used to inform the user how far away a location is in kilometers. [CHAR LIMIT=NONE] -->
    285   <string name="distance_metric_away"><xliff:g id="distance">%.1f</xliff:g> km away</string>
    286   <!-- A shortened way to display a business address. Formatted [street address], [city/locality]. -->
    287   <string name="display_address"><xliff:g id="street_address">%1$s</xliff:g>, <xliff:g id="locality">%2$s</xliff:g></string>
    288   <!-- Used to indicate hours of operation for a location as a time span. e.g. "11 am - 9 pm" [CHAR LIMIT=NONE] -->
    289   <string name="open_time_span"><xliff:g id="open_time">%1$s</xliff:g> - <xliff:g id="close_time">%2$s</xliff:g></string>
    290   <!-- Used to indicate a series of opening hours for a location.
    291        This first argument may be one or more time spans. e.g. "11 am - 9 pm, 9 pm - 11 pm"
    292        The second argument is an additional time span. e.g. "11 pm - 1 am"
    293        The string is used to build a list of opening hours.
    294        [CHAR LIMIT=NONE] -->
    295   <string name="opening_hours"><xliff:g id="earlier_times">%1$s</xliff:g>, <xliff:g id="later_time">%2$s</xliff:g></string>
    296   <!-- Used to express when a location will open the next day. [CHAR LIMIT=NONE] -->
    297   <string name="opens_tomorrow_at">Opens tomorrow at <xliff:g id="open_time">%s</xliff:g></string>
    298   <!-- Used to express the next time at which a location will be open today. [CHAR LIMIT=NONE] -->
    299   <string name="opens_today_at">Opens today at <xliff:g id="open_time">%s</xliff:g></string>
    300   <!-- Used to express the next time at which a location will close today. [CHAR LIMIT=NONE] -->
    301   <string name="closes_today_at">Closes at <xliff:g id="close_time">%s</xliff:g></string>
    302   <!-- Used to express the next time at which a location closed today if it is already closed. [CHAR LIMIT=NONE] -->
    303   <string name="closed_today_at">Closed today at <xliff:g id="close_time">%s</xliff:g></string>
    304   <!-- Displayed when a place is open. -->
    305   <string name="open_now">Open now</string>
    306   <!-- Displayed when a place is closed. -->
    307   <string name="closed_now">Closed now</string>
    308 
    309   <!-- Title for the notification to the user after a call from an unknown number ends. [CHAR LIMIT=100] -->
    310   <string name="non_spam_notification_title">Know <xliff:g id="number">%1$s</xliff:g>?</string>
    311   <!-- Title for the notification to the user after a call from an spammer ends. [CHAR LIMIT=100] -->
    312   <string name="spam_notification_title">Is <xliff:g id="number">%1$s</xliff:g> spam?</string>
    313   <!-- Text for the toast shown after the user presses block/report spam. [CHAR LIMIT=100] -->
    314   <string name="spam_notification_block_report_toast_text"><xliff:g id="number">%1$s</xliff:g> blocked and call was reported as spam.</string>
    315   <!-- Text for the toast shown after the user presses not spam. [CHAR LIMIT=100] -->
    316   <string name="spam_notification_not_spam_toast_text">Call from <xliff:g id="number">%1$s</xliff:g> reported as not spam.</string>
    317   <!-- Text displayed in the collapsed notification to the user after a non-spam call ends. [CHAR LIMIT=100] -->
    318   <string name="spam_notification_non_spam_call_collapsed_text">Tap to add to contacts or block spam number.</string>
    319   <!-- Text displayed in the expanded notification to the user after a non-spam call ends. [CHAR LIMIT=NONE] -->
    320   <string name="spam_notification_non_spam_call_expanded_text">This is the first time this number called you. If this call was spam, you can block this number and report it.</string>
    321   <!-- Text displayed in the collapsed notification to the user after a spam call ends. [CHAR LIMIT=100] -->
    322   <string name="spam_notification_spam_call_collapsed_text">Tap to report as NOT SPAM, or block it.</string>
    323   <!-- Text displayed in the expanded notification to the user after a spam call ends. [CHAR LIMIT=NONE] -->
    324   <string name="spam_notification_spam_call_expanded_text">We suspected this to be a spammer. If this call wasn\'t spam, tap "NOT SPAM" to report our mistake.</string>
    325   <!-- Text for the reporting spam action in the after call prompt. [CHAR LIMIT=20] -->
    326   <string name="spam_notification_report_spam_action_text">Block &amp; report</string>
    327   <!-- Text for the adding to contacts action in the after call prompt. [CHAR LIMIT=20] -->
    328   <string name="spam_notification_add_contact_action_text">Add contact</string>
    329   <!-- Text for the reporting as not spam action in the after call prompt. [CHAR LIMIT=20] -->
    330   <string name="spam_notification_not_spam_action_text">Not spam</string>
    331   <!-- Text for the blocking spam action in the after call prompt. [CHAR LIMIT=20] -->
    332   <string name="spam_notification_block_spam_action_text">Block number</string>
    333   <!-- Text for the adding to contacts action in the after call dialog. [CHAR LIMIT=40] -->
    334   <string name="spam_notification_dialog_add_contact_action_text">Add to contacts</string>
    335   <!-- Text for the blocking and reporting spam action in the after call dialog. [CHAR LIMIT=40] -->
    336   <string name="spam_notification_dialog_block_report_spam_action_text">Block &amp; report spam</string>
    337   <!-- Text for the marking a call as not spam in the after call dialog. [CHAR LIMIT=40] -->
    338   <string name="spam_notification_dialog_was_not_spam_action_text">Not spam</string>
    339 
    340   <string name="callFailed_simError">No SIM or SIM error</string>
    341 
    342   <string name="conference_caller_disconnect_content_description">End call</string>
    343 
    344   <!-- Name for a conference call. Shown in the in call UI and in notifications. -->
    345   <string name="conference_call_name">Conference call</string>
    346 
    347   <!-- Name for a generic conference call. Shown in the in call UI. This is used in CDMA where we
    348        don't know the precise state of participants in the conference.  -->
    349   <string name="generic_conference_call_name">In call</string>
    350 
    351   <!-- Displayed when handover from WiFi to Lte occurs during a video call -->
    352   <string name="video_call_wifi_to_lte_handover_toast">Continuing call using mobile data\u2026</string>
    353 
    354   <!-- Displayed when WiFi handover from LTE fails during a video call. -->
    355   <string name="video_call_lte_to_wifi_failed_title">Couldn\'t switch to Wi\u2011Fi network</string>
    356   <string name="video_call_lte_to_wifi_failed_message">Video call will remain on the mobile network. Standard
    357     data charges may apply.
    358   </string>
    359   <string name="video_call_lte_to_wifi_failed_do_not_show">Do not show this again</string>
    360 
    361 </resources>
    362