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

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

Issue 10957032: Added OtherDateLabel localized string. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added meaning attribute Created 8 years, 2 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 | webkit/glue/webkitplatformsupport_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 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 </message> 254 </message>
255 <message name="IDS_FORM_FILE_NO_FILE_DRAG_LABEL" desc="text to display in file button used in HTML forms when no file is selected to indicate that files c an be dragged onto the file button"> 255 <message name="IDS_FORM_FILE_NO_FILE_DRAG_LABEL" desc="text to display in file button used in HTML forms when no file is selected to indicate that files c an be dragged onto the file button">
256 Drag file here 256 Drag file here
257 </message> 257 </message>
258 <message name="IDS_FORM_FILE_MULTIPLE_UPLOAD" desc="text to display next t o file buttons in HTML forms when 2 or more files are selected for uploading. Th is is not used for a case that just 1 file is selected."> 258 <message name="IDS_FORM_FILE_MULTIPLE_UPLOAD" desc="text to display next t o file buttons in HTML forms when 2 or more files are selected for uploading. Th is is not used for a case that just 1 file is selected.">
259 <ph name="NUMBER_OF_FILES">$1<ex>3</ex></ph> files 259 <ph name="NUMBER_OF_FILES">$1<ex>3</ex></ph> files
260 </message> 260 </message>
261 <message name="IDS_FORM_OTHER_COLOR_LABEL" desc="Label for button that ope ns a full color chooser so the user can choose colors other than the ones in the list."> 261 <message name="IDS_FORM_OTHER_COLOR_LABEL" desc="Label for button that ope ns a full color chooser so the user can choose colors other than the ones in the list.">
262 Other... 262 Other...
263 </message> 263 </message>
264 <message name="IDS_FORM_OTHER_DATE_LABEL" desc="Label for button that open s a full calendar picker so the user can choose dates other than the ones in the list." meaning="for date label">
265 Other...
266 </message>
264 267
265 <message name="IDS_RECENT_SEARCHES_NONE" desc="Label for only item in menu that appears when clicking on the search field image, when no searches have bee n performed"> 268 <message name="IDS_RECENT_SEARCHES_NONE" desc="Label for only item in menu that appears when clicking on the search field image, when no searches have bee n performed">
266 No recent searches 269 No recent searches
267 </message> 270 </message>
268 <message name="IDS_RECENT_SEARCHES" desc="label for first item in the menu that appears when clicking on the search field image, used as embedded menu tit le"> 271 <message name="IDS_RECENT_SEARCHES" desc="label for first item in the menu that appears when clicking on the search field image, used as embedded menu tit le">
269 Recent Searches 272 Recent Searches
270 </message> 273 </message>
271 <message name="IDS_RECENT_SEARCHES_CLEAR" desc="menu item in Recent Search es menu that empties menu's contents"> 274 <message name="IDS_RECENT_SEARCHES_CLEAR" desc="menu item in Recent Search es menu that empties menu's contents">
272 Clear Recent Searches 275 Clear Recent Searches
273 </message> 276 </message>
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 Loading 474 Loading
472 </message> 475 </message>
473 476
474 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load"> 477 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load">
475 Couldn't load plug-in. 478 Couldn't load plug-in.
476 </message> 479 </message>
477 480
478 </messages> 481 </messages>
479 </release> 482 </release>
480 </grit> 483 </grit>
OLDNEW
« 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