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

Side by Side Diff: webkit/glue/webkit_strings.grd

Issue 295933003: Add a message for the SelectMenuListText identifier (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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 | « content/child/blink_platform_impl.cc ('k') | no next file » | 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 webkit that 4 each locale. Specifically, these are UI strings that are used by webkit 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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 </message> 292 </message>
293 <message name="IDS_FORM_PLACEHOLDER_FOR_DAY_OF_MONTH_FIELD" desc="Text for denoting day of month field position in date format. Short text is prefered. Se e http://crbug.com/152632 for samples."> 293 <message name="IDS_FORM_PLACEHOLDER_FOR_DAY_OF_MONTH_FIELD" desc="Text for denoting day of month field position in date format. Short text is prefered. Se e http://crbug.com/152632 for samples.">
294 dd 294 dd
295 </message> 295 </message>
296 <message name="IDS_FORM_PLACEHOLDER_FOR_MONTH_FIELD" desc="Text for denoti ng month field position in date format. Short text is prefered. See http://crbug .com/152632 for samples."> 296 <message name="IDS_FORM_PLACEHOLDER_FOR_MONTH_FIELD" desc="Text for denoti ng month field position in date format. Short text is prefered. See http://crbug .com/152632 for samples.">
297 mm 297 mm
298 </message> 298 </message>
299 <message name="IDS_FORM_PLACEHOLDER_FOR_YEAR_FIELD" desc="Text for denotin g day of month field position in date format. Short text is prefered. See http:/ /crbug.com/152632 for samples."> 299 <message name="IDS_FORM_PLACEHOLDER_FOR_YEAR_FIELD" desc="Text for denotin g day of month field position in date format. Short text is prefered. See http:/ /crbug.com/152632 for samples.">
300 yyyy 300 yyyy
301 </message> 301 </message>
302 <message name="IDS_FORM_SELECT_MENU_LIST_TEXT" desc="Text for the menu lis t rendering of a select element.">
303 <ph name="SELECTED_COUNT">$1<ex>3</ex></ph> selected
jochen (gone - plz use gerrit) 2014/05/21 08:50:32 Should we include what was selected? "3 elements s
304 </message>
302 <message name="IDS_FORM_THIS_MONTH_LABEL" desc="Label for button in month picker to select this month."> 305 <message name="IDS_FORM_THIS_MONTH_LABEL" desc="Label for button in month picker to select this month.">
303 This month 306 This month
304 </message> 307 </message>
305 <message name="IDS_FORM_THIS_WEEK_LABEL" desc="Label for button in week pi cker to select this week."> 308 <message name="IDS_FORM_THIS_WEEK_LABEL" desc="Label for button in week pi cker to select this week.">
306 This week 309 This week
307 </message> 310 </message>
308 <message name="IDS_FORM_WEEK_NUMBER_LABEL" desc="Label for week number col umn in a calendar."> 311 <message name="IDS_FORM_WEEK_NUMBER_LABEL" desc="Label for week number col umn in a calendar.">
309 Week 312 Week
310 </message> 313 </message>
311 314
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 Loading 681 Loading
679 </message> 682 </message>
680 683
681 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load"> 684 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load">
682 Couldn't load plug-in. 685 Couldn't load plug-in.
683 </message> 686 </message>
684 687
685 </messages> 688 </messages>
686 </release> 689 </release>
687 </grit> 690 </grit>
OLDNEW
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698