diff options
author | Steve Slaven <bpk@hoopajoo.net> | 2010-12-28 00:37:50 (GMT) |
---|---|---|
committer | Steve Slaven <bpk@hoopajoo.net> | 2010-12-28 00:37:50 (GMT) |
commit | bf52c9978704a78ca04f21da1a71255f64f67986 (patch) | |
tree | 8edad06c5559e07351b0780098908db87d67afd1 /res/values | |
parent | 34e30f3558cf4b72168c210a24a2c862ec4e6f03 (diff) | |
download | SoftKeys-bf52c9978704a78ca04f21da1a71255f64f67986.zip SoftKeys-bf52c9978704a78ca04f21da1a71255f64f67986.tar.gz SoftKeys-bf52c9978704a78ca04f21da1a71255f64f67986.tar.bz2 |
Nest all the prefs since there are so many
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index a3e9fb4..b37bc5d 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -9,6 +9,7 @@ <string name="quickdoc_exit">Close</string> <string name="pref_category_service_title">SoftKeys Service</string> + <string name="pref_category_service_summary">Configure the On Screen Service Behavior</string> <string name="pref_service_title">Run Service</string> <string name="pref_service_summary_on">Run SoftKeys Service</string> <string name="pref_service_summary_off">Just Use SoftKeys Launcher</string> @@ -29,6 +30,7 @@ <string name="pref_service_no_background_summary_off">Normal Background Containing Buttons</string> <string name="pref_category_virtual_title">Virtual Home Button</string> + <string name="pref_category_virtual_summary">Select Launcher</string> <string name="pref_launcher_title">Normal Press</string> <string name="pref_launcher_summary">Choose Launcher for Normal Press</string> <string name="pref_launcher2_title">Long Press</string> @@ -38,6 +40,7 @@ <string name="pref_return_home_after_back_summary_off">Do Not Return to SoftKeys After Back Key</string> <string name="pref_category_physical_title">Physical Home Button</string> + <string name="pref_category_physical_summary">Configure Behavior of Physical Device Home Button</string> <string name="pref_physical_note_title">NOTE:</string> <string name="pref_physical_note_summary">For Single/Double Press While SoftKeys is Open</string> <string name="pref_homebutton_title">Single Press</string> @@ -60,6 +63,7 @@ <string name="pref_help_summary">View Included Help</string> <string name="pref_category_visual_title">Visuals and Layout</string> + <string name="pref_category_visual_summary">Choose Theme and Customize Button Setup</string> <string name="pref_theme_title">Theme</string> <string name="pref_theme_summary">Select Theme</string> <string name="pref_exitbutton_title">Exit Button</string> @@ -90,7 +94,8 @@ <string name="pref_recent_apps_summary_on">Show Recent Apps</string> <string name="pref_recent_apps_summary_off">Hide Recent Apps</string> - <string name="pref_notification_bar_title">Notification Bar</string> + <string name="pref_category_notification_bar_title">Notification Bar</string> + <string name="pref_category_notification_bar_summary">Put SoftKeys in the Notification Bar</string> <string name="pref_nb_softkeys_title">SoftKeys Button</string> <string name="pref_nb_softkeys_summary_on">Show SoftKeys Button</string> <string name="pref_nb_softkeys_summary_off">Do Not Show SoftKeys Button</string> |