viewer.ftl
407 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 = Forrige side |
| 10 | pdfjs-previous-button-label = Forrige |
| 11 | pdfjs-next-button = |
| 12 | .title = Næste side |
| 13 | pdfjs-next-button-label = Næste |
| 14 | # .title: Tooltip for the pageNumber input. |
| 15 | pdfjs-page-input = |
| 16 | .title = Side |
| 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 = af { $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 } af { $pagesCount }) |
| 25 | pdfjs-zoom-out-button = |
| 26 | .title = Zoom ud |
| 27 | pdfjs-zoom-out-button-label = Zoom ud |
| 28 | pdfjs-zoom-in-button = |
| 29 | .title = Zoom ind |
| 30 | pdfjs-zoom-in-button-label = Zoom ind |
| 31 | pdfjs-zoom-select = |
| 32 | .title = Zoom |
| 33 | pdfjs-presentation-mode-button = |
| 34 | .title = Skift til fuldskærmsvisning |
| 35 | pdfjs-presentation-mode-button-label = Fuldskærmsvisning |
| 36 | pdfjs-open-file-button = |
| 37 | .title = � |
| 38 | bn fil |
| 39 | pdfjs-open-file-button-label = � |
| 40 | bn |
| 41 | pdfjs-print-button = |
| 42 | .title = Udskriv |
| 43 | pdfjs-print-button-label = Udskriv |
| 44 | pdfjs-save-button = |
| 45 | .title = Gem |
| 46 | pdfjs-save-button-label = Gem |
| 47 | # Used in Firefox for Android as a tooltip for the download button (“download” is a verb). |
| 48 | pdfjs-download-button = |
| 49 | .title = Hent |
| 50 | # Used in Firefox for Android as a label for the download button (“download” is a verb). |
| 51 | # Length of the translation matters since we are in a mobile context, with limited screen estate. |
| 52 | pdfjs-download-button-label = Hent |
| 53 | pdfjs-bookmark-button = |
| 54 | .title = Aktuel side (vis URL fra den aktuelle side) |
| 55 | pdfjs-bookmark-button-label = Aktuel side |
| 56 | # Used in Firefox for Android. |
| 57 | pdfjs-open-in-app-button = |
| 58 | .title = � |
| 59 | bn i app |
| 60 | # Used in Firefox for Android. |
| 61 | # Length of the translation matters since we are in a mobile context, with limited screen estate. |
| 62 | pdfjs-open-in-app-button-label = � |
| 63 | bn i app |
| 64 | |
| 65 | ## Secondary toolbar and context menu |
| 66 | |
| 67 | pdfjs-tools-button = |
| 68 | .title = Funktioner |
| 69 | pdfjs-tools-button-label = Funktioner |
| 70 | pdfjs-first-page-button = |
| 71 | .title = Gå til første side |
| 72 | pdfjs-first-page-button-label = Gå til første side |
| 73 | pdfjs-last-page-button = |
| 74 | .title = Gå til sidste side |
| 75 | pdfjs-last-page-button-label = Gå til sidste side |
| 76 | pdfjs-page-rotate-cw-button = |
| 77 | .title = Roter med uret |
| 78 | pdfjs-page-rotate-cw-button-label = Roter med uret |
| 79 | pdfjs-page-rotate-ccw-button = |
| 80 | .title = Roter mod uret |
| 81 | pdfjs-page-rotate-ccw-button-label = Roter mod uret |
| 82 | pdfjs-cursor-text-select-tool-button = |
| 83 | .title = Aktiver markeringsværktøj |
| 84 | pdfjs-cursor-text-select-tool-button-label = Markeringsværktøj |
| 85 | pdfjs-cursor-hand-tool-button = |
| 86 | .title = Aktiver håndværktøj |
| 87 | pdfjs-cursor-hand-tool-button-label = Håndværktøj |
| 88 | pdfjs-scroll-page-button = |
| 89 | .title = Brug sidescrolling |
| 90 | pdfjs-scroll-page-button-label = Sidescrolling |
| 91 | pdfjs-scroll-vertical-button = |
| 92 | .title = Brug vertikal scrolling |
| 93 | pdfjs-scroll-vertical-button-label = Vertikal scrolling |
| 94 | pdfjs-scroll-horizontal-button = |
| 95 | .title = Brug horisontal scrolling |
| 96 | pdfjs-scroll-horizontal-button-label = Horisontal scrolling |
| 97 | pdfjs-scroll-wrapped-button = |
| 98 | .title = Brug ombrudt scrolling |
| 99 | pdfjs-scroll-wrapped-button-label = Ombrudt scrolling |
| 100 | pdfjs-spread-none-button = |
| 101 | .title = Vis enkeltsider |
| 102 | pdfjs-spread-none-button-label = Enkeltsider |
| 103 | pdfjs-spread-odd-button = |
| 104 | .title = Vis opslag med ulige sidenumre til venstre |
| 105 | pdfjs-spread-odd-button-label = Opslag med forside |
| 106 | pdfjs-spread-even-button = |
| 107 | .title = Vis opslag med lige sidenumre til venstre |
| 108 | pdfjs-spread-even-button-label = Opslag uden forside |
| 109 | |
| 110 | ## Document properties dialog |
| 111 | |
| 112 | pdfjs-document-properties-button = |
| 113 | .title = Dokumentegenskaber… |
| 114 | pdfjs-document-properties-button-label = Dokumentegenskaber… |
| 115 | pdfjs-document-properties-file-name = Filnavn: |
| 116 | pdfjs-document-properties-file-size = Filstørrelse: |
| 117 | # Variables: |
| 118 | # $size_kb (Number) - the PDF file size in kilobytes |
| 119 | # $size_b (Number) - the PDF file size in bytes |
| 120 | pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bytes) |
| 121 | # Variables: |
| 122 | # $size_mb (Number) - the PDF file size in megabytes |
| 123 | # $size_b (Number) - the PDF file size in bytes |
| 124 | pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bytes) |
| 125 | pdfjs-document-properties-title = Titel: |
| 126 | pdfjs-document-properties-author = Forfatter: |
| 127 | pdfjs-document-properties-subject = Emne: |
| 128 | pdfjs-document-properties-keywords = Nøgleord: |
| 129 | pdfjs-document-properties-creation-date = Oprettet: |
| 130 | pdfjs-document-properties-modification-date = Redigeret: |
| 131 | # Variables: |
| 132 | # $date (Date) - the creation/modification date of the PDF file |
| 133 | # $time (Time) - the creation/modification time of the PDF file |
| 134 | pdfjs-document-properties-date-string = { $date }, { $time } |
| 135 | pdfjs-document-properties-creator = Program: |
| 136 | pdfjs-document-properties-producer = PDF-producent: |
| 137 | pdfjs-document-properties-version = PDF-version: |
| 138 | pdfjs-document-properties-page-count = Antal sider: |
| 139 | pdfjs-document-properties-page-size = Sidestørrelse: |
| 140 | pdfjs-document-properties-page-size-unit-inches = in |
| 141 | pdfjs-document-properties-page-size-unit-millimeters = mm |
| 142 | pdfjs-document-properties-page-size-orientation-portrait = stående |
| 143 | pdfjs-document-properties-page-size-orientation-landscape = liggende |
| 144 | pdfjs-document-properties-page-size-name-a-three = A3 |
| 145 | pdfjs-document-properties-page-size-name-a-four = A4 |
| 146 | pdfjs-document-properties-page-size-name-letter = Letter |
| 147 | pdfjs-document-properties-page-size-name-legal = Legal |
| 148 | |
| 149 | ## Variables: |
| 150 | ## $width (Number) - the width of the (current) page |
| 151 | ## $height (Number) - the height of the (current) page |
| 152 | ## $unit (String) - the unit of measurement of the (current) page |
| 153 | ## $name (String) - the name of the (current) page |
| 154 | ## $orientation (String) - the orientation of the (current) page |
| 155 | |
| 156 | pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation }) |
| 157 | pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation }) |
| 158 | |
| 159 | ## |
| 160 | |
| 161 | # The linearization status of the document; usually called "Fast Web View" in |
| 162 | # English locales of Adobe software. |
| 163 | pdfjs-document-properties-linearized = Hurtig web-visning: |
| 164 | pdfjs-document-properties-linearized-yes = Ja |
| 165 | pdfjs-document-properties-linearized-no = Nej |
| 166 | pdfjs-document-properties-close-button = Luk |
| 167 | |
| 168 | |
| 169 | |
| 170 | pdfjs-print-progress-message = Forbereder dokument til udskrivning… |
| 171 | # Variables: |
| 172 | # $progress (Number) - percent value |
| 173 | pdfjs-print-progress-percent = { $progress }% |
| 174 | pdfjs-print-progress-close-button = Annuller |
| 175 | pdfjs-printing-not-supported = Advarsel: Udskrivning er ikke fuldt understøttet af browseren. |
| 176 | pdfjs-printing-not-ready = Advarsel: PDF-filen er ikke fuldt indlæst til udskrivning. |
| 177 | |
| 178 | ## Tooltips and alt text for side panel toolbar buttons |
| 179 | |
| 180 | pdfjs-toggle-sidebar-button = |
| 181 | .title = Slå sidepanel til eller fra |
| 182 | pdfjs-toggle-sidebar-notification-button = |
| 183 | .title = Slå sidepanel til eller fra (dokumentet indeholder disposition/vedhæftede filer/lag) |
| 184 | pdfjs-toggle-sidebar-button-label = Slå sidepanel til eller fra |
| 185 | pdfjs-document-outline-button = |
| 186 | .title = Vis dokumentets disposition (dobbeltklik for at vise/skjule alle elementer) |
| 187 | pdfjs-document-outline-button-label = Dokument-disposition |
| 188 | pdfjs-attachments-button = |
| 189 | .title = Vis vedhæftede filer |
| 190 | pdfjs-attachments-button-label = Vedhæftede filer |
| 191 | pdfjs-layers-button = |
| 192 | .title = Vis lag (dobbeltklik for at nulstille alle lag til standard-tilstanden) |
| 193 | pdfjs-layers-button-label = Lag |
| 194 | pdfjs-thumbs-button = |
| 195 | .title = Vis miniaturer |
| 196 | pdfjs-thumbs-button-label = Miniaturer |
| 197 | pdfjs-current-outline-item-button = |
| 198 | .title = Find det aktuelle dispositions-element |
| 199 | pdfjs-current-outline-item-button-label = Aktuelt dispositions-element |
| 200 | pdfjs-findbar-button = |
| 201 | .title = Find i dokument |
| 202 | pdfjs-findbar-button-label = Find |
| 203 | pdfjs-additional-layers = Yderligere lag |
| 204 | |
| 205 | ## Thumbnails panel item (tooltip and alt text for images) |
| 206 | |
| 207 | # Variables: |
| 208 | # $page (Number) - the page number |
| 209 | pdfjs-thumb-page-title = |
| 210 | .title = Side { $page } |
| 211 | # Variables: |
| 212 | # $page (Number) - the page number |
| 213 | pdfjs-thumb-page-canvas = |
| 214 | .aria-label = Miniature af side { $page } |
| 215 | |
| 216 | ## Find panel button title and messages |
| 217 | |
| 218 | pdfjs-find-input = |
| 219 | .title = Find |
| 220 | .placeholder = Find i dokument… |
| 221 | pdfjs-find-previous-button = |
| 222 | .title = Find den forrige forekomst |
| 223 | pdfjs-find-previous-button-label = Forrige |
| 224 | pdfjs-find-next-button = |
| 225 | .title = Find den næste forekomst |
| 226 | pdfjs-find-next-button-label = Næste |
| 227 | pdfjs-find-highlight-checkbox = Fremhæv alle |
| 228 | pdfjs-find-match-case-checkbox-label = Forskel på store og små bogstaver |
| 229 | pdfjs-find-match-diacritics-checkbox-label = Diakritiske tegn |
| 230 | pdfjs-find-entire-word-checkbox-label = Hele ord |
| 231 | pdfjs-find-reached-top = Toppen af siden blev nået, fortsatte fra bunden |
| 232 | pdfjs-find-reached-bottom = Bunden af siden blev nået, fortsatte fra toppen |
| 233 | # Variables: |
| 234 | # $current (Number) - the index of the currently active find result |
| 235 | # $total (Number) - the total number of matches in the document |
| 236 | pdfjs-find-match-count = |
| 237 | { $total -> |
| 238 | [one] { $current } af { $total } forekomst |
| 239 | *[other] { $current } af { $total } forekomster |
| 240 | } |
| 241 | # Variables: |
| 242 | # $limit (Number) - the maximum number of matches |
| 243 | pdfjs-find-match-count-limit = |
| 244 | { $limit -> |
| 245 | [one] Mere end { $limit } forekomst |
| 246 | *[other] Mere end { $limit } forekomster |
| 247 | } |
| 248 | pdfjs-find-not-found = Der blev ikke fundet noget |
| 249 | |
| 250 | ## Predefined zoom values |
| 251 | |
| 252 | pdfjs-page-scale-width = Sidebredde |
| 253 | pdfjs-page-scale-fit = Tilpas til side |
| 254 | pdfjs-page-scale-auto = Automatisk zoom |
| 255 | pdfjs-page-scale-actual = Faktisk størrelse |
| 256 | # Variables: |
| 257 | # $scale (Number) - percent value for page scale |
| 258 | pdfjs-page-scale-percent = { $scale }% |
| 259 | |
| 260 | ## PDF page |
| 261 | |
| 262 | # Variables: |
| 263 | # $page (Number) - the page number |
| 264 | pdfjs-page-landmark = |
| 265 | .aria-label = Side { $page } |
| 266 | |
| 267 | ## Loading indicator messages |
| 268 | |
| 269 | pdfjs-loading-error = Der opstod en fejl ved indlæsning af PDF-filen. |
| 270 | pdfjs-invalid-file-error = PDF-filen er ugyldig eller ødelagt. |
| 271 | pdfjs-missing-file-error = Manglende PDF-fil. |
| 272 | pdfjs-unexpected-response-error = Uventet svar fra serveren. |
| 273 | pdfjs-rendering-error = Der opstod en fejl ved generering af siden. |
| 274 | |
| 275 | ## Annotations |
| 276 | |
| 277 | # Variables: |
| 278 | # $date (Date) - the modification date of the annotation |
| 279 | # $time (Time) - the modification time of the annotation |
| 280 | pdfjs-annotation-date-string = { $date }, { $time } |
| 281 | # .alt: This is used as a tooltip. |
| 282 | # Variables: |
| 283 | # $type (String) - an annotation type from a list defined in the PDF spec |
| 284 | # (32000-1:2008 Table 169 – Annotation types). |
| 285 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" |
| 286 | pdfjs-text-annotation-type = |
| 287 | .alt = [{ $type }kommentar] |
| 288 | |
| 289 | ## Password |
| 290 | |
| 291 | pdfjs-password-label = Angiv adgangskode til at åbne denne PDF-fil. |
| 292 | pdfjs-password-invalid = Ugyldig adgangskode. Prøv igen. |
| 293 | pdfjs-password-ok-button = OK |
| 294 | pdfjs-password-cancel-button = Fortryd |
| 295 | pdfjs-web-fonts-disabled = Webskrifttyper er deaktiverede. De indlejrede skrifttyper i PDF-filen kan ikke anvendes. |
| 296 | |
| 297 | ## Editing |
| 298 | |
| 299 | pdfjs-editor-free-text-button = |
| 300 | .title = Tekst |
| 301 | pdfjs-editor-free-text-button-label = Tekst |
| 302 | pdfjs-editor-ink-button = |
| 303 | .title = Tegn |
| 304 | pdfjs-editor-ink-button-label = Tegn |
| 305 | pdfjs-editor-stamp-button = |
| 306 | .title = Tilføj eller rediger billeder |
| 307 | pdfjs-editor-stamp-button-label = Tilføj eller rediger billeder |
| 308 | pdfjs-editor-highlight-button = |
| 309 | .title = Fremhæv |
| 310 | pdfjs-editor-highlight-button-label = Fremhæv |
| 311 | pdfjs-highlight-floating-button = |
| 312 | .title = Fremhæv |
| 313 | pdfjs-highlight-floating-button1 = |
| 314 | .title = Fremhæv |
| 315 | .aria-label = Fremhæv |
| 316 | pdfjs-highlight-floating-button-label = Fremhæv |
| 317 | |
| 318 | ## Remove button for the various kind of editor. |
| 319 | |
| 320 | pdfjs-editor-remove-ink-button = |
| 321 | .title = Fjern tegning |
| 322 | pdfjs-editor-remove-freetext-button = |
| 323 | .title = Fjern tekst |
| 324 | pdfjs-editor-remove-stamp-button = |
| 325 | .title = Fjern billede |
| 326 | pdfjs-editor-remove-highlight-button = |
| 327 | .title = Fjern fremhævning |
| 328 | |
| 329 | ## |
| 330 | |
| 331 | # Editor Parameters |
| 332 | pdfjs-editor-free-text-color-input = Farve |
| 333 | pdfjs-editor-free-text-size-input = Størrelse |
| 334 | pdfjs-editor-ink-color-input = Farve |
| 335 | pdfjs-editor-ink-thickness-input = Tykkelse |
| 336 | pdfjs-editor-ink-opacity-input = Uigennemsigtighed |
| 337 | pdfjs-editor-stamp-add-image-button = |
| 338 | .title = Tilføj billede |
| 339 | pdfjs-editor-stamp-add-image-button-label = Tilføj billede |
| 340 | # This refers to the thickness of the line used for free highlighting (not bound to text) |
| 341 | pdfjs-editor-free-highlight-thickness-input = Tykkelse |
| 342 | pdfjs-editor-free-highlight-thickness-title = |
| 343 | .title = Ændr tykkelse, når andre elementer end tekst fremhæves |
| 344 | pdfjs-free-text = |
| 345 | .aria-label = Teksteditor |
| 346 | pdfjs-free-text-default-content = Begynd at skrive… |
| 347 | pdfjs-ink = |
| 348 | .aria-label = Tegnings-editor |
| 349 | pdfjs-ink-canvas = |
| 350 | .aria-label = Brugeroprettet billede |
| 351 | |
| 352 | ## Alt-text dialog |
| 353 | |
| 354 | # Alternative text (alt text) helps when people can't see the image. |
| 355 | pdfjs-editor-alt-text-button-label = Alternativ tekst |
| 356 | pdfjs-editor-alt-text-edit-button-label = Rediger alternativ tekst |
| 357 | pdfjs-editor-alt-text-dialog-label = Vælg en indstilling |
| 358 | pdfjs-editor-alt-text-dialog-description = Alternativ tekst hjælper folk, som ikke kan se billedet eller når det ikke indlæses. |
| 359 | pdfjs-editor-alt-text-add-description-label = Tilføj en beskrivelse |
| 360 | pdfjs-editor-alt-text-add-description-description = Sigt efter en eller to sætninger, der beskriver emnet, omgivelserne eller handlinger. |
| 361 | pdfjs-editor-alt-text-mark-decorative-label = Marker som dekorativ |
| 362 | pdfjs-editor-alt-text-mark-decorative-description = Dette bruges for dekorative billeder som rammer eller vandmærker. |
| 363 | pdfjs-editor-alt-text-cancel-button = Annuller |
| 364 | pdfjs-editor-alt-text-save-button = Gem |
| 365 | pdfjs-editor-alt-text-decorative-tooltip = Markeret som dekorativ |
| 366 | # .placeholder: This is a placeholder for the alt text input area |
| 367 | pdfjs-editor-alt-text-textarea = |
| 368 | .placeholder = For eksempel: "En ung mand sætter sig ved et bord for at spise et måltid mad" |
| 369 | |
| 370 | ## Editor resizers |
| 371 | ## This is used in an aria label to help to understand the role of the resizer. |
| 372 | |
| 373 | pdfjs-editor-resizer-label-top-left = Øverste venstre hjørne — tilpas størrelse |
| 374 | pdfjs-editor-resizer-label-top-middle = Øverste i midten — tilpas størrelse |
| 375 | pdfjs-editor-resizer-label-top-right = Øverste højre hjørne — tilpas størrelse |
| 376 | pdfjs-editor-resizer-label-middle-right = Midten til højre — tilpas størrelse |
| 377 | pdfjs-editor-resizer-label-bottom-right = Nederste højre hjørne - tilpas størrelse |
| 378 | pdfjs-editor-resizer-label-bottom-middle = Nederst i midten - tilpas størrelse |
| 379 | pdfjs-editor-resizer-label-bottom-left = Nederste venstre hjørne - tilpas størrelse |
| 380 | pdfjs-editor-resizer-label-middle-left = Midten til venstre — tilpas størrelse |
| 381 | |
| 382 | ## Color picker |
| 383 | |
| 384 | # This means "Color used to highlight text" |
| 385 | pdfjs-editor-highlight-colorpicker-label = Fremhævningsfarve |
| 386 | pdfjs-editor-colorpicker-button = |
| 387 | .title = Skift farve |
| 388 | pdfjs-editor-colorpicker-dropdown = |
| 389 | .aria-label = Farvevalg |
| 390 | pdfjs-editor-colorpicker-yellow = |
| 391 | .title = Gul |
| 392 | pdfjs-editor-colorpicker-green = |
| 393 | .title = Grøn |
| 394 | pdfjs-editor-colorpicker-blue = |
| 395 | .title = Blå |
| 396 | pdfjs-editor-colorpicker-pink = |
| 397 | .title = Lyserød |
| 398 | pdfjs-editor-colorpicker-red = |
| 399 | .title = Rød |
| 400 | |
| 401 | ## Show all highlights |
| 402 | ## This is a toggle button to show/hide all the highlights. |
| 403 | |
| 404 | pdfjs-editor-highlight-show-all-button-label = Vis alle |
| 405 | pdfjs-editor-highlight-show-all-button = |
| 406 | .title = Vis alle |
| 407 |