Sadrul Habib Chowdhury | 8a0003b | 2014-09-02 04:13:40 | [diff] [blame] | 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> |
tsergeant | f84f43863 | 2015-09-23 05:38:05 | [diff] [blame^] | 7 | <message name="IDS_PDF_PASSWORD_SUBMIT" desc="Button label for the buton to submit the PDF password form"> |
| 8 | Submit |
| 9 | </message> |
| 10 | |
Sadrul Habib Chowdhury | 8a0003b | 2014-09-02 04:13:40 | [diff] [blame] | 11 | <message name="IDS_PDF_PAGE_LOADING" desc="A message displayed on the PDF page while page is loading."> |
| 12 | Loading... |
| 13 | </message> |
| 14 | <message name="IDS_PDF_PAGE_LOAD_FAILED" desc="A message displayed on the PDF control to indicate that the PDF document failed to load."> |
| 15 | Failed to load PDF document |
| 16 | </message> |
tsergeant | f84f43863 | 2015-09-23 05:38:05 | [diff] [blame^] | 17 | <message name="IDS_PDF_PAGE_RELOAD_BUTTON" desc="Button label for the button to reload a PDF which has failed to load"> |
| 18 | Reload |
| 19 | </message> |
| 20 | |
| 21 | <message name="IDS_PDF_BOOKMARKS" desc="Label for the bookmarks (table of contents) of a PDF document. Used as a heading for the bookmarks menu, and as a tooltip to open that menu"> |
| 22 | Bookmarks |
| 23 | </message> |
| 24 | |
| 25 | <message name="IDS_PDF_TOOLTIP_ROTATE_CW" desc="Button tooltip for the button which rotates a PDF document clockwise"> |
| 26 | Rotate clockwise |
| 27 | </message> |
| 28 | <message name="IDS_PDF_TOOLTIP_ROTATE_CCW" desc="Button tooltip for the button which rotates a PDF document counterclockwise"> |
| 29 | Rotate counterclockwise |
| 30 | </message> |
| 31 | <message name="IDS_PDF_TOOLTIP_SAVE" desc="Button tooltip for the button to save a PDF document"> |
| 32 | Save |
| 33 | </message> |
| 34 | <message name="IDS_PDF_TOOLTIP_PRINT" desc="Button tooltip for the button to print a PDF document"> |
| 35 | Print |
| 36 | </message> |
| 37 | <message name="IDS_PDF_TOOLTIP_FIT_PAGE" desc="Button tooltip for the button which zooms a PDF so that a single page is visible on screen"> |
| 38 | Fit to page |
| 39 | </message> |
| 40 | <message name="IDS_PDF_TOOLTIP_FIT_WIDTH" desc="Button tooltip for the button which zooms a PDF so that the width of a single page fills the window horizontally"> |
| 41 | Fit to width |
| 42 | </message> |
| 43 | <message name="IDS_PDF_TOOLTIP_ZOOM_IN" desc="Button tooltip for the button which zooms in a PDF, so that the document appears larger"> |
| 44 | Zoom in |
| 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"> |
| 47 | Zoom out |
Sadrul Habib Chowdhury | 8a0003b | 2014-09-02 04:13:40 | [diff] [blame] | 48 | </message> |
| 49 | </if> |
| 50 | </grit-part> |