Merge "Update strings for anomaly detection"
This commit is contained in:
committed by
Android (Google) Code Review
commit
8da7a39697
@@ -4625,7 +4625,51 @@
|
||||
<string name="packages_subtitle">Included packages</string>
|
||||
|
||||
<!-- Activity title for battery abnormal details page [CHAR LIMIT=60] -->
|
||||
<string name="battery_abnormal_details_title">Abnormal app behavior</string>
|
||||
<string name="battery_abnormal_details_title">Apps draining battery</string>
|
||||
|
||||
<!-- Summary for wakelock anomaly, means device been kept awake [CHAR LIMIT=60] -->
|
||||
<string name="battery_abnormal_wakelock_summary">Keeping device awake</string>
|
||||
<!-- Summary for wakeup alarm anomaly, meaning device been wakeup in the background [CHAR LIMIT=60] -->
|
||||
<string name="battery_abnormal_wakeup_alarm_summary">Waking up device in background</string>
|
||||
<!-- Summary for location anomaly, meaning device is requesting location too frequently [CHAR LIMIT=60] -->
|
||||
<string name="battery_abnormal_location_summary">Requesting location frequently</string>
|
||||
<!-- Summary for anomalies, meaning some apps behaving abnormally [CHAR LIMIT=80] -->
|
||||
<string name="battery_abnormal_apps_summary"><xliff:g id="number">%1$d</xliff:g> apps misbehaving</string>
|
||||
|
||||
<!-- Title for force stop dialog [CHAR LIMIT=30] -->
|
||||
<string name="dialog_stop_title">Stop app?</string>
|
||||
<!-- Message body for force stop dialog [CHAR LIMIT=NONE] -->
|
||||
<string name="dialog_stop_message" product="default">Your phone can\'t manage battery normally because <xliff:g id="app">%1$s</xliff:g> is keeping your phone awake.\n\nTo try to fix this issue, you can force stop the app.\n\nIf this keeps happening, you may need to uninstall the app to improve battery performance.</string>
|
||||
<!-- Message body for force stop dialog [CHAR LIMIT=NONE] -->
|
||||
<string name="dialog_stop_message" product="tablet">Your tablet can\'t manage battery normally because <xliff:g id="app">%1$s</xliff:g> is keeping your tablet awake.\n\nTo try to fix this issue, you can force stop the app.\n\nIf this keeps happening, you may need to uninstall the app to improve battery performance.</string>
|
||||
<!-- Message body for force stop dialog [CHAR LIMIT=NONE] -->
|
||||
<string name="dialog_stop_message" product="device">Your device can\'t manage battery normally because <xliff:g id="app">%1$s</xliff:g> is keeping your device awake.\n\nTo try to fix this issue, you can force stop the app.\n\nIf this keeps happening, you may need to uninstall the app to improve battery performance.</string>
|
||||
|
||||
<!-- Text for OK button in force stop dialog [CHAR LIMIT=30] -->
|
||||
<string name="dialog_stop_ok">Stop app</string>
|
||||
|
||||
<!-- Title for background usage dialog [CHAR LIMIT=60] -->
|
||||
<string name="dialog_background_check_title">Turn off background usage?</string>
|
||||
<!-- Message body for background usage dialog [CHAR LIMIT=NONE] -->
|
||||
<string name="dialog_background_check_message" product="default">Your phone can\'t manage battery normally because <xliff:g id="app">%1$s</xliff:g> keeps waking up your phone.\n\nTo address this issue, your phone can prevent this app from running in the background.</string>
|
||||
<!-- Message body for background usage dialog [CHAR LIMIT=NONE] -->
|
||||
<string name="dialog_background_check_message" product="tablet">Your tablet can\'t manage battery normally because <xliff:g id="app">%1$s</xliff:g> keeps waking up your tablet.\n\nTo address this issue, your tablet can prevent this app from running in the background.</string>
|
||||
<!-- Message body for background usage dialog [CHAR LIMIT=NONE] -->
|
||||
<string name="dialog_background_check_message" product="device">Your device can\'t manage battery normally because <xliff:g id="app">%1$s</xliff:g> keeps waking up your device.\n\nTo address this issue, your device can prevent this app from running in the background.</string>
|
||||
<!-- Text for OK button in background usage dialog [CHAR LIMIT=30] -->
|
||||
<string name="dialog_background_check_ok">Turn off</string>
|
||||
|
||||
<!-- Title for location dialog [CHAR LIMIT=60] -->
|
||||
<string name="dialog_location_title">Turn off location?</string>
|
||||
<!-- Message body for location dialog [CHAR LIMIT=NONE] -->
|
||||
<string name="dialog_location_message" product="default">Your phone can’t manage battery normally because <xliff:g id="app">%1$s</xliff:g> keeps requesting your location when you're not using the app.\n\nTo fix this issue, you can turn off location for this app.</string>
|
||||
<!-- Message body for location dialog [CHAR LIMIT=NONE] -->
|
||||
<string name="dialog_location_message" product="tablet">Your tablet can’t manage battery normally because <xliff:g id="app">%1$s</xliff:g> keeps requesting your location when you're not using the app.\n\nTo fix this issue, you can turn off location for this app.</string>
|
||||
<!-- Message body for location dialog [CHAR LIMIT=NONE] -->
|
||||
<string name="dialog_location_message" product="device">Your device can’t manage battery normally because <xliff:g id="app">%1$s</xliff:g> keeps requesting your location when you're not using the app.\n\nTo fix this issue, you can turn off location for this app.</string>
|
||||
|
||||
<!-- Text for OK button in location dialog [CHAR LIMIT=30] -->
|
||||
<string name="dialog_location_ok">Turn off</string>
|
||||
|
||||
<!-- Label for power consumed by the screen -->
|
||||
<string name="power_screen">Screen</string>
|
||||
@@ -7504,6 +7548,12 @@
|
||||
<item quantity="other"><xliff:g id="number">%2$d</xliff:g> apps behaving abnormally</item>
|
||||
</plurals>
|
||||
|
||||
<!-- Title for high usage item, showing app/apps are draining battery [CHAR LIMIT=80] -->
|
||||
<plurals name="power_high_usage_title">
|
||||
<item quantity="one"><xliff:g id="app">%1$s</xliff:g> draining battery</item>
|
||||
<item quantity="other">Apps draining battery</item>
|
||||
</plurals>
|
||||
|
||||
<!-- Filter for apps allowed to use a lot of power [CHAR LIMIT=25] -->
|
||||
<string name="high_power_filter_on">Not optimized</string>
|
||||
|
||||
|
Reference in New Issue
Block a user