summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2009-07-20 23:33:46 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-07-20 23:33:46 -0700
commita459dbe5bbfb02c04e568fa985e276ea17a24e8b (patch)
treed43aeab07ca34cc6c4e058b870001ceaf90f000c /res/values
parent7f44ca3170abb5b02933d1900b2fccff794bc77c (diff)
parent8fb0ec36ec2f4cb8e0a48020b1b6e79b7f45635c (diff)
downloadpackages_apps_Settings-a459dbe5bbfb02c04e568fa985e276ea17a24e8b.zip
packages_apps_Settings-a459dbe5bbfb02c04e568fa985e276ea17a24e8b.tar.gz
packages_apps_Settings-a459dbe5bbfb02c04e568fa985e276ea17a24e8b.tar.bz2
am 8fb0ec36: UI improvements for "Battery use" app.
Merge commit '8fb0ec36ec2f4cb8e0a48020b1b6e79b7f45635c' * commit '8fb0ec36ec2f4cb8e0a48020b1b6e79b7f45635c': UI improvements for "Battery use" app.
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 967c793..66b71f2 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1662,6 +1662,8 @@ found in the list of installed applications.</string>
<string name="battery_since_reset">Battery use since reset</string>
<!-- Battery usage duration -->
<string name="battery_stats_duration"><xliff:g id="time">%1$s</xliff:g> since unplugged</string>
+ <!-- Battery usage during last unplugged period -->
+ <string name="battery_stats_last_duration">@string/menu_stats_last_unplugged</string>
<!-- CPU awake time title -->
<string name="awake">Device awake time</string>
<!-- Wifi on time -->
@@ -1711,7 +1713,9 @@ found in the list of installed applications.</string>
<!-- Label for Video usage time -->
<string name="usage_type_video">Video</string>
<!-- Label for time that a feature has been on -->
- <string name="usage_type_on_time">On time</string>
+ <string name="usage_type_on_time">Time on</string>
+ <!-- Label for time that there was no cell coverage -->
+ <string name="usage_type_no_coverage">Time without a signal</string>
<!-- Label for force stop action -->
<string name="battery_action_stop">Force stop</string>
<!-- Label for app details action -->
@@ -1758,7 +1762,7 @@ found in the list of installed applications.</string>
<!-- Suggestion for exploring application info to stop or uninstall -->
<string name="battery_sugg_apps_info">Stop or uninstall the application</string>
<!-- Suggestion for getting apps to consume less power due to GPS-->
- <string name="battery_sugg_apps_gps">Turn off GPS when you're not using it</string>
+ <string name="battery_sugg_apps_gps">"Turn off GPS when you're not using it"</string>
<!-- Suggestion for getting apps to consume less power -->
<string name="battery_sugg_apps_settings">The application may offer settings to reduce battery use</string>