viewer.ftl
419 lines
| 1 | # This Source Code Form is subject to the terms of the Mozilla Public |
| 2 | # License, v. 2.0. If a copy of the MPL was not distributed with this |
| 3 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
| 4 | |
| 5 | ## Main toolbar buttons (tooltips and alt text for images) |
| 6 | |
| 7 | pdfjs-previous-button = |
| 8 | .title = Previous Page |
| 9 | pdfjs-previous-button-label = Previous |
| 10 | pdfjs-next-button = |
| 11 | .title = Next Page |
| 12 | pdfjs-next-button-label = Next |
| 13 | |
| 14 | # .title: Tooltip for the pageNumber input. |
| 15 | pdfjs-page-input = |
| 16 | .title = Page |
| 17 | |
| 18 | # Variables: |
| 19 | # $pagesCount (Number) - the total number of pages in the document |
| 20 | # This string follows an input field with the number of the page currently displayed. |
| 21 | pdfjs-of-pages = of { $pagesCount } |
| 22 | |
| 23 | # Variables: |
| 24 | # $pageNumber (Number) - the currently visible page |
| 25 | # $pagesCount (Number) - the total number of pages in the document |
| 26 | pdfjs-page-of-pages = ({ $pageNumber } of { $pagesCount }) |
| 27 | |
| 28 | pdfjs-zoom-out-button = |
| 29 | .title = Zoom Out |
| 30 | pdfjs-zoom-out-button-label = Zoom Out |
| 31 | pdfjs-zoom-in-button = |
| 32 | .title = Zoom In |
| 33 | pdfjs-zoom-in-button-label = Zoom In |
| 34 | pdfjs-zoom-select = |
| 35 | .title = Zoom |
| 36 | pdfjs-presentation-mode-button = |
| 37 | .title = Switch to Presentation Mode |
| 38 | pdfjs-presentation-mode-button-label = Presentation Mode |
| 39 | pdfjs-open-file-button = |
| 40 | .title = Open File |
| 41 | pdfjs-open-file-button-label = Open |
| 42 | pdfjs-print-button = |
| 43 | .title = Print |
| 44 | pdfjs-print-button-label = Print |
| 45 | pdfjs-save-button = |
| 46 | .title = Save |
| 47 | pdfjs-save-button-label = Save |
| 48 | |
| 49 | # Used in Firefox for Android as a tooltip for the download button (“download” is a verb). |
| 50 | pdfjs-download-button = |
| 51 | .title = Download |
| 52 | |
| 53 | # Used in Firefox for Android as a label for the download button (“download” is a verb). |
| 54 | # Length of the translation matters since we are in a mobile context, with limited screen estate. |
| 55 | pdfjs-download-button-label = Download |
| 56 | |
| 57 | pdfjs-bookmark-button = |
| 58 | .title = Current Page (View URL from Current Page) |
| 59 | pdfjs-bookmark-button-label = Current Page |
| 60 | |
| 61 | ## Secondary toolbar and context menu |
| 62 | |
| 63 | pdfjs-tools-button = |
| 64 | .title = Tools |
| 65 | |
| 66 | pdfjs-tools-button-label = Tools |
| 67 | pdfjs-first-page-button = |
| 68 | .title = Go to First Page |
| 69 | pdfjs-first-page-button-label = Go to First Page |
| 70 | pdfjs-last-page-button = |
| 71 | .title = Go to Last Page |
| 72 | pdfjs-last-page-button-label = Go to Last Page |
| 73 | pdfjs-page-rotate-cw-button = |
| 74 | .title = Rotate Clockwise |
| 75 | pdfjs-page-rotate-cw-button-label = Rotate Clockwise |
| 76 | pdfjs-page-rotate-ccw-button = |
| 77 | .title = Rotate Counterclockwise |
| 78 | pdfjs-page-rotate-ccw-button-label = Rotate Counterclockwise |
| 79 | pdfjs-cursor-text-select-tool-button = |
| 80 | .title = Enable Text Selection Tool |
| 81 | pdfjs-cursor-text-select-tool-button-label = Text Selection Tool |
| 82 | pdfjs-cursor-hand-tool-button = |
| 83 | .title = Enable Hand Tool |
| 84 | pdfjs-cursor-hand-tool-button-label = Hand Tool |
| 85 | pdfjs-scroll-page-button = |
| 86 | .title = Use Page Scrolling |
| 87 | pdfjs-scroll-page-button-label = Page Scrolling |
| 88 | pdfjs-scroll-vertical-button = |
| 89 | .title = Use Vertical Scrolling |
| 90 | pdfjs-scroll-vertical-button-label = Vertical Scrolling |
| 91 | pdfjs-scroll-horizontal-button = |
| 92 | .title = Use Horizontal Scrolling |
| 93 | pdfjs-scroll-horizontal-button-label = Horizontal Scrolling |
| 94 | pdfjs-scroll-wrapped-button = |
| 95 | .title = Use Wrapped Scrolling |
| 96 | pdfjs-scroll-wrapped-button-label = Wrapped Scrolling |
| 97 | pdfjs-spread-none-button = |
| 98 | .title = Do not join page spreads |
| 99 | pdfjs-spread-none-button-label = No Spreads |
| 100 | pdfjs-spread-odd-button = |
| 101 | .title = Join page spreads starting with odd-numbered pages |
| 102 | pdfjs-spread-odd-button-label = Odd Spreads |
| 103 | pdfjs-spread-even-button = |
| 104 | .title = Join page spreads starting with even-numbered pages |
| 105 | pdfjs-spread-even-button-label = Even Spreads |
| 106 | |
| 107 | ## Document properties dialog |
| 108 | |
| 109 | pdfjs-document-properties-button = |
| 110 | .title = Document Properties… |
| 111 | pdfjs-document-properties-button-label = Document Properties… |
| 112 | pdfjs-document-properties-file-name = File name: |
| 113 | pdfjs-document-properties-file-size = File size: |
| 114 | |
| 115 | # Variables: |
| 116 | # $size_kb (Number) - the PDF file size in kilobytes |
| 117 | # $size_b (Number) - the PDF file size in bytes |
| 118 | pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bytes) |
| 119 | |
| 120 | # Variables: |
| 121 | # $size_mb (Number) - the PDF file size in megabytes |
| 122 | # $size_b (Number) - the PDF file size in bytes |
| 123 | pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bytes) |
| 124 | |
| 125 | pdfjs-document-properties-title = Title: |
| 126 | pdfjs-document-properties-author = Author: |
| 127 | pdfjs-document-properties-subject = Subject: |
| 128 | pdfjs-document-properties-keywords = Keywords: |
| 129 | pdfjs-document-properties-creation-date = Creation Date: |
| 130 | pdfjs-document-properties-modification-date = Modification Date: |
| 131 | |
| 132 | # Variables: |
| 133 | # $date (Date) - the creation/modification date of the PDF file |
| 134 | # $time (Time) - the creation/modification time of the PDF file |
| 135 | pdfjs-document-properties-date-string = { $date }, { $time } |
| 136 | |
| 137 | pdfjs-document-properties-creator = Creator: |
| 138 | pdfjs-document-properties-producer = PDF Producer: |
| 139 | pdfjs-document-properties-version = PDF Version: |
| 140 | pdfjs-document-properties-page-count = Page Count: |
| 141 | pdfjs-document-properties-page-size = Page Size: |
| 142 | pdfjs-document-properties-page-size-unit-inches = in |
| 143 | pdfjs-document-properties-page-size-unit-millimeters = mm |
| 144 | pdfjs-document-properties-page-size-orientation-portrait = portrait |
| 145 | pdfjs-document-properties-page-size-orientation-landscape = landscape |
| 146 | pdfjs-document-properties-page-size-name-a-three = A3 |
| 147 | pdfjs-document-properties-page-size-name-a-four = A4 |
| 148 | pdfjs-document-properties-page-size-name-letter = Letter |
| 149 | pdfjs-document-properties-page-size-name-legal = Legal |
| 150 | |
| 151 | ## Variables: |
| 152 | ## $width (Number) - the width of the (current) page |
| 153 | ## $height (Number) - the height of the (current) page |
| 154 | ## $unit (String) - the unit of measurement of the (current) page |
| 155 | ## $name (String) - the name of the (current) page |
| 156 | ## $orientation (String) - the orientation of the (current) page |
| 157 | |
| 158 | pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation }) |
| 159 | pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation }) |
| 160 | |
| 161 | ## |
| 162 | |
| 163 | # The linearization status of the document; usually called "Fast Web View" in |
| 164 | # English locales of Adobe software. |
| 165 | pdfjs-document-properties-linearized = Fast Web View: |
| 166 | pdfjs-document-properties-linearized-yes = Yes |
| 167 | pdfjs-document-properties-linearized-no = No |
| 168 | pdfjs-document-properties-close-button = Close |
| 169 | |
| 170 | |
| 171 | |
| 172 | pdfjs-print-progress-message = Preparing document for printing… |
| 173 | |
| 174 | # Variables: |
| 175 | # $progress (Number) - percent value |
| 176 | pdfjs-print-progress-percent = { $progress }% |
| 177 | |
| 178 | pdfjs-print-progress-close-button = Cancel |
| 179 | pdfjs-printing-not-supported = Warning: Printing is not fully supported by this browser. |
| 180 | pdfjs-printing-not-ready = Warning: The PDF is not fully loaded for printing. |
| 181 | |
| 182 | ## Tooltips and alt text for side panel toolbar buttons |
| 183 | |
| 184 | pdfjs-toggle-sidebar-button = |
| 185 | .title = Toggle Sidebar |
| 186 | pdfjs-toggle-sidebar-notification-button = |
| 187 | .title = Toggle Sidebar (document contains outline/attachments/layers) |
| 188 | pdfjs-toggle-sidebar-button-label = Toggle Sidebar |
| 189 | pdfjs-document-outline-button = |
| 190 | .title = Show Document Outline (double-click to expand/collapse all items) |
| 191 | pdfjs-document-outline-button-label = Document Outline |
| 192 | pdfjs-attachments-button = |
| 193 | .title = Show Attachments |
| 194 | pdfjs-attachments-button-label = Attachments |
| 195 | pdfjs-layers-button = |
| 196 | .title = Show Layers (double-click to reset all layers to the default state) |
| 197 | pdfjs-layers-button-label = Layers |
| 198 | pdfjs-thumbs-button = |
| 199 | .title = Show Thumbnails |
| 200 | pdfjs-thumbs-button-label = Thumbnails |
| 201 | pdfjs-current-outline-item-button = |
| 202 | .title = Find Current Outline Item |
| 203 | pdfjs-current-outline-item-button-label = Current Outline Item |
| 204 | pdfjs-findbar-button = |
| 205 | .title = Find in Document |
| 206 | pdfjs-findbar-button-label = Find |
| 207 | pdfjs-additional-layers = Additional Layers |
| 208 | |
| 209 | ## Thumbnails panel item (tooltip and alt text for images) |
| 210 | |
| 211 | # Variables: |
| 212 | # $page (Number) - the page number |
| 213 | pdfjs-thumb-page-title = |
| 214 | .title = Page { $page } |
| 215 | |
| 216 | # Variables: |
| 217 | # $page (Number) - the page number |
| 218 | pdfjs-thumb-page-canvas = |
| 219 | .aria-label = Thumbnail of Page { $page } |
| 220 | |
| 221 | ## Find panel button title and messages |
| 222 | |
| 223 | pdfjs-find-input = |
| 224 | .title = Find |
| 225 | .placeholder = Find in document… |
| 226 | pdfjs-find-previous-button = |
| 227 | .title = Find the previous occurrence of the phrase |
| 228 | pdfjs-find-previous-button-label = Previous |
| 229 | pdfjs-find-next-button = |
| 230 | .title = Find the next occurrence of the phrase |
| 231 | pdfjs-find-next-button-label = Next |
| 232 | pdfjs-find-highlight-checkbox = Highlight All |
| 233 | pdfjs-find-match-case-checkbox-label = Match Case |
| 234 | pdfjs-find-match-diacritics-checkbox-label = Match Diacritics |
| 235 | pdfjs-find-entire-word-checkbox-label = Whole Words |
| 236 | pdfjs-find-reached-top = Reached top of document, continued from bottom |
| 237 | pdfjs-find-reached-bottom = Reached end of document, continued from top |
| 238 | |
| 239 | # Variables: |
| 240 | # $current (Number) - the index of the currently active find result |
| 241 | # $total (Number) - the total number of matches in the document |
| 242 | pdfjs-find-match-count = |
| 243 | { $total -> |
| 244 | [one] { $current } of { $total } match |
| 245 | *[other] { $current } of { $total } matches |
| 246 | } |
| 247 | |
| 248 | # Variables: |
| 249 | # $limit (Number) - the maximum number of matches |
| 250 | pdfjs-find-match-count-limit = |
| 251 | { $limit -> |
| 252 | [one] More than { $limit } match |
| 253 | *[other] More than { $limit } matches |
| 254 | } |
| 255 | |
| 256 | pdfjs-find-not-found = Phrase not found |
| 257 | |
| 258 | ## Predefined zoom values |
| 259 | |
| 260 | pdfjs-page-scale-width = Page Width |
| 261 | pdfjs-page-scale-fit = Page Fit |
| 262 | pdfjs-page-scale-auto = Automatic Zoom |
| 263 | pdfjs-page-scale-actual = Actual Size |
| 264 | |
| 265 | # Variables: |
| 266 | # $scale (Number) - percent value for page scale |
| 267 | pdfjs-page-scale-percent = { $scale }% |
| 268 | |
| 269 | ## PDF page |
| 270 | |
| 271 | # Variables: |
| 272 | # $page (Number) - the page number |
| 273 | pdfjs-page-landmark = |
| 274 | .aria-label = Page { $page } |
| 275 | |
| 276 | ## Loading indicator messages |
| 277 | |
| 278 | pdfjs-loading-error = An error occurred while loading the PDF. |
| 279 | pdfjs-invalid-file-error = Invalid or corrupted PDF file. |
| 280 | pdfjs-missing-file-error = Missing PDF file. |
| 281 | pdfjs-unexpected-response-error = Unexpected server response. |
| 282 | pdfjs-rendering-error = An error occurred while rendering the page. |
| 283 | |
| 284 | ## Annotations |
| 285 | |
| 286 | # Variables: |
| 287 | # $date (Date) - the modification date of the annotation |
| 288 | # $time (Time) - the modification time of the annotation |
| 289 | pdfjs-annotation-date-string = { $date }, { $time } |
| 290 | |
| 291 | # .alt: This is used as a tooltip. |
| 292 | # Variables: |
| 293 | # $type (String) - an annotation type from a list defined in the PDF spec |
| 294 | # (32000-1:2008 Table 169 – Annotation types). |
| 295 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" |
| 296 | pdfjs-text-annotation-type = |
| 297 | .alt = [{ $type } Annotation] |
| 298 | |
| 299 | ## Password |
| 300 | |
| 301 | pdfjs-password-label = Enter the password to open this PDF file. |
| 302 | pdfjs-password-invalid = Invalid password. Please try again. |
| 303 | pdfjs-password-ok-button = OK |
| 304 | pdfjs-password-cancel-button = Cancel |
| 305 | pdfjs-web-fonts-disabled = Web fonts are disabled: unable to use embedded PDF fonts. |
| 306 | |
| 307 | ## Editing |
| 308 | |
| 309 | pdfjs-editor-free-text-button = |
| 310 | .title = Text |
| 311 | pdfjs-editor-free-text-button-label = Text |
| 312 | pdfjs-editor-ink-button = |
| 313 | .title = Draw |
| 314 | pdfjs-editor-ink-button-label = Draw |
| 315 | pdfjs-editor-stamp-button = |
| 316 | .title = Add or edit images |
| 317 | pdfjs-editor-stamp-button-label = Add or edit images |
| 318 | pdfjs-editor-highlight-button = |
| 319 | .title = Highlight |
| 320 | pdfjs-editor-highlight-button-label = Highlight |
| 321 | pdfjs-highlight-floating-button1 = |
| 322 | .title = Highlight |
| 323 | .aria-label = Highlight |
| 324 | pdfjs-highlight-floating-button-label = Highlight |
| 325 | |
| 326 | ## Remove button for the various kind of editor. |
| 327 | |
| 328 | pdfjs-editor-remove-ink-button = |
| 329 | .title = Remove drawing |
| 330 | pdfjs-editor-remove-freetext-button = |
| 331 | .title = Remove text |
| 332 | pdfjs-editor-remove-stamp-button = |
| 333 | .title = Remove image |
| 334 | pdfjs-editor-remove-highlight-button = |
| 335 | .title = Remove highlight |
| 336 | |
| 337 | ## |
| 338 | |
| 339 | # Editor Parameters |
| 340 | pdfjs-editor-free-text-color-input = Color |
| 341 | pdfjs-editor-free-text-size-input = Size |
| 342 | pdfjs-editor-ink-color-input = Color |
| 343 | pdfjs-editor-ink-thickness-input = Thickness |
| 344 | pdfjs-editor-ink-opacity-input = Opacity |
| 345 | pdfjs-editor-stamp-add-image-button = |
| 346 | .title = Add image |
| 347 | pdfjs-editor-stamp-add-image-button-label = Add image |
| 348 | # This refers to the thickness of the line used for free highlighting (not bound to text) |
| 349 | pdfjs-editor-free-highlight-thickness-input = Thickness |
| 350 | pdfjs-editor-free-highlight-thickness-title = |
| 351 | .title = Change thickness when highlighting items other than text |
| 352 | |
| 353 | pdfjs-free-text = |
| 354 | .aria-label = Text Editor |
| 355 | pdfjs-free-text-default-content = Start typing… |
| 356 | pdfjs-ink = |
| 357 | .aria-label = Draw Editor |
| 358 | pdfjs-ink-canvas = |
| 359 | .aria-label = User-created image |
| 360 | |
| 361 | ## Alt-text dialog |
| 362 | |
| 363 | # Alternative text (alt text) helps when people can't see the image. |
| 364 | pdfjs-editor-alt-text-button-label = Alt text |
| 365 | |
| 366 | pdfjs-editor-alt-text-edit-button-label = Edit alt text |
| 367 | pdfjs-editor-alt-text-dialog-label = Choose an option |
| 368 | pdfjs-editor-alt-text-dialog-description = Alt text (alternative text) helps when people can’t see the image or when it doesn’t load. |
| 369 | pdfjs-editor-alt-text-add-description-label = Add a description |
| 370 | pdfjs-editor-alt-text-add-description-description = Aim for 1-2 sentences that describe the subject, setting, or actions. |
| 371 | pdfjs-editor-alt-text-mark-decorative-label = Mark as decorative |
| 372 | pdfjs-editor-alt-text-mark-decorative-description = This is used for ornamental images, like borders or watermarks. |
| 373 | pdfjs-editor-alt-text-cancel-button = Cancel |
| 374 | pdfjs-editor-alt-text-save-button = Save |
| 375 | pdfjs-editor-alt-text-decorative-tooltip = Marked as decorative |
| 376 | |
| 377 | # .placeholder: This is a placeholder for the alt text input area |
| 378 | pdfjs-editor-alt-text-textarea = |
| 379 | .placeholder = For example, “A young man sits down at a table to eat a meal” |
| 380 | |
| 381 | ## Editor resizers |
| 382 | ## This is used in an aria label to help to understand the role of the resizer. |
| 383 | |
| 384 | pdfjs-editor-resizer-label-top-left = Top left corner — resize |
| 385 | pdfjs-editor-resizer-label-top-middle = Top middle — resize |
| 386 | pdfjs-editor-resizer-label-top-right = Top right corner — resize |
| 387 | pdfjs-editor-resizer-label-middle-right = Middle right — resize |
| 388 | pdfjs-editor-resizer-label-bottom-right = Bottom right corner — resize |
| 389 | pdfjs-editor-resizer-label-bottom-middle = Bottom middle — resize |
| 390 | pdfjs-editor-resizer-label-bottom-left = Bottom left corner — resize |
| 391 | pdfjs-editor-resizer-label-middle-left = Middle left — resize |
| 392 | |
| 393 | ## Color picker |
| 394 | |
| 395 | # This means "Color used to highlight text" |
| 396 | pdfjs-editor-highlight-colorpicker-label = Highlight color |
| 397 | |
| 398 | pdfjs-editor-colorpicker-button = |
| 399 | .title = Change color |
| 400 | pdfjs-editor-colorpicker-dropdown = |
| 401 | .aria-label = Color choices |
| 402 | pdfjs-editor-colorpicker-yellow = |
| 403 | .title = Yellow |
| 404 | pdfjs-editor-colorpicker-green = |
| 405 | .title = Green |
| 406 | pdfjs-editor-colorpicker-blue = |
| 407 | .title = Blue |
| 408 | pdfjs-editor-colorpicker-pink = |
| 409 | .title = Pink |
| 410 | pdfjs-editor-colorpicker-red = |
| 411 | .title = Red |
| 412 | |
| 413 | ## Show all highlights |
| 414 | ## This is a toggle button to show/hide all the highlights. |
| 415 | |
| 416 | pdfjs-editor-highlight-show-all-button-label = Show all |
| 417 | pdfjs-editor-highlight-show-all-button = |
| 418 | .title = Show all |
| 419 |