Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: webkit/glue/webkit_strings.grd

Issue 10911141: Adds localized strings for accessibility of input type "time" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch 2 - Update descriptions in webkit_strings.grd Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/glue/webkitplatformsupport_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkit_strings.grd
diff --git a/webkit/glue/webkit_strings.grd b/webkit/glue/webkit_strings.grd
index 15178f9c5d2297dce04a187a615a2b6cb99f3f39..def0fdb4e118790289297ae975e258572cc4a78b 100644
--- a/webkit/glue/webkit_strings.grd
+++ b/webkit/glue/webkit_strings.grd
@@ -314,6 +314,46 @@ below:
jump
</message>
+ <message name="IDS_AX_AM_PM_FIELD_TEXT" desc="AM/PM field description for accessibility that will be used when the field is focused to tell where type text go. Screen reader will read this string.">
+ AM/PM
+ </message>
+
+ <message name="IDS_AX_DAY_OF_MONTH_FIELD_TEXT" desc="Day of month field description for accessibility that will be used when the field is focused to tell where type text go. Screen reader will read this string.">
+ day
+ </message>
+
+ <message name="IDS_AX_DATE_TIME_FIELD_EMPTY_VALUE_TEXT" desc="Text explanation of empty value of date time field for accessibility. Screen reader will read this string.">
+ blank
+ </message>
+
+ <message name="IDS_AX_HOUR_FIELD_TEXT" desc="Hour field description for accessibility that will be used when the field is focused to tell where type text go. Screen reader will read this string.">
+ hour
dmazzoni 2012/09/07 10:00:01 Shouldn't these be plural? I think these fields w
+ </message>
+
+ <message name="IDS_AX_MILLISECOND_FIELD_TEXT" desc="Millisecond field description for accessibility that will be used when the field is focused to tell where type text go. Screen reader will read this string.">
+ millisecond
+ </message>
+
+ <message name="IDS_AX_MINUTE_FIELD_TEXT" desc="Minute field description for accessibility that will be used when the field is focused to tell where type text go. Screen reader will read this string.">
+ minute
+ </message>
+
+ <message name="IDS_AX_MONTH_FIELD_TEXT" desc="Month field description for accessibility that will be used when the field is focused to tell where type text go. Screen reader will read this string.">
+ month
dmazzoni 2012/09/07 10:00:01 For a date (not time), singular is correct: month,
+ </message>
+
+ <message name="IDS_AX_SECOND_FIELD_TEXT" desc="Second field description for accessibility that will be used when the field is focused to tell where type text go. Screen reader will read this string.">
+ second
+ </message>
+
+ <message name="IDS_AX_WEEK_OF_YEAR_FIELD_TEXT" desc="Week of year field description for accessibility that will be used when the field is focused to tell where type text go. Screen reader will read this string.">
+ week
+ </message>
+
+ <message name="IDS_AX_YEAR_FIELD_TEXT" desc="Year field description for accessibility that will be used when the field is focused to tell where type text go. Screen reader will read this string.">
+ year
+ </message>
+
<message name="IDS_KEYGEN_HIGH_GRADE_KEY" desc="High-grade cryptographic key size menu item">
2048 (High Grade)
</message>
« no previous file with comments | « no previous file | webkit/glue/webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698