summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/values/strings.xml19
1 files changed, 19 insertions, 0 deletions
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 -->