Merge "Upload strings for battery settings v2"

This commit is contained in:
TreeHugger Robot
2017-04-27 03:51:14 +00:00
committed by Android (Google) Code Review

View File

@@ -7390,6 +7390,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>