diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 847e879..4d89630 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1422,9 +1422,13 @@ found in the list of installed applications.</string> <!-- Running services, button to cancel stopping of a service --> <string name="confirm_stop_cancel">Cancel</string> <!-- Running services, description for a service in the started state --> - <string name="service_started_by_app">Started by application</string> + <string name="service_started_by_app">Started by application: select to stop</string> <!-- Running services, description for a service in the started state --> <string name="service_client_name"><xliff:g id="client_name">%1$s</xliff:g>: select to manage</string> + <!-- Running services, summary of background processes --> + <string name="service_background_processes">Background procs: <xliff:g id="client_name">%1$d</xliff:g></string> + <!-- Running services, summary of foreground processes --> + <string name="service_foreground_processes">Foreground procs: <xliff:g id="client_name">%1$d</xliff:g></string> <!-- Language Settings --> <skip /> <!-- Title of setting on main settings screen. This item will take the user to the screen to tweak settings realted to locale and text --> |