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

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

Issue 9834020: Add a message for plug-in initialization errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort Created 8 years, 9 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 | Annotate | Revision Log
« 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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 Loading document: <ph name="PAGE_NUMBER">%d<ex>3</ex></ph>/<ph name="NUM BER_OF_PAGES">%d<ex>15</ex></ph> pages... 399 Loading document: <ph name="PAGE_NUMBER">%d<ex>3</ex></ph>/<ph name="NUM BER_OF_PAGES">%d<ex>15</ex></ph> pages...
400 </message> 400 </message>
401 401
402 <message name="IDS_PDF_PAGE_LOAD_FAILED" desc="A message displayed on the PDF control to indicate that the PDF document failed to load."> 402 <message name="IDS_PDF_PAGE_LOAD_FAILED" desc="A message displayed on the PDF control to indicate that the PDF document failed to load.">
403 Failed to load PDF document 403 Failed to load PDF document
404 </message> 404 </message>
405 405
406 <message name="IDS_PDF_PROGRESS_LOADING" desc="A message displayed on the progress control over PDF page during document loading."> 406 <message name="IDS_PDF_PROGRESS_LOADING" desc="A message displayed on the progress control over PDF page during document loading.">
407 Loading 407 Loading
408 </message> 408 </message>
409 409
410 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load">
411 Couldn't load plug-in.
412 </message>
413
410 </messages> 414 </messages>
411 </release> 415 </release>
412 </grit> 416 </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