• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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  <!-- Display information related to assisted dialing, for example Calling using +1 (US)… -->
28  <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>
29
30  <!-- Displayed above the contact name when an external call is being pulled to the local
31       device. -->
32  <string name="incall_transferring">Transferring…</string>
33
34  <!-- Displayed above the contact name when the user starts a video call. -->
35  <string name="incall_video_call_requesting">Carrier video calling…</string>
36
37  <!-- Displayed above the contact name when the user requests an upgrade from a voice call to a
38       Wi-Fi video call. -->
39  <string name="incall_wifi_video_call_requesting">Wi-Fi carrier video calling…</string>
40
41  <!-- Displayed above the contact name when the user requests an upgrade from a voice call to a
42     video call. -->
43  <string name="incall_video_call_upgrade_request">Switching to carrier video…</string>
44
45  <!-- Displayed above the contact name when the user's video upgrade failed due to an unknown
46       reason. -->
47  <string name="incall_video_call_request_failed">Unable to connect</string>
48
49  <!-- Displayed above the contact name when the user's video upgrade was declined by the remote
50       party. -->
51  <string name="incall_video_call_request_rejected">Call declined</string>
52
53  <!-- Displayed above the contact name when no response was received for the user's upgrade
54       requests and we timed out. -->
55  <string name="incall_video_call_request_timed_out">Call timed out</string>
56
57  <!-- In-call screen: status label for a call that's in the process of hanging up
58       [CHAR LIMIT=25] -->
59  <string name="incall_hanging_up">Hanging up</string>
60
61  <!-- In-call screen: status label displayed briefly after a call ends [CHAR LIMIT=25] -->
62  <string name="incall_call_ended">Call ended</string>
63
64  <!-- In-call screen: label shown at the top of the screen when a call is on hold by the remote
65     party [CHAR LIMIT=25] -->
66  <string name="incall_remotely_held">On hold</string>
67
68  <!-- Displayed in the answer call screen for incoming video calls. -->
69  <string name="contact_grid_incoming_video_call">Carrier video call from</string>
70
71  <!-- Displayed in the answer call screen for incoming video calls over Wi-F. -->
72  <string name="contact_grid_incoming_wifi_video_call">Wi-Fi carrier video call 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: phone number of the device shown to the users so that users can give their
87      number to emergency responders. -->
88  <string name="contact_grid_callback_number">This phone\'s number: <xliff:g id="light_number">%1$s</xliff:g></string>
89</resources>
90