android_device_xiaomi_sdm66.../XiaomiParts/res/values/strings.xml
OdSazib 9bd430ff9b
sdm660-common: XiaomiParts: Add Headphone & Mic Gain
* This is manually ported by me from Lavender tree on Corvus-Devices
* Thanks @StyloGey for reviewing the java code and giving me a better solution
* Original repo: https://github.com/Corvus-Devices/device_xiaomi_lavender.git

To get it working, you need these two commits in your kernel:
> c04d6d6e61
> 8e25ac3318

Signed-off-by: OdSazib <odsazib@gmail.com>
Change-Id: I1bb48ced1f23728daa2e5170647ce08a04347110
2020-10-19 11:36:06 +06:00

105 lines
4.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2018 The Xiaomi-SDM660 Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<string name="advanced_settings">Xiaomi Parts</string>
<string name="advanced_settings_summary">Extra Settings</string>
<string name="display_title">Display</string>
<!-- Mi Note 3 Settings -->
<string name="jason_pref_title">Device Settings</string>
<string name="jason_pref_summary">Mi Note 3 extra settings</string>
<!-- KCal -->
<string name="device_kcal_title">Display Color Calibration</string>
<!-- Notification LED brightness -->
<string name="notification_title">Notification LED</string>
<string name="notification_led_title">LED brightness</string>
<!-- Ambient Display -->
<string name="ambient_display_xiaomi">Xiaomi Doze</string>
<string name="advanced_doze_summary">Ambient Display</string>
<string name="vibration_title">Haptic feedback</string>
<string name="vibration_strength_title">Strength</string>
<!-- Thermal Profiles -->
<string name="thermal_profile_title">Thermal</string>
<string name="thermal_title">Thermal Settings</string>
<string name="thermal_summary">Choose your Thermal Profile</string>
<string name="thermal_dialogTitle">Choose your Thermal Profile</string>
<!-- Values for Thermal Presets -->
<string name="thermal_performance">Performance</string>
<string name="thermal_battery">Battery</string>
<string name="thermal_gaming">Gaming</string>
<string name="thermal_balance">Balance</string>
<string name="thermal_extreme_battery">Extreme Battery</string>
<!-- kcal -->
<string name="advanced_settings_kcal">Display Color Calibration</string>
<string name="cat_colormanagement">Color Settings</string>
<string name="cat_calibration">Display Calibration</string>
<string name="kcal_enabled">On</string>
<string name="kcal_disabled">Off</string>
<string name="set_on_boot">Set On Boot</string>
<string name="color_red">Red</string>
<string name="color_green">Green</string>
<string name="color_blue">Blue</string>
<string name="color_minimum">Minimum</string>
<string name="saturation">Saturation</string>
<string name="value">Value</string>
<string name="contrast">Contrast</string>
<string name="hue">Hue</string>
<string name="grayscale">Grayscale Display</string>
<string name="presets_dialog_title">Select Preset</string>
<!-- Presets -->
<string name="preset_default">Default</string>
<string name="preset_version_1">Version 1</string>
<string name="preset_version_2">Version 2</string>
<string name="preset_version_3">Version 3</string>
<string name="preset_triluminous">Triluminous</string>
<string name="preset_deep_black_white">Deep Black and White</string>
<string name="preset_deep_natural">Deep Natural</string>
<string name="preset_cool_amoled">Cool Amoled</string>
<string name="preset_extreme_amoled">Extreme Amoled</string>
<string name="preset_warm_amoled">Warm Amoled</string>
<string name="preset_hybrid_mamba">Hybrid Mamba</string>
<string name="hall_wakeup_title">Flip Cover Wakeup</string>
<string name="hall_title">Enable Flip Cover Wakeup</string>
<string name="hall_wakeup_summary">Wakeup device via magnetic Flip Cover</string>
<!-- menu -->
<string name="kcal_presets">@string/presets_dialog_title</string>
<string name="kcal_reset">Reset</string>
<!-- CustomSeekBarPreference -->
<string name="edit_value">Choose new Value</string>
<string name="default_value">Default Value</string>
<string name="edit_hint">Value between %1$d and %2$d</string>
<!-- FPS Info -->
<string name="fps_info_title">FPS Overlay</string>
<string name="fps_info_summary">Show overlay with with current frames per second</string>
<!-- Audio amplification -->
<string name="audio_amplify">Amplify Audio</string>
<string name="headphone_gain">Headphone Gain</string>
<string name="mic_gain">Microphone Gain</string>
</resources>