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

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

Issue 10824058: Added OtherColorLabel localized string. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 </message> 251 </message>
252 <message name="IDS_FORM_FILE_NO_FILE_LABEL" desc="text to display in file button used in HTML forms when no file is selected"> 252 <message name="IDS_FORM_FILE_NO_FILE_LABEL" desc="text to display in file button used in HTML forms when no file is selected">
253 No file chosen 253 No file chosen
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.">
262 Other...
263 </message>
261 264
262 <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"> 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">
263 No recent searches 266 No recent searches
264 </message> 267 </message>
265 <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"> 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">
266 Recent Searches 269 Recent Searches
267 </message> 270 </message>
268 <message name="IDS_RECENT_SEARCHES_CLEAR" desc="menu item in Recent Search es menu that empties menu's contents"> 271 <message name="IDS_RECENT_SEARCHES_CLEAR" desc="menu item in Recent Search es menu that empties menu's contents">
269 Clear Recent Searches 272 Clear Recent Searches
270 </message> 273 </message>
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 Loading 428 Loading
426 </message> 429 </message>
427 430
428 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load"> 431 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load">
429 Couldn't load plug-in. 432 Couldn't load plug-in.
430 </message> 433 </message>
431 434
432 </messages> 435 </messages>
433 </release> 436 </release>
434 </grit> 437 </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