am eb859db1: am 5ab0c9c9: am a7fe759d: Merge "More memory updates" into mnc-dev

* commit 'eb859db14fbb0b7050d518edade44409ef213743':
  More memory updates
This commit is contained in:
Jason Monk
2015-05-28 15:05:02 +00:00
committed by Android Git Automerger
8 changed files with 113 additions and 17 deletions

View File

@@ -6667,6 +6667,21 @@
<!-- Label for maximum memory use section [CHAR LIMIT=30] -->
<string name="maximum_memory_use">Maximum memory use</string>
<!-- Label for app list of memory use [CHAR LIMIT=30] -->
<string name="memory_usage">Memory usage</string>
<!-- Label for app list of memory use [CHAR LIMIT=30] -->
<string name="app_list_memory_use">App usage</string>
<!-- Label for details about an app's memory use [CHAR LIMIT=30] -->
<string name="memory_details">Details</string>
<!-- Summary for how much memory an app has used [CHAR LIMIT=NONE] -->
<string name="memory_use_summary"><xliff:g id="size" example="30MB">%1$s</xliff:g> avg memory used in last 3 hours</string>
<!-- Summary for no memory use for an app [CHAR LIMIT=NONE] -->
<string name="no_memory_use_summary">No memory used in last 3 hours</string>
<!-- Menu item for Sorting list by average memory use [CHAR LIMIT=NONE]-->
<string name="sort_avg_use">Sort by avg use</string>