Strings necessary for upcoming datepicker accessibility.

These accessibility is not 100% ready, but these strings need to
be submitted now to ensure the translations are ready in time
for launch.

Change-Id: Ia7ea2e7f8acd5a4a3dfa61ecd048d9bbb13c0170
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ada4db0..e94fd37 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -35,6 +35,25 @@
     <!-- Accessibility announcement for minute circular picker [CHAR LIMIT=NONE] -->
     <string name="select_minutes">Select minutes</string>
 
+    <!--
+        Content description for the month and day selector in the date picker, which displays
+        a selectable grid of days laid out by month.
+        [CHAR LIMIT=50]
+     -->
+    <string name="day_picker_description">Month grid of days</string>
+    <!--
+        Content description for the year selector in the date picker, which displays
+        a scrolling, vertical list of years.
+        [CHAR LIMIT=50]
+     -->
+    <string name="year_picker_description">Year list</string>
+    <!-- Accessibility announcement for the day picker [CHAR LIMIT=NONE] -->
+    <string name="select_day">Select month and day</string>
+    <!-- Accessibility announcement for the year picker [CHAR LIMIT=NONE] -->
+    <string name="select_year">Select year</string>
+    <!-- Accessibility description for the item that is currently selected. -->
+    <string name="item_is_selected"><xliff:g id="item" example="2013">%1$s</xliff:g> selected</string>
+
     <!-- DO NOT TRANSLATE -->
     <string name="time_placeholder">--</string>
     <!-- DO NOT TRANSLATE -->