1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright (C) 2017 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>
18
19  <!-- Button shown during a phone call to upgrade to video.
20     [CHAR LIMIT=12] -->
21  <string name="incall_label_videocall">Video call</string>
22
23  <!-- Button shown during a phone call to upgrade to Real-time Text.
24     [CHAR LIMIT=12] -->
25  <string name="incall_label_rttcall">RTT</string>
26
27  <!-- Button shown during a phone call to put the call on hold.
28     [CHAR LIMIT=12] -->
29  <string name="incall_label_hold">Hold</string>
30
31  <!-- Button shown during a phone call to add a new phone call.
32     [CHAR LIMIT=12] -->
33  <string name="incall_label_add_call">Add call</string>
34
35  <!-- Button shown during a phone call to mute the microphone.
36     [CHAR LIMIT=12] -->
37  <string name="incall_label_mute">Mute</string>
38
39  <!-- Button shown during a phone call to end the call.
40     [CHAR LIMIT=12] -->
41  <string name="incall_label_end_call">End call</string>
42
43  <!-- Button shown during a phone call to show the dialpad.
44     [CHAR LIMIT=12] -->
45  <string name="incall_label_dialpad">Keypad</string>
46
47  <!-- Talkback text for speaker button status. [CHAR LIMIT=12] -->
48  <string name="incall_talkback_speaker_on">, is on</string>
49
50  <!-- Talkback text for speaker button status. [CHAR LIMIT=12] -->
51  <string name="incall_talkback_speaker_off">, is Off</string>
52
53  <!-- Button shown during a phone to merge two ongoing calls.
54     [CHAR LIMIT=12] -->
55  <string name="incall_label_merge">Merge</string>
56
57  <!-- Button shown during a phone to show the manage conference call screen.
58     [CHAR LIMIT=12] -->
59  <string name="incall_label_manage">Manage</string>
60
61  <string name="a11y_description_incall_label_manage_content">Manage callers</string>
62
63  <!-- Button shown during a phone to swap from the foreground call to the background call.
64     [CHAR LIMIT=12] -->
65  <string name="incall_label_swap">Swap</string>
66
67
68  <!-- Button shown during a call with a multi-SIM device to hang up and call with the other SIM
69     instead. [CHAR LIMIT=12] -->
70  <string name="incall_label_swap_sim">Change SIM</string>
71
72  <!-- Used to inform the user that the note associated with an outgoing call has been sent.
73       [CHAR LIMIT=32] -->
74  <string name="incall_note_sent">Note sent</string>
75
76</resources>
77