android_device_xiaomi_sdm66.../CloverParts/res/values/strings.xml
Alcatraz323 ccab114cee sdm660-common: implement the switch to turn off charging ripple animation
* we may not want that animation when using a charge limiter

Signed-off-by: pix106 <sbordenave@gmail.com>
2023-08-22 08:45:13 +02:00

38 lines
2.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2023 Alcatraz323 <alcatraz32323@gmail.com>
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="app_name">Clover Parts</string>
<string name="volume_panel_trigger_title">Volume Panel</string>
<string name="category_battery">Power Supply</string>
<string name="pref_battery">Battery</string>
<string name="pref_battery_summary">Battery management system</string>
<string name="bms_category_step_charging">Step charging</string>
<string name="bms_step_charging_switch">Enable step charging</string>
<string name="bms_step_charging_switch_summary">Automatically tune charge speed depends on battery data(voltage/temperature) to protect battery</string>
<string name="bms_category_charge_limiter">Charge limiter</string>
<string name="bms_charge_limiter_notice">Notice</string>
<string name="bms_charge_limiter_description">If you turn on any charge limiter option, you would better turn off the “Display - Wake on plug” or you may get some unexpected wakeups during the charge control</string>
<string name="bms_always_connected_mode">Always connected mode</string>
<string name="bms_always_connected_mode_summary" formatted="false">Limit the battery percent between 40% and 60% to protect battery</string>
<string name="bms_limit_to_eighty" formatted="false">Limit to around 80%</string>
<string name="bms_limit_to_eighty_summary" formatted="false">Suspend charging when the percent is around 80% to protect battery(Always connected mode will make this never happen)</string>
<string name="bms_category_charge_limiter_helper">Charge limiter helper</string>
<string name="bms_disable_charging_ripple_effect" formatted="false">Disable charge ripple animation</string>
<string name="bms_disable_charging_ripple_effect_summary" formatted="false">Helps to get a better experience for charge limiter(Requires a reboot to take effect)</string>
</resources>