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
18<resources>
19
20  <!-- Text indicates the video from remote party is off. [CHAR LIMIT=40] -->
21  <string name="videocall_remote_video_off">Their video is off</string>
22
23  <!-- Text indicates the video from remote party is on. [CHAR LIMIT=40] -->
24  <string name="videocall_remote_video_on">Their video is on</string>
25
26  <!-- Text indicates the call is held by remote party. [CHAR LIMIT=20] -->
27  <string name="videocall_remotely_held">Call on hold</string>
28
29  <!-- Text indicates the call is resumed from held by remote party. [CHAR LIMIT=20] -->
30  <string name="videocall_remotely_resumed">Call resumed</string>
31
32  <!-- Instruction text to notify user that charges may apply on video calling. [CHAR LIMIT=NONE] -->
33  <string name="videocall_charges_alert_dialog_description">Video calls made over the mobile network use both data and voice minutes. Charges may apply.</string>
34
35  <!-- Option to hide the popup dialog if it is not necessary for the user. [CHAR LIMIT=40] -->
36  <string name="do_not_show_again">Do not show again</string>
37
38</resources>
39