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"> |
rbpotter | 033b1fe | 2020-08-29 03:21:04 | [diff] [blame] | 4 | <message name="IDS_PDF_DOWNLOAD_ORIGINAL" desc="The label for the menu option to download the original, unedited PDF document (without user's changes)."> |
| 5 | Without your changes |
rbpotter | 5bc2e02 | 2020-06-11 21:22:02 | [diff] [blame] | 6 | </message> |
rbpotter | 033b1fe | 2020-08-29 03:21:04 | [diff] [blame] | 7 | <message name="IDS_PDF_DOWNLOAD_EDITED" desc="The label for the menu option to download the edited PDF document (with user's changes)."> |
| 8 | With your changes |
rbpotter | 5bc2e02 | 2020-06-11 21:22:02 | [diff] [blame] | 9 | </message> |
Sadrul Habib Chowdhury | 8a0003b | 2014-09-02 04:13:40 | [diff] [blame] | 10 | <message name="IDS_PDF_NEED_PASSWORD" desc="A message asking the user for a password to open a PDF file."> |
| 11 | This document is password protected. Please enter a password. |
| 12 | </message> |
Tim Sergeant | 292816a | 2017-05-17 00:30:24 | [diff] [blame] | 13 | <message name="IDS_PDF_PASSWORD_DIALOG_TITLE" desc="Title of the dialog which asks the user for a password to open a PDF file."> |
| 14 | Password required |
| 15 | </message> |
tsergeant | f84f43863 | 2015-09-23 05:38:05 | [diff] [blame] | 16 | <message name="IDS_PDF_PASSWORD_SUBMIT" desc="Button label for the buton to submit the PDF password form"> |
| 17 | Submit |
| 18 | </message> |
tsergeant | 649c93a | 2015-10-01 08:25:51 | [diff] [blame] | 19 | <message name="IDS_PDF_PASSWORD_INVALID" desc="Error message when an invalid password is entered"> |
| 20 | Incorrect password |
| 21 | </message> |
tsergeant | f84f43863 | 2015-09-23 05:38:05 | [diff] [blame] | 22 | |
Sadrul Habib Chowdhury | 8a0003b | 2014-09-02 04:13:40 | [diff] [blame] | 23 | <message name="IDS_PDF_PAGE_LOADING" desc="A message displayed on the PDF page while page is loading."> |
| 24 | Loading... |
| 25 | </message> |
Tim Sergeant | 292816a | 2017-05-17 00:30:24 | [diff] [blame] | 26 | <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."> |
| 27 | Error |
| 28 | </message> |
Sadrul Habib Chowdhury | 8a0003b | 2014-09-02 04:13:40 | [diff] [blame] | 29 | <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 Sergeant | 292816a | 2017-05-17 00:30:24 | [diff] [blame] | 30 | Failed to load PDF document. |
Sadrul Habib Chowdhury | 8a0003b | 2014-09-02 04:13:40 | [diff] [blame] | 31 | </message> |
tsergeant | f84f43863 | 2015-09-23 05:38:05 | [diff] [blame] | 32 | <message name="IDS_PDF_PAGE_RELOAD_BUTTON" desc="Button label for the button to reload a PDF which has failed to load"> |
| 33 | Reload |
| 34 | </message> |
| 35 | |
| 36 | <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"> |
| 37 | Bookmarks |
| 38 | </message> |
| 39 | |
| 40 | <message name="IDS_PDF_TOOLTIP_ROTATE_CW" desc="Button tooltip for the button which rotates a PDF document clockwise"> |
| 41 | Rotate clockwise |
| 42 | </message> |
rbpotter | 03c339a4 | 2020-07-16 21:41:51 | [diff] [blame] | 43 | <message name="IDS_PDF_TOOLTIP_ROTATE_CCW" desc="Button tooltip for the button which rotates a PDF document counterclockwise"> |
| 44 | Rotate counterclockwise |
| 45 | </message> |
tsergeant | 8e510cc | 2015-11-25 00:54:51 | [diff] [blame] | 46 | <message name="IDS_PDF_TOOLTIP_DOWNLOAD" desc="Button tooltip for the button to download a PDF document"> |
| 47 | Download |
tsergeant | f84f43863 | 2015-09-23 05:38:05 | [diff] [blame] | 48 | </message> |
| 49 | <message name="IDS_PDF_TOOLTIP_PRINT" desc="Button tooltip for the button to print a PDF document"> |
| 50 | Print |
| 51 | </message> |
| 52 | <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"> |
| 53 | Fit to page |
| 54 | </message> |
| 55 | <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"> |
| 56 | Fit to width |
| 57 | </message> |
John Lee | 582a21e | 2020-07-27 22:27:26 | [diff] [blame] | 58 | <message name="IDS_PDF_TWO_UP_VIEW_ENABLE" desc="Button text for the button which enables displaying two pages of a PDF on the screen horizontally"> |
| 59 | Two page view |
Hui Yingst | 73ba19a | 2020-03-10 19:45:21 | [diff] [blame] | 60 | </message> |
John Lee | daf69ce | 2020-07-31 19:31:08 | [diff] [blame] | 61 | <message name="IDS_PDF_ANNOTATIONS_SHOW_TOGGLE" desc="Button text for toggling showing annotations on the PDF document"> |
dpapad | 92c3b42 | 2020-09-02 13:35:49 | [diff] [blame] | 62 | Annotations |
John Lee | daf69ce | 2020-07-31 19:31:08 | [diff] [blame] | 63 | </message> |
dpapad | 177637b | 2020-09-30 15:02:20 | [diff] [blame^] | 64 | <message name="IDS_PDF_ZOOM_TEXT_INPUT_ARIA_LABEL" desc="aria-label describing the zoom level text input"> |
| 65 | Zoom level |
| 66 | </message> |
tsergeant | f84f43863 | 2015-09-23 05:38:05 | [diff] [blame] | 67 | <message name="IDS_PDF_TOOLTIP_ZOOM_IN" desc="Button tooltip for the button which zooms in a PDF, so that the document appears larger"> |
| 68 | Zoom in |
| 69 | </message> |
| 70 | <message name="IDS_PDF_TOOLTIP_ZOOM_OUT" desc="Button tooltip for the button which zooms out a PDF, so that the document appears smaller"> |
| 71 | Zoom out |
Sadrul Habib Chowdhury | 8a0003b | 2014-09-02 04:13:40 | [diff] [blame] | 72 | </message> |
rbpotter | f1d4fa31 | 2020-08-04 19:52:48 | [diff] [blame] | 73 | <message name="IDS_PDF_TOOLTIP_THUMBNAILS" desc="Button tooltip for the button which selects the PDF thumbnail view in the sidenav"> |
| 74 | Thumbnails |
| 75 | </message> |
| 76 | <message name="IDS_PDF_TOOLTIP_DOCUMENT_OUTLINE" desc="Button tooltip for the button which selects the PDF document outline view in the sidenav"> |
| 77 | Document outline |
| 78 | </message> |
tsergeant | 649c93a | 2015-10-01 08:25:51 | [diff] [blame] | 79 | <message name="IDS_PDF_LABEL_PAGE_NUMBER" desc="Label for the input field containing the current page number"> |
| 80 | Page number |
| 81 | </message> |
dmazzoni | 8e6fe4d | 2016-06-27 06:35:37 | [diff] [blame] | 82 | <message name="IDS_PDF_PAGE_INDEX" desc="Accessible label for each page, describing the page number"> |
| 83 | {COUNT, plural, |
dmazzoni | bac93a1 | 2016-06-29 22:28:20 | [diff] [blame] | 84 | =1 {Page 1} |
Virender Singh | 50bace0 | 2020-01-31 18:17:26 | [diff] [blame] | 85 | other {Page {COUNT}}} |
dmazzoni | 8e6fe4d | 2016-06-27 06:35:37 | [diff] [blame] | 86 | </message> |
Virender Singh | 30321996e | 2019-11-22 05:37:13 | [diff] [blame] | 87 | <message name="IDS_PDF_DOCUMENT_PAGE_COUNT" desc="Accessible name of PDF document. It gives information about the number of pages in the PDF file"> |
Virender Singh | aca28b2 | 2020-01-31 04:52:17 | [diff] [blame] | 88 | {COUNT, plural, |
| 89 | =1 {PDF document containing {COUNT} page} |
| 90 | other {PDF document containing {COUNT} pages}} |
Virender Singh | 30321996e | 2019-11-22 05:37:13 | [diff] [blame] | 91 | </message> |
dstockwell | 296a31a | 2019-01-09 10:30:12 | [diff] [blame] | 92 | <if expr="chromeos"> |
dstockwell | a608d88 | 2019-02-22 06:48:05 | [diff] [blame] | 93 | <message name="IDS_PDF_DISCARD_FORM_CHANGES" desc="Title for a dialog that informs the user that the changes they have made to a form will be lost if they continue"> |
| 94 | Discard changes? |
| 95 | </message> |
| 96 | <message name="IDS_PDF_DISCARD_FORM_CHANGES_DETAIL" desc="Warning message in dialog that informs the user that the changes they have made to a form will be lost if they continue"> |
| 97 | Form changes will be lost. Are you sure you want to continue? |
| 98 | </message> |
| 99 | <message name="IDS_PDF_KEEP_EDITING" desc="Button label for the button that lets the user return and keep editing the changes they made"> |
| 100 | Keep editing |
| 101 | </message> |
| 102 | <message name="IDS_PDF_DISCARD" desc="Button label for the button that lets the user discard their unneeded changes"> |
| 103 | Discard |
| 104 | </message> |
dstockwell | 296a31a | 2019-01-09 10:30:12 | [diff] [blame] | 105 | <message name="IDS_PDF_ANNOTATION_ANNOTATE" desc="Button tooltip for entering the 'Annotation mode' which allows writing, drawing and highlighting of the PDF document"> |
| 106 | Annotate |
| 107 | </message> |
dstockwell | a608d88 | 2019-02-22 06:48:05 | [diff] [blame] | 108 | <message name="IDS_PDF_ANNOTATION_UNAVAILABLE" desc="Button tooltip to explain that 'Annotation mode' which allows writing, drawing and highlighting of the PDF document is not available"> |
| 109 | Annotation not available |
| 110 | </message> |
rbpotter | 66c48ad79 | 2020-09-22 05:52:33 | [diff] [blame] | 111 | <message name="IDS_PDF_ANNOTATION_EDIT_IN_DEFAULT_VIEW" desc="Title of a dialog asking the user if they want to annotate the document in default view"> |
| 112 | Edit annotations in default view? |
| 113 | </message> |
| 114 | <message name="IDS_PDF_ANNOTATION_RESET_ROTATE" desc="Text in a dialog informing the user that rotation will be reset to default if they continue to annotation mode"> |
rbpotter | 0fba679 | 2020-09-25 23:49:13 | [diff] [blame] | 115 | When you edit annotations, this document will return to its original rotation |
rbpotter | 66c48ad79 | 2020-09-22 05:52:33 | [diff] [blame] | 116 | </message> |
| 117 | <message name="IDS_PDF_ANNOTATION_RESET_TWO_PAGE_VIEW" desc="Text in a dialog informing the user that the view will reset to single page if they continue to annotation mode"> |
rbpotter | 0fba679 | 2020-09-25 23:49:13 | [diff] [blame] | 118 | When you edit annotations, this document will return to single page view |
rbpotter | 66c48ad79 | 2020-09-22 05:52:33 | [diff] [blame] | 119 | </message> |
| 120 | <message name="IDS_PDF_ANNOTATION_RESET_ROTATE_AND_TWO_PAGE_VIEW" desc="Text in a dialog informing the user that rotation will be reset to default and the view will reset to single page if they continue to annotation mode"> |
rbpotter | 0fba679 | 2020-09-25 23:49:13 | [diff] [blame] | 121 | When you edit annotations, this document will return to single page view and its original rotation |
rbpotter | 66c48ad79 | 2020-09-22 05:52:33 | [diff] [blame] | 122 | </message> |
dstockwell | 296a31a | 2019-01-09 10:30:12 | [diff] [blame] | 123 | <message name="IDS_PDF_ANNOTATION_DOCUMENT_TOO_LARGE" desc="Button tooltip to indicate why 'Annotation mode' which allows writing, drawing and highlighting of the PDF document is not available due to the document being too large"> |
| 124 | Document is too large to be annotated |
| 125 | </message> |
| 126 | <message name="IDS_PDF_ANNOTATION_DOCUMENT_PROTECTED" desc="Button tooltip to indicate why 'Annotation mode' which allows writing, drawing and highlighting of the PDF document is not available due to the document being protected (for example, by password)"> |
| 127 | Protected documents cannot be annotated |
| 128 | </message> |
| 129 | <message name="IDS_PDF_ANNOTATION_DOCUMENT_ROTATED" desc="Button tooltip to indicate why 'Annotation mode' which allows writing, drawing and highlighting of the PDF document is not available when the document is rotated"> |
| 130 | Cannot annotate when rotated |
| 131 | </message> |
| 132 | |
| 133 | <message name="IDS_PDF_ANNOTATION_PEN" desc="Button tooltip for selecting a tool that draws like a 'Pen' on top of the PDF document"> |
| 134 | Pen |
| 135 | </message> |
| 136 | <message name="IDS_PDF_ANNOTATION_HIGHLIGHTER" desc="Button tooltip for selecting a tool that draws like a 'Highlighter' on top of the PDF document"> |
| 137 | Highlighter |
| 138 | </message> |
| 139 | <message name="IDS_PDF_ANNOTATION_ERASER" desc="Button tooltip for selecting a tool that erases strokes that were drawn on top of the PDF document"> |
| 140 | Eraser |
| 141 | </message> |
dstockwell | c14a0f4 | 2019-03-06 01:18:50 | [diff] [blame] | 142 | <message name="IDS_PDF_ANNOTATION_UNDO" desc="Button tooltip for undoing an annotation edit (drawing a stroke, erasing a stroke)"> |
| 143 | Undo |
| 144 | </message> |
| 145 | <message name="IDS_PDF_ANNOTATION_REDO" desc="Button tooltip for redoing an annotation edit (drawing a stroke, erasing a stroke)"> |
| 146 | Redo |
| 147 | </message> |
| 148 | <message name="IDS_PDF_ANNOTATION_EXPAND" desc="Button tooltip for expanding the color palette to show more colors"> |
| 149 | Expand |
| 150 | </message> |
dstockwell | 296a31a | 2019-01-09 10:30:12 | [diff] [blame] | 151 | |
| 152 | <message name="IDS_PDF_ANNOTATION_COLOR_BLACK" desc="Button tooltip for selecting the Black color for drawing on top of the PDF document"> |
| 153 | Black |
| 154 | </message> |
| 155 | <message name="IDS_PDF_ANNOTATION_COLOR_RED" desc="Button tooltip for selecting the Red color for drawing on top of the PDF document"> |
| 156 | Red |
| 157 | </message> |
| 158 | <message name="IDS_PDF_ANNOTATION_COLOR_YELLOW" desc="Button tooltip for selecting the Yellow color for drawing on top of the PDF document"> |
| 159 | Yellow |
| 160 | </message> |
| 161 | <message name="IDS_PDF_ANNOTATION_COLOR_GREEN" desc="Button tooltip for selecting the Green color for drawing on top of the PDF document"> |
| 162 | Green |
| 163 | </message> |
| 164 | <message name="IDS_PDF_ANNOTATION_COLOR_CYAN" desc="Button tooltip for selecting the Cyan color for drawing on top of the PDF document"> |
| 165 | Cyan |
| 166 | </message> |
| 167 | <message name="IDS_PDF_ANNOTATION_COLOR_PURPLE" desc="Button tooltip for selecting the Purple color for drawing on top of the PDF document"> |
| 168 | Purple |
| 169 | </message> |
| 170 | <message name="IDS_PDF_ANNOTATION_COLOR_BROWN" desc="Button tooltip for selecting the Brown color for drawing on top of the PDF document"> |
| 171 | Brown |
| 172 | </message> |
| 173 | <message name="IDS_PDF_ANNOTATION_COLOR_WHITE" desc="Button tooltip for selecting the White color for drawing on top of the PDF document"> |
| 174 | White |
| 175 | </message> |
| 176 | <message name="IDS_PDF_ANNOTATION_COLOR_CRIMSON" desc="Button tooltip for selecting the Crimson color for drawing on top of the PDF document"> |
| 177 | Crimson |
| 178 | </message> |
| 179 | <message name="IDS_PDF_ANNOTATION_COLOR_AMBER" desc="Button tooltip for selecting the Amber color for drawing on top of the PDF document"> |
| 180 | Amber |
| 181 | </message> |
| 182 | <message name="IDS_PDF_ANNOTATION_COLOR_AVOCADO_GREEN" desc="Button tooltip for selecting the Avocado Green color for drawing on top of the PDF document"> |
| 183 | Avocado Green |
| 184 | </message> |
| 185 | <message name="IDS_PDF_ANNOTATION_COLOR_COBALT_BLUE" desc="Button tooltip for selecting the Cobalt Blue color for drawing on top of the PDF document"> |
| 186 | Cobalt Blue |
| 187 | </message> |
| 188 | <message name="IDS_PDF_ANNOTATION_COLOR_DEEP_PURPLE" desc="Button tooltip for selecting the Deep Purple color for drawing on top of the PDF document"> |
| 189 | Deep Purple |
| 190 | </message> |
| 191 | <message name="IDS_PDF_ANNOTATION_COLOR_DARK_BROWN" desc="Button tooltip for selecting the Dark Brown color for drawing on top of the PDF document"> |
| 192 | Dark Brown |
| 193 | </message> |
| 194 | <message name="IDS_PDF_ANNOTATION_COLOR_DARK_GREY" desc="Button tooltip for selecting the Dark Grey color for drawing on top of the PDF document"> |
| 195 | Dark Grey |
| 196 | </message> |
| 197 | <message name="IDS_PDF_ANNOTATION_COLOR_HOT_PINK" desc="Button tooltip for selecting the Hot Pink color for drawing on top of the PDF document"> |
| 198 | Hot Pink |
| 199 | </message> |
| 200 | <message name="IDS_PDF_ANNOTATION_COLOR_ORANGE" desc="Button tooltip for selecting the Orange color for drawing on top of the PDF document"> |
| 201 | Orange |
| 202 | </message> |
| 203 | <message name="IDS_PDF_ANNOTATION_COLOR_LIME" desc="Button tooltip for selecting the Lime color for drawing on top of the PDF document"> |
| 204 | Lime |
| 205 | </message> |
| 206 | <message name="IDS_PDF_ANNOTATION_COLOR_BLUE" desc="Button tooltip for selecting the Blue color for drawing on top of the PDF document"> |
| 207 | Blue |
| 208 | </message> |
| 209 | <message name="IDS_PDF_ANNOTATION_COLOR_VIOLET" desc="Button tooltip for selecting the Violet color for drawing on top of the PDF document"> |
| 210 | Violet |
| 211 | </message> |
| 212 | <message name="IDS_PDF_ANNOTATION_COLOR_TEAL" desc="Button tooltip for selecting the Teal color for drawing on top of the PDF document"> |
| 213 | Teal |
| 214 | </message> |
| 215 | <message name="IDS_PDF_ANNOTATION_COLOR_LIGHT_GREY" desc="Button tooltip for selecting the Light Grey color for drawing on top of the PDF document"> |
| 216 | Light Grey |
| 217 | </message> |
| 218 | <message name="IDS_PDF_ANNOTATION_COLOR_LIGHT_PINK" desc="Button tooltip for selecting the Light Pink color for drawing on top of the PDF document"> |
| 219 | Light Pink |
| 220 | </message> |
| 221 | <message name="IDS_PDF_ANNOTATION_COLOR_LIGHT_ORANGE" desc="Button tooltip for selecting the Light Orange color for drawing on top of the PDF document"> |
| 222 | Light Orange |
| 223 | </message> |
| 224 | <message name="IDS_PDF_ANNOTATION_COLOR_LIGHT_GREEN" desc="Button tooltip for selecting the Light Green color for drawing on top of the PDF document"> |
| 225 | Light Green |
| 226 | </message> |
| 227 | <message name="IDS_PDF_ANNOTATION_COLOR_LIGHT_BLUE" desc="Button tooltip for selecting the Light Blue color for drawing on top of the PDF document"> |
| 228 | Light Blue |
| 229 | </message> |
| 230 | <message name="IDS_PDF_ANNOTATION_COLOR_LAVENDER" desc="Button tooltip for selecting the Lavender color for drawing on top of the PDF document"> |
| 231 | Lavender |
| 232 | </message> |
| 233 | <message name="IDS_PDF_ANNOTATION_COLOR_LIGHT_TEAL" desc="Button tooltip for selecting the Light Teal color for drawing on top of the PDF document"> |
| 234 | Light Teal |
| 235 | </message> |
| 236 | |
| 237 | <message name="IDS_PDF_ANNOTATION_SIZE1" desc="Button tooltip for selecting the pen size '1' (the smallest size) for drawing on top of the PDF document"> |
| 238 | Size 1 |
| 239 | </message> |
| 240 | <message name="IDS_PDF_ANNOTATION_SIZE2" desc="Button tooltip for selecting the pen size '2' for drawing on top of the PDF document"> |
| 241 | Size 2 |
| 242 | </message> |
| 243 | <message name="IDS_PDF_ANNOTATION_SIZE3" desc="Button tooltip for selecting the pen size '3' for drawing on top of the PDF document"> |
| 244 | Size 3 |
| 245 | </message> |
| 246 | <message name="IDS_PDF_ANNOTATION_SIZE4" desc="Button tooltip for selecting the pen size '4' for drawing on top of the PDF document"> |
| 247 | Size 4 |
| 248 | </message> |
| 249 | <message name="IDS_PDF_ANNOTATION_SIZE8" desc="Button tooltip for selecting the pen size '8' for drawing on top of the PDF document"> |
| 250 | Size 8 |
| 251 | </message> |
| 252 | <message name="IDS_PDF_ANNOTATION_SIZE12" desc="Button tooltip for selecting the pen size '12' for drawing on top of the PDF document"> |
| 253 | Size 12 |
| 254 | </message> |
| 255 | <message name="IDS_PDF_ANNOTATION_SIZE16" desc="Button tooltip for selecting the pen size '16' for drawing on top of the PDF document"> |
| 256 | Size 16 |
| 257 | </message> |
| 258 | <message name="IDS_PDF_ANNOTATION_SIZE20" desc="Button tooltip for selecting the pen size '20' (the largest size) for drawing on top of the PDF document"> |
| 259 | Size 20 |
| 260 | </message> |
| 261 | </if> |
Ankit Kumar 🌪️ | 1a31220 | 2019-12-04 03:21:17 | [diff] [blame] | 262 | |
| 263 | <message name="IDS_AX_ROLE_DESCRIPTION_PDF_HIGHLIGHT" desc="Accessibility role description for PDF highlight"> |
| 264 | Highlight |
| 265 | </message> |
Ankit Kumar | d543bbc | 2020-06-18 00:23:00 | [diff] [blame] | 266 | <message name="IDS_AX_ROLE_DESCRIPTION_PDF_POPUP_NOTE" desc="Accessibility role description for popup note annotation associated with a PDF highlight"> |
| 267 | Note |
| 268 | </message> |
Sadrul Habib Chowdhury | 8a0003b | 2014-09-02 04:13:40 | [diff] [blame] | 269 | </if> |
| 270 | </grit-part> |