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