1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3    Copyright (C) 2018 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    <string name="app_title">Car Launcher</string>
19
20    <string name="default_media_song_title"></string>
21
22    <string name="tap_for_more_info_text">Tap card for more info</string>
23    <string name="tap_to_launch_text">Tap card to launch</string>
24
25    <!-- InCallModel strings -->
26    <!-- Separates the duration from the ongoing_call_text -->
27    <string name="ongoing_call_duration_text_separator">&#160;&#8226;&#160;</string>
28    <string name="ongoing_call_text">Ongoing call</string>
29    <string name="dialing_call_text">Dialing&#8230;</string>
30
31    <!-- ProjectionModel strings -->
32    <string name="projected_launch_text">Launch Android Auto</string>
33    <string name="projected_onclick_launch_error_toast_text">Unable to launch Android Auto. No activity found.</string>
34    <string name="projection_devices">{count, plural,
35        =1 {# device}
36        other {# devices}
37        }
38    </string>
39
40    <!-- FakeWeatherModel strings -->
41    <string name="weather_app_name">Weather</string>
42    <string name="fake_weather_main_text">--\u00B0 Mostly sunny</string>
43    <string name="fake_weather_footer_text">Mountain View &#8226; H: --\u00B0 L: --\u00B0</string>
44
45    <!-- Separator between current time and max time in control bar, optional times [CHAR_LIMIT=5] -->
46    <string name="times_separator"> / </string>
47    <string name="recents_empty_state_text">No recent items</string>
48    <string name="recents_clear_all_text">Clear All</string>
49    <string name="failure_opening_recent_task_message">App isn\'t available</string>
50    <!--
51        A list of package names that are excluded from recents.
52        DO NOT TRANSLATE.
53    -->
54    <string-array name="packages_hidden_from_recents" translatable="false">
55    </string-array>
56
57    <!-- Calm mode strings -->
58    <string name="calm_mode_title">Calm mode</string>
59    <string name="calm_mode_separator" translatable="false">\u0020\u0020\u0020\u2022\u0020\u0020\u0020</string>
60
61    <!-- Fullscreen media card strings -->
62    <string name="media_card_queue_header_title">Queue</string>
63    <string name="media_card_history_header_title">Jump back in</string>
64</resources>
65