unplugged-system/packages/apps/Car/Launcher/res/values/strings.xml

118 lines
5.6 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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="reset_appgrid_title">Reset app grid to A-Z order</string>
<string name="reset_appgrid_dialogue_message">This function will remove all custom ordering.
Do you want to continue?</string>
<string name="app_launcher_title_all_apps">All apps</string>
<string name="app_launcher_title_media_only">Media apps</string>
<string name="app_launcher_stop_app_action">Stop app</string>
<string name="app_launcher_app_info_action">App info</string>
<string name="app_launcher_stop_app_success_toast_text">
<xliff:g id="app_name" example="Radio">%1$s</xliff:g> has been stopped.
</string>
<!-- Manage applications, title for dialog when killing persistent apps. [CHAR LIMIT=40] -->
<string name="app_launcher_stop_app_dialog_title">Stop app?</string>
<!-- Manage applications, text for dialog when killing persistent apps. [CHAR LIMIT=200] -->
<string name="app_launcher_stop_app_dialog_text">If you force stop an app, it may
misbehave.
</string>
<!-- Manage applications, text for dialog when apps can not be stopped -->
<string name="app_launcher_stop_app_cant_stop_text">App cant be stopped.</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>
<!-- Separator between current time and max time in control bar, optional times [CHAR_LIMIT=5] -->
<string name="times_separator"> / </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.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>
<string name="recents_empty_state_text">No recent items</string>
<string name="recents_clear_all_text">Clear All</string>
<string name="failure_opening_recent_task_message">App isn\'t available</string>
<!--
A list of package names that are excluded from recents.
DO NOT TRANSLATE.
-->
<string-array name="packages_hidden_from_recents" translatable="false">
</string-array>
</resources>