summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-01-09 17:51:25 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-01-09 17:51:25 -0800
commit5962e18d0e5741511e78102a3746828b05f9f9ea (patch)
tree128aa611268ec1c6d80a61b17f4037c9dc547abc /res/values
parentabc48f80d8747b4fc051b7dd364355ee667a9bac (diff)
downloadpackages_apps_settings-5962e18d0e5741511e78102a3746828b05f9f9ea.zip
packages_apps_settings-5962e18d0e5741511e78102a3746828b05f9f9ea.tar.gz
packages_apps_settings-5962e18d0e5741511e78102a3746828b05f9f9ea.tar.bz2
auto import from //branches/cupcake/...@125939
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 061d114..8bc9180 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -600,6 +600,8 @@
<string name="device_info_label">Device info</string>
<!-- The title of the activity to see battery info. -->
<string name="battery_info_label">Battery info</string>
+ <!-- The title of the activity to see battery history. -->
+ <string name="battery_history_label">Battery history</string>
<!-- The title of the activity to adjust display settings -->
<string name="display_label">Display</string>
<!-- The title of the activity to see phone info -->
@@ -1522,6 +1524,8 @@ found in the list of installed applications.</string>
<string name="testing_phone_info">Phone information</string>
<!-- In the Testing screen. The item title of the activity that shows a bunch of battery-related information. -->
<string name="testing_battery_info">Battery information</string>
+ <!-- In the Testing screen. The item title of the activity that shows a bunch of historical battery-related information. -->
+ <string name="testing_battery_history">Battery history</string>
<!-- Do not translate. In the Testing screen. The item title of the activity that shows a bunch of SIM-related operations. -->
<string name="testing_sim_toolkit">SIM toolkit</string>
@@ -1551,6 +1555,8 @@ found in the list of installed applications.</string>
<!-- Input methods Settings -->
<string name="input_methods_settings_title">Text input</string>
<string name="input_methods_settings_summary">Manage text input options</string>
+ <!-- Input Methods Settings localized format string for generating the appropriate "Foo settings" menu label for the Input Method named "Foo" -->
+ <string name="input_methods_settings_label_format">%s settings</string>
<!-- Development Settings. the title for the item to take the user to Development settings. Development settings are settings meant for application developers. -->
<string name="development_settings_title">Development</string>