Chromium Code Reviews| 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> |