xref: /aosp_15_r20/external/angle/src/android_system_settings/res/values/strings.xml (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3    Copyright 2019 The Android Open Source Project
4
5    Licensed under the Apache License, Version 2.0 (the "License");
6    you may not use this file except in compliance with the License.
7    You may obtain a copy of the License at
8
9      http://www.apache.org/licenses/LICENSE-2.0
10
11    Unless required by applicable law or agreed to in writing, software
12    distributed under the License is distributed on an "AS IS" BASIS,
13    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14    See the License for the specific language governing permissions and
15    limitations under the License.
16 -->
17
18<resources>
19    <!-- This is the user visible name of the app and title. -->
20    <string name="angle_preferences">ANGLE Preferences</string>
21
22    <!-- This string is a description of what "ANGLE Preferences" is.
23    It is used as a subtitle or summary text to describe this ANGLE app. -->
24    <string name="angle_preferences_summary">Modify ANGLE settings</string>
25
26    <!-- Category title listing ANGLE flags [CHAR_LIMIT=50]-->
27    <string name="angle_general_title">General</string>
28
29    <!-- This is the label for a toggle button.
30    When the toggle is enabled, we will show a toast indicating that ANGLE is in use.
31    This is also used as a Quick Settings tile label. -->
32    <string name="show_angle_in_use_toast_title">Show toast</string>
33
34    <!-- This is the label for a toggle button.
35    When the toggle is enabled, we will show a toast indicating that ANGLE is in use.
36    This is also used as a Quick Settings tile label. -->
37    <string name="show_angle_in_use_toast_summary">Show toast when ANGLE is loaded</string>
38
39    <!-- ListPreference title listing installed packages [CHAR_LIMIT=50]-->
40    <string name="select_opengl_driver_title">Select OpenGL Driver</string>
41
42    <!-- These are keywords that the user can use to search for this app.
43    'angle' should not be translated, as it is an app name. -->
44    <string name="keywords">angle, opengl, graphics</string>
45
46    <!-- This is the message displayed in the Toast to the user when ANGLE is being used for the app.
47    'ANGLE' should not be translated, as it is an app name. -->
48    <string name="angle_in_use_toast_message">Using ANGLE</string>
49
50    <!-- This is the title displayed when no apps are installed that ANGLE can be used for. -->
51    <string name="no_apps_installed_title">No available apps</string>
52
53    <!-- This is the summary displayed when no apps are installed that ANGLE can be used for. -->
54    <string name="no_apps_installed_summary">No apps installed that can use ANGLE</string>
55
56</resources>
57