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  <!-- Title displayed in the overlay for outgoing calls when the provider is automatically chosen
24         because it is the same provider the callee is using. [CHAR LIMIT=60] -->
25  <string name="incall_calling_on_same_carrier_template">Calling on same carrier <xliff:g id="provider_name">%s</xliff:g></string>
26
27  <!-- Title displayed in the overlay for outgoing calls when the provider is automatically chosen
28         because the user has selected it multiple times.  [CHAR LIMIT=60] -->
29  <string name="incall_calling_on_recent_choice_template">Calling on recent choice <xliff:g id="provider_name">%s</xliff:g></string>
30
31  <!-- Displayed above the contact name during an outgoing phone call. Indicates that the call is
32       in the connecting stage. -->
33  <string name="incall_connecting">Calling…</string>
34
35  <!-- Display information related to assisted dialing, for example Calling using +1 (US)… -->
36  <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>
37
38  <!-- String appended to the outgoing call title for additional information related to assisted dialing, for example "Calling via <CARRIER> • Using +1 (US)… "-->
39  <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>
40
41  <!-- Displayed above the contact name when an external call is being pulled to the local
42       device. -->
43  <string name="incall_transferring">Transferring…</string>
44
45  <!-- Displayed above the contact name when the user starts a video call. -->
46  <string name="incall_video_call_requesting">Carrier video calling…</string>
47
48  <!-- Displayed above the contact name when the user requests an upgrade from a voice call to a
49       Wi-Fi video call. -->
50  <string name="incall_wifi_video_call_requesting">Wi-Fi carrier video calling…</string>
51
52  <!-- Displayed above the contact name when the user requests an upgrade from a voice call to a
53     video call. -->
54  <string name="incall_video_call_upgrade_request">Switching to carrier video…</string>
55
56  <!-- Displayed above the contact name when the user's video upgrade failed due to an unknown
57       reason. -->
58  <string name="incall_video_call_request_failed">Unable to connect</string>
59
60  <!-- Displayed above the contact name when the user's video upgrade was declined by the remote
61       party. -->
62  <string name="incall_video_call_request_rejected">Call declined</string>
63
64  <!-- Displayed above the contact name when no response was received for the user's upgrade
65       requests and we timed out. -->
66  <string name="incall_video_call_request_timed_out">Call timed out</string>
67
68  <!-- Displayed above the contact name when the user's operation for video calling is failed due to an unknown reason. -->
69  <string name="incall_video_call_operation_failed">Unable to operate</string>
70
71  <!-- In-call screen: status label for a call that's in the process of hanging up
72       [CHAR LIMIT=25] -->
73  <string name="incall_hanging_up">Hanging up</string>
74
75  <!-- In-call screen: status label displayed briefly after a call ends [CHAR LIMIT=25] -->
76  <string name="incall_call_ended">Call ended</string>
77
78  <!-- In-call screen: label shown at the top of the screen when a call is on hold by the remote
79     party [CHAR LIMIT=25] -->
80  <string name="incall_remotely_held">On hold</string>
81
82  <!-- Displayed in the answer call screen for incoming video calls. -->
83  <string name="contact_grid_incoming_video_call">Carrier video call from</string>
84
85  <!-- Displayed in the answer call screen for incoming video calls over Wi-F. -->
86  <string name="contact_grid_incoming_wifi_video_call">Wi-Fi carrier video call from</string>
87
88  <!-- Displayed in the answer call screen for incoming voice calls. -->
89  <string name="contact_grid_incoming_voice_call">Call from</string>
90
91  <!-- Displayed in the answer call screen for incoming voice calls. -->
92  <string name="contact_grid_incoming_work_call">Work call from</string>
93
94  <!-- Displayed in the answer call screen for incoming calls via a phone account. -->
95  <string name="contact_grid_incoming_via_template">Call via <xliff:g id="provider_name">%s</xliff:g> from</string>
96
97  <!-- Displayed in the answer call screen for incoming spam calls. -->
98  <string name="contact_grid_incoming_suspected_spam">Suspected spam caller</string>
99
100  <!-- In-call screen: phone number of the device shown to the users so that users can give their
101      number to emergency responders. -->
102  <string name="contact_grid_callback_number">This phone\'s number: <xliff:g id="light_number">%1$s</xliff:g></string>
103</resources>
104