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"> |
11 Incorrect password | 11 Incorrect password |
12 </message> | 12 </message> |
13 | 13 |
14 <message name="IDS_PDF_PAGE_LOADING" desc="A message displayed on the PDF pa
ge while page is loading."> | 14 <message name="IDS_PDF_PAGE_LOADING" desc="A message displayed on the PDF pa
ge while page is loading."> |
15 Loading... | 15 Loading… |
16 </message> | 16 </message> |
17 <message name="IDS_PDF_PAGE_LOAD_FAILED" desc="A message displayed on the PD
F control to indicate that the PDF document failed to load."> | 17 <message name="IDS_PDF_PAGE_LOAD_FAILED" desc="A message displayed on the PD
F control to indicate that the PDF document failed to load."> |
18 Failed to load PDF document | 18 Failed to load PDF document |
19 </message> | 19 </message> |
20 <message name="IDS_PDF_PAGE_RELOAD_BUTTON" desc="Button label for the button
to reload a PDF which has failed to load"> | 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 | 21 Reload |
22 </message> | 22 </message> |
23 | 23 |
24 <message name="IDS_PDF_BOOKMARKS" desc="Label for the bookmarks (table of co
ntents) of a PDF document. Used as a heading for the bookmarks menu, and as a to
oltip to open that menu"> | 24 <message name="IDS_PDF_BOOKMARKS" desc="Label for the bookmarks (table of co
ntents) of a PDF document. Used as a heading for the bookmarks menu, and as a to
oltip to open that menu"> |
25 Bookmarks | 25 Bookmarks |
(...skipping 23 matching lines...) Expand all Loading... |
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 =1 {Page 1} |
55 other {Page #}} | 55 other {Page #}} |
56 </message> | 56 </message> |
57 </if> | 57 </if> |
58 </grit-part> | 58 </grit-part> |
OLD | NEW |