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:tools="http://schemas.android.com/tools" 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   <!-- MMI dialog strings -->
     25   <!-- Dialog label when an MMI code starts running -->
     26 
     27   <!-- post dial -->
     28   <!-- In-call screen: body text of the dialog that appears when we encounter
     29        the "wait" character in a phone number to be dialed; this dialog asks the
     30        user if it's OK to send the numbers following the "wait". -->
     31   <string name="wait_prompt_str">Send the following tones?\n</string>
     32   <!-- In-call screen: button label on the "wait" prompt dialog in CDMA Mode-->
     33   <string name="pause_prompt_yes">Yes</string>
     34   <!-- In-call screen: button label on the "wait" prompt dialog in CDMA Mode-->
     35   <string name="pause_prompt_no">No</string>
     36 
     37   <!-- Notification strings -->
     38   <!-- The "label" of the in-call Notification for a dialing call, used
     39        as the format string for a Chronometer widget. [CHAR LIMIT=60] -->
     40   <string name="notification_dialing">Dialing</string>
     41   <!-- The "label" of the in-call Notification for an ongoing call. [CHAR LIMIT=60] -->
     42   <string name="notification_ongoing_call">Ongoing call</string>
     43   <!-- The "label" of the in-call Notification for an ongoing video call. [CHAR LIMIT=60] -->
     44   <string name="notification_ongoing_video_call">Ongoing video call</string>
     45   <!-- The "label" of the in-call Notification for an ongoing paused video call. [CHAR LIMIT=60] -->
     46   <string name="notification_ongoing_paused_video_call">Ongoing video call \u2011 video paused</string>
     47   <!-- The "label" of the in-call Notification for an ongoing work call. [CHAR LIMIT=60] -->
     48   <string name="notification_ongoing_work_call">Ongoing work call</string>
     49 
     50   <!-- Template for the label on the in-call Notification for an ongoing call, which is being made
     51       over Wi-Fi. The format argument is @string/notification_call_wifi_brand [CHAR LIMIT=20]-->
     52   <string name="notification_ongoing_call_wifi_template">Ongoing <xliff:g id="brand_name">%1$s</xliff:g></string>
     53 
     54   <!-- Template for the label of the in-call Notification for an incoming call, which is being made
     55       over Wi-Fi. The format argument is @string/notification_call_wifi_brand [CHAR LIMIT=20] -->
     56   <string name="notification_incoming_call_wifi_template">Incoming <xliff:g id="brand_name">%1$s</xliff:g></string>
     57 
     58   <!-- "Brand name" for WiFi calls. Will be overridden for specific mcc-mnc combinations [CHAR LIMIT=40]-->
     59   <string name="notification_call_wifi_brand">Wi\u2011Fi call</string>
     60 
     61   <!-- "Brand name" for WiFi work calls. Will be overridden for specific mcc-mnc combinations [CHAR LIMIT=40] -->
     62   <string name="notification_call_wifi_work_brand">Wi\u2011Fi work call</string>
     63 
     64   <!-- The "label" of the in-call Notification for a call that's on hold -->
     65   <string name="notification_on_hold">On hold</string>
     66   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=60] -->
     67   <string name="notification_incoming_call">Incoming call</string>
     68   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=60] -->
     69   <string name="notification_incoming_video_call">Incoming video call</string>
     70   <!-- The "label" of the in-call Notification for an incoming ringing call on a device with multiple SIMs. [CHAR LIMIT=60] -->
     71   <string name="notification_incoming_call_mutli_sim">Incoming call via <xliff:g id="sim_label" example="SIM 1">%1$s</xliff:g></string>
     72   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] -->
     73   <string name="notification_incoming_call_with_photo">Incoming call with photo</string>
     74   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] -->
     75   <string name="notification_incoming_call_with_message">Incoming call with message</string>
     76   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] -->
     77   <string name="notification_incoming_call_with_location">Incoming call with location</string>
     78   <!-- 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." -->
     79   <string name="notification_incoming_call_with_photo_message">Incoming call with photo and message</string>
     80   <!-- 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." -->
     81   <string name="notification_incoming_call_with_photo_location">Incoming call with photo and location</string>
     82   <!-- 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." -->
     83   <string name="notification_incoming_call_with_message_location">Incoming call with message and location</string>
     84   <!-- 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." -->
     85   <string name="notification_incoming_call_with_photo_message_location">Incoming call with photo, message and location</string>
     86   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] -->
     87   <string name="notification_incoming_call_attachments">Incoming call with attachments</string>
     88   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] -->
     89   <string name="important_notification_incoming_call">Important incoming call</string>
     90   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". -->
     91   <string name="important_notification_incoming_call_with_photo">Important incoming call with photo</string>
     92   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". -->
     93   <string name="important_notification_incoming_call_with_message">Important incoming call with message</string>
     94   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". -->
     95   <string name="important_notification_incoming_call_with_location">Important incoming call with location</string>
     96   <!-- 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." -->
     97   <string name="important_notification_incoming_call_with_photo_message">Important incoming call with photo and message</string>
     98   <!-- 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." -->
     99   <string name="important_notification_incoming_call_with_photo_location">Important incoming call with photo and location</string>
    100   <!-- 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." -->
    101   <string name="important_notification_incoming_call_with_message_location">Important incoming call with message and location</string>
    102   <!-- 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." -->
    103   <string name="important_notification_incoming_call_with_photo_message_location">Important incoming call with photo, message and location</string>
    104   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] If can't meet limit, remove "Incoming". -->
    105   <string name="important_notification_incoming_call_attachments">Important incoming call with attachments</string>
    106 
    107 
    108   <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=60] -->
    109   <string name="notification_incoming_work_call">Incoming work call</string>
    110   <!-- The "label" of the in-call Notification for an incoming ringing spam call. -->
    111   <string name="notification_incoming_spam_call">Incoming suspected spam call</string>
    112   <!-- The "label" of the in-call Notification for upgrading an existing call to a video call. -->
    113   <string name="notification_requesting_video_call">Incoming video request</string>
    114   <!-- Label for the "Answer call" action. This is the displayed label for the action that answers
    115        an incoming call. [CHAR LIMIT=12] -->
    116   <string name="notification_action_answer">Answer</string>
    117   <!-- Label for "end call" Action.
    118        It is displayed in the "Ongoing call" notification, which is shown
    119        when the user is outside the in-call screen while the phone call is still
    120        active. [CHAR LIMIT=12] -->
    121   <string name="notification_action_end_call">Hang up</string>
    122   <!-- Label for "Video Call" notification action. This is a displayed on the notification for an
    123        incoming video call, and answers the call as a video call. [CHAR LIMIT=12] -->
    124   <string name="notification_action_answer_video">Video</string>
    125   <!-- Label for "Accept" notification action. This is somewhat generic, and may refer to
    126        scenarios such as accepting an incoming call or accepting a video call request.
    127        [CHAR LIMIT=12] -->
    128   <string name="notification_action_accept">Accept</string>
    129   <!-- Label for "Dismiss" notification action. This is somewhat generic, and may refer to
    130        scenarios such as declining an incoming call or declining a video call request.
    131        [CHAR LIMIT=12] -->
    132   <string name="notification_action_dismiss">Decline</string>
    133   <string name="notification_action_speaker_on">Turn speaker on</string>
    134   <string name="notification_action_speaker_off">Turn speaker off</string>
    135 
    136   <!-- The "label" of the in-call Notification for an ongoing external call.
    137        External calls are a representation of a call which is in progress on the user's other
    138        device (e.g. another phone or a watch).
    139        [CHAR LIMIT=60] -->
    140   <string name="notification_external_call">Ongoing call on another device</string>
    141   <!-- The "label" of the in-call Notification for an ongoing external video call.
    142        External calls are a representation of a call which is in progress on the user's other
    143        device (e.g. another phone or a watch).
    144        [CHAR LIMIT=60] -->
    145   <string name="notification_external_video_call">Ongoing video call on another device</string>
    146   <!-- Notification action displayed for external call notifications.  External calls are a
    147        representation of a call which is in progress on the user's other device (e.g. another
    148        phone or a watch).  The "take call" action initiates the process of pulling an external
    149        call to the current device.
    150        [CHAR LIMIT=30] -->
    151   <string name="notification_take_call">Take Call</string>
    152   <!-- Notification action displayed for external call notifications.  External calls are a
    153        representation of a call which is in progress on the user's other device (e.g. another
    154        phone or a watch).  The "take video call" action initiates the process of pulling an external
    155        video call to the current device.
    156        [CHAR LIMIT=30] -->
    157   <string name="notification_take_video_call">Take Video Call</string>
    158 
    159   <!-- In-call screen: message displayed in an error dialog -->
    160   <string name="incall_error_supp_service_unknown">Service not supported.</string>
    161 
    162   <!-- For incoming calls, this is a string we can get from a CDMA network instead of
    163        the actual phone number, to indicate there's no number present.  DO NOT TRANSLATE. -->
    164   <string-array name="absent_num" translatable="false">
    165     <item>ABSENT NUMBER</item>
    166     <item>ABSENTNUMBER</item>
    167   </string-array>
    168 
    169   <!-- Use this to describe the separate conference call button; currently for screen readers through accessibility. -->
    170   <string name="goPrivate">go private</string>
    171 
    172   <!-- Label for "Manage conference call" panel [CHAR LIMIT=40] -->
    173   <string name="manageConferenceLabel" tools:ignore="UnusedResources">Manage conference call</string>
    174 
    175   <!-- This can be used in any application wanting to disable the text "Emergency number" -->
    176   <string name="emergency_call_dialog_number_for_display">Emergency number</string>
    177 
    178   <!-- Used to inform the user that a call was received via a number other than the primary
    179       phone number associated with their device. [CHAR LIMIT=16] -->
    180   <string name="child_number">via <xliff:g example="650-555-1212" id="child_number">%s</xliff:g></string>
    181 
    182   <!-- Distance strings for business caller ID context. -->
    183 
    184   <string name="callFailed_simError">No SIM or SIM error</string>
    185 
    186   <string name="conference_caller_disconnect_content_description">End call</string>
    187 
    188   <!-- Name for a conference call. Shown in the in call UI and in notifications. -->
    189   <string name="conference_call_name">Conference call</string>
    190 
    191   <!-- Name for a generic conference call. Shown in the in call UI. This is used in CDMA where we
    192        don't know the precise state of participants in the conference.  -->
    193   <string name="generic_conference_call_name">In call</string>
    194 
    195   <!-- Displayed when handover from WiFi to Lte occurs during a video call -->
    196   <string name="video_call_wifi_to_lte_handover_toast">Continuing call using mobile data\u2026</string>
    197 
    198   <!-- Displayed when WiFi handover from LTE fails during a video call. -->
    199   <string name="video_call_lte_to_wifi_failed_title">Couldn\'t switch to Wi\u2011Fi network</string>
    200   <string name="video_call_lte_to_wifi_failed_message">Video call will remain on the mobile network. Standard
    201     data charges may apply.
    202   </string>
    203   <string name="video_call_lte_to_wifi_failed_do_not_show">Do not show this again</string>
    204 
    205   <!-- Text for bubble return-to-call button -->
    206   <string name="bubble_return_to_call">Back to call</string>
    207 
    208 </resources>
    209