diff options
author | Dianne Hackborn <hackbod@google.com> | 2009-09-21 00:37:32 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2009-09-21 15:52:04 -0700 |
commit | 8c212ef4cfd911ba80dd256cab7a3f997e2cb8cc (patch) | |
tree | 814e27c15819c95630a9077f7085e26bfd3bc139 /res/values | |
parent | 7d1e086504c6bd3bdeb52f137fde1380d1288aa1 (diff) | |
download | packages_apps_settings-8c212ef4cfd911ba80dd256cab7a3f997e2cb8cc.zip packages_apps_settings-8c212ef4cfd911ba80dd256cab7a3f997e2cb8cc.tar.gz packages_apps_settings-8c212ef4cfd911ba80dd256cab7a3f997e2cb8cc.tar.bz2 |
Remove long animation setting (standard length is now longer).
Also a few tweaks to the running services UI.
Change-Id: I160dc5fd52a865ca95288aad787e28b814080c53
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/arrays.xml | 4 | ||||
-rw-r--r-- | res/values/strings.xml | 11 |
2 files changed, 7 insertions, 8 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 75f5ee6..5191d83 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -53,7 +53,6 @@ <item>No animations</item> <item>Some animations</item> <item>All animations</item> - <item>Slower all animations</item> </string-array> <!-- Display settings. Summary for each type of animation. --> @@ -61,7 +60,6 @@ <item>No window animations are shown</item> <item>Some window animations are shown</item> <item>All window animations are shown</item> - <item>Slower window animations are shown</item> </string-array> <!-- Do not translate. --> @@ -72,8 +70,6 @@ <item>01</item> <!-- Do not translate. --> <item>11</item> - <!-- Do not translate. --> - <item>22</item> </string-array> <!-- Display settings. The delay in inactivity before the screen is turned off. These are shown ain a list dialog. --> diff --git a/res/values/strings.xml b/res/values/strings.xml index c9ffa5e..88163bd 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1422,8 +1422,9 @@ found in the list of installed applications.</string> <string name="confirm_stop_service">Stop service?</string> <!-- Running services, message of dialog to stop a service --> <string name="confirm_stop_service_msg">The service will no longer run until - started again by its application. This may have undesireable - consequences.</string> + started again. This may have undesireable + consequences on the applicaton + <xliff:g id="application">%1$s</xliff:g>.</string> <!-- Running services, button to stop a service --> <string name="confirm_stop_stop">Stop</string> <!-- Running services, button to cancel stopping of a service --> @@ -1433,9 +1434,11 @@ found in the list of installed applications.</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">Bg: <xliff:g id="memory">%2$s</xliff:g> (<xliff:g id="count">%1$d</xliff:g> procs)</string> + <string name="service_background_processes">Avail: <xliff:g id="memory">%2$s</xliff:g> (<xliff:g id="count">%1$d</xliff:g> procs)</string> <!-- Running services, summary of foreground processes --> - <string name="service_foreground_processes">Fg: <xliff:g id="memory">%2$s</xliff:g> (<xliff:g id="count">%1$d</xliff:g> procs)</string> + <string name="service_foreground_processes">Other: <xliff:g id="memory">%2$s</xliff:g> (<xliff:g id="count">%1$d</xliff:g> procs)</string> + <!-- Text to label a process entry with the process name. --> + <string name="service_process_name">Process: <xliff:g id="process">%1$s</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 --> |