summaryrefslogtreecommitdiffstats
path: root/java/com/android/incallui/contactgrid/res/values/strings.xml
blob: 385f843b18480ab49789b6d51f8330a0e7530422 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

  <!-- Title displayed in the overlay for outgoing calls which include the name of the provider.
     [CHAR LIMIT=40] -->
  <string name="incall_calling_via_template">Calling via <xliff:g id="provider_name">%s</xliff:g></string>

  <!-- Displayed above the contact name during an outgoing phone call. Indicates that the call is
       in the connecting stage. -->
  <string name="incall_connecting">Calling…</string>

  <!-- Displayed above the contact name when an external call is being pulled to the local
       device. -->
  <string name="incall_transferring">Transferring…</string>

  <!-- Displayed above the contact name when the user requests an upgrade from a voice call to a
       video call. -->
  <string name="incall_video_call_requesting">Video calling…</string>

  <!-- Displayed above the contact name when the user requests an upgrade from a voice call to a
       Wi-Fi video call. -->
  <string name="incall_wifi_video_call_requesting">Wi-Fi video calling…</string>

  <!-- Displayed above the contact name when the user's video upgrade failed due to an unknown
       reason. -->
  <string name="incall_video_call_request_failed">Unable to connect</string>

  <!-- Displayed above the contact name when the user's video upgrade was declined by the remote
       party. -->
  <string name="incall_video_call_request_rejected">Call declined</string>

  <!-- Displayed above the contact name when no response was received for the user's upgrade
       requests and we timed out. -->
  <string name="incall_video_call_request_timed_out">Call timed out</string>

  <!-- In-call screen: status label for a call that's in the process of hanging up
       [CHAR LIMIT=25] -->
  <string name="incall_hanging_up">Hanging up</string>

  <!-- In-call screen: status label displayed briefly after a call ends [CHAR LIMIT=25] -->
  <string name="incall_call_ended">Call ended</string>

  <!-- In-call screen: label shown at the top of the screen when a call is on hold by the remote
     party [CHAR LIMIT=25] -->
  <string name="incall_remotely_held">On hold</string>

  <!-- Displayed in the answer call screen for incoming video calls. -->
  <string name="contact_grid_incoming_video_call">Video call from</string>

  <!-- Displayed in the answer call screen for incoming video calls over Wi-F. -->
  <string name="contact_grid_incoming_wifi_video_call">Wi-Fi video call from</string>

  <!-- Displayed in the answer call screen for incoming voice calls. -->
  <string name="contact_grid_incoming_voice_call">Call from</string>

  <!-- Displayed in the answer call screen for incoming voice calls. -->
  <string name="contact_grid_incoming_work_call">Work call from</string>

  <!-- Displayed in the answer call screen for incoming calls via a phone account. -->
  <string name="contact_grid_incoming_via_template">Incoming via <xliff:g id="provider_name">%s</xliff:g></string>

  <!-- Displayed in the answer call screen for incoming spam calls. -->
  <string name="contact_grid_incoming_suspected_spam">Suspected spam caller</string>

  <!-- In-call screen: string shown to the user when their outgoing number is different than the
     number reported by TelephonyManager#getLine1Number(). This is used for carriers like
     Project Fi so that users can give their number to emergency responders. -->
  <string name="contact_grid_callback_number">Callback number: <xliff:g id="dark_number">%1$s</xliff:g></string>
</resources>