Sadrul Habib Chowdhury | 8a0003b | 2014-09-02 04:13:40 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <grit-part> |
David Dorwin | 7d75ca9 | 2022-03-10 21:59:56 | [diff] [blame] | 3 | <if expr="enable_pdf"> |
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> |
dpapad | 7da2d0d | 2020-12-15 18:43:21 | [diff] [blame] | 10 | <message name="IDS_PDF_PRESENT" desc="The label for the menu option to switch to Presentation mode."> |
| 11 | Present |
dpapad | 43b402d | 2020-11-04 22:04:00 | [diff] [blame] | 12 | </message> |
Sadrul Habib Chowdhury | 8a0003b | 2014-09-02 04:13:40 | [diff] [blame] | 13 | <message name="IDS_PDF_NEED_PASSWORD" desc="A message asking the user for a password to open a PDF file."> |
| 14 | This document is password protected. Please enter a password. |
| 15 | </message> |
Tim Sergeant | 292816a | 2017-05-17 00:30:24 | [diff] [blame] | 16 | <message name="IDS_PDF_PASSWORD_DIALOG_TITLE" desc="Title of the dialog which asks the user for a password to open a PDF file."> |
| 17 | Password required |
| 18 | </message> |
tsergeant | f84f43863 | 2015-09-23 05:38:05 | [diff] [blame] | 19 | <message name="IDS_PDF_PASSWORD_SUBMIT" desc="Button label for the buton to submit the PDF password form"> |
| 20 | Submit |
| 21 | </message> |
tsergeant | 649c93a | 2015-10-01 08:25:51 | [diff] [blame] | 22 | <message name="IDS_PDF_PASSWORD_INVALID" desc="Error message when an invalid password is entered"> |
| 23 | Incorrect password |
| 24 | </message> |
tsergeant | f84f43863 | 2015-09-23 05:38:05 | [diff] [blame] | 25 | |
Sadrul Habib Chowdhury | 8a0003b | 2014-09-02 04:13:40 | [diff] [blame] | 26 | <message name="IDS_PDF_PAGE_LOADING" desc="A message displayed on the PDF page while page is loading."> |
| 27 | Loading... |
| 28 | </message> |
Tim Sergeant | 292816a | 2017-05-17 00:30:24 | [diff] [blame] | 29 | <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."> |
| 30 | Error |
| 31 | </message> |
Sadrul Habib Chowdhury | 8a0003b | 2014-09-02 04:13:40 | [diff] [blame] | 32 | <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] | 33 | Failed to load PDF document. |
Sadrul Habib Chowdhury | 8a0003b | 2014-09-02 04:13:40 | [diff] [blame] | 34 | </message> |
tsergeant | f84f43863 | 2015-09-23 05:38:05 | [diff] [blame] | 35 | <message name="IDS_PDF_PAGE_RELOAD_BUTTON" desc="Button label for the button to reload a PDF which has failed to load"> |
| 36 | Reload |
| 37 | </message> |
| 38 | |
| 39 | <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"> |
| 40 | Bookmarks |
| 41 | </message> |
dpapad | 98171e9 | 2020-09-30 18:48:51 | [diff] [blame] | 42 | <message name="IDS_PDF_BOOKMARK_EXPAND_ICON_ARIA_LABEL" desc="aria-label describing the icon button that expands/collapses a bookmark entry that has children"> |
| 43 | Section |
| 44 | </message> |
tsergeant | f84f43863 | 2015-09-23 05:38:05 | [diff] [blame] | 45 | |
Daniel Hosseinian | 5a0906db | 2021-01-06 22:28:51 | [diff] [blame] | 46 | <message name="IDS_PDF_PROPERTIES_DIALOG_TITLE" desc="Title of the dialog that displays the PDF document properties."> |
| 47 | Document properties |
| 48 | </message> |
| 49 | <message name="IDS_PDF_PROPERTIES_FILE_NAME" desc="Name of the property describing the file name of the PDF document."> |
| 50 | File name: |
| 51 | </message> |
| 52 | <message name="IDS_PDF_PROPERTIES_FILE_SIZE" desc="Name of the property describing the size of the PDF document."> |
| 53 | File size: |
| 54 | </message> |
| 55 | <message name="IDS_PDF_PROPERTIES_TITLE" desc="Name of the property describing the title of the PDF document."> |
| 56 | Title: |
| 57 | </message> |
| 58 | <message name="IDS_PDF_PROPERTIES_AUTHOR" desc="Name of the property describing the author of the PDF document."> |
| 59 | Author: |
| 60 | </message> |
| 61 | <message name="IDS_PDF_PROPERTIES_SUBJECT" desc="Name of the property describing the subject of the PDF document."> |
| 62 | Subject: |
| 63 | </message> |
| 64 | <message name="IDS_PDF_PROPERTIES_KEYWORDS" desc="Name of the property describing the keywords associated with the PDF document."> |
| 65 | Keywords: |
| 66 | </message> |
| 67 | <message name="IDS_PDF_PROPERTIES_CREATED" desc="Name of the property describing the date and time when the PDF document was created."> |
| 68 | Created: |
| 69 | </message> |
| 70 | <message name="IDS_PDF_PROPERTIES_MODIFIED" desc="Name of the property describing the date and time when the PDF document was most recently modified."> |
| 71 | Modified: |
| 72 | </message> |
| 73 | <message name="IDS_PDF_PROPERTIES_APPLICATION" desc="Name of the property describing the application that created the original document from which the PDF document was made."> |
| 74 | Application: |
| 75 | </message> |
| 76 | <message name="IDS_PDF_PROPERTIES_PDF_PRODUCER" desc="Name of the property describing the name of the application that converted the original document to a PDF document."> |
| 77 | PDF producer: |
| 78 | </message> |
| 79 | <message name="IDS_PDF_PROPERTIES_PDF_VERSION" desc="Name of the property describing the version of the PDF document."> |
| 80 | PDF version: |
| 81 | </message> |
| 82 | <message name="IDS_PDF_PROPERTIES_PAGE_COUNT" desc="Name of the property describing the number of pages in the PDF document."> |
| 83 | Page count: |
| 84 | </message> |
| 85 | <message name="IDS_PDF_PROPERTIES_PAGE_SIZE" desc="Name of the property describing the size of the pages of the PDF document."> |
| 86 | Page size: |
| 87 | </message> |
Daniel Hosseinian | 005d844 | 2021-02-25 02:42:40 | [diff] [blame] | 88 | <message name="IDS_PDF_PROPERTIES_PAGE_SIZE_VALUE_INCH" desc="Value for the page size of a PDF in inches."> |
| 89 | <ph name="WIDTH">$1<ex>8.5</ex></ph> × <ph name="HEIGHT">$2<ex>11.00</ex></ph> in (<ph name="ORIENTATION">$3<ex>portrait</ex></ph>) |
| 90 | </message> |
| 91 | <message name="IDS_PDF_PROPERTIES_PAGE_SIZE_VALUE_MM" desc="Value for the page size of a PDF in millimeters."> |
| 92 | <ph name="WIDTH">$1<ex>210</ex></ph> × <ph name="HEIGHT">$2<ex>297</ex></ph> mm (<ph name="ORIENTATION">$3<ex>portrait</ex></ph>) |
| 93 | </message> |
| 94 | <message name="IDS_PDF_PROPERTIES_PAGE_SIZE_PORTRAIT" desc="Label for a portrait page orientation."> |
| 95 | portrait |
| 96 | </message> |
| 97 | <message name="IDS_PDF_PROPERTIES_PAGE_SIZE_LANDSCAPE" desc="Label for a landscape page orientation."> |
| 98 | landscape |
| 99 | </message> |
Daniel Hosseinian | 178b51d | 2021-07-19 22:48:29 | [diff] [blame] | 100 | <message name="IDS_PDF_PROPERTIES_PAGE_SIZE_SQUARE" desc="Label for a square page that has neither portrait nor landscape orientation."> |
| 101 | square |
| 102 | </message> |
Daniel Hosseinian | 005d844 | 2021-02-25 02:42:40 | [diff] [blame] | 103 | <message name="IDS_PDF_PROPERTIES_PAGE_SIZE_VARIABLE" desc="Value for the page size of a PDF that lacks a uniform page size."> |
| 104 | Varies |
| 105 | </message> |
Daniel Hosseinian | 5a0906db | 2021-01-06 22:28:51 | [diff] [blame] | 106 | <message name="IDS_PDF_PROPERTIES_FAST_WEB_VIEW" desc="Name of the property describing whether the PDF document is organized to be viewed efficiently in network environments."> |
| 107 | Fast web view: |
| 108 | </message> |
Daniel Hosseinian | fc3d271 | 2021-01-12 16:28:37 | [diff] [blame] | 109 | <message name="IDS_PDF_PROPERTIES_FAST_WEB_VIEW_NO" desc="Label indicating that the PDF document is not organized to be viewed efficiently in network environments."> |
| 110 | No |
| 111 | </message> |
| 112 | <message name="IDS_PDF_PROPERTIES_FAST_WEB_VIEW_YES" desc="Label indicating that the PDF document is organized to be viewed efficiently in network environments."> |
| 113 | Yes |
| 114 | </message> |
Daniel Hosseinian | 5a0906db | 2021-01-06 22:28:51 | [diff] [blame] | 115 | |
rbpotter | 03c339a4 | 2020-07-16 21:41:51 | [diff] [blame] | 116 | <message name="IDS_PDF_TOOLTIP_ROTATE_CCW" desc="Button tooltip for the button which rotates a PDF document counterclockwise"> |
| 117 | Rotate counterclockwise |
| 118 | </message> |
Andy Phan | 4da2f51 | 2022-12-06 01:20:28 | [diff] [blame] | 119 | <message name="IDS_PDF_ROTATION_STATE_LABEL_0" desc="Label spoken by screen readers after rotating the PDF document, but is not visually rendered. Describes how many degrees the PDF document is rotated clockwise"> |
| 120 | 0 degrees |
| 121 | </message> |
| 122 | <message name="IDS_PDF_ROTATION_STATE_LABEL_90" desc="Label spoken by screen readers after rotating the PDF document, but is not visually rendered. Describes how many degrees the PDF document is rotated clockwise"> |
| 123 | 90 degrees |
| 124 | </message> |
| 125 | <message name="IDS_PDF_ROTATION_STATE_LABEL_180" desc="Label spoken by screen readers after rotating the PDF document, but is not visually rendered. Describes how many degrees the PDF document is rotated clockwise"> |
| 126 | 180 degrees |
| 127 | </message> |
| 128 | <message name="IDS_PDF_ROTATION_STATE_LABEL_270" desc="Label spoken by screen readers after rotating the PDF document, but is not visually rendered. Describes how many degrees the PDF document is rotated clockwise"> |
| 129 | 270 degrees |
| 130 | </message> |
tsergeant | 8e510cc | 2015-11-25 00:54:51 | [diff] [blame] | 131 | <message name="IDS_PDF_TOOLTIP_DOWNLOAD" desc="Button tooltip for the button to download a PDF document"> |
| 132 | Download |
tsergeant | f84f43863 | 2015-09-23 05:38:05 | [diff] [blame] | 133 | </message> |
| 134 | <message name="IDS_PDF_TOOLTIP_PRINT" desc="Button tooltip for the button to print a PDF document"> |
| 135 | Print |
| 136 | </message> |
| 137 | <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"> |
| 138 | Fit to page |
| 139 | </message> |
| 140 | <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"> |
| 141 | Fit to width |
| 142 | </message> |
John Lee | 582a21e | 2020-07-27 22:27:26 | [diff] [blame] | 143 | <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"> |
| 144 | Two page view |
Hui Yingst | 73ba19a | 2020-03-10 19:45:21 | [diff] [blame] | 145 | </message> |
John Lee | daf69ce | 2020-07-31 19:31:08 | [diff] [blame] | 146 | <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] | 147 | Annotations |
John Lee | daf69ce | 2020-07-31 19:31:08 | [diff] [blame] | 148 | </message> |
dpapad | 177637b | 2020-09-30 15:02:20 | [diff] [blame] | 149 | <message name="IDS_PDF_ZOOM_TEXT_INPUT_ARIA_LABEL" desc="aria-label describing the zoom level text input"> |
| 150 | Zoom level |
| 151 | </message> |
tsergeant | f84f43863 | 2015-09-23 05:38:05 | [diff] [blame] | 152 | <message name="IDS_PDF_TOOLTIP_ZOOM_IN" desc="Button tooltip for the button which zooms in a PDF, so that the document appears larger"> |
| 153 | Zoom in |
| 154 | </message> |
| 155 | <message name="IDS_PDF_TOOLTIP_ZOOM_OUT" desc="Button tooltip for the button which zooms out a PDF, so that the document appears smaller"> |
| 156 | Zoom out |
Sadrul Habib Chowdhury | 8a0003b | 2014-09-02 04:13:40 | [diff] [blame] | 157 | </message> |
rbpotter | f1d4fa31 | 2020-08-04 19:52:48 | [diff] [blame] | 158 | <message name="IDS_PDF_TOOLTIP_THUMBNAILS" desc="Button tooltip for the button which selects the PDF thumbnail view in the sidenav"> |
| 159 | Thumbnails |
| 160 | </message> |
| 161 | <message name="IDS_PDF_TOOLTIP_DOCUMENT_OUTLINE" desc="Button tooltip for the button which selects the PDF document outline view in the sidenav"> |
| 162 | Document outline |
| 163 | </message> |
tsergeant | 649c93a | 2015-10-01 08:25:51 | [diff] [blame] | 164 | <message name="IDS_PDF_LABEL_PAGE_NUMBER" desc="Label for the input field containing the current page number"> |
| 165 | Page number |
| 166 | </message> |
dmazzoni | 8e6fe4d | 2016-06-27 06:35:37 | [diff] [blame] | 167 | <message name="IDS_PDF_PAGE_INDEX" desc="Accessible label for each page, describing the page number"> |
| 168 | {COUNT, plural, |
dmazzoni | bac93a1 | 2016-06-29 22:28:20 | [diff] [blame] | 169 | =1 {Page 1} |
Virender Singh | 50bace0 | 2020-01-31 18:17:26 | [diff] [blame] | 170 | other {Page {COUNT}}} |
dmazzoni | 8e6fe4d | 2016-06-27 06:35:37 | [diff] [blame] | 171 | </message> |
Virender Singh | 30321996e | 2019-11-22 05:37:13 | [diff] [blame] | 172 | <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] | 173 | {COUNT, plural, |
| 174 | =1 {PDF document containing {COUNT} page} |
| 175 | other {PDF document containing {COUNT} pages}} |
Virender Singh | 30321996e | 2019-11-22 05:37:13 | [diff] [blame] | 176 | </message> |
Daniel Hosseinian | e5f4605 | 2020-09-30 23:57:11 | [diff] [blame] | 177 | <message name="IDS_PDF_THUMBNAIL_PAGE_ARIA_LABEL" desc="aria-label describing a thumbnail by its corresponding PDF page number"> |
| 178 | Thumbnail for page <ph name="THUMBNAIL_PAGE"><ex>1</ex>$1</ph> |
| 179 | </message> |
dpapad | dc2ad7c3 | 2022-04-06 20:52:41 | [diff] [blame] | 180 | <if expr="chromeos_ash"> |
dstockwell | 296a31a | 2019-01-09 10:30:12 | [diff] [blame] | 181 | <message name="IDS_PDF_ANNOTATION_ANNOTATE" desc="Button tooltip for entering the 'Annotation mode' which allows writing, drawing and highlighting of the PDF document"> |
| 182 | Annotate |
| 183 | </message> |
dstockwell | a608d88 | 2019-02-22 06:48:05 | [diff] [blame] | 184 | <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"> |
| 185 | Annotation not available |
| 186 | </message> |
rbpotter | 66c48ad79 | 2020-09-22 05:52:33 | [diff] [blame] | 187 | <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"> |
| 188 | Edit annotations in default view? |
| 189 | </message> |
| 190 | <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] | 191 | When you edit annotations, this document will return to its original rotation |
rbpotter | 66c48ad79 | 2020-09-22 05:52:33 | [diff] [blame] | 192 | </message> |
| 193 | <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] | 194 | When you edit annotations, this document will return to single page view |
rbpotter | 66c48ad79 | 2020-09-22 05:52:33 | [diff] [blame] | 195 | </message> |
| 196 | <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] | 197 | 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] | 198 | </message> |
dstockwell | 296a31a | 2019-01-09 10:30:12 | [diff] [blame] | 199 | <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"> |
| 200 | Document is too large to be annotated |
| 201 | </message> |
| 202 | <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)"> |
| 203 | Protected documents cannot be annotated |
| 204 | </message> |
| 205 | <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"> |
| 206 | Cannot annotate when rotated |
| 207 | </message> |
| 208 | |
| 209 | <message name="IDS_PDF_ANNOTATION_PEN" desc="Button tooltip for selecting a tool that draws like a 'Pen' on top of the PDF document"> |
| 210 | Pen |
| 211 | </message> |
| 212 | <message name="IDS_PDF_ANNOTATION_HIGHLIGHTER" desc="Button tooltip for selecting a tool that draws like a 'Highlighter' on top of the PDF document"> |
| 213 | Highlighter |
| 214 | </message> |
| 215 | <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"> |
| 216 | Eraser |
| 217 | </message> |
dstockwell | c14a0f4 | 2019-03-06 01:18:50 | [diff] [blame] | 218 | <message name="IDS_PDF_ANNOTATION_UNDO" desc="Button tooltip for undoing an annotation edit (drawing a stroke, erasing a stroke)"> |
| 219 | Undo |
| 220 | </message> |
| 221 | <message name="IDS_PDF_ANNOTATION_REDO" desc="Button tooltip for redoing an annotation edit (drawing a stroke, erasing a stroke)"> |
| 222 | Redo |
| 223 | </message> |
| 224 | <message name="IDS_PDF_ANNOTATION_EXPAND" desc="Button tooltip for expanding the color palette to show more colors"> |
| 225 | Expand |
| 226 | </message> |
dstockwell | 296a31a | 2019-01-09 10:30:12 | [diff] [blame] | 227 | |
| 228 | <message name="IDS_PDF_ANNOTATION_COLOR_BLACK" desc="Button tooltip for selecting the Black color for drawing on top of the PDF document"> |
| 229 | Black |
| 230 | </message> |
| 231 | <message name="IDS_PDF_ANNOTATION_COLOR_RED" desc="Button tooltip for selecting the Red color for drawing on top of the PDF document"> |
| 232 | Red |
| 233 | </message> |
| 234 | <message name="IDS_PDF_ANNOTATION_COLOR_YELLOW" desc="Button tooltip for selecting the Yellow color for drawing on top of the PDF document"> |
| 235 | Yellow |
| 236 | </message> |
| 237 | <message name="IDS_PDF_ANNOTATION_COLOR_GREEN" desc="Button tooltip for selecting the Green color for drawing on top of the PDF document"> |
| 238 | Green |
| 239 | </message> |
| 240 | <message name="IDS_PDF_ANNOTATION_COLOR_CYAN" desc="Button tooltip for selecting the Cyan color for drawing on top of the PDF document"> |
| 241 | Cyan |
| 242 | </message> |
| 243 | <message name="IDS_PDF_ANNOTATION_COLOR_PURPLE" desc="Button tooltip for selecting the Purple color for drawing on top of the PDF document"> |
| 244 | Purple |
| 245 | </message> |
| 246 | <message name="IDS_PDF_ANNOTATION_COLOR_BROWN" desc="Button tooltip for selecting the Brown color for drawing on top of the PDF document"> |
| 247 | Brown |
| 248 | </message> |
| 249 | <message name="IDS_PDF_ANNOTATION_COLOR_WHITE" desc="Button tooltip for selecting the White color for drawing on top of the PDF document"> |
| 250 | White |
| 251 | </message> |
| 252 | <message name="IDS_PDF_ANNOTATION_COLOR_CRIMSON" desc="Button tooltip for selecting the Crimson color for drawing on top of the PDF document"> |
| 253 | Crimson |
| 254 | </message> |
| 255 | <message name="IDS_PDF_ANNOTATION_COLOR_AMBER" desc="Button tooltip for selecting the Amber color for drawing on top of the PDF document"> |
| 256 | Amber |
| 257 | </message> |
| 258 | <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"> |
| 259 | Avocado Green |
| 260 | </message> |
| 261 | <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"> |
| 262 | Cobalt Blue |
| 263 | </message> |
| 264 | <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"> |
| 265 | Deep Purple |
| 266 | </message> |
| 267 | <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"> |
| 268 | Dark Brown |
| 269 | </message> |
| 270 | <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"> |
| 271 | Dark Grey |
| 272 | </message> |
| 273 | <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"> |
| 274 | Hot Pink |
| 275 | </message> |
| 276 | <message name="IDS_PDF_ANNOTATION_COLOR_ORANGE" desc="Button tooltip for selecting the Orange color for drawing on top of the PDF document"> |
| 277 | Orange |
| 278 | </message> |
| 279 | <message name="IDS_PDF_ANNOTATION_COLOR_LIME" desc="Button tooltip for selecting the Lime color for drawing on top of the PDF document"> |
| 280 | Lime |
| 281 | </message> |
| 282 | <message name="IDS_PDF_ANNOTATION_COLOR_BLUE" desc="Button tooltip for selecting the Blue color for drawing on top of the PDF document"> |
| 283 | Blue |
| 284 | </message> |
| 285 | <message name="IDS_PDF_ANNOTATION_COLOR_VIOLET" desc="Button tooltip for selecting the Violet color for drawing on top of the PDF document"> |
| 286 | Violet |
| 287 | </message> |
| 288 | <message name="IDS_PDF_ANNOTATION_COLOR_TEAL" desc="Button tooltip for selecting the Teal color for drawing on top of the PDF document"> |
| 289 | Teal |
| 290 | </message> |
| 291 | <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"> |
| 292 | Light Grey |
| 293 | </message> |
| 294 | <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"> |
| 295 | Light Pink |
| 296 | </message> |
| 297 | <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"> |
| 298 | Light Orange |
| 299 | </message> |
| 300 | <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"> |
| 301 | Light Green |
| 302 | </message> |
| 303 | <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"> |
| 304 | Light Blue |
| 305 | </message> |
| 306 | <message name="IDS_PDF_ANNOTATION_COLOR_LAVENDER" desc="Button tooltip for selecting the Lavender color for drawing on top of the PDF document"> |
| 307 | Lavender |
| 308 | </message> |
| 309 | <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"> |
| 310 | Light Teal |
| 311 | </message> |
| 312 | |
| 313 | <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"> |
| 314 | Size 1 |
| 315 | </message> |
| 316 | <message name="IDS_PDF_ANNOTATION_SIZE2" desc="Button tooltip for selecting the pen size '2' for drawing on top of the PDF document"> |
| 317 | Size 2 |
| 318 | </message> |
| 319 | <message name="IDS_PDF_ANNOTATION_SIZE3" desc="Button tooltip for selecting the pen size '3' for drawing on top of the PDF document"> |
| 320 | Size 3 |
| 321 | </message> |
| 322 | <message name="IDS_PDF_ANNOTATION_SIZE4" desc="Button tooltip for selecting the pen size '4' for drawing on top of the PDF document"> |
| 323 | Size 4 |
| 324 | </message> |
| 325 | <message name="IDS_PDF_ANNOTATION_SIZE8" desc="Button tooltip for selecting the pen size '8' for drawing on top of the PDF document"> |
| 326 | Size 8 |
| 327 | </message> |
| 328 | <message name="IDS_PDF_ANNOTATION_SIZE12" desc="Button tooltip for selecting the pen size '12' for drawing on top of the PDF document"> |
| 329 | Size 12 |
| 330 | </message> |
| 331 | <message name="IDS_PDF_ANNOTATION_SIZE16" desc="Button tooltip for selecting the pen size '16' for drawing on top of the PDF document"> |
| 332 | Size 16 |
| 333 | </message> |
| 334 | <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"> |
| 335 | Size 20 |
| 336 | </message> |
| 337 | </if> |
Ankit Kumar 🌪️ | 1a31220 | 2019-12-04 03:21:17 | [diff] [blame] | 338 | |
| 339 | <message name="IDS_AX_ROLE_DESCRIPTION_PDF_HIGHLIGHT" desc="Accessibility role description for PDF highlight"> |
| 340 | Highlight |
| 341 | </message> |
Ankit Kumar | d543bbc | 2020-06-18 00:23:00 | [diff] [blame] | 342 | <message name="IDS_AX_ROLE_DESCRIPTION_PDF_POPUP_NOTE" desc="Accessibility role description for popup note annotation associated with a PDF highlight"> |
| 343 | Note |
| 344 | </message> |
Sadrul Habib Chowdhury | 8a0003b | 2014-09-02 04:13:40 | [diff] [blame] | 345 | </if> |
Kyungjun Lee | 902da0d | 2023-03-21 17:34:14 | [diff] [blame] | 346 | <if expr="enable_screen_ai_service"> |
Kyungjun Lee | d8fb71a | 2023-06-09 20:44:08 | [diff] [blame] | 347 | <message name="IDS_PDF_OCR_FEATURE_ALERT" is_accessibility_with_no_ui="true" desc="Notification of the PDF OCR feature when the user encounters an inaccessible PDF."> |
Kyungjun Lee | bb97008 | 2023-05-04 18:51:50 | [diff] [blame] | 348 | Press search plus m and convert image to text in the context menu |
Kyungjun Lee | 902da0d | 2023-03-21 17:34:14 | [diff] [blame] | 349 | </message> |
Kyungjun Lee | d8fb71a | 2023-06-09 20:44:08 | [diff] [blame] | 350 | <message name="IDS_PDF_OCR_IN_PROGRESS" is_accessibility_with_no_ui="true" desc="Notification to inform the user that OCR is in progress."> |
Kyungjun Lee | 902da0d | 2023-03-21 17:34:14 | [diff] [blame] | 351 | Image is being analyzed |
| 352 | </message> |
Kyungjun Lee | d8fb71a | 2023-06-09 20:44:08 | [diff] [blame] | 353 | <message name="IDS_PDF_OCR_COMPLETED" is_accessibility_with_no_ui="true" desc="Notification to inform the user that OCR is completed."> |
Kyungjun Lee | 902da0d | 2023-03-21 17:34:14 | [diff] [blame] | 354 | Image converted to text |
| 355 | </message> |
Kyungjun Lee | d8fb71a | 2023-06-09 20:44:08 | [diff] [blame] | 356 | <message name="IDS_PDF_OCR_NO_RESULT" is_accessibility_with_no_ui="true" desc="Notification to inform the user that no text was converted by OCR from images."> |
Kyungjun Lee | d4cb959 | 2023-06-08 01:31:40 | [diff] [blame] | 357 | No text converted from images |
| 358 | </message> |
Kyungjun Lee | d8fb71a | 2023-06-09 20:44:08 | [diff] [blame] | 359 | <message name="IDS_PDF_OCR_RESULT_BEGIN" is_accessibility_with_no_ui="true" desc="Notification to inform the user of the beginning of OCR results."> |
| 360 | Start of converted text |
Kyungjun Lee | f0d82f8 | 2023-05-05 23:37:43 | [diff] [blame] | 361 | </message> |
Kyungjun Lee | d8fb71a | 2023-06-09 20:44:08 | [diff] [blame] | 362 | <message name="IDS_PDF_OCR_RESULT_END" is_accessibility_with_no_ui="true" desc="Notification to inform the user of the end of OCR results."> |
| 363 | End of converted text |
Kyungjun Lee | f0d82f8 | 2023-05-05 23:37:43 | [diff] [blame] | 364 | </message> |
Kyungjun Lee | 902da0d | 2023-03-21 17:34:14 | [diff] [blame] | 365 | </if> |
Sadrul Habib Chowdhury | 8a0003b | 2014-09-02 04:13:40 | [diff] [blame] | 366 | </grit-part> |