diff options
Diffstat (limited to 'chromium/components/pdf_strings.grdp')
-rw-r--r-- | chromium/components/pdf_strings.grdp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chromium/components/pdf_strings.grdp b/chromium/components/pdf_strings.grdp index 406d802e9ce..beb6f508963 100644 --- a/chromium/components/pdf_strings.grdp +++ b/chromium/components/pdf_strings.grdp @@ -1,6 +1,12 @@ <?xml version="1.0" encoding="utf-8"?> <grit-part> <if expr="enable_plugins"> + <message name="IDS_PDF_DOWNLOAD_ORIGINAL" desc="The label for the menu option to download the original, unedited PDF document."> + Original + </message> + <message name="IDS_PDF_DOWNLOAD_EDITED" desc="The label for the menu option to download the edited PDF document."> + Edited + </message> <message name="IDS_PDF_NEED_PASSWORD" desc="A message asking the user for a password to open a PDF file."> This document is password protected. Please enter a password. </message> @@ -236,5 +242,8 @@ <message name="IDS_AX_ROLE_DESCRIPTION_PDF_HIGHLIGHT" desc="Accessibility role description for PDF highlight"> Highlight </message> + <message name="IDS_AX_ROLE_DESCRIPTION_PDF_POPUP_NOTE" desc="Accessibility role description for popup note annotation associated with a PDF highlight"> + Note + </message> </if> </grit-part> |