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

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

Issue 3035005: Add private Pepper v2 API to get localized strings. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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
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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 Cancel 348 Cancel
349 </message> 349 </message>
350 350
351 <message name="IDS_DEFAULT_PLUGIN_DOWNLOAD_FAILED_MSG" desc="Message displ ayed by the default plugin when download is failed."> 351 <message name="IDS_DEFAULT_PLUGIN_DOWNLOAD_FAILED_MSG" desc="Message displ ayed by the default plugin when download is failed.">
352 Failed to install plug-in from <ph name="URL">$1<ex>http://www.google.co m/blablah.exe</ex></ph> 352 Failed to install plug-in from <ph name="URL">$1<ex>http://www.google.co m/blablah.exe</ex></ph>
353 </message> 353 </message>
354 354
355 <message name="IDS_DEFAULT_PLUGIN_INSTALLATION_FAILED_MSG" desc="Message d isplayed by the default plugin when installation is failed."> 355 <message name="IDS_DEFAULT_PLUGIN_INSTALLATION_FAILED_MSG" desc="Message d isplayed by the default plugin when installation is failed.">
356 Plug-in installation failed 356 Plug-in installation failed
357 </message> 357 </message>
358
359 <message name="IDS_PDF_NEED_PASSWORD" desc="A message asking the user for a password to open a PDF file.">
360 This document is password protected. Please enter a password.
361 </message>
358 </messages> 362 </messages>
359 </release> 363 </release>
360 </grit> 364 </grit>
OLDNEW
« webkit/glue/plugins/ppb_private.h ('K') | « webkit/glue/webkit_glue.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698