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  <!-- Option shown in call log/voicemail menu to make a voice call [CHAR LIMIT=30] -->
20  <string name="voice_call">Voice call</string>
21
22  <!-- Option shown in a call log/voicemail menu to make a video call [CHAR LIMIT=30] -->
23  <string name="video_call">Video call</string>
24
25  <!-- Option shown in call log menu/voicemail to add the phone number from an entry to an existing contact
26       (also provides option to create a new contact from the number). [CHAR LIMIT=30] -->
27  <string name="add_to_contacts">Add contact</string>
28
29  <!-- Options shown in call log/voicemail menu to send a SMS to the number represented by the call log/voicemailentry.
30     [CHAR LIMIT=30] -->
31  <string name="send_a_message">Message</string>
32
33  <!-- Options shown in call log/voicemail menu to mark a number as non-spam. [CHAR LIMIT=30] -->
34  <string name="not_spam">Not spam</string>
35
36  <!-- Options shown in a call log/voicemail menu to block a number. [CHAR LIMIT=30] -->
37  <string name="block_number">Block</string>
38
39  <!-- Options shown in a call log/voicemail menu to unblock a number. [CHAR LIMIT=30] -->
40  <string name="unblock_number">Unblock</string>
41
42  <!-- Options shown in a call log/voicemail menu to block a number and/or report it as spam. [CHAR LIMIT=30] -->
43  <string name="block_and_optionally_report_spam">Block/Report spam</string>
44
45  <!-- Option displayed in call log/voicemail menu to copy phone number. [CHAR LIMIT=30] -->
46  <string name="copy_number">Copy number</string>
47</resources>