1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2019 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 <plurals name="notification_new_message"> 20 <item quantity="one">New message</item> 21 <item quantity="other">%d new messages</item> 22 </plurals> 23 24 <string name="action_play">Play</string> 25 <string name="action_mark_as_read">Mark As Read</string> 26 <string name="action_repeat">Repeat</string> 27 <string name="action_reply">Reply</string> 28 <string name="action_stop">Stop</string> 29 <string name="action_close_messages">Close</string> 30 <string name="auto_reply_failed_message">Unable to send reply. Please try again.</string> 31 <string name="auto_reply_device_disconnected">Unable to send reply. Device is not connected. 32 </string> 33 34 <string name="tts_sender_says">%s says</string> 35 36 <string name="tts_failed_toast">Can\'t read out message.</string> 37 <string name="reply_message_display_template">\"%s\"</string> 38 <string name="message_sent_notice">Reply sent to %s</string> 39 40 <!-- Default Sender name that appears in message notification if sender name is not available. [CHAR_LIMIT=NONE] --> 41 <string name="name_not_available">Name not available</string> 42 43 <!-- Formats a group conversation's title for a message notification. The format is: <Sender of last message> mdot <Name of the conversation>.--> 44 <string name="group_conversation_title_separator" translatable="false"> • </string> 45 46</resources> 47