| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| ~ Copyright (C) 2019 The Android Open Source Project |
| ~ |
| ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| ~ you may not use this file except in compliance with the License. |
| ~ You may obtain a copy of the License at |
| ~ |
| ~ http://www.apache.org/licenses/LICENSE-2.0 |
| ~ |
| ~ Unless required by applicable law or agreed to in writing, software |
| ~ distributed under the License is distributed on an "AS IS" BASIS, |
| ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| ~ See the License for the specific language governing permissions and |
| ~ limitations under the License. |
| --> |
| |
| <resources> |
| <plurals name="notification_new_message"> |
| <item quantity="one">New message</item> |
| <item quantity="other">%d new messages</item> |
| </plurals> |
| |
| <string name="action_play">Play</string> |
| <string name="action_mark_as_read">Mark As Read</string> |
| <string name="action_repeat">Repeat</string> |
| <string name="action_reply">Reply</string> |
| <string name="action_stop">Stop</string> |
| <string name="action_close_messages">Close</string> |
| <string name="auto_reply_failed_message">Unable to send reply. Please try again.</string> |
| <string name="auto_reply_device_disconnected">Unable to send reply. Device is not connected. |
| </string> |
| |
| <string name="tts_sender_says">%s says</string> |
| |
| <string name="tts_failed_toast">Can\'t read out message.</string> |
| <string name="reply_message_display_template">\"%s\"</string> |
| <string name="message_sent_notice">Reply sent to %s</string> |
| |
| <!-- Default Sender name that appears in message notification if sender name is not available. [CHAR_LIMIT=NONE] --> |
| <string name="name_not_available">Name not available</string> |
| |
| <!-- Formats a group conversation's title for a message notification. The format is: <Sender of last message> mdot <Name of the conversation>.--> |
| <string name="group_conversation_title_separator" translatable="false">%1$s • %2$s</string> |
| |
| </resources> |