diff options
author | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-08-08 15:35:09 +0200 |
---|---|---|
committer | Andrew Dodd <atd7@cornell.edu> | 2012-09-14 18:14:14 -0400 |
commit | 8e39988d1679484e0138ba695b81aedc1454e9c7 (patch) | |
tree | 4c58eed95c155d0e22a58b29ececd889afd5daca /DeviceSettings/res/values | |
parent | af9f9db850e6a4b97630d219f518083e58fbaa12 (diff) | |
download | device_samsung_n7000-8e39988d1679484e0138ba695b81aedc1454e9c7.zip device_samsung_n7000-8e39988d1679484e0138ba695b81aedc1454e9c7.tar.gz device_samsung_n7000-8e39988d1679484e0138ba695b81aedc1454e9c7.tar.bz2 |
settings: moved touchkey settings into screen fragment
Diffstat (limited to 'DeviceSettings/res/values')
-rw-r--r-- | DeviceSettings/res/values/strings.xml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/DeviceSettings/res/values/strings.xml b/DeviceSettings/res/values/strings.xml index 43d1dbf..72b8e86 100644 --- a/DeviceSettings/res/values/strings.xml +++ b/DeviceSettings/res/values/strings.xml @@ -2,8 +2,8 @@ <resources> <string name="app_name">Galaxy Note Settings</string> + <string name="category_screen_title">Screen</string> <string name="screen_colors_title">Colors</string> - <string name="category_mdnie_title">Screen</string> <string name="mdnie_scenario_title_head">Scenario</string> <string name="mdnie_scenario_summary_head">Set the mDNIe Scenario</string> <string name="mdnie_mode_title_head">Mode</string> @@ -18,18 +18,19 @@ <string name="touchscreen_subcat_title">Touchscreen</string> <string name="touchscreen_sensitivity_title_head">Touch sensitivity</string> <string name="touchscreen_sensitivity_summary_head">Set touch panel sensitivity</string> - + + <string name="touchkey_subcat_title">Touchkeys</string> + <string name="touchkey_light_title_head">Enable keys backlight</string> + <string name="touchkey_light_summary_head">Light up touchkeys when screen is on</string> + <string name="touchkey_timeout_title_head">Backlight timeout</string> + <string name="touchkey_timeout_summary_head">Delay after a keypress before backlight turns off</string> + <string name="category_sensors_title">Sensors</string> <string name="gyro_subcat_title">Gyroscope</string> <string name="use_gyro_calibration_title_head">Use calibration data</string> <string name="use_gyro_calibration_summary_head">Use the gyroscope calibration values. Do a calibration after checking this!</string> <string name="calibrate_gyro_title_head">Calibrate</string> <string name="calibrate_gyro_summary_head">Put your phone on a flat surface, and press this to calibrate</string> - <string name="touchkey_subcat_title">Touch key</string> - <string name="touchkey_light_title_head">Enable keys backlight</string> - <string name="touchkey_light_summary_head">Light up touch keys when screen is on</string> - <string name="touchkey_timeout_title_head">Backlight timeout</string> - <string name="touchkey_timeout_summary_head">Delay after a keypress before backlight turns off</string> <string name="category_haptic_title">Haptic</string> <string name="vibrator_subcat_title">Vibrator</string> |