blob: 9bb7207c992887e7533b237d731ee9c3147f0cb3 [file] [log] [blame]
<?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="driving_toast_text">
<xliff:g id="app_name" example="Settings">%1$s</xliff:g> can\'t be used while driving.
</string>
<!-- Contextual Fragment -->
<string name="greeting">Hi,
<xliff:g example="Owner" id="user">%s</xliff:g>
</string>
<string name="temperature" translatable="false">%d\u00B0</string>
<string name="temperature_empty" translatable="false">--\u00B0</string>
<string name="date" translatable="false">EEEMMMd</string>
<plurals name="projection_devices">
<item quantity="one"><xliff:g example="1" id="count">%d</xliff:g> device</item>
<item quantity="other"><xliff:g example="2" id="count">%d</xliff:g> devices</item>
</plurals>
<!-- 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>