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 <!-- Shown as a message that notifies asks the user if they want to send a post call message --> 19 <string name="post_call_message">Say why you called</string> 20 <!-- Premade message to be sent as a text/RCS message --> 21 <string name="post_call_message_1">This is urgent. Call me back.</string> 22 <!-- Premade message to be sent as a text/RCS message --> 23 <string name="post_call_message_2">Call me back when you have some time.</string> 24 <!-- Premade message to be sent as a text/RCS message --> 25 <string name="post_call_message_3">Not urgent, we can chat later.</string> 26 <!-- Asks the user if they want to send a post call message --> 27 <string name="post_call_add_message">Add message</string> 28 <!-- Asks the user if they want to send a post call message --> 29 <string name="post_call_send_message">Send message</string> 30 <!-- Shown to let the user know that their message was sent. --> 31 <string name="post_call_message_sent">Message sent</string> 32 <string name="view">View</string> 33</resources>