| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <grit-part> | 2 <grit-part> |
| 3 <if expr="enable_plugins"> | 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."> | 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. | 5 This document is password protected. Please enter a password. |
| 6 </message> | 6 </message> |
| 7 <message name="IDS_PDF_PASSWORD_SUBMIT" desc="Button label for the buton to
submit the PDF password form"> | 7 <message name="IDS_PDF_PASSWORD_SUBMIT" desc="Button label for the buton to
submit the PDF password form"> |
| 8 Submit | 8 Submit |
| 9 </message> | 9 </message> |
| 10 <message name="IDS_PDF_PASSWORD_INVALID" desc="Error message when an invalid
password is entered"> | 10 <message name="IDS_PDF_PASSWORD_INVALID" desc="Error message when an invalid
password is entered"> |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 Zoom in | 44 Zoom in |
| 45 </message> | 45 </message> |
| 46 <message name="IDS_PDF_TOOLTIP_ZOOM_OUT" desc="Button tooltip for the button
which zooms out a PDF, so that the document appears smaller"> | 46 <message name="IDS_PDF_TOOLTIP_ZOOM_OUT" desc="Button tooltip for the button
which zooms out a PDF, so that the document appears smaller"> |
| 47 Zoom out | 47 Zoom out |
| 48 </message> | 48 </message> |
| 49 <message name="IDS_PDF_LABEL_PAGE_NUMBER" desc="Label for the input field co
ntaining the current page number"> | 49 <message name="IDS_PDF_LABEL_PAGE_NUMBER" desc="Label for the input field co
ntaining the current page number"> |
| 50 Page number | 50 Page number |
| 51 </message> | 51 </message> |
| 52 <message name="IDS_PDF_PAGE_INDEX" desc="Accessible label for each page, des
cribing the page number"> | 52 <message name="IDS_PDF_PAGE_INDEX" desc="Accessible label for each page, des
cribing the page number"> |
| 53 {COUNT, plural, | 53 {COUNT, plural, |
| 54 =1 {Page 1} |
| 54 other {Page #}} | 55 other {Page #}} |
| 55 </message> | 56 </message> |
| 56 </if> | 57 </if> |
| 57 </grit-part> | 58 </grit-part> |
| OLD | NEW |