Merge "Fix issue 7198767, 7198366, 7189824." into jb-mr1-dev

This commit is contained in:
Dianne Hackborn
2012-09-21 17:05:22 -07:00
committed by Android (Google) Code Review
6 changed files with 50 additions and 25 deletions

View File

@@ -2706,6 +2706,8 @@
<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>
<!-- [CHAR LIMIT=NONE] Label of a running process that represents a removed -->
<string name="running_process_item_removed_user_label">Removed user</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>