<?xml version="1.0" encoding="utf-8"?>

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <!-- String defining the service name -->
  <string name="accessibility_menu_service_name">Accessibility Menu</string>
  <!-- Accessibility Menu detail intro. [CHAR_LIMIT=NONE] -->
  <string name="accessibility_menu_intro">
    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.
  </string>
  <!-- String defining the label for the assistant button -->
  <string name="assistant_label">Assistant</string>
  <!-- String defining utterance for the assistant button for screen readers -->
  <string name="assistant_utterance">Assistant</string>
  <!-- String defining the label for the accessibility settings button -->
  <string name="a11y_settings_label">Accessibility Settings</string>
  <!-- String defining the label for the power button -->
  <string name="power_label">Power</string>
  <!-- String defining utterance for the power button for screen readers -->
  <string name="power_utterance">Power options</string>
  <!-- String defining the label for the recent apps button -->
  <string name="recent_apps_label">Recent apps</string>
  <!-- String defining the label for the lockscreen button -->
  <string name="lockscreen_label">Lock screen</string>
  <!-- String defining the label for the quick settings button -->
  <string name="quick_settings_label">Quick Settings</string>
  <!-- String defining the label for the notifications button -->
  <string name="notifications_label">Notifications</string>
  <!-- String defining the label for the screenshot button -->
  <string name="screenshot_label">Screenshot</string>
  <!-- String defining the utterance for the screenshot button for screen readers -->
  <string name="screenshot_utterance">Take screenshot</string>
  <!-- String defining the label for the volume up/down button -->
  <string name="volume_up_label">Volume up</string>
  <string name="volume_down_label">Volume down</string>
  <!-- String defining the label for the brightness up/down button -->
  <string name="brightness_up_label">Brightness up</string>
  <string name="brightness_down_label">Brightness down</string>
  <!-- String defining the content description for the footer previous/next button -->
  <string name="previous_button_content_description">Go to previous screen</string>
  <string name="next_button_content_description">Go to next screen</string>

  <string name="accessibility_menu_description">
    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.
  </string>
  <!-- Short summary of app that appears as subtext on the service preference in Settings -->
  <string name="accessibility_menu_summary">Control device via large menu</string>

  <!-- String defining the settings name -->
  <string name="accessibility_menu_settings_name">Accessibility Menu Settings</string>

  <!-- String defining the title of Large button setting -->
  <string name="accessibility_menu_large_buttons_title">Large buttons</string>
  <!-- String defining the summary of Large button setting -->
  <string name="accessibility_menu_large_buttons_summary">Increase size of Accessibility Menu Buttons</string>
  <!-- String defining the title of the preference to show help menu [CHAR LIMIT=40] -->
  <string name="pref_help_title">Help</string>

  <!-- The percentage of the brightness, and double "%" is required to represent the symbol "%" -->
  <string name="brightness_percentage_label">Brightness <xliff:g id="percentage">%1$s</xliff:g> %%</string>
  <!-- The percentage of the music volume, and double "%" is required to represent the symbol "%" -->
  <string name="music_volume_percentage_label">Music volume <xliff:g id="percentage">%1$s</xliff:g> %%</string>

</resources>
