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

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: 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..912c4a8354c04a84779a8fc6f9283dd9d6204c95 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="description of AM/PM field used as value of aria-help HTML attribute.">
tkent 2012/09/07 09:35:39 "aria-help HTML attribute" isn't a good explanatio
dmazzoni 2012/09/07 10:00:01 Yeah, I don't think you need to say where it's use
+ AM/PM
+ </message>
+
+ <message name="IDS_AX_DAY_OF_MONTH_FIELD_TEXT" desc="description of day of month field used as value of aria-help HTML attribute.">
+ day
+ </message>
+
+ <message name="IDS_AX_DATE_TIME_FIELD_EMPTY_VALUE_TEXT" desc="description of empty field value used as aria-valuetext HTML attribute for empty field value in date time input.">
+ blank
+ </message>
+
+ <message name="IDS_AX_HOUR_FIELD_TEXT" desc="description of hour field used as value of aria-help HTML attribute.">
+ hour
+ </message>
+
+ <message name="IDS_AX_MILLISECOND_FIELD_TEXT" desc="description of millisecond field used as value of aria-help HTML attribute.">
+ millisecond
+ </message>
+
+ <message name="IDS_AX_MINUTE_FIELD_TEXT" desc="description of minute field used as value of aria-help HTML attribute.">
+ minute
+ </message>
+
+ <message name="IDS_AX_MONTH_FIELD_TEXT" desc="description of month field used as value of aria-help HTML attribute.">
+ month
+ </message>
+
+ <message name="IDS_AX_SECOND_FIELD_TEXT" desc="description of second field used as value of aria-help HTML attribute.">
+ second
+ </message>
+
+ <message name="IDS_AX_WEEK_OF_YEAR_FIELD_TEXT" desc="description of week of year field used as value of aria-help HTML attribute.">
+ week
+ </message>
+
+ <message name="IDS_AX_YEAR_FIELD_TEXT" desc="description of year field used as value of aria-help HTML attribute.">
+ 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