1<?xml version="1.0" encoding="utf-8"?>
2
3<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
4  <!-- String defining the service name -->
5  <string name="accessibility_menu_service_name">Accessibility Menu</string>
6  <!-- Accessibility Menu detail intro. [CHAR_LIMIT=NONE] -->
7  <string name="accessibility_menu_intro">
8    The Accessibility Menu provides a large on-screen menu to control your device. You can lock your device, control volume and brightness, take screenshots, and more.
9  </string>
10  <!-- String defining the label for the assistant button -->
11  <string name="assistant_label">Assistant</string>
12  <!-- String defining utterance for the assistant button for screen readers -->
13  <string name="assistant_utterance">Assistant</string>
14  <!-- String defining the label for the accessibility settings button -->
15  <string name="a11y_settings_label">Accessibility Settings</string>
16  <!-- String defining the label for the power button -->
17  <string name="power_label">Power</string>
18  <!-- String defining utterance for the power button for screen readers -->
19  <string name="power_utterance">Power options</string>
20  <!-- String defining the label for the recent apps button -->
21  <string name="recent_apps_label">Recent apps</string>
22  <!-- String defining the label for the lockscreen button -->
23  <string name="lockscreen_label">Lock screen</string>
24  <!-- String defining the label for the quick settings button -->
25  <string name="quick_settings_label">Quick Settings</string>
26  <!-- String defining the label for the notifications button -->
27  <string name="notifications_label">Notifications</string>
28  <!-- String defining the label for the screenshot button -->
29  <string name="screenshot_label">Screenshot</string>
30  <!-- String defining the utterance for the screenshot button for screen readers -->
31  <string name="screenshot_utterance">Take screenshot</string>
32  <!-- String defining the label for the volume up/down button -->
33  <string name="volume_up_label">Volume up</string>
34  <string name="volume_down_label">Volume down</string>
35  <!-- String defining the label for the brightness up/down button -->
36  <string name="brightness_up_label">Brightness up</string>
37  <string name="brightness_down_label">Brightness down</string>
38  <!-- String defining the content description for the footer previous/next button -->
39  <string name="previous_button_content_description">Go to previous screen</string>
40  <string name="next_button_content_description">Go to next screen</string>
41
42  <string name="accessibility_menu_description">
43    The Accessibility Menu provides a large on-screen menu to control your device. You can lock your device, control volume and brightness, take screenshots, and more.
44  </string>
45  <!-- Short summary of app that appears as subtext on the service preference in Settings -->
46  <string name="accessibility_menu_summary">Control device via large menu</string>
47
48  <!-- String defining the settings name -->
49  <string name="accessibility_menu_settings_name">Accessibility Menu Settings</string>
50
51  <!-- String defining the title of Large button setting -->
52  <string name="accessibility_menu_large_buttons_title">Large buttons</string>
53  <!-- String defining the summary of Large button setting -->
54  <string name="accessibility_menu_large_buttons_summary">Increase size of Accessibility Menu Buttons</string>
55  <!-- String defining the title of the preference to show help menu [CHAR LIMIT=40] -->
56  <string name="pref_help_title">Help</string>
57
58  <!-- The percentage of the brightness, and double "%" is required to represent the symbol "%" -->
59  <string name="brightness_percentage_label">Brightness <xliff:g id="percentage">%1$s</xliff:g> %%</string>
60  <!-- The percentage of the music volume, and double "%" is required to represent the symbol "%" -->
61  <string name="music_volume_percentage_label">Music volume <xliff:g id="percentage">%1$s</xliff:g> %%</string>
62
63</resources>
64