viewer.ftl
363 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 = Føregåande side |
| 10 | pdfjs-previous-button-label = Føregåande |
| 11 | pdfjs-next-button = |
| 12 | .title = Neste side |
| 13 | pdfjs-next-button-label = Neste |
| 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 = av { $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 } av { $pagesCount }) |
| 25 | pdfjs-zoom-out-button = |
| 26 | .title = Zoom ut |
| 27 | pdfjs-zoom-out-button-label = Zoom ut |
| 28 | pdfjs-zoom-in-button = |
| 29 | .title = Zoom inn |
| 30 | pdfjs-zoom-in-button-label = Zoom inn |
| 31 | pdfjs-zoom-select = |
| 32 | .title = Zoom |
| 33 | pdfjs-presentation-mode-button = |
| 34 | .title = Byt til presentasjonsmodus |
| 35 | pdfjs-presentation-mode-button-label = Presentasjonsmodus |
| 36 | pdfjs-open-file-button = |
| 37 | .title = Opne fil |
| 38 | pdfjs-open-file-button-label = Opne |
| 39 | pdfjs-print-button = |
| 40 | .title = Skriv ut |
| 41 | pdfjs-print-button-label = Skriv ut |
| 42 | pdfjs-save-button = |
| 43 | .title = Lagre |
| 44 | pdfjs-save-button-label = Lagre |
| 45 | # Used in Firefox for Android as a tooltip for the download button (“download” is a verb). |
| 46 | pdfjs-download-button = |
| 47 | .title = Last ned |
| 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 = Last ned |
| 51 | pdfjs-bookmark-button = |
| 52 | .title = Gjeldande side (sjå URL frå gjeldande side) |
| 53 | pdfjs-bookmark-button-label = Gjeldande side |
| 54 | # Used in Firefox for Android. |
| 55 | pdfjs-open-in-app-button = |
| 56 | .title = Opne i 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 = Opne i app |
| 60 | |
| 61 | ## Secondary toolbar and context menu |
| 62 | |
| 63 | pdfjs-tools-button = |
| 64 | .title = Verktøy |
| 65 | pdfjs-tools-button-label = Verktøy |
| 66 | pdfjs-first-page-button = |
| 67 | .title = Gå til første side |
| 68 | pdfjs-first-page-button-label = Gå til første side |
| 69 | pdfjs-last-page-button = |
| 70 | .title = Gå til siste side |
| 71 | pdfjs-last-page-button-label = Gå til siste side |
| 72 | pdfjs-page-rotate-cw-button = |
| 73 | .title = Roter med klokka |
| 74 | pdfjs-page-rotate-cw-button-label = Roter med klokka |
| 75 | pdfjs-page-rotate-ccw-button = |
| 76 | .title = Roter mot klokka |
| 77 | pdfjs-page-rotate-ccw-button-label = Roter mot klokka |
| 78 | pdfjs-cursor-text-select-tool-button = |
| 79 | .title = Aktiver tekstmarkeringsverktøy |
| 80 | pdfjs-cursor-text-select-tool-button-label = Tekstmarkeringsverktøy |
| 81 | pdfjs-cursor-hand-tool-button = |
| 82 | .title = Aktiver handverktøy |
| 83 | pdfjs-cursor-hand-tool-button-label = Handverktøy |
| 84 | pdfjs-scroll-page-button = |
| 85 | .title = Bruk siderulling |
| 86 | pdfjs-scroll-page-button-label = Siderulling |
| 87 | pdfjs-scroll-vertical-button = |
| 88 | .title = Bruk vertikal rulling |
| 89 | pdfjs-scroll-vertical-button-label = Vertikal rulling |
| 90 | pdfjs-scroll-horizontal-button = |
| 91 | .title = Bruk horisontal rulling |
| 92 | pdfjs-scroll-horizontal-button-label = Horisontal rulling |
| 93 | pdfjs-scroll-wrapped-button = |
| 94 | .title = Bruk fleirsiderulling |
| 95 | pdfjs-scroll-wrapped-button-label = Fleirsiderulling |
| 96 | pdfjs-spread-none-button = |
| 97 | .title = Vis enkeltsider |
| 98 | pdfjs-spread-none-button-label = Enkeltside |
| 99 | pdfjs-spread-odd-button = |
| 100 | .title = Vis oppslag med ulike sidenummer til venstre |
| 101 | pdfjs-spread-odd-button-label = Oppslag med framside |
| 102 | pdfjs-spread-even-button = |
| 103 | .title = Vis oppslag med like sidenummmer til venstre |
| 104 | pdfjs-spread-even-button-label = Oppslag utan framside |
| 105 | |
| 106 | ## Document properties dialog |
| 107 | |
| 108 | pdfjs-document-properties-button = |
| 109 | .title = Dokumenteigenskapar… |
| 110 | pdfjs-document-properties-button-label = Dokumenteigenskapar… |
| 111 | pdfjs-document-properties-file-name = Filnamn: |
| 112 | pdfjs-document-properties-file-size = Filstorleik: |
| 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 = Tittel: |
| 122 | pdfjs-document-properties-author = Forfattar: |
| 123 | pdfjs-document-properties-subject = Emne: |
| 124 | pdfjs-document-properties-keywords = Stikkord: |
| 125 | pdfjs-document-properties-creation-date = Dato oppretta: |
| 126 | pdfjs-document-properties-modification-date = Dato endra: |
| 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 = Oppretta av: |
| 132 | pdfjs-document-properties-producer = PDF-verktøy: |
| 133 | pdfjs-document-properties-version = PDF-versjon: |
| 134 | pdfjs-document-properties-page-count = Sidetal: |
| 135 | pdfjs-document-properties-page-size = Sidestørrelse: |
| 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 = ståande |
| 139 | pdfjs-document-properties-page-size-orientation-landscape = liggande |
| 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 = Brev |
| 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 = Rask nettvising: |
| 160 | pdfjs-document-properties-linearized-yes = Ja |
| 161 | pdfjs-document-properties-linearized-no = Nei |
| 162 | pdfjs-document-properties-close-button = Lat att |
| 163 | |
| 164 | |
| 165 | |
| 166 | pdfjs-print-progress-message = Førebur dokumentet for utskrift… |
| 167 | # Variables: |
| 168 | # $progress (Number) - percent value |
| 169 | pdfjs-print-progress-percent = { $progress }% |
| 170 | pdfjs-print-progress-close-button = Avbryt |
| 171 | pdfjs-printing-not-supported = � |
| 172 | tvaring: Utskrift er ikkje fullstendig støtta av denne nettlesaren. |
| 173 | pdfjs-printing-not-ready = � |
| 174 | tvaring: PDF ikkje fullstendig innlasta for utskrift. |
| 175 | |
| 176 | ## Tooltips and alt text for side panel toolbar buttons |
| 177 | |
| 178 | pdfjs-toggle-sidebar-button = |
| 179 | .title = Slå av/på sidestolpe |
| 180 | pdfjs-toggle-sidebar-notification-button = |
| 181 | .title = Vis/gøym sidestolpe (dokumentet inneheld oversikt/vedlegg/lag) |
| 182 | pdfjs-toggle-sidebar-button-label = Slå av/på sidestolpe |
| 183 | pdfjs-document-outline-button = |
| 184 | .title = Vis dokumentdisposisjonen (dobbelklikk for å utvide/gøyme alle elementa) |
| 185 | pdfjs-document-outline-button-label = Dokumentdisposisjon |
| 186 | pdfjs-attachments-button = |
| 187 | .title = Vis vedlegg |
| 188 | pdfjs-attachments-button-label = Vedlegg |
| 189 | pdfjs-layers-button = |
| 190 | .title = Vis lag (dobbeltklikk for å tilbakestille alle lag til standardtilstand) |
| 191 | pdfjs-layers-button-label = Lag |
| 192 | pdfjs-thumbs-button = |
| 193 | .title = Vis miniatyrbilde |
| 194 | pdfjs-thumbs-button-label = Miniatyrbilde |
| 195 | pdfjs-current-outline-item-button = |
| 196 | .title = Finn gjeldande disposisjonselement |
| 197 | pdfjs-current-outline-item-button-label = Gjeldande disposisjonselement |
| 198 | pdfjs-findbar-button = |
| 199 | .title = Finn i dokumentet |
| 200 | pdfjs-findbar-button-label = Finn |
| 201 | pdfjs-additional-layers = Ytterlegare lag |
| 202 | |
| 203 | ## Thumbnails panel item (tooltip and alt text for images) |
| 204 | |
| 205 | # Variables: |
| 206 | # $page (Number) - the page number |
| 207 | pdfjs-thumb-page-title = |
| 208 | .title = Side { $page } |
| 209 | # Variables: |
| 210 | # $page (Number) - the page number |
| 211 | pdfjs-thumb-page-canvas = |
| 212 | .aria-label = Miniatyrbilde av side { $page } |
| 213 | |
| 214 | ## Find panel button title and messages |
| 215 | |
| 216 | pdfjs-find-input = |
| 217 | .title = Søk |
| 218 | .placeholder = Søk i dokument… |
| 219 | pdfjs-find-previous-button = |
| 220 | .title = Finn førre førekomst av frasen |
| 221 | pdfjs-find-previous-button-label = Førre |
| 222 | pdfjs-find-next-button = |
| 223 | .title = Finn neste førekomst av frasen |
| 224 | pdfjs-find-next-button-label = Neste |
| 225 | pdfjs-find-highlight-checkbox = Uthev alle |
| 226 | pdfjs-find-match-case-checkbox-label = Skil store/små bokstavar |
| 227 | pdfjs-find-match-diacritics-checkbox-label = Samsvar diakritiske teikn |
| 228 | pdfjs-find-entire-word-checkbox-label = Heile ord |
| 229 | pdfjs-find-reached-top = Nådde toppen av dokumentet, fortset frå botnen |
| 230 | pdfjs-find-reached-bottom = Nådde botnen av dokumentet, fortset frå toppen |
| 231 | # Variables: |
| 232 | # $current (Number) - the index of the currently active find result |
| 233 | # $total (Number) - the total number of matches in the document |
| 234 | pdfjs-find-match-count = |
| 235 | { $total -> |
| 236 | [one] { $current } av { $total } treff |
| 237 | *[other] { $current } av { $total } treff |
| 238 | } |
| 239 | # Variables: |
| 240 | # $limit (Number) - the maximum number of matches |
| 241 | pdfjs-find-match-count-limit = |
| 242 | { $limit -> |
| 243 | [one] Meir enn { $limit } treff |
| 244 | *[other] Meir enn { $limit } treff |
| 245 | } |
| 246 | pdfjs-find-not-found = Fann ikkje teksten |
| 247 | |
| 248 | ## Predefined zoom values |
| 249 | |
| 250 | pdfjs-page-scale-width = Sidebreidde |
| 251 | pdfjs-page-scale-fit = Tilpass til sida |
| 252 | pdfjs-page-scale-auto = Automatisk skalering |
| 253 | pdfjs-page-scale-actual = Verkeleg storleik |
| 254 | # Variables: |
| 255 | # $scale (Number) - percent value for page scale |
| 256 | pdfjs-page-scale-percent = { $scale }% |
| 257 | |
| 258 | ## PDF page |
| 259 | |
| 260 | # Variables: |
| 261 | # $page (Number) - the page number |
| 262 | pdfjs-page-landmark = |
| 263 | .aria-label = Side { $page } |
| 264 | |
| 265 | ## Loading indicator messages |
| 266 | |
| 267 | pdfjs-loading-error = Ein feil oppstod ved lasting av PDF. |
| 268 | pdfjs-invalid-file-error = Ugyldig eller korrupt PDF-fil. |
| 269 | pdfjs-missing-file-error = Manglande PDF-fil. |
| 270 | pdfjs-unexpected-response-error = Uventa tenarrespons. |
| 271 | pdfjs-rendering-error = Ein feil oppstod under vising av sida. |
| 272 | |
| 273 | ## Annotations |
| 274 | |
| 275 | # Variables: |
| 276 | # $date (Date) - the modification date of the annotation |
| 277 | # $time (Time) - the modification time of the annotation |
| 278 | pdfjs-annotation-date-string = { $date } { $time } |
| 279 | # .alt: This is used as a tooltip. |
| 280 | # Variables: |
| 281 | # $type (String) - an annotation type from a list defined in the PDF spec |
| 282 | # (32000-1:2008 Table 169 – Annotation types). |
| 283 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" |
| 284 | pdfjs-text-annotation-type = |
| 285 | .alt = [{ $type } annotasjon] |
| 286 | |
| 287 | ## Password |
| 288 | |
| 289 | pdfjs-password-label = Skriv inn passordet for å opne denne PDF-fila. |
| 290 | pdfjs-password-invalid = Ugyldig passord. Prøv på nytt. |
| 291 | pdfjs-password-ok-button = OK |
| 292 | pdfjs-password-cancel-button = Avbryt |
| 293 | pdfjs-web-fonts-disabled = Web-skrifter er slått av: Kan ikkje bruke innbundne PDF-skrifter. |
| 294 | |
| 295 | ## Editing |
| 296 | |
| 297 | pdfjs-editor-free-text-button = |
| 298 | .title = Tekst |
| 299 | pdfjs-editor-free-text-button-label = Tekst |
| 300 | pdfjs-editor-ink-button = |
| 301 | .title = Teikne |
| 302 | pdfjs-editor-ink-button-label = Teikne |
| 303 | pdfjs-editor-stamp-button = |
| 304 | .title = Legg til eller rediger bilde |
| 305 | pdfjs-editor-stamp-button-label = Legg til eller rediger bilde |
| 306 | |
| 307 | ## Remove button for the various kind of editor. |
| 308 | |
| 309 | |
| 310 | ## |
| 311 | |
| 312 | # Editor Parameters |
| 313 | pdfjs-editor-free-text-color-input = Farge |
| 314 | pdfjs-editor-free-text-size-input = Storleik |
| 315 | pdfjs-editor-ink-color-input = Farge |
| 316 | pdfjs-editor-ink-thickness-input = Tjukkleik |
| 317 | pdfjs-editor-ink-opacity-input = Ugjennomskinleg |
| 318 | pdfjs-editor-stamp-add-image-button = |
| 319 | .title = Legg til bilde |
| 320 | pdfjs-editor-stamp-add-image-button-label = Legg til bilde |
| 321 | pdfjs-free-text = |
| 322 | .aria-label = Tekstredigering |
| 323 | pdfjs-free-text-default-content = Byrje å skrive… |
| 324 | pdfjs-ink = |
| 325 | .aria-label = Teikneredigering |
| 326 | pdfjs-ink-canvas = |
| 327 | .aria-label = Brukarskapt bilde |
| 328 | |
| 329 | ## Alt-text dialog |
| 330 | |
| 331 | # Alternative text (alt text) helps when people can't see the image. |
| 332 | pdfjs-editor-alt-text-button-label = Alt-tekst |
| 333 | pdfjs-editor-alt-text-edit-button-label = Rediger alt-tekst tekst |
| 334 | pdfjs-editor-alt-text-dialog-label = Vel eit alternativ |
| 335 | pdfjs-editor-alt-text-dialog-description = Alt-tekst (alternativ tekst) hjelper når folk ikkje kan sjå bildet eller når det ikkje vert lasta inn. |
| 336 | pdfjs-editor-alt-text-add-description-label = Legg til ei skildring |
| 337 | pdfjs-editor-alt-text-add-description-description = Gå etter 1-2 setninger som skildrar emnet, settinga eller handlingane. |
| 338 | pdfjs-editor-alt-text-mark-decorative-label = Merk som dekorativt |
| 339 | pdfjs-editor-alt-text-mark-decorative-description = Dette vert brukt til dekorative bilde, som kantlinjer eller vassmerke. |
| 340 | pdfjs-editor-alt-text-cancel-button = Avbryt |
| 341 | pdfjs-editor-alt-text-save-button = Lagre |
| 342 | pdfjs-editor-alt-text-decorative-tooltip = Merkt som dekorativ |
| 343 | # .placeholder: This is a placeholder for the alt text input area |
| 344 | pdfjs-editor-alt-text-textarea = |
| 345 | .placeholder = Til dømes, «Ein ung mann set seg ved eit bord for å ete eit måltid» |
| 346 | |
| 347 | ## Editor resizers |
| 348 | ## This is used in an aria label to help to understand the role of the resizer. |
| 349 | |
| 350 | |
| 351 | ## Color picker |
| 352 | |
| 353 | pdfjs-editor-colorpicker-yellow = |
| 354 | .title = Gul |
| 355 | pdfjs-editor-colorpicker-green = |
| 356 | .title = Grøn |
| 357 | pdfjs-editor-colorpicker-blue = |
| 358 | .title = Blå |
| 359 | pdfjs-editor-colorpicker-pink = |
| 360 | .title = Rosa |
| 361 | pdfjs-editor-colorpicker-red = |
| 362 | .title = Raud |
| 363 |