Upload strings for battery settings v2

Bug: 36924669
Test: Build
Change-Id: I258b57080caeecd32b8f3e65350fd905be15fdc3
This commit is contained in:
jackqdyulei
2017-04-25 13:48:00 -07:00
parent f0a61dd112
commit 9ccdae4c98

View File

@@ -7392,6 +7392,15 @@
<!-- Label for menu to hide extra apps in battery settings [CHAR LIMIT=30] -->
<string name="hide_extra_apps">Hide extra apps</string>
<!-- Title for high usage item, which means power high usage [CHAR LIMIT=30] -->
<string name="power_high_usage_title">High usage</string>
<!-- Summary for high usage item, showing one app is behaving abnormally [CHAR LIMIT=80] -->
<string name="power_high_usage_summary"><xliff:g id="app">%1$s</xliff:g> behaving abnormally</string>
<!-- Summary for high usage item, showing several apps are behaving abnormally [CHAR LIMIT=80] -->
<string name="power_high_usage_multiple_apps_summary"><xliff:g id="number">%1$d</xliff:g> apps behaving abnormally</string>
<!-- Filter for apps allowed to use a lot of power [CHAR LIMIT=25] -->
<string name="high_power_filter_on">Not optimized</string>