Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
      3 
      4   <!-- Title displayed in the overlay for outgoing calls which include the name of the provider.
      5      [CHAR LIMIT=40] -->
      6   <string name="incall_calling_via_template">Calling via <xliff:g id="provider_name">%s</xliff:g></string>
      7 
      8   <!-- Displayed above the contact name during an outgoing phone call. Indicates that the call is
      9        in the connecting stage. -->
     10   <string name="incall_connecting">Calling</string>
     11 
     12   <!-- Displayed above the contact name when an external call is being pulled to the local
     13        device. -->
     14   <string name="incall_transferring">Transferring</string>
     15 
     16   <!-- Displayed above the contact name when the user requests an upgrade from a voice call to a
     17        video call. -->
     18   <string name="incall_video_call_requesting">Video calling</string>
     19 
     20   <!-- Displayed above the contact name when the user requests an upgrade from a voice call to a
     21        Wi-Fi video call. -->
     22   <string name="incall_wifi_video_call_requesting">Wi-Fi video calling</string>
     23 
     24   <!-- Displayed above the contact name when the user's video upgrade failed due to an unknown
     25        reason. -->
     26   <string name="incall_video_call_request_failed">Unable to connect</string>
     27 
     28   <!-- Displayed above the contact name when the user's video upgrade was declined by the remote
     29        party. -->
     30   <string name="incall_video_call_request_rejected">Call declined</string>
     31 
     32   <!-- Displayed above the contact name when no response was received for the user's upgrade
     33        requests and we timed out. -->
     34   <string name="incall_video_call_request_timed_out">Call timed out</string>
     35 
     36   <!-- In-call screen: status label for a call that's in the process of hanging up
     37        [CHAR LIMIT=25] -->
     38   <string name="incall_hanging_up">Hanging up</string>
     39 
     40   <!-- In-call screen: status label displayed briefly after a call ends [CHAR LIMIT=25] -->
     41   <string name="incall_call_ended">Call ended</string>
     42 
     43   <!-- In-call screen: label shown at the top of the screen when a call is on hold by the remote
     44      party [CHAR LIMIT=25] -->
     45   <string name="incall_remotely_held">On hold</string>
     46 
     47   <!-- Displayed in the answer call screen for incoming video calls. -->
     48   <string name="contact_grid_incoming_video_call">Video call from</string>
     49 
     50   <!-- Displayed in the answer call screen for incoming video calls over Wi-F. -->
     51   <string name="contact_grid_incoming_wifi_video_call">Wi-Fi video call from</string>
     52 
     53   <!-- Displayed in the answer call screen for incoming voice calls. -->
     54   <string name="contact_grid_incoming_voice_call">Call from</string>
     55 
     56   <!-- Displayed in the answer call screen for incoming voice calls. -->
     57   <string name="contact_grid_incoming_work_call">Work call from</string>
     58 
     59   <!-- Displayed in the answer call screen for incoming calls via a phone account. -->
     60   <string name="contact_grid_incoming_via_template">Incoming via <xliff:g id="provider_name">%s</xliff:g></string>
     61 
     62   <!-- Displayed in the answer call screen for incoming spam calls. -->
     63   <string name="contact_grid_incoming_suspected_spam">Suspected spam caller</string>
     64 
     65   <!-- In-call screen: string shown to the user when their outgoing number is different than the
     66      number reported by TelephonyManager#getLine1Number(). This is used for carriers like
     67      Project Fi so that users can give their number to emergency responders. -->
     68   <string name="contact_grid_callback_number">Callback number: <xliff:g id="dark_number">%1$s</xliff:g></string>
     69 </resources>
     70