summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Blitzstein <sblitz@google.com>2013-04-17 20:05:38 -0700
committerSam Blitzstein <sblitz@google.com>2013-04-17 20:05:38 -0700
commit15839f23445191daf2099b517a7130ebf7c283d5 (patch)
treef54c11806c1990a1b81983c5c199469e4ed49f12
parentd2891cf9e4e0a07d18e27f6655fdbfc737f40dd1 (diff)
downloadandroid_frameworks_opt_datetimepicker-15839f23445191daf2099b517a7130ebf7c283d5.tar.gz
android_frameworks_opt_datetimepicker-15839f23445191daf2099b517a7130ebf7c283d5.tar.bz2
android_frameworks_opt_datetimepicker-15839f23445191daf2099b517a7130ebf7c283d5.zip
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
-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 -->