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

Side by Side Diff: content/app/strings/content_strings.grd

Issue 2306383005: Made date input field read "mm", "dd", "yyyy", or equivalents in other languages, instead of "blank… (Closed)
Patch Set: Fixed test expectations. Created 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. Specifically, these are UI strings that are used by content that 4 each locale. Specifically, these are UI strings that are used by content that
5 need to be translated for each locale.--> 5 need to be translated for each locale.-->
6 6
7 <!-- Some of these strings and string descriptions were taken from 7 <!-- Some of these strings and string descriptions were taken from
8 WebKit/win/WebCoreLocalizedStrings.cpp so we include the original license 8 WebKit/win/WebCoreLocalizedStrings.cpp so we include the original license
9 below: 9 below:
10 10
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 </message> 537 </message>
538 538
539 <message name="IDS_AX_AM_PM_FIELD_TEXT" desc="Accessible description of th e AM/PM field in a date/time control"> 539 <message name="IDS_AX_AM_PM_FIELD_TEXT" desc="Accessible description of th e AM/PM field in a date/time control">
540 AM/PM 540 AM/PM
541 </message> 541 </message>
542 542
543 <message name="IDS_AX_DAY_OF_MONTH_FIELD_TEXT" desc="Accessible descriptio n of the day of month field in a date/time control"> 543 <message name="IDS_AX_DAY_OF_MONTH_FIELD_TEXT" desc="Accessible descriptio n of the day of month field in a date/time control">
544 Day 544 Day
545 </message> 545 </message>
546 546
547 <message name="IDS_AX_DATE_TIME_FIELD_EMPTY_VALUE_TEXT" desc="Accessible d escription of empty value of field in a date/time control">
548 blank
549 </message>
550
551 <message name="IDS_AX_HOUR_FIELD_TEXT" desc="Accessible description of the hour field in a date/time control"> 547 <message name="IDS_AX_HOUR_FIELD_TEXT" desc="Accessible description of the hour field in a date/time control">
552 Hours 548 Hours
553 </message> 549 </message>
554 550
555 <message name="IDS_AX_MEDIA_DEFAULT" desc="Accessible description of a med ia control."> 551 <message name="IDS_AX_MEDIA_DEFAULT" desc="Accessible description of a med ia control.">
556 media control 552 media control
557 </message> 553 </message>
558 554
559 <message name="IDS_AX_MEDIA_AUDIO_ELEMENT" desc="Accessible description of audio"> 555 <message name="IDS_AX_MEDIA_AUDIO_ELEMENT" desc="Accessible description of audio">
560 audio 556 audio
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 Off 860 Off
865 </message> 861 </message>
866 862
867 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plugin failed to load"> 863 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plugin failed to load">
868 Couldn't load plugin. 864 Couldn't load plugin.
869 </message> 865 </message>
870 866
871 </messages> 867 </messages>
872 </release> 868 </release>
873 </grit> 869 </grit>
OLDNEW
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698