Add tablet and device product version for the Moves description text. am: fd87b198b1 am: e9541147d2

am: 20322f4ec3

Change-Id: I7cc35952c11fc8ceb8dda5e7d801db8c0d01ffb8
This commit is contained in:
Doris Ling
2016-08-25 02:55:01 +00:00
committed by android-build-merger

View File

@@ -7751,8 +7751,12 @@
<!-- Preference title for gesture settings [CHAR LIMIT=25]--> <!-- Preference title for gesture settings [CHAR LIMIT=25]-->
<string name="gesture_preference_title">Gestures</string> <string name="gesture_preference_title">Gestures</string>
<!-- Preference summary for gesture settings [CHAR LIMIT=NONE]--> <!-- Preference summary for gesture settings (phone) [CHAR LIMIT=NONE]-->
<string name="gesture_preference_summary">Quick gestures to control your phone</string> <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]--> <!-- Title text for double tap power for camera [CHAR LIMIT=60]-->
<string name="double_tap_power_for_camera_title">Jump to Camera</string> <string name="double_tap_power_for_camera_title">Jump to Camera</string>
@@ -7775,8 +7779,12 @@
<!-- Title text for fingerprint swipe for notifications [CHAR LIMIT=60]--> <!-- Title text for fingerprint swipe for notifications [CHAR LIMIT=60]-->
<string name="fingerprint_swipe_for_notifications_title">Swipe for notifications</string> <string name="fingerprint_swipe_for_notifications_title">Swipe for notifications</string>
<!-- Summary text for fingerprint swipe for notifications [CHAR LIMIT=160]--> <!-- Summary text for fingerprint swipe for notifications (phone) [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> <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 --> <!-- Switch text for each gesture setting state -->
<string name="gesture_setting_on">On</string> <string name="gesture_setting_on">On</string>