summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Blitzstein <sblitz@google.com>2013-04-17 20:49:20 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-04-17 20:49:20 -0700
commitccf99c51fd02988ed764644017447d9bb0e377de (patch)
tree9036b34c127ca7eae03e35bca6c5f1d799dc1ef3
parent92ba53425cde8a2d5571939e4b470bc09b818a0e (diff)
parente4efb8a14871c227368bc79fd043e761fc2b2f1f (diff)
downloadandroid_frameworks_opt_datetimepicker-ccf99c51fd02988ed764644017447d9bb0e377de.tar.gz
android_frameworks_opt_datetimepicker-ccf99c51fd02988ed764644017447d9bb0e377de.tar.bz2
android_frameworks_opt_datetimepicker-ccf99c51fd02988ed764644017447d9bb0e377de.zip
am e4efb8a1: Merge "Strings necessary for upcoming datepicker accessibility." into jb-mr2-dev
* commit 'e4efb8a14871c227368bc79fd043e761fc2b2f1f': Strings necessary for upcoming datepicker accessibility.
-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 -->