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 page while page is loading."> 8 Loading... 9 </message> 10 <message name="IDS_PDF_PAGE_LOAD_FAILED" desc="A message displayed on the PDF 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 progress control over PDF page during document loading."> 14 Loading 15 </message> 16 </if> 17 </grit-part> 18