blob: b0c7ff7073848799cee1d78e56291714c6a4b262 [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>
tsergeantf84f438632015-09-23 05:38:057 <message name="IDS_PDF_PASSWORD_SUBMIT" desc="Button label for the buton to submit the PDF password form">
8 Submit
9 </message>
tsergeant649c93a2015-10-01 08:25:5110 <message name="IDS_PDF_PASSWORD_INVALID" desc="Error message when an invalid password is entered">
11 Incorrect password
12 </message>
tsergeantf84f438632015-09-23 05:38:0513
Sadrul Habib Chowdhury8a0003b2014-09-02 04:13:4014 <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>
tsergeantf84f438632015-09-23 05:38:0520 <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>
tsergeant8e510cc2015-11-25 00:54:5131 <message name="IDS_PDF_TOOLTIP_DOWNLOAD" desc="Button tooltip for the button to download a PDF document">
32 Download
tsergeantf84f438632015-09-23 05:38:0533 </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 Chowdhury8a0003b2014-09-02 04:13:4048 </message>
tsergeant649c93a2015-10-01 08:25:5149 <message name="IDS_PDF_LABEL_PAGE_NUMBER" desc="Label for the input field containing the current page number">
50 Page number
51 </message>
dmazzoni8e6fe4d2016-06-27 06:35:3752 <message name="IDS_PDF_PAGE_INDEX" desc="Accessible label for each page, describing the page number">
53 {COUNT, plural,
dmazzonibac93a12016-06-29 22:28:2054 =1 {Page 1}
dmazzoni8e6fe4d2016-06-27 06:35:3755 other {Page #}}
56 </message>
Sadrul Habib Chowdhury8a0003b2014-09-02 04:13:4057 </if>
58</grit-part>