diff options
Diffstat (limited to 'doze/res/values/strings.xml')
-rw-r--r-- | doze/res/values/strings.xml | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/doze/res/values/strings.xml b/doze/res/values/strings.xml index 79b3747..9643190 100644 --- a/doze/res/values/strings.xml +++ b/doze/res/values/strings.xml @@ -13,23 +13,26 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Gesture shortcuts --> - <string name="screen_gestures_panel_title">Doze</string> - <string name="ambient_display_title">Ambient display</string> + <string name="ambient_display_summary">Wake screen when you receive notifications</string> + + <string name="always_enabled_title">Always enable</string> + <string name="always_enabled_summary">Listen for sensor events as soon as the screen turns off</string> - <string name="ambient_display_enable_title">Ambient display</string> - <string name="ambient_display_enable_summary">Wake screen when you receive notifications</string> + <!-- Tilt sensor --> + <string name="tilt_sensor_title">Tilt sensor</string> + <string name="pick_up_title">Pick up</string> + <string name="pick_up_summary">Pulse notifications when device is picked up</string> + <!-- Proximity sensor --> + <string name="priximity_sensor_title">Proximity sensor</string> <string name="hand_wave_gesture_title">Hand wave</string> <string name="hand_wave_gesture_summary">Pulse notifications on hand wave</string> - <string name="pocket_gesture_title">Pocket</string> <string name="pocket_gesture_summary">Pulse notifications on removal from pocket</string> - <string name="proximity_wake_title">Proximity wake</string> - - <string name="proximity_wake_enable_title">Proximity wake</string> - <string name="proximity_wake_enable_summary">Wake device on hand wave</string> - + <!-- Help text --> + <string name="dlg_ok">OK</string> + <string name="doze_settings_help_title">Help</string> + <string name="doze_settings_help_text">These features use sensor events to launch a doze notification pulse. The chosen sensor is only enabled when the device receives a notification, this helps to reduce battery usage. There is also an option to enable the chosen sensor as soon as the screen turns off, this will cause higher battery usage.</string> </resources> |