1
0

viewer.ftl 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604
  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. ## Main toolbar buttons (tooltips and alt text for images)
  5. pdfjs-previous-button =
  6. .title = Føregåande side
  7. pdfjs-previous-button-label = Føregåande
  8. pdfjs-next-button =
  9. .title = Neste side
  10. pdfjs-next-button-label = Neste
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = Side
  14. # Variables:
  15. # $pagesCount (Number) - the total number of pages in the document
  16. # This string follows an input field with the number of the page currently displayed.
  17. pdfjs-of-pages = av { $pagesCount }
  18. # Variables:
  19. # $pageNumber (Number) - the currently visible page
  20. # $pagesCount (Number) - the total number of pages in the document
  21. pdfjs-page-of-pages = ({ $pageNumber } av { $pagesCount })
  22. pdfjs-zoom-out-button =
  23. .title = Zoom ut
  24. pdfjs-zoom-out-button-label = Zoom ut
  25. pdfjs-zoom-in-button =
  26. .title = Zoom inn
  27. pdfjs-zoom-in-button-label = Zoom inn
  28. pdfjs-zoom-select =
  29. .title = Zoom
  30. pdfjs-presentation-mode-button =
  31. .title = Byt til presentasjonsmodus
  32. pdfjs-presentation-mode-button-label = Presentasjonsmodus
  33. pdfjs-open-file-button =
  34. .title = Opne fil
  35. pdfjs-open-file-button-label = Opne
  36. pdfjs-print-button =
  37. .title = Skriv ut
  38. pdfjs-print-button-label = Skriv ut
  39. pdfjs-save-button =
  40. .title = Lagre
  41. pdfjs-save-button-label = Lagre
  42. # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  43. pdfjs-download-button =
  44. .title = Last ned
  45. # Used in Firefox for Android as a label for the download button (“download” is a verb).
  46. # Length of the translation matters since we are in a mobile context, with limited screen estate.
  47. pdfjs-download-button-label = Last ned
  48. pdfjs-bookmark-button =
  49. .title = Gjeldande side (sjå URL frå gjeldande side)
  50. pdfjs-bookmark-button-label = Gjeldande side
  51. ## Secondary toolbar and context menu
  52. pdfjs-tools-button =
  53. .title = Verktøy
  54. pdfjs-tools-button-label = Verktøy
  55. pdfjs-first-page-button =
  56. .title = Gå til første side
  57. pdfjs-first-page-button-label = Gå til første side
  58. pdfjs-last-page-button =
  59. .title = Gå til siste side
  60. pdfjs-last-page-button-label = Gå til siste side
  61. pdfjs-page-rotate-cw-button =
  62. .title = Roter med klokka
  63. pdfjs-page-rotate-cw-button-label = Roter med klokka
  64. pdfjs-page-rotate-ccw-button =
  65. .title = Roter mot klokka
  66. pdfjs-page-rotate-ccw-button-label = Roter mot klokka
  67. pdfjs-cursor-text-select-tool-button =
  68. .title = Aktiver tekstmarkeringsverktøy
  69. pdfjs-cursor-text-select-tool-button-label = Tekstmarkeringsverktøy
  70. pdfjs-cursor-hand-tool-button =
  71. .title = Aktiver handverktøy
  72. pdfjs-cursor-hand-tool-button-label = Handverktøy
  73. pdfjs-scroll-page-button =
  74. .title = Bruk siderulling
  75. pdfjs-scroll-page-button-label = Siderulling
  76. pdfjs-scroll-vertical-button =
  77. .title = Bruk vertikal rulling
  78. pdfjs-scroll-vertical-button-label = Vertikal rulling
  79. pdfjs-scroll-horizontal-button =
  80. .title = Bruk horisontal rulling
  81. pdfjs-scroll-horizontal-button-label = Horisontal rulling
  82. pdfjs-scroll-wrapped-button =
  83. .title = Bruk fleirsiderulling
  84. pdfjs-scroll-wrapped-button-label = Fleirsiderulling
  85. pdfjs-spread-none-button =
  86. .title = Vis enkeltsider
  87. pdfjs-spread-none-button-label = Enkeltside
  88. pdfjs-spread-odd-button =
  89. .title = Vis oppslag med ulike sidenummer til venstre
  90. pdfjs-spread-odd-button-label = Oppslag med framside
  91. pdfjs-spread-even-button =
  92. .title = Vis oppslag med like sidenummmer til venstre
  93. pdfjs-spread-even-button-label = Oppslag utan framside
  94. ## Document properties dialog
  95. pdfjs-document-properties-button =
  96. .title = Dokumenteigenskapar…
  97. pdfjs-document-properties-button-label = Dokumenteigenskapar…
  98. pdfjs-document-properties-file-name = Filnamn:
  99. pdfjs-document-properties-file-size = Filstorleik:
  100. # Variables:
  101. # $kb (Number) - the PDF file size in kilobytes
  102. # $b (Number) - the PDF file size in bytes
  103. pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) } kB ({ $b } byte)
  104. # Variables:
  105. # $mb (Number) - the PDF file size in megabytes
  106. # $b (Number) - the PDF file size in bytes
  107. pdfjs-document-properties-size-mb = { NUMBER($mb, maximumSignificantDigits: 3) } MB ({ $b } byte)
  108. # Variables:
  109. # $size_kb (Number) - the PDF file size in kilobytes
  110. # $size_b (Number) - the PDF file size in bytes
  111. pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bytes)
  112. # Variables:
  113. # $size_mb (Number) - the PDF file size in megabytes
  114. # $size_b (Number) - the PDF file size in bytes
  115. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bytes)
  116. pdfjs-document-properties-title = Tittel:
  117. pdfjs-document-properties-author = Forfattar:
  118. pdfjs-document-properties-subject = Emne:
  119. pdfjs-document-properties-keywords = Stikkord:
  120. pdfjs-document-properties-creation-date = Dato oppretta:
  121. pdfjs-document-properties-modification-date = Dato endra:
  122. # Variables:
  123. # $dateObj (Date) - the creation/modification date and time of the PDF file
  124. pdfjs-document-properties-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  125. # Variables:
  126. # $date (Date) - the creation/modification date of the PDF file
  127. # $time (Time) - the creation/modification time of the PDF file
  128. pdfjs-document-properties-date-string = { $date }, { $time }
  129. pdfjs-document-properties-creator = Oppretta av:
  130. pdfjs-document-properties-producer = PDF-verktøy:
  131. pdfjs-document-properties-version = PDF-versjon:
  132. pdfjs-document-properties-page-count = Sidetal:
  133. pdfjs-document-properties-page-size = Sidestørrelse:
  134. pdfjs-document-properties-page-size-unit-inches = in
  135. pdfjs-document-properties-page-size-unit-millimeters = mm
  136. pdfjs-document-properties-page-size-orientation-portrait = ståande (portrait)
  137. pdfjs-document-properties-page-size-orientation-landscape = liggande (landscape)
  138. pdfjs-document-properties-page-size-name-a-three = A3
  139. pdfjs-document-properties-page-size-name-a-four = A4
  140. pdfjs-document-properties-page-size-name-letter = Brev
  141. pdfjs-document-properties-page-size-name-legal = Legal
  142. ## Variables:
  143. ## $width (Number) - the width of the (current) page
  144. ## $height (Number) - the height of the (current) page
  145. ## $unit (String) - the unit of measurement of the (current) page
  146. ## $name (String) - the name of the (current) page
  147. ## $orientation (String) - the orientation of the (current) page
  148. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  149. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  150. ##
  151. # The linearization status of the document; usually called "Fast Web View" in
  152. # English locales of Adobe software.
  153. pdfjs-document-properties-linearized = Rask nettvising:
  154. pdfjs-document-properties-linearized-yes = Ja
  155. pdfjs-document-properties-linearized-no = Nei
  156. pdfjs-document-properties-close-button = Lat att
  157. ## Print
  158. pdfjs-print-progress-message = Førebur dokumentet for utskrift…
  159. # Variables:
  160. # $progress (Number) - percent value
  161. pdfjs-print-progress-percent = { $progress }%
  162. pdfjs-print-progress-close-button = Avbryt
  163. pdfjs-printing-not-supported = Åtvaring: Utskrift er ikkje fullstendig støtta av denne nettlesaren.
  164. pdfjs-printing-not-ready = Åtvaring: PDF ikkje fullstendig innlasta for utskrift.
  165. ## Tooltips and alt text for side panel toolbar buttons
  166. pdfjs-toggle-sidebar-button =
  167. .title = Slå av/på sidestolpe
  168. pdfjs-toggle-sidebar-notification-button =
  169. .title = Vis/gøym sidestolpe (dokumentet inneheld oversikt/vedlegg/lag)
  170. pdfjs-toggle-sidebar-button-label = Slå av/på sidestolpe
  171. pdfjs-document-outline-button =
  172. .title = Vis dokumentdisposisjonen (dobbelklikk for å utvide/gøyme alle elementa)
  173. pdfjs-document-outline-button-label = Dokumentdisposisjon
  174. pdfjs-attachments-button =
  175. .title = Vis vedlegg
  176. pdfjs-attachments-button-label = Vedlegg
  177. pdfjs-layers-button =
  178. .title = Vis lag (dobbeltklikk for å tilbakestille alle lag til standardtilstand)
  179. pdfjs-layers-button-label = Lag
  180. pdfjs-thumbs-button =
  181. .title = Vis miniatyrbilde
  182. pdfjs-thumbs-button-label = Miniatyrbilde
  183. pdfjs-current-outline-item-button =
  184. .title = Finn gjeldande disposisjonselement
  185. pdfjs-current-outline-item-button-label = Gjeldande disposisjonselement
  186. pdfjs-findbar-button =
  187. .title = Finn i dokumentet
  188. pdfjs-findbar-button-label = Finn
  189. pdfjs-additional-layers = Ytterlegare lag
  190. ## Thumbnails panel item (tooltip and alt text for images)
  191. # Variables:
  192. # $page (Number) - the page number
  193. pdfjs-thumb-page-title =
  194. .title = Side { $page }
  195. # Variables:
  196. # $page (Number) - the page number
  197. pdfjs-thumb-page-canvas =
  198. .aria-label = Miniatyrbilde av side { $page }
  199. ## Find panel button title and messages
  200. pdfjs-find-input =
  201. .title = Søk
  202. .placeholder = Søk i dokument…
  203. pdfjs-find-previous-button =
  204. .title = Finn førre førekomst av frasen
  205. pdfjs-find-previous-button-label = Førre
  206. pdfjs-find-next-button =
  207. .title = Finn neste førekomst av frasen
  208. pdfjs-find-next-button-label = Neste
  209. pdfjs-find-highlight-checkbox = Uthev alle
  210. pdfjs-find-match-case-checkbox-label = Skil store/små bokstavar
  211. pdfjs-find-match-diacritics-checkbox-label = Samsvar diakritiske teikn
  212. pdfjs-find-entire-word-checkbox-label = Heile ord
  213. pdfjs-find-reached-top = Nådde toppen av dokumentet, fortset frå botnen
  214. pdfjs-find-reached-bottom = Nådde botnen av dokumentet, fortset frå toppen
  215. # Variables:
  216. # $current (Number) - the index of the currently active find result
  217. # $total (Number) - the total number of matches in the document
  218. pdfjs-find-match-count =
  219. { $total ->
  220. [one] { $current } av { $total } treff
  221. *[other] { $current } av { $total } treff
  222. }
  223. # Variables:
  224. # $limit (Number) - the maximum number of matches
  225. pdfjs-find-match-count-limit =
  226. { $limit ->
  227. [one] Meir enn { $limit } treff
  228. *[other] Meir enn { $limit } treff
  229. }
  230. pdfjs-find-not-found = Fann ikkje teksten
  231. ## Predefined zoom values
  232. pdfjs-page-scale-width = Sidebreidde
  233. pdfjs-page-scale-fit = Tilpass til sida
  234. pdfjs-page-scale-auto = Automatisk skalering
  235. pdfjs-page-scale-actual = Verkeleg storleik
  236. # Variables:
  237. # $scale (Number) - percent value for page scale
  238. pdfjs-page-scale-percent = { $scale }%
  239. ## PDF page
  240. # Variables:
  241. # $page (Number) - the page number
  242. pdfjs-page-landmark =
  243. .aria-label = Side { $page }
  244. ## Loading indicator messages
  245. pdfjs-loading-error = Ein feil oppstod ved lasting av PDF.
  246. pdfjs-invalid-file-error = Ugyldig eller korrupt PDF-fil.
  247. pdfjs-missing-file-error = Manglande PDF-fil.
  248. pdfjs-unexpected-response-error = Uventa tenarrespons.
  249. pdfjs-rendering-error = Ein feil oppstod under vising av sida.
  250. ## Annotations
  251. # Variables:
  252. # $date (Date) - the modification date of the annotation
  253. # $time (Time) - the modification time of the annotation
  254. pdfjs-annotation-date-string = { $date } { $time }
  255. # .alt: This is used as a tooltip.
  256. # Variables:
  257. # $type (String) - an annotation type from a list defined in the PDF spec
  258. # (32000-1:2008 Table 169 – Annotation types).
  259. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  260. pdfjs-text-annotation-type =
  261. .alt = [{ $type } annotasjon]
  262. # Variables:
  263. # $dateObj (Date) - the modification date and time of the annotation
  264. pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  265. ## Password
  266. pdfjs-password-label = Skriv inn passordet for å opne denne PDF-fila.
  267. pdfjs-password-invalid = Ugyldig passord. Prøv på nytt.
  268. pdfjs-password-ok-button = OK
  269. pdfjs-password-cancel-button = Avbryt
  270. pdfjs-web-fonts-disabled = Web-skrifter er slått av: Kan ikkje bruke innbundne PDF-skrifter.
  271. ## Editing
  272. pdfjs-editor-free-text-button =
  273. .title = Tekst
  274. pdfjs-editor-free-text-button-label = Tekst
  275. pdfjs-editor-ink-button =
  276. .title = Teikne
  277. pdfjs-editor-ink-button-label = Teikne
  278. pdfjs-editor-stamp-button =
  279. .title = Legg til eller rediger bilde
  280. pdfjs-editor-stamp-button-label = Legg til eller rediger bilde
  281. pdfjs-editor-highlight-button =
  282. .title = Markere
  283. pdfjs-editor-highlight-button-label = Markere
  284. pdfjs-highlight-floating-button1 =
  285. .title = Markere
  286. .aria-label = Markere
  287. pdfjs-highlight-floating-button-label = Markere
  288. pdfjs-editor-signature-button =
  289. .title = Legg til signatur
  290. pdfjs-editor-signature-button-label = Legg til signatur
  291. ## Default editor aria labels
  292. # “Highlight” is a noun, the string is used on the editor for highlights.
  293. pdfjs-editor-highlight-editor =
  294. .aria-label = Markeringsredigerar
  295. pdfjs-editor-stamp-editor =
  296. .aria-label = Bildredigerar
  297. ## Remove button for the various kind of editor.
  298. pdfjs-editor-remove-ink-button =
  299. .title = Fjern teikninga
  300. pdfjs-editor-remove-freetext-button =
  301. .title = Fjern tekst
  302. pdfjs-editor-remove-stamp-button =
  303. .title = Fjern bildet
  304. pdfjs-editor-remove-highlight-button =
  305. .title = Fjern utheving
  306. pdfjs-editor-remove-signature-button =
  307. .title = Fjern signatur
  308. ##
  309. # Editor Parameters
  310. pdfjs-editor-free-text-color-input = Farge
  311. pdfjs-editor-free-text-size-input = Storleik
  312. pdfjs-editor-ink-color-input = Farge
  313. pdfjs-editor-ink-thickness-input = Tjukn
  314. pdfjs-editor-ink-opacity-input = Ugjennomskinleg
  315. pdfjs-editor-stamp-add-image-button =
  316. .title = Legg til bilde
  317. pdfjs-editor-stamp-add-image-button-label = Legg til bilde
  318. # This refers to the thickness of the line used for free highlighting (not bound to text)
  319. pdfjs-editor-free-highlight-thickness-input = Tjukn
  320. pdfjs-editor-free-highlight-thickness-title =
  321. .title = Endre tjukn når du markerer andre element enn tekst
  322. pdfjs-editor-add-signature-container =
  323. .aria-label = Signaturkontroll og lagra signaturar
  324. pdfjs-editor-signature-add-signature-button =
  325. .title = Legg til ny signatur
  326. pdfjs-editor-signature-add-signature-button-label = Legg til ny signatur
  327. # Used on the button to use an already saved signature.
  328. # Variables:
  329. # $description (String) - a string describing/labeling the signature.
  330. pdfjs-editor-add-saved-signature-button =
  331. .title = Lagra signatur: { $description }
  332. # .default-content is used as a placeholder in an empty text editor.
  333. pdfjs-free-text2 =
  334. .aria-label = Tekstredigering
  335. .default-content = Begynn å skrive…
  336. pdfjs-free-text =
  337. .aria-label = Tekstredigering
  338. pdfjs-free-text-default-content = Byrje å skrive…
  339. pdfjs-ink =
  340. .aria-label = Teikneredigering
  341. pdfjs-ink-canvas =
  342. .aria-label = Brukarskapt bilde
  343. ## Alt-text dialog
  344. pdfjs-editor-alt-text-button-label = Alt-tekst
  345. pdfjs-editor-alt-text-edit-button =
  346. .aria-label = Rediger alt-tekst tekst
  347. pdfjs-editor-alt-text-edit-button-label = Rediger alt-tekst tekst
  348. pdfjs-editor-alt-text-dialog-label = Vel eit alternativ
  349. 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.
  350. pdfjs-editor-alt-text-add-description-label = Legg til ei skildring
  351. pdfjs-editor-alt-text-add-description-description = Gå etter 1-2 setninger som skildrar emnet, settinga eller handlingane.
  352. pdfjs-editor-alt-text-mark-decorative-label = Merk som dekorativt
  353. pdfjs-editor-alt-text-mark-decorative-description = Dette vert brukt til dekorative bilde, som kantlinjer eller vassmerke.
  354. pdfjs-editor-alt-text-cancel-button = Avbryt
  355. pdfjs-editor-alt-text-save-button = Lagre
  356. pdfjs-editor-alt-text-decorative-tooltip = Merkt som dekorativ
  357. # .placeholder: This is a placeholder for the alt text input area
  358. pdfjs-editor-alt-text-textarea =
  359. .placeholder = Til dømes, «Ein ung mann set seg ved eit bord for å ete eit måltid»
  360. # Alternative text (alt text) helps when people can't see the image.
  361. pdfjs-editor-alt-text-button =
  362. .aria-label = Alt-tekst
  363. ## Editor resizers
  364. ## This is used in an aria label to help to understand the role of the resizer.
  365. pdfjs-editor-resizer-label-top-left = Øvste venstre hjørne – endre størrelse
  366. pdfjs-editor-resizer-label-top-middle = Øvst i midten — endre størrelse
  367. pdfjs-editor-resizer-label-top-right = Øvste høgre hjørne – endre størrelse
  368. pdfjs-editor-resizer-label-middle-right = Midt til høgre – endre størrelse
  369. pdfjs-editor-resizer-label-bottom-right = Nedste høgre hjørne – endre størrelse
  370. pdfjs-editor-resizer-label-bottom-middle = Nedst i midten — endre størrelse
  371. pdfjs-editor-resizer-label-bottom-left = Nedste venstre hjørne – endre størrelse
  372. pdfjs-editor-resizer-label-middle-left = Midt til venstre — endre størrelse
  373. pdfjs-editor-resizer-top-left =
  374. .aria-label = Øvste venstre hjørne – endre størrelse
  375. pdfjs-editor-resizer-top-middle =
  376. .aria-label = Øvst i midten — endre størrelse
  377. pdfjs-editor-resizer-top-right =
  378. .aria-label = Øvste høgre hjørne – endre størrelse
  379. pdfjs-editor-resizer-middle-right =
  380. .aria-label = Midt til høgre – endre størrelse
  381. pdfjs-editor-resizer-bottom-right =
  382. .aria-label = Nedste høgre hjørne – endre størrelse
  383. pdfjs-editor-resizer-bottom-middle =
  384. .aria-label = Nedst i midten — endre størrelse
  385. pdfjs-editor-resizer-bottom-left =
  386. .aria-label = Nedste venstre hjørne – endre størrelse
  387. pdfjs-editor-resizer-middle-left =
  388. .aria-label = Midt til venstre — endre størrelse
  389. ## Color picker
  390. # This means "Color used to highlight text"
  391. pdfjs-editor-highlight-colorpicker-label = Uthevingsfarge
  392. pdfjs-editor-colorpicker-button =
  393. .title = Endre farge
  394. pdfjs-editor-colorpicker-dropdown =
  395. .aria-label = Fargeval
  396. pdfjs-editor-colorpicker-yellow =
  397. .title = Gul
  398. pdfjs-editor-colorpicker-green =
  399. .title = Grøn
  400. pdfjs-editor-colorpicker-blue =
  401. .title = Blå
  402. pdfjs-editor-colorpicker-pink =
  403. .title = Rosa
  404. pdfjs-editor-colorpicker-red =
  405. .title = Raud
  406. ## Show all highlights
  407. ## This is a toggle button to show/hide all the highlights.
  408. pdfjs-editor-highlight-show-all-button-label = Vis alle
  409. pdfjs-editor-highlight-show-all-button =
  410. .title = Vis alle
  411. ## New alt-text dialog
  412. ## Group note for entire feature: Alternative text (alt text) helps when people can't see the image. This feature includes a tool to create alt text automatically using an AI model that works locally on the user's device to preserve privacy.
  413. # Modal header positioned above a text box where users can edit the alt text.
  414. pdfjs-editor-new-alt-text-dialog-edit-label = Rediger alternativ tekst (bildeskildring)
  415. # Modal header positioned above a text box where users can add the alt text.
  416. pdfjs-editor-new-alt-text-dialog-add-label = Legg til alternativ tekst (bildeskildring)
  417. pdfjs-editor-new-alt-text-textarea =
  418. .placeholder = Skriv skildringa di her…
  419. # This text refers to the alt text box above this description. It offers a definition of alt text.
  420. pdfjs-editor-new-alt-text-description = Kort skildring for personar som ikkje kan sjå bildet, eller når bildet ikkje lastar inn.
  421. # This is a required legal disclaimer that refers to the automatically created text inside the alt text box above this text. It disappears if the text is edited by a human.
  422. pdfjs-editor-new-alt-text-disclaimer1 = Denne alternative teksten vart oppretta automatisk, og kan vere unøyaktig.
  423. pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Les meir
  424. pdfjs-editor-new-alt-text-create-automatically-button-label = Opprett alternativ tekt automatisk
  425. pdfjs-editor-new-alt-text-not-now-button = Ikkje no
  426. pdfjs-editor-new-alt-text-error-title = Klarte ikkje å opprette alternativ tekst automatisk
  427. pdfjs-editor-new-alt-text-error-description = Skriv din eigen alternative tekst eller prøv igjen seinare.
  428. pdfjs-editor-new-alt-text-error-close-button = Lat att
  429. # Variables:
  430. # $totalSize (Number) - the total size (in MB) of the AI model.
  431. # $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
  432. pdfjs-editor-new-alt-text-ai-model-downloading-progress = Lastar ned AI-modell med alternativ tekst ({ $downloadedSize } av { $totalSize } MB)
  433. .aria-valuetext = Lastar ned AI-modell med alternativ tekst ({ $downloadedSize } av { $totalSize } MB)
  434. # This is a button that users can click to edit the alt text they have already added.
  435. pdfjs-editor-new-alt-text-added-button =
  436. .aria-label = Alternativ tekst lagt til
  437. pdfjs-editor-new-alt-text-added-button-label = Alternativ tekst lagt til
  438. # This is a button that users can click to open the alt text editor and add alt text when it is not present.
  439. pdfjs-editor-new-alt-text-missing-button =
  440. .aria-label = Manglande alternativ tekst
  441. pdfjs-editor-new-alt-text-missing-button-label = Manglande alternativ tekst
  442. # This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
  443. pdfjs-editor-new-alt-text-to-review-button =
  444. .aria-label = Vurder alternativ tekst
  445. pdfjs-editor-new-alt-text-to-review-button-label = Vurder alternativ tekst
  446. # "Created automatically" is a prefix that will be added to the beginning of any alt text that has been automatically generated. After the colon, the user will see/hear the actual alt text description. If the alt text has been edited by a human, this prefix will not appear.
  447. # Variables:
  448. # $generatedAltText (String) - the generated alt-text.
  449. pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = Oppretta automatisk: { $generatedAltText }
  450. ## Image alt-text settings
  451. pdfjs-image-alt-text-settings-button =
  452. .title = Alternative tekst-innstillingar for bilde
  453. pdfjs-image-alt-text-settings-button-label = Alternative tekst-innstillingar for bilde
  454. pdfjs-editor-alt-text-settings-dialog-label = Alternative tekst-innstillingar for bilde
  455. pdfjs-editor-alt-text-settings-automatic-title = Automatisk alternativ tekst
  456. pdfjs-editor-alt-text-settings-create-model-button-label = Opprett alternativ tekt automatisk
  457. pdfjs-editor-alt-text-settings-create-model-description = Foreslår skildringar for å hjelpe folk som ikkje kan sjå bildet eller når bildet ikkje blir lasta inn.
  458. # Variables:
  459. # $totalSize (Number) - the total size (in MB) of the AI model.
  460. pdfjs-editor-alt-text-settings-download-model-label = AI-modell for alternativ tekst ({ $totalSize } MB)
  461. pdfjs-editor-alt-text-settings-ai-model-description = Køyrer lokalt på eininga di slik at dataa dine blir verande private. Påkravd for automatisk alternativ tekst.
  462. pdfjs-editor-alt-text-settings-delete-model-button = Slett
  463. pdfjs-editor-alt-text-settings-download-model-button = Last ned
  464. pdfjs-editor-alt-text-settings-downloading-model-button = Lastar ned…
  465. pdfjs-editor-alt-text-settings-editor-title = Alternativ tekst-redigerar
  466. pdfjs-editor-alt-text-settings-show-dialog-button-label = Vis alternativ tekst-redigerar direkte når du legg til eit bilde
  467. pdfjs-editor-alt-text-settings-show-dialog-description = Hjelper deg med å sørgje for at alle bilda dine har alternativ tekst.
  468. pdfjs-editor-alt-text-settings-close-button = Lat att
  469. ## "Annotations removed" bar
  470. pdfjs-editor-undo-bar-message-highlight = Markering fjerna
  471. pdfjs-editor-undo-bar-message-freetext = Tekst fjerna
  472. pdfjs-editor-undo-bar-message-ink = Teikning fjerna
  473. pdfjs-editor-undo-bar-message-stamp = Bilde fjerna
  474. pdfjs-editor-undo-bar-message-signature = Signatur fjerna
  475. # Variables:
  476. # $count (Number) - the number of removed annotations.
  477. pdfjs-editor-undo-bar-message-multiple =
  478. { $count ->
  479. [one] { $count } kommentar fjerna
  480. *[other] { $count } kommentarar fjerna
  481. }
  482. pdfjs-editor-undo-bar-undo-button =
  483. .title = Angre
  484. pdfjs-editor-undo-bar-undo-button-label = Angre
  485. pdfjs-editor-undo-bar-close-button =
  486. .title = Lat att
  487. pdfjs-editor-undo-bar-close-button-label = Lat att
  488. ## Add a signature dialog
  489. pdfjs-editor-add-signature-dialog-label = Denne modalen lèt brukaren lage ein signatur for å leggje til eit PDF-dokument. Brukaren kan redigere namnet (som også fungerer som alt-teksten), og eventuelt lagre signaturen for gjenteken bruk.
  490. pdfjs-editor-add-signature-dialog-title = Legg til ein signatur
  491. ## Tab names
  492. # Type is a verb (you can type your name as signature)
  493. pdfjs-editor-add-signature-type-button = Type
  494. .title = Type
  495. pdfjs-editor-add-signature-image-button = Bilde
  496. .title = Bilde
  497. ## Tab panels
  498. pdfjs-editor-add-signature-type-input =
  499. .aria-label = Skriv inn signaturen din
  500. .placeholder = Skriv inn signaturen din
  501. pdfjs-editor-add-signature-draw-placeholder = Teikn signaturen din
  502. pdfjs-editor-add-signature-draw-thickness-range-label = Tjukn
  503. # Variables:
  504. # $thickness (Number) - the thickness (in pixels) of the line used to draw a signature.
  505. pdfjs-editor-add-signature-draw-thickness-range =
  506. .title = Linjetjukn: { $thickness }
  507. pdfjs-editor-add-signature-image-placeholder = Drag ei fil hit for å laste opp
  508. pdfjs-editor-add-signature-image-browse-link =
  509. { PLATFORM() ->
  510. [macos] Eller vel bildefiler
  511. *[other] Eller vel bildefiler
  512. }
  513. ## Controls
  514. pdfjs-editor-add-signature-description-label = Skildring (alternativ tekst)
  515. pdfjs-editor-add-signature-description-input =
  516. .title = Skildring (alternativ tekst)
  517. pdfjs-editor-add-signature-description-default-when-drawing = Signatur
  518. pdfjs-editor-add-signature-clear-button-label = Fjern signatur
  519. pdfjs-editor-add-signature-clear-button =
  520. .title = Fjern signatur
  521. pdfjs-editor-add-signature-save-checkbox = Lagre signatur
  522. pdfjs-editor-add-signature-save-warning-message = Du har nådd grensa på 5 lagra signaturar. Fjern ein for å lagre ein ny.
  523. pdfjs-editor-add-signature-image-upload-error-title = Klarte ikkje å oppdatere bilde
  524. pdfjs-editor-add-signature-image-upload-error-description = Sjekk nettverkstilkoplinga eller prøv eit annet bilde.
  525. pdfjs-editor-add-signature-error-close-button = Lat att
  526. ## Dialog buttons
  527. pdfjs-editor-add-signature-cancel-button = Avbryt
  528. pdfjs-editor-add-signature-add-button = Legg til
  529. pdfjs-editor-edit-signature-update-button = Oppdater
  530. ## Main menu for adding/removing signatures
  531. pdfjs-editor-delete-signature-button1 =
  532. .title = Fjern lagra signatur
  533. pdfjs-editor-delete-signature-button-label1 = Fjern lagra signatur
  534. ## Editor toolbar
  535. pdfjs-editor-add-signature-edit-button-label = Rediger skildring
  536. ## Edit signature description dialog
  537. pdfjs-editor-edit-signature-dialog-title = Rediger skildring