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

Side by Side Diff: components/pdf_strings.grdp

Issue 506473003: pdf: Move the string/image resources for the pdf plugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pdf-host-component
Patch Set: tot-merge Created 6 years, 3 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
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part>
3 <if expr="enable_plugins">
4 <message name="IDS_PDF_NEED_PASSWORD" desc="A message asking the user for a password to open a PDF file.">
5 This document is password protected. Please enter a password.
6 </message>
7 <message name="IDS_PDF_PAGE_LOADING" desc="A message displayed on the PDF pa ge while page is loading.">
8 Loading...
9 </message>
10 <message name="IDS_PDF_PAGE_LOAD_FAILED" desc="A message displayed on the PD F control to indicate that the PDF document failed to load.">
11 Failed to load PDF document
12 </message>
13 <message name="IDS_PDF_PROGRESS_LOADING" desc="A message displayed on the pr ogress control over PDF page during document loading.">
14 Loading
15 </message>
16 </if>
17 </grit-part>
OLDNEW
« no previous file with comments | « components/pdf/renderer/ppb_pdf_impl.cc ('k') | components/resources/components_scaled_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698