[Tizen][M34-Merge] Implement favicon database get API
[platform/framework/web/chromium-efl.git] / components / pdf_strings.grdp
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>
7     <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>
10     <message name="IDS_PDF_PASSWORD_SUBMIT" desc="Button label for the buton to submit the PDF password form">
11       Submit
12     </message>
13     <message name="IDS_PDF_PASSWORD_INVALID" desc="Error message when an invalid password is entered">
14       Incorrect password
15     </message>
16
17     <message name="IDS_PDF_PAGE_LOADING" desc="A message displayed on the PDF page while page is loading.">
18       Loading...
19     </message>
20     <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>
23     <message name="IDS_PDF_PAGE_LOAD_FAILED" desc="A message displayed on the PDF control to indicate that the PDF document failed to load.">
24       Failed to load PDF document.
25     </message>
26     <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>
37     <message name="IDS_PDF_TOOLTIP_DOWNLOAD" desc="Button tooltip for the button to download a PDF document">
38       Download
39     </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
54     </message>
55     <message name="IDS_PDF_LABEL_PAGE_NUMBER" desc="Label for the input field containing the current page number">
56       Page number
57     </message>
58     <message name="IDS_PDF_PAGE_INDEX" desc="Accessible label for each page, describing the page number">
59       {COUNT, plural,
60          =1 {Page 1}
61          other {Page #}}
62     </message>
63   </if>
64 </grit-part>