blob: 14a7c2f92a987e96feab008a56be08009e309707 [file] [log] [blame]
Sadrul Habib Chowdhury8a0003b2014-09-02 04:13:401<?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>
Tim Sergeant292816a2017-05-17 00:30:247 <message name="IDS_PDF_PASSWORD_DIALOG_TITLE" desc="Title of the dialog which asks the user for a password to open a PDF file.">
8 Password required
9 </message>
tsergeantf84f438632015-09-23 05:38:0510 <message name="IDS_PDF_PASSWORD_SUBMIT" desc="Button label for the buton to submit the PDF password form">
11 Submit
12 </message>
tsergeant649c93a2015-10-01 08:25:5113 <message name="IDS_PDF_PASSWORD_INVALID" desc="Error message when an invalid password is entered">
14 Incorrect password
15 </message>
tsergeantf84f438632015-09-23 05:38:0516
Sadrul Habib Chowdhury8a0003b2014-09-02 04:13:4017 <message name="IDS_PDF_PAGE_LOADING" desc="A message displayed on the PDF page while page is loading.">
18 Loading...
19 </message>
Tim Sergeant292816a2017-05-17 00:30:2420 <message name="IDS_PDF_ERROR_DIALOG_TITLE" desc="Title of the dialog which shows a message indicating that there was an error while loading the PDF document.">
21 Error
22 </message>
Sadrul Habib Chowdhury8a0003b2014-09-02 04:13:4023 <message name="IDS_PDF_PAGE_LOAD_FAILED" desc="A message displayed on the PDF control to indicate that the PDF document failed to load.">
Tim Sergeant292816a2017-05-17 00:30:2424 Failed to load PDF document.
Sadrul Habib Chowdhury8a0003b2014-09-02 04:13:4025 </message>
tsergeantf84f438632015-09-23 05:38:0526 <message name="IDS_PDF_PAGE_RELOAD_BUTTON" desc="Button label for the button to reload a PDF which has failed to load">
27 Reload
28 </message>
29
30 <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">
31 Bookmarks
32 </message>
33
34 <message name="IDS_PDF_TOOLTIP_ROTATE_CW" desc="Button tooltip for the button which rotates a PDF document clockwise">
35 Rotate clockwise
36 </message>
tsergeant8e510cc2015-11-25 00:54:5137 <message name="IDS_PDF_TOOLTIP_DOWNLOAD" desc="Button tooltip for the button to download a PDF document">
38 Download
tsergeantf84f438632015-09-23 05:38:0539 </message>
40 <message name="IDS_PDF_TOOLTIP_PRINT" desc="Button tooltip for the button to print a PDF document">
41 Print
42 </message>
43 <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">
44 Fit to page
45 </message>
46 <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">
47 Fit to width
48 </message>
49 <message name="IDS_PDF_TOOLTIP_ZOOM_IN" desc="Button tooltip for the button which zooms in a PDF, so that the document appears larger">
50 Zoom in
51 </message>
52 <message name="IDS_PDF_TOOLTIP_ZOOM_OUT" desc="Button tooltip for the button which zooms out a PDF, so that the document appears smaller">
53 Zoom out
Sadrul Habib Chowdhury8a0003b2014-09-02 04:13:4054 </message>
tsergeant649c93a2015-10-01 08:25:5155 <message name="IDS_PDF_LABEL_PAGE_NUMBER" desc="Label for the input field containing the current page number">
56 Page number
57 </message>
dmazzoni8e6fe4d2016-06-27 06:35:3758 <message name="IDS_PDF_PAGE_INDEX" desc="Accessible label for each page, describing the page number">
59 {COUNT, plural,
dmazzonibac93a12016-06-29 22:28:2060 =1 {Page 1}
dmazzoni8e6fe4d2016-06-27 06:35:3761 other {Page #}}
62 </message>
Sadrul Habib Chowdhury8a0003b2014-09-02 04:13:4063 </if>
64</grit-part>