Files
device_xiaomi_pipa/peripheralmanager/res/values/strings.xml
Roman Lubij 1990629baf pipa: peripheralmanager: Implement smart cover toggle
Change-Id: Id3e70c6128995c7e8a1bf1ed2adf054d3afb7d2c
2025-08-27 18:53:57 +05:30

26 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2023 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- App Name -->
<string name="app_name">Xiaomi Peripheral Manager</string>
<!-- Xiaomi Stylus -->
<string name="stylus_title">Stylus</string>
<string name="stylus_summary">Stylus Settings</string>
<string name="stylus_switch_title">Stylus Mode</string>
<string name="force_stylus_switch_title">Force recognize stylus</string>
<string name="force_stylus_switch_summary">Enable this settings to allow using third party styluses</string>
<string name="stylus_more_info">Stylus Mode limits display\'s max refresh rate to 120Hz</string>
<!-- Smart Cover -->
<string name="lid_title">Smart Cover</string>
<string name="lid_summary">Smart Cover Settings</string>
<string name="lid_switch_title">Toggle Smart Cover behaivor</string>
<string name="lid_switch_summary">This toggles the behaivor of the smart lid</string>
</resources>