summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-08-20 17:24:39 -0700
committerDianne Hackborn <hackbod@google.com>2012-08-21 11:14:04 -0700
commit271c8b06c2b6f12cd7f51c2be2ca50167b96e742 (patch)
treec154978d716c423ab410b5b89655ebb612276e4f /res/values/strings.xml
parente54660d8b66e5c3aebbeefbb727386602714c621 (diff)
downloadpackages_apps_Settings-271c8b06c2b6f12cd7f51c2be2ca50167b96e742.zip
packages_apps_Settings-271c8b06c2b6f12cd7f51c2be2ca50167b96e742.tar.gz
packages_apps_Settings-271c8b06c2b6f12cd7f51c2be2ca50167b96e742.tar.bz2
Make manage apps UI multi-user aware.
The details screens still need some work. Change-Id: I850cc9ba9a8db7787fae629ae3cb6c6772c726f5
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3db7edc..aefbfd6 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2626,6 +2626,8 @@
<string name="memory">RAM</string>
<!-- Text to label a process entry with the process name. -->
<string name="service_process_name"><xliff:g id="process">%1$s</xliff:g></string>
+ <!-- [CHAR LIMIT=NONE] Label of a running process that represents another user -->
+ <string name="running_process_item_user_label">User: <xliff:g id="user_name">%1$s</xliff:g></string>
<!-- Descriptive text of a running process: singular process, singular service. -->
<string name="running_processes_item_description_s_s"><xliff:g id="numprocess">%1$d</xliff:g>
process and <xliff:g id="numservices">%2$d</xliff:g> service</string>