summaryrefslogtreecommitdiffstats
path: root/java/com/android/incallui/contactgrid/res/values/strings.xml
blob: 9ee10c3275044ec4d4ca5d72f7457da654defd61 (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2016 The Android Open Source Project
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License
  -->
<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>

  <!-- Title displayed in the overlay for outgoing calls when the provider is automatically chosen
         because it is the same provider the callee is using. [CHAR LIMIT=60] -->
  <string name="incall_calling_on_same_carrier_template">Calling on same carrier <xliff:g id="provider_name">%s</xliff:g></string>

  <!-- Title displayed in the overlay for outgoing calls when the provider is automatically chosen
         because the user has selected it multiple times.  [CHAR LIMIT=60] -->
  <string name="incall_calling_on_recent_choice_template">Calling on recent choice <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>

  <!-- Display information related to assisted dialing, for example Calling using +1 (US)… -->
  <string name="incall_connecting_assited_dialed">Calling using +<xliff:g example="1" id="ad_country_code">%1$s</xliff:g> (<xliff:g example="1" id="ad_user_home_locale">%2$s</xliff:g>)\u2026</string>

  <!-- String appended to the outgoing call title for additional information related to assisted dialing, for example "Calling via <CARRIER> • Using +1 (US)… "-->
  <string name="incall_connecting_assited_dialed_component">Using +<xliff:g example="1" id="ad_country_code">%1$s</xliff:g> (<xliff:g example="1" id="ad_user_home_locale">%2$s</xliff:g>)\u2026</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 starts a video call. -->
  <string name="incall_video_call_requesting">Carrier 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 carrier video calling…</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_upgrade_request">Switching to carrier video…</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">Carrier 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 carrier 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">Call via <xliff:g id="provider_name">%s</xliff:g> from</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: phone number of the device shown to the users so that users can give their
      number to emergency responders. -->
  <string name="contact_grid_callback_number">This phone\'s number: <xliff:g id="light_number">%1$s</xliff:g></string>
</resources>