Merge "Add a collapsible checkbox preference for deletion helper." into nyc-mr1-dev

This commit is contained in:
Daniel Nishi
2016-05-19 21:19:02 +00:00
committed by Android (Google) Code Review
6 changed files with 286 additions and 35 deletions

View File

@@ -7627,4 +7627,10 @@
<!-- Button to activate the storage manager on the storage manager upsell. [CHAR LIMIT=20]-->
<string name="deletion_helper_upsell_activate">Turn on</string>
<!-- Title for the apps category in the deletion helper, showing how many apps to delete. [CHAR LIMIT=40]-->
<string name="deletion_helper_apps_group_title">Apps (<xliff:g id="num_items">%1$d</xliff:g>)</string>
<!-- Summary for the apps category in the deletion helper, showing how many space to clear. [CHAR LIMIT=NONE]-->
<string name="deletion_helper_apps_group_summary"><xliff:g id="used" example="1.2GB">%1$s</xliff:g></string>
</resources>