summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
blob: 3108071d9bd3578fa8bceb4bf38413d9d562a9bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright 2020 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- Phrase describing that there is a new message [CHAR LIMIT=20] -->
    <plurals name="new_message">
        <item quantity="one">New message</item>
        <item quantity="other">
            <xliff:g example="2" id="count">%d</xliff:g> messages</item>
    </plurals>

    <!-- Phrase describing the number of messages [CHAR LIMIT=20] -->
    <plurals name="no_of_message">
        <item quantity="zero">No message</item>
        <item quantity="one">1 message</item>
        <item quantity="other">
            <xliff:g example="2" id="count">%d</xliff:g> messages</item>
    </plurals>

    <!-- Phrase describing a case where there are more messages other than the one shown the user. [CHAR LIMIT=30] -->
    <plurals name="more_message">
        <item quantity="one">One more message</item>
        <item quantity="other">
            <xliff:g example="2" id="count">%d</xliff:g> more messages</item>
    </plurals>

    <!-- Button text for when disconnected from Bluetooth [CHAR LIMIT=40] -->
    <string name="app_name" translatable="false">SMS</string>

    <!-- Button text for connecting to Bluetooth [CHAR LIMIT=40] -->
    <string name="bluetooth_disconnected" translatable="false">Bluetooth disconnected</string>

    <!-- Status when no new messages[CHAR LIMIT=40] -->
    <string name="no_messages" translatable="false">No messages</string>

    <string name="connect_bluetooth_button_text" translatable="false">Connect to Bluetooth</string>

    <!-- Status when replied [CHAR LIMIT=40] -->
    <string name="replied" translatable="false">Replied</string>

    <!-- Status - Tap To Read Aloud [CHAR LIMIT=40] -->
    <string name="tap_to_read_aloud">Tap to read aloud</string>

    <!-- Dot separator [CHAR LIMIT=1] -->
    <string name="dot" translatable="false">·</string>
    <string name="action_reply" translatable="false">Reply</string>
    <string name="action_mute" translatable="false">Mute</string>

    <!-- The message service channel name [CHAR LIMIT=40] -->
    <string name="action_mark_as_read" translatable="false">Mark As Read</string>
    <!-- The message service channel description [CHAR LIMIT=40] -->
    <string name="app_running_msg_notification_title">Messaging service is active</string>
    <!-- The message channel name [CHAR LIMIT=40] -->
    <string name="app_running_msg_notification_content">Receiving Messages on car</string>
    <!-- The message channel description [CHAR LIMIT=40] -->
    <string name="message_channel_name">Message Channel</string>
    <!-- New Message String [CHAR LIMIT=40] -->
    <string name="message_channel_description">Phone Message Receiver Service</string>

    <!-- Status when there is a new message [CHAR LIMIT=40] -->
    <string name="new_message">New Message</string>

    <!--  Content Descriptions-->
    <!-- An icon indicating that this is unread [CHAR LIMIT=40] -->
    <string name="cd_unread">Unread</string>
    <!-- Conversation Icon [CHAR LIMIT=40] -->
    <string name="cd_conversation_icon">Conversation Icon</string>
    <!-- Subtitle Text Icon [CHAR LIMIT=40] -->
    <string name="cd_icon_indicating_the_last_action">Subtitle Text Icon</string>
    <!-- Mute button [CHAR LIMIT=40] -->
    <string name="cd_mute_button">Mute Button</string>
    <!-- Mute button [CHAR LIMIT=40] -->
    <string name="cd_loading_info_icon">Loading Info Icon</string>
    <!-- Mute button [CHAR LIMIT=40] -->
    <string name="cd_reply_action_button">Reply Action Button</string>

    <!-- Mute button [CHAR LIMIT=40] -->
    <string name="cd_play_action_button">Play Action Button</string>

    <!-- A string denoting the current point in time that should be as short as possible. Abbreviations are preferred to full strings as this might be shown repetitively. It is used in the header of notifications. [CHAR LIMIT=8]-->
    <string name="now_string_shortest">now</string>

    <!-- Phrase describing a time duration using minutes that is as short as possible, preferrably one character. If the language needs a space in between the integer and the unit, please also integrate it in the string, but preferably it should not have a space in between.[CHAR LIMIT=6] -->
    <plurals name="duration_minutes_shortest">
        <item quantity="one"><xliff:g example="1" id="count" translatable="false">%d</xliff:g>m</item>
        <item quantity="other"><xliff:g example="2" id="count" translatable="false">%d</xliff:g>m</item>
    </plurals>

    <!-- Phrase describing a time duration using hours that is as short as possible, preferrably one character. If the language needs a space in between the integer and the unit, please also integrate it in the string, but preferably it should not have a space in between.[CHAR LIMIT=6] -->
    <plurals name="duration_hours_shortest">
        <item quantity="one"><xliff:g example="1" id="count">%d</xliff:g>h</item>
        <item quantity="other"><xliff:g example="2" id="count">%d</xliff:g>h</item>
    </plurals>

    <!-- Phrase describing a time duration using days that is as short as possible, preferrably one character. If the language needs a space in between the integer and the unit, please also integrate it in the string, but preferably it should not have a space in between.[CHAR LIMIT=6] -->
    <plurals name="duration_days_shortest">
        <item quantity="one"><xliff:g example="1" id="count">%d</xliff:g>d</item>
        <item quantity="other"><xliff:g example="2" id="count">%d</xliff:g>d</item>
    </plurals>

    <!-- Phrase describing a time duration using years that is as short as possible, preferrably one character. If the language needs a space in between the integer and the unit, please also integrate it in the string, but preferably it should not have a space in between.[CHAR LIMIT=6] -->
    <plurals name="duration_years_shortest">
        <item quantity="one"><xliff:g example="1" id="count">%d</xliff:g>y</item>
        <item quantity="other"><xliff:g example="2" id="count">%d</xliff:g>y</item>
    </plurals>

    <!-- Phrase describing a time duration using minutes that is as short as possible, preferrably one character. This version should be a future point in time. If the language needs a space in between the integer and the unit, please also integrate it in the string, but preferably it should not have a space in between.[CHAR LIMIT=14] -->
    <plurals name="duration_minutes_shortest_future">
        <item quantity="one">in <xliff:g example="1" id="count">%d</xliff:g>m</item>
        <item quantity="other">in <xliff:g example="2" id="count">%d</xliff:g>m</item>
    </plurals>

    <!-- Phrase describing a time duration using hours that is as short as possible, preferrably one character. This version should be a future point in time. If the language needs a space in between the integer and the unit, please also integrate it in the string, but preferably it should not have a space in between.[CHAR LIMIT=14] -->
    <plurals name="duration_hours_shortest_future">
        <item quantity="one">in <xliff:g example="1" id="count">%d</xliff:g>h</item>
        <item quantity="other">in <xliff:g example="2" id="count">%d</xliff:g>h</item>
    </plurals>

    <!-- Phrase describing a time duration using days that is as short as possible, preferrably one character. This version should be a future point in time. If the language needs a space in between the integer and the unit, please also integrate it in the string, but preferably it should not have a space in between.[CHAR LIMIT=14] -->
    <plurals name="duration_days_shortest_future">
        <item quantity="one">in <xliff:g example="1" id="count">%d</xliff:g>d</item>
        <item quantity="other">in <xliff:g example="2" id="count">%d</xliff:g>d</item>
    </plurals>

    <!-- Phrase describing a time duration using years that is as short as possible, preferrably one character. This version should be a future point in time. If the language needs a space in between the integer and the unit, please also integrate it in the string, but preferably it should not have a space in between.[CHAR LIMIT=14] -->
    <plurals name="duration_years_shortest_future">
        <item quantity="one">in <xliff:g example="1" id="count">%d</xliff:g>y</item>
        <item quantity="other">in <xliff:g example="2" id="count">%d</xliff:g>y</item>
    </plurals>

    <!-- Phrase describing a relative time using minutes in the past that is not shown on the screen but used for accessibility. [CHAR LIMIT=40] -->
    <plurals name="duration_minutes_relative">
        <item quantity="one"><xliff:g example="1" id="count">%d</xliff:g> minute ago</item>
        <item quantity="other"><xliff:g example="2" id="count">%d</xliff:g> minutes ago</item>
    </plurals>

    <!-- Phrase describing a relative time using hours in the past that is not shown on the screen but used for accessibility. [CHAR LIMIT=40] -->
    <plurals name="duration_hours_relative">
        <item quantity="one"><xliff:g example="1" id="count">%d</xliff:g> hour ago</item>
        <item quantity="other"><xliff:g example="2" id="count">%d</xliff:g> hours ago</item>
    </plurals>

    <!-- Phrase describing a relative time using days in the past that is not shown on the screen but used for accessibility. [CHAR LIMIT=40] -->
    <plurals name="duration_days_relative">
        <item quantity="one"><xliff:g example="1" id="count">%d</xliff:g> day ago</item>
        <item quantity="other"><xliff:g example="2" id="count">%d</xliff:g> days ago</item>
    </plurals>

    <!-- Phrase describing a relative time using years in the past that is not shown on the screen but used for accessibility. [CHAR LIMIT=40] -->
    <plurals name="duration_years_relative">
        <item quantity="one"><xliff:g example="1" id="count">%d</xliff:g> year ago</item>
        <item quantity="other"><xliff:g example="2" id="count">%d</xliff:g> years ago</item>
    </plurals>

    <!-- Phrase describing a relative time using minutes that is not shown on the screen but used for accessibility. This version should be a future point in time. [CHAR LIMIT=NONE] -->
    <plurals name="duration_minutes_relative_future">
        <item quantity="one">in <xliff:g example="1" id="count">%d</xliff:g> minute</item>
        <item quantity="other">in <xliff:g example="2" id="count">%d</xliff:g> minutes</item>
    </plurals>

    <!-- Phrase describing a relative time using hours that is not shown on the screen but used for accessibility. This version should be a future point in time. [CHAR LIMIT=NONE] -->
    <plurals name="duration_hours_relative_future">
        <item quantity="one">in <xliff:g example="1" id="count">%d</xliff:g> hour</item>
        <item quantity="other">in <xliff:g example="2" id="count">%d</xliff:g> hours</item>
    </plurals>

    <!-- Phrase describing a relative time using days that is not shown on the screen but used for accessibility. This version should be a future point in time. [CHAR LIMIT=NONE] -->
    <plurals name="duration_days_relative_future">
        <item quantity="one">in <xliff:g example="1" id="count">%d</xliff:g> day</item>
        <item quantity="other">in <xliff:g example="2" id="count">%d</xliff:g> days</item>
    </plurals>

    <!-- Phrase describing a relative time using years that is not shown on the screen but used for accessibility. This version should be a future point in time. [CHAR LIMIT=NONE] -->
    <plurals name="duration_years_relative_future">
        <item quantity="one">in <xliff:g example="1" id="count">%d</xliff:g> year</item>
        <item quantity="other">in <xliff:g example="2" id="count">%d</xliff:g> years</item>
    </plurals>
</resources>