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> |
tsergeant | 649c93a | 2015-10-01 08:25:51 | [diff] [blame] | 10 | <message name="IDS_PDF_PASSWORD_INVALID" desc="Error message when an invalid password is entered"> |
| 11 | Incorrect password |
| 12 | </message> |
tsergeant | f84f43863 | 2015-09-23 05:38:05 | [diff] [blame] | 13 | |
Sadrul Habib Chowdhury | 8a0003b | 2014-09-02 04:13:40 | [diff] [blame] | 14 | <message name="IDS_PDF_PAGE_LOADING" desc="A message displayed on the PDF page while page is loading."> |
| 15 | Loading... |
| 16 | </message> |
| 17 | <message name="IDS_PDF_PAGE_LOAD_FAILED" desc="A message displayed on the PDF control to indicate that the PDF document failed to load."> |
| 18 | Failed to load PDF document |
| 19 | </message> |
tsergeant | f84f43863 | 2015-09-23 05:38:05 | [diff] [blame] | 20 | <message name="IDS_PDF_PAGE_RELOAD_BUTTON" desc="Button label for the button to reload a PDF which has failed to load"> |
| 21 | Reload |
| 22 | </message> |
| 23 | |
| 24 | <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"> |
| 25 | Bookmarks |
| 26 | </message> |
| 27 | |
| 28 | <message name="IDS_PDF_TOOLTIP_ROTATE_CW" desc="Button tooltip for the button which rotates a PDF document clockwise"> |
| 29 | Rotate clockwise |
| 30 | </message> |
tsergeant | 8e510cc | 2015-11-25 00:54:51 | [diff] [blame] | 31 | <message name="IDS_PDF_TOOLTIP_DOWNLOAD" desc="Button tooltip for the button to download a PDF document"> |
| 32 | Download |
tsergeant | f84f43863 | 2015-09-23 05:38:05 | [diff] [blame] | 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> |
tsergeant | 649c93a | 2015-10-01 08:25:51 | [diff] [blame] | 49 | <message name="IDS_PDF_LABEL_PAGE_NUMBER" desc="Label for the input field containing the current page number"> |
| 50 | Page number |
| 51 | </message> |
dmazzoni | 8e6fe4d | 2016-06-27 06:35:37 | [diff] [blame] | 52 | <message name="IDS_PDF_PAGE_INDEX" desc="Accessible label for each page, describing the page number"> |
| 53 | {COUNT, plural, |
dmazzoni | bac93a1 | 2016-06-29 22:28:20 | [diff] [blame] | 54 | =1 {Page 1} |
dmazzoni | 8e6fe4d | 2016-06-27 06:35:37 | [diff] [blame] | 55 | other {Page #}} |
| 56 | </message> |
Sadrul Habib Chowdhury | 8a0003b | 2014-09-02 04:13:40 | [diff] [blame] | 57 | </if> |
| 58 | </grit-part> |