Add tablet and device product version for the Moves description text.

am: fd87b198b1

Change-Id: Ia2a7efb92cde0d344c2ecd4b674794d362ef713a
This commit is contained in:
Doris Ling
2016-08-25 02:33:59 +00:00
committed by android-build-merger

View File

@@ -7721,8 +7721,12 @@
<!-- Preference title for gesture settings [CHAR LIMIT=25]-->
<string name="gesture_preference_title">Gestures</string>
<!-- Preference summary for gesture settings [CHAR LIMIT=NONE]-->
<string name="gesture_preference_summary">Quick gestures to control your phone</string>
<!-- Preference summary for gesture settings (phone) [CHAR LIMIT=NONE]-->
<string name="gesture_preference_summary" product="default">Quick gestures to control your phone</string>
<!-- Preference summary for gesture settings (tablet) [CHAR LIMIT=NONE]-->
<string name="gesture_preference_summary" product="tablet">Quick gestures to control your tablet</string>
<!-- Preference summary for gesture settings (device) [CHAR LIMIT=NONE]-->
<string name="gesture_preference_summary" product="device">Quick gestures to control your device</string>
<!-- Title text for double tap power for camera [CHAR LIMIT=60]-->
<string name="double_tap_power_for_camera_title">Jump to Camera</string>
@@ -7745,8 +7749,12 @@
<!-- Title text for fingerprint swipe for notifications [CHAR LIMIT=60]-->
<string name="fingerprint_swipe_for_notifications_title">Swipe for notifications</string>
<!-- Summary text for fingerprint swipe for notifications [CHAR LIMIT=160]-->
<string name="fingerprint_swipe_for_notifications_summary">To check your notifications, swipe down on the fingerprint sensor on the back of your phone</string>
<!-- Summary text for fingerprint swipe for notifications (phone) [CHAR LIMIT=160]-->
<string name="fingerprint_swipe_for_notifications_summary" product="default">To check your notifications, swipe down on the fingerprint sensor on the back of your phone</string>
<!-- Summary text for fingerprint swipe for notifications (tablet) [CHAR LIMIT=160]-->
<string name="fingerprint_swipe_for_notifications_summary" product="tablet">To check your notifications, swipe down on the fingerprint sensor on the back of your tablet</string>
<!-- Summary text for fingerprint swipe for notifications (device) [CHAR LIMIT=160]-->
<string name="fingerprint_swipe_for_notifications_summary" product="device">To check your notifications, swipe down on the fingerprint sensor on the back of your device</string>
<!-- Switch text for each gesture setting state -->
<string name="gesture_setting_on">On</string>