1<?xml version="1.0" encoding="utf-8"?><!--
2  Copyright 2021 The Android Open Source Project
3
4  Licensed under the Apache License, Version 2.0 (the "License");
5  you may not use this file except in compliance with the License.
6  You may obtain a copy of the License at
7
8       http://www.apache.org/licenses/LICENSE-2.0
9
10  Unless required by applicable law or agreed to in writing, software
11  distributed under the License is distributed on an "AS IS" BASIS,
12  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  See the License for the specific language governing permissions and
14  limitations under the License.
15  -->
16
17<resources>
18    <!-- The title of a ui area that is shown to a developer when there is an error in their App
19         Widget that has been made with the Glance framework. [CHAR_LIMIT=NONE] -->
20    <string name="glance_error_layout_title"><b>Glance App Widget Error</b></string>
21    <!-- The body of an error message shown to a developer when there has been an error with their
22         App Widget that has been made with the Glance framework. "adb logcat" is a technical
23         command and should not be translated. "GlanceAppWidget" is the exact term the developer
24         needs to search for and should not be translated. [CHAR_LIMIT=NONE]. -->
25    <string name="glance_error_layout_text">Check the exact error using <b><tt>adb logcat</tt></b>, searching for <b><tt>GlanceAppWidget</tt></b></string>
26    <!-- The body of an error message shown to users when an App Widget that has been made
27         with the Glance framework experiences an error and cannot render its typical UI. The
28         message is intentionally terse.
29          [CHAR_LIMIT=NONE]. -->
30    <string name="glance_error_layout_text_v2">Can\'t show content</string>
31</resources>