You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.6 KiB
31 lines
1.6 KiB
7 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!-- Copyright (C) 2019 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>
|
||
|
<string name="app_title_always" translatable="false">MDTest</string>
|
||
|
<string name="section_header_watchdog" translatable="false">Watchdog</string>
|
||
|
<string name="no_results" translatable="false">No Results</string>
|
||
|
<string name="presentation_introduction" translatable="false">Fragment that uses a
|
||
|
Presentation and the DisplayManager to show content on other Displays.\n
|
||
|
Selecting a Display will open a Presentation on it</string>
|
||
|
<string name="presentation_show_all_displays" translatable="false">Show all displays</string>
|
||
|
<string name="presentation_photo_text">Showing photo #%1$d on display #%2$d: %3$s.</string>
|
||
|
<string name="presentation_info_button">Info</string>
|
||
|
<string name="presentation_display_id_text">Display #%1$d: %2$s</string>
|
||
|
<string name="presentation_alert_info_text">Display #%1$d Info</string>
|
||
|
<string name="presentation_alert_dismiss_text">OK</string>
|
||
|
</resources>
|