diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index a0b0653..f416d89 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -4234,8 +4234,10 @@ <string name="menu_duration_12h">12 hours</string> <!-- [CHAR LIMIT=NONE] Menu for process stats to show 3 hours of data --> <string name="menu_duration_1d">1 day</string> - <!-- [CHAR LIMIT=NONE] Menu for process stats to control whether system processes are shown --> + <!-- [CHAR LIMIT=NONE] Menu for manage apps to control whether system processes are shown --> <string name="menu_show_system">Show system</string> + <!-- [CHAR LIMIT=NONE] Menu for manage apps to control whether system processes are hidden --> + <string name="menu_hide_system">Hide system</string> <!-- [CHAR LIMIT=NONE] Menu for process stats to control whether computation should be based on Uss (Unique Set Size) instead of Pss (Proportional Set Size) --> <string name="menu_use_uss">Use Uss</string> @@ -6359,15 +6361,9 @@ <!-- Label for showing apps with domain URLs (data URI with http or https) in list [CHAR LIMIT=30] --> <string name="filter_with_domain_urls_apps">With domain URLs</string> - <!-- Description for advanced menu option to reset app preferences [CHAR LIMIT=NONE] --> - <string name="reset_app_preferences_description">Reset preferences across all apps to defaults</string> - <!-- Summary for a trust agent that was disabled by the device policy [LIMIT=NONE] --> <string name="trust_agent_disabled_device_admin">Disabled by administrator</string> - <!-- Description of settings item that leads to list of all apps [CHAR LIMIT=NONE] --> - <string name="all_apps_summary"><xliff:g id="count" example="10">%d</xliff:g> apps installed, including system and downloaded apps</string> - <!-- Title for advanced application management settings [CHAR LIMIT=30] --> <string name="advanced_apps">Advanced</string> |