android13/packages/apps/Car/Launcher/res/values/strings.xml

92 lines
4.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2018 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">
<string name="app_title">Car Launcher</string>
<string name="app_launcher_title_all_apps">All apps</string>
<string name="app_launcher_title_media_only">Media apps</string>
<string name="default_media_song_title"></string>
<string name="driving_toast_text">
<xliff:g id="app_name" example="Settings">%1$s</xliff:g> can\'t be used while driving.
</string>
<string name="tap_for_more_info_text">Tap card for more info</string>
<string name="tap_to_launch_text">Tap card to launch</string>
<!-- InCallModel strings -->
<!-- Separates the duration from the ongoing_call_text -->
<string name="ongoing_call_duration_text_separator">&#160;&#8226;&#160;</string>
<string name="ongoing_call_text">Ongoing call</string>
<string name="dialing_call_text">Dialing&#8230;</string>
<!-- ProjectionModel strings -->
<string name="projected_launch_text">Launch Android Auto</string>
<string name="projected_onclick_launch_error_toast_text">Unable to launch Android Auto. No activity found.</string>
<string name="projection_devices">{count, plural,
=1 {# device}
other {# devices}
}
</string>
<!-- FakeWeatherModel strings -->
<string name="weather_app_name">Weather</string>
<string name="fake_weather_main_text">--\u00B0 Mostly sunny</string>
<string name="fake_weather_footer_text">Mountain View &#8226; H: --\u00B0 L: --\u00B0</string>
<!-- Toolbar MenuItem text for hiding debug apps, only visible on debug builds [CHAR_LIMIT=50] -->
<string name="hide_debug_apps">Hide debug apps</string>
<!-- Toolbar MenuItem text for showing debug apps, only visible on debug builds [CHAR_LIMIT=50] -->
<string name="show_debug_apps">Show debug apps</string>
<!--
A list of package names to exclude from the app selector when filtering is active.
DO NOT TRANSLATE.
-->
<string-array name="hidden_apps" translatable="false">
<item>com.android.car.themeplayground</item>
<item>com.google.android.auto.welcome</item>
<item>com.android.car.acast.source</item>
<item>com.google.android.embedded.projection</item>
<item>com.android.car.bugreport</item>
<item>com.android.car.trust</item>
<item>com.android.car.datacenter</item>
<item>com.google.android.car.diagnosticrecorder</item>
<item>com.google.android.car.diskwriteapp</item>
<item>com.android.documentsui</item>
<item>com.google.android.car.flashapp</item>
<item>com.android.gallery3d</item>
<item>com.google.android.car.garagemode.testapp</item>
<item>com.google.android.gms.vehicle.testapp</item>
<item>com.google.android.car.kitchensink</item>
<item>com.android.support.car.lenspicker</item>
<item>com.google.android.apps.gmm</item>
<item>com.android.car.media</item>
<item>com.qualcomm.qti.sensors.qsensortest</item>
<item>com.qualcomm.qti.logkit</item>
<item>com.qualcomm.qti.roamingsettings</item>
<item>com.android.settings</item>
<item>com.google.android.car.uxr.sample</item>
<item>com.google.android.apps.geo.autograph.vms.client.visualizer.car</item>
<item>com.google.android.apps.geo.autograph.vms.client.systemstate</item>
<item>com.google.android.car.vms.subscriber</item>
<item>org.chromium.webview_shell</item>
</string-array>
</resources>