viewer.ftl
403 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 | |
| 6 | ## Main toolbar buttons (tooltips and alt text for images) |
| 7 | |
| 8 | pdfjs-previous-button = |
| 9 | .title = Vorige pagina |
| 10 | pdfjs-previous-button-label = Vorige |
| 11 | pdfjs-next-button = |
| 12 | .title = Volgende pagina |
| 13 | pdfjs-next-button-label = Volgende |
| 14 | # .title: Tooltip for the pageNumber input. |
| 15 | pdfjs-page-input = |
| 16 | .title = Pagina |
| 17 | # Variables: |
| 18 | # $pagesCount (Number) - the total number of pages in the document |
| 19 | # This string follows an input field with the number of the page currently displayed. |
| 20 | pdfjs-of-pages = van { $pagesCount } |
| 21 | # Variables: |
| 22 | # $pageNumber (Number) - the currently visible page |
| 23 | # $pagesCount (Number) - the total number of pages in the document |
| 24 | pdfjs-page-of-pages = ({ $pageNumber } van { $pagesCount }) |
| 25 | pdfjs-zoom-out-button = |
| 26 | .title = Uitzoomen |
| 27 | pdfjs-zoom-out-button-label = Uitzoomen |
| 28 | pdfjs-zoom-in-button = |
| 29 | .title = Inzoomen |
| 30 | pdfjs-zoom-in-button-label = Inzoomen |
| 31 | pdfjs-zoom-select = |
| 32 | .title = Zoomen |
| 33 | pdfjs-presentation-mode-button = |
| 34 | .title = Wisselen naar presentatiemodus |
| 35 | pdfjs-presentation-mode-button-label = Presentatiemodus |
| 36 | pdfjs-open-file-button = |
| 37 | .title = Bestand openen |
| 38 | pdfjs-open-file-button-label = Openen |
| 39 | pdfjs-print-button = |
| 40 | .title = Afdrukken |
| 41 | pdfjs-print-button-label = Afdrukken |
| 42 | pdfjs-save-button = |
| 43 | .title = Opslaan |
| 44 | pdfjs-save-button-label = Opslaan |
| 45 | # Used in Firefox for Android as a tooltip for the download button (“download” is a verb). |
| 46 | pdfjs-download-button = |
| 47 | .title = Downloaden |
| 48 | # Used in Firefox for Android as a label for the download button (“download” is a verb). |
| 49 | # Length of the translation matters since we are in a mobile context, with limited screen estate. |
| 50 | pdfjs-download-button-label = Downloaden |
| 51 | pdfjs-bookmark-button = |
| 52 | .title = Huidige pagina (URL van huidige pagina bekijken) |
| 53 | pdfjs-bookmark-button-label = Huidige pagina |
| 54 | # Used in Firefox for Android. |
| 55 | pdfjs-open-in-app-button = |
| 56 | .title = Openen in app |
| 57 | # Used in Firefox for Android. |
| 58 | # Length of the translation matters since we are in a mobile context, with limited screen estate. |
| 59 | pdfjs-open-in-app-button-label = Openen in app |
| 60 | |
| 61 | ## Secondary toolbar and context menu |
| 62 | |
| 63 | pdfjs-tools-button = |
| 64 | .title = Hulpmiddelen |
| 65 | pdfjs-tools-button-label = Hulpmiddelen |
| 66 | pdfjs-first-page-button = |
| 67 | .title = Naar eerste pagina gaan |
| 68 | pdfjs-first-page-button-label = Naar eerste pagina gaan |
| 69 | pdfjs-last-page-button = |
| 70 | .title = Naar laatste pagina gaan |
| 71 | pdfjs-last-page-button-label = Naar laatste pagina gaan |
| 72 | pdfjs-page-rotate-cw-button = |
| 73 | .title = Rechtsom draaien |
| 74 | pdfjs-page-rotate-cw-button-label = Rechtsom draaien |
| 75 | pdfjs-page-rotate-ccw-button = |
| 76 | .title = Linksom draaien |
| 77 | pdfjs-page-rotate-ccw-button-label = Linksom draaien |
| 78 | pdfjs-cursor-text-select-tool-button = |
| 79 | .title = Tekstselectiehulpmiddel inschakelen |
| 80 | pdfjs-cursor-text-select-tool-button-label = Tekstselectiehulpmiddel |
| 81 | pdfjs-cursor-hand-tool-button = |
| 82 | .title = Handhulpmiddel inschakelen |
| 83 | pdfjs-cursor-hand-tool-button-label = Handhulpmiddel |
| 84 | pdfjs-scroll-page-button = |
| 85 | .title = Paginascrollen gebruiken |
| 86 | pdfjs-scroll-page-button-label = Paginascrollen |
| 87 | pdfjs-scroll-vertical-button = |
| 88 | .title = Verticaal scrollen gebruiken |
| 89 | pdfjs-scroll-vertical-button-label = Verticaal scrollen |
| 90 | pdfjs-scroll-horizontal-button = |
| 91 | .title = Horizontaal scrollen gebruiken |
| 92 | pdfjs-scroll-horizontal-button-label = Horizontaal scrollen |
| 93 | pdfjs-scroll-wrapped-button = |
| 94 | .title = Scrollen met terugloop gebruiken |
| 95 | pdfjs-scroll-wrapped-button-label = Scrollen met terugloop |
| 96 | pdfjs-spread-none-button = |
| 97 | .title = Dubbele pagina’s niet samenvoegen |
| 98 | pdfjs-spread-none-button-label = Geen dubbele pagina’s |
| 99 | pdfjs-spread-odd-button = |
| 100 | .title = Dubbele pagina’s samenvoegen vanaf oneven pagina’s |
| 101 | pdfjs-spread-odd-button-label = Oneven dubbele pagina’s |
| 102 | pdfjs-spread-even-button = |
| 103 | .title = Dubbele pagina’s samenvoegen vanaf even pagina’s |
| 104 | pdfjs-spread-even-button-label = Even dubbele pagina’s |
| 105 | |
| 106 | ## Document properties dialog |
| 107 | |
| 108 | pdfjs-document-properties-button = |
| 109 | .title = Documenteigenschappen… |
| 110 | pdfjs-document-properties-button-label = Documenteigenschappen… |
| 111 | pdfjs-document-properties-file-name = Bestandsnaam: |
| 112 | pdfjs-document-properties-file-size = Bestandsgrootte: |
| 113 | # Variables: |
| 114 | # $size_kb (Number) - the PDF file size in kilobytes |
| 115 | # $size_b (Number) - the PDF file size in bytes |
| 116 | pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bytes) |
| 117 | # Variables: |
| 118 | # $size_mb (Number) - the PDF file size in megabytes |
| 119 | # $size_b (Number) - the PDF file size in bytes |
| 120 | pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bytes) |
| 121 | pdfjs-document-properties-title = Titel: |
| 122 | pdfjs-document-properties-author = Auteur: |
| 123 | pdfjs-document-properties-subject = Onderwerp: |
| 124 | pdfjs-document-properties-keywords = Sleutelwoorden: |
| 125 | pdfjs-document-properties-creation-date = Aanmaakdatum: |
| 126 | pdfjs-document-properties-modification-date = Wijzigingsdatum: |
| 127 | # Variables: |
| 128 | # $date (Date) - the creation/modification date of the PDF file |
| 129 | # $time (Time) - the creation/modification time of the PDF file |
| 130 | pdfjs-document-properties-date-string = { $date }, { $time } |
| 131 | pdfjs-document-properties-creator = Maker: |
| 132 | pdfjs-document-properties-producer = PDF-producent: |
| 133 | pdfjs-document-properties-version = PDF-versie: |
| 134 | pdfjs-document-properties-page-count = Aantal pagina’s: |
| 135 | pdfjs-document-properties-page-size = Paginagrootte: |
| 136 | pdfjs-document-properties-page-size-unit-inches = in |
| 137 | pdfjs-document-properties-page-size-unit-millimeters = mm |
| 138 | pdfjs-document-properties-page-size-orientation-portrait = staand |
| 139 | pdfjs-document-properties-page-size-orientation-landscape = liggend |
| 140 | pdfjs-document-properties-page-size-name-a-three = A3 |
| 141 | pdfjs-document-properties-page-size-name-a-four = A4 |
| 142 | pdfjs-document-properties-page-size-name-letter = Letter |
| 143 | pdfjs-document-properties-page-size-name-legal = Legal |
| 144 | |
| 145 | ## Variables: |
| 146 | ## $width (Number) - the width of the (current) page |
| 147 | ## $height (Number) - the height of the (current) page |
| 148 | ## $unit (String) - the unit of measurement of the (current) page |
| 149 | ## $name (String) - the name of the (current) page |
| 150 | ## $orientation (String) - the orientation of the (current) page |
| 151 | |
| 152 | pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation }) |
| 153 | pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation }) |
| 154 | |
| 155 | ## |
| 156 | |
| 157 | # The linearization status of the document; usually called "Fast Web View" in |
| 158 | # English locales of Adobe software. |
| 159 | pdfjs-document-properties-linearized = Snelle webweergave: |
| 160 | pdfjs-document-properties-linearized-yes = Ja |
| 161 | pdfjs-document-properties-linearized-no = Nee |
| 162 | pdfjs-document-properties-close-button = Sluiten |
| 163 | |
| 164 | |
| 165 | |
| 166 | pdfjs-print-progress-message = Document voorbereiden voor afdrukken… |
| 167 | # Variables: |
| 168 | # $progress (Number) - percent value |
| 169 | pdfjs-print-progress-percent = { $progress }% |
| 170 | pdfjs-print-progress-close-button = Annuleren |
| 171 | pdfjs-printing-not-supported = Waarschuwing: afdrukken wordt niet volledig ondersteund door deze browser. |
| 172 | pdfjs-printing-not-ready = Waarschuwing: de PDF is niet volledig geladen voor afdrukken. |
| 173 | |
| 174 | ## Tooltips and alt text for side panel toolbar buttons |
| 175 | |
| 176 | pdfjs-toggle-sidebar-button = |
| 177 | .title = Zijbalk in-/uitschakelen |
| 178 | pdfjs-toggle-sidebar-notification-button = |
| 179 | .title = Zijbalk in-/uitschakelen (document bevat overzicht/bijlagen/lagen) |
| 180 | pdfjs-toggle-sidebar-button-label = Zijbalk in-/uitschakelen |
| 181 | pdfjs-document-outline-button = |
| 182 | .title = Documentoverzicht tonen (dubbelklik om alle items uit/samen te vouwen) |
| 183 | pdfjs-document-outline-button-label = Documentoverzicht |
| 184 | pdfjs-attachments-button = |
| 185 | .title = Bijlagen tonen |
| 186 | pdfjs-attachments-button-label = Bijlagen |
| 187 | pdfjs-layers-button = |
| 188 | .title = Lagen tonen (dubbelklik om alle lagen naar de standaardstatus terug te zetten) |
| 189 | pdfjs-layers-button-label = Lagen |
| 190 | pdfjs-thumbs-button = |
| 191 | .title = Miniaturen tonen |
| 192 | pdfjs-thumbs-button-label = Miniaturen |
| 193 | pdfjs-current-outline-item-button = |
| 194 | .title = Huidig item in inhoudsopgave zoeken |
| 195 | pdfjs-current-outline-item-button-label = Huidig item in inhoudsopgave |
| 196 | pdfjs-findbar-button = |
| 197 | .title = Zoeken in document |
| 198 | pdfjs-findbar-button-label = Zoeken |
| 199 | pdfjs-additional-layers = Aanvullende lagen |
| 200 | |
| 201 | ## Thumbnails panel item (tooltip and alt text for images) |
| 202 | |
| 203 | # Variables: |
| 204 | # $page (Number) - the page number |
| 205 | pdfjs-thumb-page-title = |
| 206 | .title = Pagina { $page } |
| 207 | # Variables: |
| 208 | # $page (Number) - the page number |
| 209 | pdfjs-thumb-page-canvas = |
| 210 | .aria-label = Miniatuur van pagina { $page } |
| 211 | |
| 212 | ## Find panel button title and messages |
| 213 | |
| 214 | pdfjs-find-input = |
| 215 | .title = Zoeken |
| 216 | .placeholder = Zoeken in document… |
| 217 | pdfjs-find-previous-button = |
| 218 | .title = De vorige overeenkomst van de tekst zoeken |
| 219 | pdfjs-find-previous-button-label = Vorige |
| 220 | pdfjs-find-next-button = |
| 221 | .title = De volgende overeenkomst van de tekst zoeken |
| 222 | pdfjs-find-next-button-label = Volgende |
| 223 | pdfjs-find-highlight-checkbox = Alles markeren |
| 224 | pdfjs-find-match-case-checkbox-label = Hoofdlettergevoelig |
| 225 | pdfjs-find-match-diacritics-checkbox-label = Diakritische tekens gebruiken |
| 226 | pdfjs-find-entire-word-checkbox-label = Hele woorden |
| 227 | pdfjs-find-reached-top = Bovenkant van document bereikt, doorgegaan vanaf onderkant |
| 228 | pdfjs-find-reached-bottom = Onderkant van document bereikt, doorgegaan vanaf bovenkant |
| 229 | # Variables: |
| 230 | # $current (Number) - the index of the currently active find result |
| 231 | # $total (Number) - the total number of matches in the document |
| 232 | pdfjs-find-match-count = |
| 233 | { $total -> |
| 234 | [one] { $current } van { $total } overeenkomst |
| 235 | *[other] { $current } van { $total } overeenkomsten |
| 236 | } |
| 237 | # Variables: |
| 238 | # $limit (Number) - the maximum number of matches |
| 239 | pdfjs-find-match-count-limit = |
| 240 | { $limit -> |
| 241 | [one] Meer dan { $limit } overeenkomst |
| 242 | *[other] Meer dan { $limit } overeenkomsten |
| 243 | } |
| 244 | pdfjs-find-not-found = Tekst niet gevonden |
| 245 | |
| 246 | ## Predefined zoom values |
| 247 | |
| 248 | pdfjs-page-scale-width = Paginabreedte |
| 249 | pdfjs-page-scale-fit = Hele pagina |
| 250 | pdfjs-page-scale-auto = Automatisch zoomen |
| 251 | pdfjs-page-scale-actual = Werkelijke grootte |
| 252 | # Variables: |
| 253 | # $scale (Number) - percent value for page scale |
| 254 | pdfjs-page-scale-percent = { $scale }% |
| 255 | |
| 256 | ## PDF page |
| 257 | |
| 258 | # Variables: |
| 259 | # $page (Number) - the page number |
| 260 | pdfjs-page-landmark = |
| 261 | .aria-label = Pagina { $page } |
| 262 | |
| 263 | ## Loading indicator messages |
| 264 | |
| 265 | pdfjs-loading-error = Er is een fout opgetreden bij het laden van de PDF. |
| 266 | pdfjs-invalid-file-error = Ongeldig of beschadigd PDF-bestand. |
| 267 | pdfjs-missing-file-error = PDF-bestand ontbreekt. |
| 268 | pdfjs-unexpected-response-error = Onverwacht serverantwoord. |
| 269 | pdfjs-rendering-error = Er is een fout opgetreden bij het weergeven van de pagina. |
| 270 | |
| 271 | ## Annotations |
| 272 | |
| 273 | # Variables: |
| 274 | # $date (Date) - the modification date of the annotation |
| 275 | # $time (Time) - the modification time of the annotation |
| 276 | pdfjs-annotation-date-string = { $date }, { $time } |
| 277 | # .alt: This is used as a tooltip. |
| 278 | # Variables: |
| 279 | # $type (String) - an annotation type from a list defined in the PDF spec |
| 280 | # (32000-1:2008 Table 169 – Annotation types). |
| 281 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" |
| 282 | pdfjs-text-annotation-type = |
| 283 | .alt = [{ $type }-aantekening] |
| 284 | |
| 285 | ## Password |
| 286 | |
| 287 | pdfjs-password-label = Voer het wachtwoord in om dit PDF-bestand te openen. |
| 288 | pdfjs-password-invalid = Ongeldig wachtwoord. Probeer het opnieuw. |
| 289 | pdfjs-password-ok-button = OK |
| 290 | pdfjs-password-cancel-button = Annuleren |
| 291 | pdfjs-web-fonts-disabled = Weblettertypen zijn uitgeschakeld: gebruik van ingebedde PDF-lettertypen is niet mogelijk. |
| 292 | |
| 293 | ## Editing |
| 294 | |
| 295 | pdfjs-editor-free-text-button = |
| 296 | .title = Tekst |
| 297 | pdfjs-editor-free-text-button-label = Tekst |
| 298 | pdfjs-editor-ink-button = |
| 299 | .title = Tekenen |
| 300 | pdfjs-editor-ink-button-label = Tekenen |
| 301 | pdfjs-editor-stamp-button = |
| 302 | .title = Afbeeldingen toevoegen of bewerken |
| 303 | pdfjs-editor-stamp-button-label = Afbeeldingen toevoegen of bewerken |
| 304 | pdfjs-editor-highlight-button = |
| 305 | .title = Markeren |
| 306 | pdfjs-editor-highlight-button-label = Markeren |
| 307 | pdfjs-highlight-floating-button = |
| 308 | .title = Markeren |
| 309 | pdfjs-highlight-floating-button1 = |
| 310 | .title = Markeren |
| 311 | .aria-label = Markeren |
| 312 | pdfjs-highlight-floating-button-label = Markeren |
| 313 | |
| 314 | ## Remove button for the various kind of editor. |
| 315 | |
| 316 | pdfjs-editor-remove-ink-button = |
| 317 | .title = Tekening verwijderen |
| 318 | pdfjs-editor-remove-freetext-button = |
| 319 | .title = Tekst verwijderen |
| 320 | pdfjs-editor-remove-stamp-button = |
| 321 | .title = Afbeelding verwijderen |
| 322 | pdfjs-editor-remove-highlight-button = |
| 323 | .title = Markering verwijderen |
| 324 | |
| 325 | ## |
| 326 | |
| 327 | # Editor Parameters |
| 328 | pdfjs-editor-free-text-color-input = Kleur |
| 329 | pdfjs-editor-free-text-size-input = Grootte |
| 330 | pdfjs-editor-ink-color-input = Kleur |
| 331 | pdfjs-editor-ink-thickness-input = Dikte |
| 332 | pdfjs-editor-ink-opacity-input = Opaciteit |
| 333 | pdfjs-editor-stamp-add-image-button = |
| 334 | .title = Afbeelding toevoegen |
| 335 | pdfjs-editor-stamp-add-image-button-label = Afbeelding toevoegen |
| 336 | # This refers to the thickness of the line used for free highlighting (not bound to text) |
| 337 | pdfjs-editor-free-highlight-thickness-input = Dikte |
| 338 | pdfjs-editor-free-highlight-thickness-title = |
| 339 | .title = Dikte wijzigen bij accentuering van andere items dan tekst |
| 340 | pdfjs-free-text = |
| 341 | .aria-label = Tekstbewerker |
| 342 | pdfjs-free-text-default-content = Begin met typen… |
| 343 | pdfjs-ink = |
| 344 | .aria-label = Tekeningbewerker |
| 345 | pdfjs-ink-canvas = |
| 346 | .aria-label = Door gebruiker gemaakte afbeelding |
| 347 | |
| 348 | ## Alt-text dialog |
| 349 | |
| 350 | # Alternative text (alt text) helps when people can't see the image. |
| 351 | pdfjs-editor-alt-text-button-label = Alternatieve tekst |
| 352 | pdfjs-editor-alt-text-edit-button-label = Alternatieve tekst bewerken |
| 353 | pdfjs-editor-alt-text-dialog-label = Kies een optie |
| 354 | pdfjs-editor-alt-text-dialog-description = Alternatieve tekst helpt wanneer mensen de afbeelding niet kunnen zien of wanneer deze niet wordt geladen. |
| 355 | pdfjs-editor-alt-text-add-description-label = Voeg een beschrijving toe |
| 356 | pdfjs-editor-alt-text-add-description-description = Streef naar 1-2 zinnen die het onderwerp, de omgeving of de acties beschrijven. |
| 357 | pdfjs-editor-alt-text-mark-decorative-label = Als decoratief markeren |
| 358 | pdfjs-editor-alt-text-mark-decorative-description = Dit wordt gebruikt voor sierafbeeldingen, zoals randen of watermerken. |
| 359 | pdfjs-editor-alt-text-cancel-button = Annuleren |
| 360 | pdfjs-editor-alt-text-save-button = Opslaan |
| 361 | pdfjs-editor-alt-text-decorative-tooltip = Als decoratief gemarkeerd |
| 362 | # .placeholder: This is a placeholder for the alt text input area |
| 363 | pdfjs-editor-alt-text-textarea = |
| 364 | .placeholder = Bijvoorbeeld: ‘Een jonge man gaat aan een tafel zitten om te eten’ |
| 365 | |
| 366 | ## Editor resizers |
| 367 | ## This is used in an aria label to help to understand the role of the resizer. |
| 368 | |
| 369 | pdfjs-editor-resizer-label-top-left = Linkerbovenhoek – formaat wijzigen |
| 370 | pdfjs-editor-resizer-label-top-middle = Midden boven – formaat wijzigen |
| 371 | pdfjs-editor-resizer-label-top-right = Rechterbovenhoek – formaat wijzigen |
| 372 | pdfjs-editor-resizer-label-middle-right = Midden rechts – formaat wijzigen |
| 373 | pdfjs-editor-resizer-label-bottom-right = Rechterbenedenhoek – formaat wijzigen |
| 374 | pdfjs-editor-resizer-label-bottom-middle = Midden onder – formaat wijzigen |
| 375 | pdfjs-editor-resizer-label-bottom-left = Linkerbenedenhoek – formaat wijzigen |
| 376 | pdfjs-editor-resizer-label-middle-left = Links midden – formaat wijzigen |
| 377 | |
| 378 | ## Color picker |
| 379 | |
| 380 | # This means "Color used to highlight text" |
| 381 | pdfjs-editor-highlight-colorpicker-label = Markeringskleur |
| 382 | pdfjs-editor-colorpicker-button = |
| 383 | .title = Kleur wijzigen |
| 384 | pdfjs-editor-colorpicker-dropdown = |
| 385 | .aria-label = Kleurkeuzes |
| 386 | pdfjs-editor-colorpicker-yellow = |
| 387 | .title = Geel |
| 388 | pdfjs-editor-colorpicker-green = |
| 389 | .title = Groen |
| 390 | pdfjs-editor-colorpicker-blue = |
| 391 | .title = Blauw |
| 392 | pdfjs-editor-colorpicker-pink = |
| 393 | .title = Roze |
| 394 | pdfjs-editor-colorpicker-red = |
| 395 | .title = Rood |
| 396 | |
| 397 | ## Show all highlights |
| 398 | ## This is a toggle button to show/hide all the highlights. |
| 399 | |
| 400 | pdfjs-editor-highlight-show-all-button-label = Alles tonen |
| 401 | pdfjs-editor-highlight-show-all-button = |
| 402 | .title = Alles tonen |
| 403 |