• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright 2020 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18    <!-- Application name [CHAR LIMIT=30] -->
19    <plurals name="new_message">
20        <item quantity="one" translatable="false">New message</item>
21        <item quantity="other" translatable="false">
22            <xliff:g example="2" id="count">%d</xliff:g> messages</item>
23    </plurals>
24
25    <!-- Button text for when disconnected from Bluetooth [CHAR LIMIT=40] -->
26    <string name="app_name" translatable="false">Car Messenger</string>
27
28    <!-- Button text for connecting to Bluetooth [CHAR LIMIT=40] -->
29    <string name="bluetooth_disconnected" translatable="false">Bluetooth disconnected</string>
30
31    <!-- Status when no new messages[CHAR LIMIT=40] -->
32    <string name="connect_bluetooth_button_text" translatable="false">Connect to Bluetooth</string>
33
34    <!-- Status when replied [CHAR LIMIT=40] -->
35    <string name="no_new_messages" translatable="false">No new messages</string>
36
37    <!-- Dot separator [CHAR LIMIT=1] -->
38    <string name="replied" translatable="false">Replied</string>
39    <string name="dot" translatable="false">·</string>
40    <string name="action_reply" translatable="false">Reply</string>
41    <string name="action_mute" translatable="false">Mute</string>
42
43    <!-- The message service channel name [CHAR LIMIT=40] -->
44    <string name="action_mark_as_read" translatable="false">Mark As Read</string>
45    <!-- The message service channel description [CHAR LIMIT=40] -->
46    <string name="app_running_msg_notification_title">Messaging service is active</string>
47    <!-- The message channel name [CHAR LIMIT=40] -->
48    <string name="app_running_msg_notification_content">Receiving Messages on car</string>
49    <!-- The message channel description [CHAR LIMIT=40] -->
50    <string name="message_channel_name">Message Channel</string>
51    <!-- New Message String [CHAR LIMIT=40] -->
52    <string name="message_channel_description">Phone Message Receiver Service</string>
53
54    <!-- Status when there is a new message [CHAR LIMIT=40] -->
55    <string name="new_message">New Message</string>
56
57    <!--  Content Descriptions-->
58    <!-- An icon indicating that this is unread [CHAR LIMIT=40] -->
59    <string name="cd_unread">Unread</string>
60    <!-- Conversation Icon [CHAR LIMIT=40] -->
61    <string name="cd_conversation_icon">Conversation Icon</string>
62    <!-- Subtitle Text Icon [CHAR LIMIT=40] -->
63    <string name="cd_icon_indicating_the_last_action">Subtitle Text Icon</string>
64    <!-- Mute button [CHAR LIMIT=40] -->
65    <string name="cd_mute_button">Mute Button</string>
66    <!-- Mute button [CHAR LIMIT=40] -->
67    <string name="cd_loading_info_icon">Loading Info Icon</string>
68    <!-- Mute button [CHAR LIMIT=40] -->
69    <string name="cd_reply_action_button">Reply Action Button</string>
70</resources>
71