1
0

viewer.ftl 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600
  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 = Fyrri síða
  7. pdfjs-previous-button-label = Fyrri
  8. pdfjs-next-button =
  9. .title = Næsta síða
  10. pdfjs-next-button-label = Næsti
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = Síða
  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 = af { $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 } af { $pagesCount })
  22. pdfjs-zoom-out-button =
  23. .title = Minnka aðdrátt
  24. pdfjs-zoom-out-button-label = Minnka aðdrátt
  25. pdfjs-zoom-in-button =
  26. .title = Auka aðdrátt
  27. pdfjs-zoom-in-button-label = Auka aðdrátt
  28. pdfjs-zoom-select =
  29. .title = Aðdráttur
  30. pdfjs-presentation-mode-button =
  31. .title = Skipta yfir á kynningarham
  32. pdfjs-presentation-mode-button-label = Kynningarhamur
  33. pdfjs-open-file-button =
  34. .title = Opna skrá
  35. pdfjs-open-file-button-label = Opna
  36. pdfjs-print-button =
  37. .title = Prenta
  38. pdfjs-print-button-label = Prenta
  39. pdfjs-save-button =
  40. .title = Vista
  41. pdfjs-save-button-label = Vista
  42. # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  43. pdfjs-download-button =
  44. .title = Sækja
  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 = Sækja
  48. pdfjs-bookmark-button =
  49. .title = Núverandi síða (Skoða vefslóð frá núverandi síðu)
  50. pdfjs-bookmark-button-label = Núverandi síða
  51. ## Secondary toolbar and context menu
  52. pdfjs-tools-button =
  53. .title = Verkfæri
  54. pdfjs-tools-button-label = Verkfæri
  55. pdfjs-first-page-button =
  56. .title = Fara á fyrstu síðu
  57. pdfjs-first-page-button-label = Fara á fyrstu síðu
  58. pdfjs-last-page-button =
  59. .title = Fara á síðustu síðu
  60. pdfjs-last-page-button-label = Fara á síðustu síðu
  61. pdfjs-page-rotate-cw-button =
  62. .title = Snúa réttsælis
  63. pdfjs-page-rotate-cw-button-label = Snúa réttsælis
  64. pdfjs-page-rotate-ccw-button =
  65. .title = Snúa rangsælis
  66. pdfjs-page-rotate-ccw-button-label = Snúa rangsælis
  67. pdfjs-cursor-text-select-tool-button =
  68. .title = Virkja textavalsáhald
  69. pdfjs-cursor-text-select-tool-button-label = Textavalsáhald
  70. pdfjs-cursor-hand-tool-button =
  71. .title = Virkja handarverkfæri
  72. pdfjs-cursor-hand-tool-button-label = Handarverkfæri
  73. pdfjs-scroll-page-button =
  74. .title = Nota síðuskrun
  75. pdfjs-scroll-page-button-label = Síðuskrun
  76. pdfjs-scroll-vertical-button =
  77. .title = Nota lóðrétt skrun
  78. pdfjs-scroll-vertical-button-label = Lóðrétt skrun
  79. pdfjs-scroll-horizontal-button =
  80. .title = Nota lárétt skrun
  81. pdfjs-scroll-horizontal-button-label = Lárétt skrun
  82. pdfjs-scroll-wrapped-button =
  83. .title = Nota línuskipt síðuskrun
  84. pdfjs-scroll-wrapped-button-label = Línuskipt síðuskrun
  85. pdfjs-spread-none-button =
  86. .title = Ekki taka þátt í dreifingu síðna
  87. pdfjs-spread-none-button-label = Engin dreifing
  88. pdfjs-spread-odd-button =
  89. .title = Taka þátt í dreifingu síðna með oddatölum
  90. pdfjs-spread-odd-button-label = Oddatöludreifing
  91. pdfjs-spread-even-button =
  92. .title = Taktu þátt í dreifingu síðna með jöfnuntölum
  93. pdfjs-spread-even-button-label = Jafnatöludreifing
  94. ## Document properties dialog
  95. pdfjs-document-properties-button =
  96. .title = Eiginleikar skjals…
  97. pdfjs-document-properties-button-label = Eiginleikar skjals…
  98. pdfjs-document-properties-file-name = Skráarnafn:
  99. pdfjs-document-properties-file-size = Skrárstærð:
  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 } bæti)
  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 } bæti)
  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 = Titill:
  117. pdfjs-document-properties-author = Hönnuður:
  118. pdfjs-document-properties-subject = Efni:
  119. pdfjs-document-properties-keywords = Stikkorð:
  120. pdfjs-document-properties-creation-date = Búið til:
  121. pdfjs-document-properties-modification-date = Dags breytingar:
  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 = Höfundur:
  130. pdfjs-document-properties-producer = PDF framleiðandi:
  131. pdfjs-document-properties-version = PDF útgáfa:
  132. pdfjs-document-properties-page-count = Blaðsíðufjöldi:
  133. pdfjs-document-properties-page-size = Stærð síðu:
  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 = skammsnið
  137. pdfjs-document-properties-page-size-orientation-landscape = langsnið
  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 = Letter
  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 = Fljótleg vefskoðun:
  154. pdfjs-document-properties-linearized-yes = Já
  155. pdfjs-document-properties-linearized-no = Nei
  156. pdfjs-document-properties-close-button = Loka
  157. ## Print
  158. pdfjs-print-progress-message = Undirbý skjal fyrir prentun…
  159. # Variables:
  160. # $progress (Number) - percent value
  161. pdfjs-print-progress-percent = { $progress }%
  162. pdfjs-print-progress-close-button = Hætta við
  163. pdfjs-printing-not-supported = Aðvörun: Prentun er ekki með fyllilegan stuðning á þessum vafra.
  164. pdfjs-printing-not-ready = Aðvörun: Ekki er búið að hlaða inn allri PDF skránni fyrir prentun.
  165. ## Tooltips and alt text for side panel toolbar buttons
  166. pdfjs-toggle-sidebar-button =
  167. .title = Víxla hliðarstiku af/á
  168. pdfjs-toggle-sidebar-notification-button =
  169. .title = Víxla hliðarstiku af/á (skjal inniheldur yfirlit/viðhengi/lög)
  170. pdfjs-toggle-sidebar-button-label = Víxla hliðarstiku af/á
  171. pdfjs-document-outline-button =
  172. .title = Sýna yfirlit skjals (tvísmelltu til að opna/loka öllum hlutum)
  173. pdfjs-document-outline-button-label = Efnisskipan skjals
  174. pdfjs-attachments-button =
  175. .title = Sýna viðhengi
  176. pdfjs-attachments-button-label = Viðhengi
  177. pdfjs-layers-button =
  178. .title = Birta lög (tvísmelltu til að endurstilla öll lög í sjálfgefna stöðu)
  179. pdfjs-layers-button-label = Lög
  180. pdfjs-thumbs-button =
  181. .title = Sýna smámyndir
  182. pdfjs-thumbs-button-label = Smámyndir
  183. pdfjs-current-outline-item-button =
  184. .title = Finna núverandi atriði efnisskipunar
  185. pdfjs-current-outline-item-button-label = Núverandi atriði efnisskipunar
  186. pdfjs-findbar-button =
  187. .title = Leita í skjali
  188. pdfjs-findbar-button-label = Leita
  189. pdfjs-additional-layers = Viðbótarlög
  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 = Síða { $page }
  195. # Variables:
  196. # $page (Number) - the page number
  197. pdfjs-thumb-page-canvas =
  198. .aria-label = Smámynd af síðu { $page }
  199. ## Find panel button title and messages
  200. pdfjs-find-input =
  201. .title = Leita
  202. .placeholder = Leita í skjali…
  203. pdfjs-find-previous-button =
  204. .title = Leita að fyrra tilfelli þessara orða
  205. pdfjs-find-previous-button-label = Fyrri
  206. pdfjs-find-next-button =
  207. .title = Leita að næsta tilfelli þessara orða
  208. pdfjs-find-next-button-label = Næsti
  209. pdfjs-find-highlight-checkbox = Lita allt
  210. pdfjs-find-match-case-checkbox-label = Passa við stafstöðu
  211. pdfjs-find-match-diacritics-checkbox-label = Passa við broddstafi
  212. pdfjs-find-entire-word-checkbox-label = Heil orð
  213. pdfjs-find-reached-top = Náði efst í skjal, held áfram neðst
  214. pdfjs-find-reached-bottom = Náði enda skjals, held áfram efst
  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 } af { $total } passar við
  221. *[other] { $current } af { $total } passa við
  222. }
  223. # Variables:
  224. # $limit (Number) - the maximum number of matches
  225. pdfjs-find-match-count-limit =
  226. { $limit ->
  227. [one] Fleiri en { $limit } passar við
  228. *[other] Fleiri en { $limit } passa við
  229. }
  230. pdfjs-find-not-found = Fann ekki orðið
  231. ## Predefined zoom values
  232. pdfjs-page-scale-width = Síðubreidd
  233. pdfjs-page-scale-fit = Passa á síðu
  234. pdfjs-page-scale-auto = Sjálfvirkur aðdráttur
  235. pdfjs-page-scale-actual = Raunstærð
  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 = Síða { $page }
  244. ## Loading indicator messages
  245. pdfjs-loading-error = Villa kom upp við að hlaða inn PDF.
  246. pdfjs-invalid-file-error = Ógild eða skemmd PDF skrá.
  247. pdfjs-missing-file-error = Vantar PDF skrá.
  248. pdfjs-unexpected-response-error = Óvænt svar frá netþjóni.
  249. pdfjs-rendering-error = Upp kom villa við að birta síðuna.
  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 } Skýring]
  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 = Settu inn lykilorð til að opna þessa PDF-skrá.
  267. pdfjs-password-invalid = Ógilt lykilorð. Reyndu aftur.
  268. pdfjs-password-ok-button = Í lagi
  269. pdfjs-password-cancel-button = Hætta við
  270. pdfjs-web-fonts-disabled = Vef leturgerðir eru óvirkar: get ekki notað innbyggðar PDF leturgerðir.
  271. ## Editing
  272. pdfjs-editor-free-text-button =
  273. .title = Texti
  274. pdfjs-editor-free-text-button-label = Texti
  275. pdfjs-editor-ink-button =
  276. .title = Teikna
  277. pdfjs-editor-ink-button-label = Teikna
  278. pdfjs-editor-stamp-button =
  279. .title = Bæta við eða breyta myndum
  280. pdfjs-editor-stamp-button-label = Bæta við eða breyta myndum
  281. pdfjs-editor-highlight-button =
  282. .title = Áherslulita
  283. pdfjs-editor-highlight-button-label = Áherslulita
  284. pdfjs-highlight-floating-button1 =
  285. .title = Áherslulita
  286. .aria-label = Áherslulita
  287. pdfjs-highlight-floating-button-label = Áherslulita
  288. pdfjs-editor-signature-button =
  289. .title = Bæta við undirritun
  290. pdfjs-editor-signature-button-label = Bæta við undirritun
  291. ## Default editor aria labels
  292. ## Remove button for the various kind of editor.
  293. pdfjs-editor-remove-ink-button =
  294. .title = Fjarlægja teikningu
  295. pdfjs-editor-remove-freetext-button =
  296. .title = Fjarlægja texta
  297. pdfjs-editor-remove-stamp-button =
  298. .title = Fjarlægja mynd
  299. pdfjs-editor-remove-highlight-button =
  300. .title = Fjarlægja áherslulit
  301. pdfjs-editor-remove-signature-button =
  302. .title = Fjarlægja undirskrift
  303. ##
  304. # Editor Parameters
  305. pdfjs-editor-free-text-color-input = Litur
  306. pdfjs-editor-free-text-size-input = Stærð
  307. pdfjs-editor-ink-color-input = Litur
  308. pdfjs-editor-ink-thickness-input = Þykkt
  309. pdfjs-editor-ink-opacity-input = Ógegnsæi
  310. pdfjs-editor-stamp-add-image-button =
  311. .title = Bæta við mynd
  312. pdfjs-editor-stamp-add-image-button-label = Bæta við mynd
  313. # This refers to the thickness of the line used for free highlighting (not bound to text)
  314. pdfjs-editor-free-highlight-thickness-input = Þykkt
  315. pdfjs-editor-free-highlight-thickness-title =
  316. .title = Breyta þykkt við áherslulitun annarra atriða en texta
  317. pdfjs-editor-signature-add-signature-button =
  318. .title = Bæta við nýrri undirritun
  319. pdfjs-editor-signature-add-signature-button-label = Bæta við nýrri undirritun
  320. # Used on the button to use an already saved signature.
  321. # Variables:
  322. # $description (String) - a string describing/labeling the signature.
  323. pdfjs-editor-add-saved-signature-button =
  324. .title = Vistuð undirskrift: { $description }
  325. # .default-content is used as a placeholder in an empty text editor.
  326. pdfjs-free-text2 =
  327. .aria-label = Textaritill
  328. .default-content = Byrjaðu að skrifa…
  329. pdfjs-free-text =
  330. .aria-label = Textaritill
  331. pdfjs-free-text-default-content = Byrjaðu að skrifa…
  332. pdfjs-ink =
  333. .aria-label = Teikniritill
  334. pdfjs-ink-canvas =
  335. .aria-label = Mynd gerð af notanda
  336. ## Alt-text dialog
  337. pdfjs-editor-alt-text-button-label = Alt-varatexti
  338. pdfjs-editor-alt-text-edit-button =
  339. .aria-label = Breyta alt-myndatexta
  340. pdfjs-editor-alt-text-edit-button-label = Breyta alt-varatexta
  341. pdfjs-editor-alt-text-dialog-label = Veldu valkost
  342. pdfjs-editor-alt-text-dialog-description = Alt-varatexti (auka-myndatexti) hjálpar þegar fólk getur ekki séð myndina eða þegar hún hleðst ekki inn.
  343. pdfjs-editor-alt-text-add-description-label = Bættu við lýsingu
  344. pdfjs-editor-alt-text-add-description-description = Reyndu að takmarka þetta við 1-2 setningar sem lýsa efninu, umhverfi eða aðgerðum.
  345. pdfjs-editor-alt-text-mark-decorative-label = Merkja sem skraut
  346. pdfjs-editor-alt-text-mark-decorative-description = Þetta er notað fyrir skrautmyndir, eins og borða eða vatnsmerki.
  347. pdfjs-editor-alt-text-cancel-button = Hætta við
  348. pdfjs-editor-alt-text-save-button = Vista
  349. pdfjs-editor-alt-text-decorative-tooltip = Merkt sem skraut
  350. # .placeholder: This is a placeholder for the alt text input area
  351. pdfjs-editor-alt-text-textarea =
  352. .placeholder = Til dæmis: „Ungur maður sest við borð til að snæða máltíð“
  353. # Alternative text (alt text) helps when people can't see the image.
  354. pdfjs-editor-alt-text-button =
  355. .aria-label = Alt-myndatexti
  356. ## Editor resizers
  357. ## This is used in an aria label to help to understand the role of the resizer.
  358. pdfjs-editor-resizer-label-top-left = Efst í vinstra horni - breyta stærð
  359. pdfjs-editor-resizer-label-top-middle = Efst á miðju - breyta stærð
  360. pdfjs-editor-resizer-label-top-right = Efst í hægra horni - breyta stærð
  361. pdfjs-editor-resizer-label-middle-right = Miðja til hægri - breyta stærð
  362. pdfjs-editor-resizer-label-bottom-right = Neðst í hægra horni - breyta stærð
  363. pdfjs-editor-resizer-label-bottom-middle = Neðst á miðju - breyta stærð
  364. pdfjs-editor-resizer-label-bottom-left = Neðst í vinstra horni - breyta stærð
  365. pdfjs-editor-resizer-label-middle-left = Miðja til vinstri - breyta stærð
  366. pdfjs-editor-resizer-top-left =
  367. .aria-label = Efst í vinstra horni - breyta stærð
  368. pdfjs-editor-resizer-top-middle =
  369. .aria-label = Efst á miðju - breyta stærð
  370. pdfjs-editor-resizer-top-right =
  371. .aria-label = Efst í hægra horni - breyta stærð
  372. pdfjs-editor-resizer-middle-right =
  373. .aria-label = Miðja til hægri - breyta stærð
  374. pdfjs-editor-resizer-bottom-right =
  375. .aria-label = Neðst í hægra horni - breyta stærð
  376. pdfjs-editor-resizer-bottom-middle =
  377. .aria-label = Neðst á miðju - breyta stærð
  378. pdfjs-editor-resizer-bottom-left =
  379. .aria-label = Neðst í vinstra horni - breyta stærð
  380. pdfjs-editor-resizer-middle-left =
  381. .aria-label = Miðja til vinstri - breyta stærð
  382. ## Color picker
  383. # This means "Color used to highlight text"
  384. pdfjs-editor-highlight-colorpicker-label = Áherslulitur
  385. pdfjs-editor-colorpicker-button =
  386. .title = Skipta um lit
  387. pdfjs-editor-colorpicker-dropdown =
  388. .aria-label = Val lita
  389. pdfjs-editor-colorpicker-yellow =
  390. .title = Gult
  391. pdfjs-editor-colorpicker-green =
  392. .title = Grænt
  393. pdfjs-editor-colorpicker-blue =
  394. .title = Blátt
  395. pdfjs-editor-colorpicker-pink =
  396. .title = Bleikt
  397. pdfjs-editor-colorpicker-red =
  398. .title = Rautt
  399. ## Show all highlights
  400. ## This is a toggle button to show/hide all the highlights.
  401. pdfjs-editor-highlight-show-all-button-label = Birta allt
  402. pdfjs-editor-highlight-show-all-button =
  403. .title = Birta allt
  404. ## New alt-text dialog
  405. ## 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.
  406. # Modal header positioned above a text box where users can edit the alt text.
  407. pdfjs-editor-new-alt-text-dialog-edit-label = Breyta alt-myndatexta (lýsingu á mynd)
  408. # Modal header positioned above a text box where users can add the alt text.
  409. pdfjs-editor-new-alt-text-dialog-add-label = Bæta við alt-myndatexta (lýsingu á mynd)
  410. pdfjs-editor-new-alt-text-textarea =
  411. .placeholder = Skrifaðu lýsinguna þína hér…
  412. # This text refers to the alt text box above this description. It offers a definition of alt text.
  413. pdfjs-editor-new-alt-text-description = Stutt lýsing fyrir fólk sem getur ekki séð myndina eða þegar myndin hleðst ekki inn.
  414. # 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.
  415. pdfjs-editor-new-alt-text-disclaimer1 = Þessi alt-myndatexti var búinn til sjálfvirkt og gæti verið ónákvæmur.
  416. pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Kanna nánar
  417. pdfjs-editor-new-alt-text-create-automatically-button-label = Útbúa alt-myndatexta sjálfvirkt
  418. pdfjs-editor-new-alt-text-not-now-button = Ekki núna
  419. pdfjs-editor-new-alt-text-error-title = Gat ekki búið til alt-myndatexta sjálfkrafa
  420. pdfjs-editor-new-alt-text-error-description = Skrifaðu þinn eiginn alt-myndatexta eða reyndu aftur síðar.
  421. pdfjs-editor-new-alt-text-error-close-button = Loka
  422. # Variables:
  423. # $totalSize (Number) - the total size (in MB) of the AI model.
  424. # $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
  425. pdfjs-editor-new-alt-text-ai-model-downloading-progress = Sækir gervigreindarlíkan með alt-myndatextum ({ $downloadedSize } af { $totalSize } MB)
  426. .aria-valuetext = Sækir gervigreindarlíkan með alt-myndatextum ({ $downloadedSize } af { $totalSize } MB)
  427. # This is a button that users can click to edit the alt text they have already added.
  428. pdfjs-editor-new-alt-text-added-button =
  429. .aria-label = Alt-myndatexta bætt við
  430. pdfjs-editor-new-alt-text-added-button-label = Alt-myndatexta bætt við
  431. # This is a button that users can click to open the alt text editor and add alt text when it is not present.
  432. pdfjs-editor-new-alt-text-missing-button =
  433. .aria-label = Vantar alt-myndatexta
  434. pdfjs-editor-new-alt-text-missing-button-label = Vantar alt-myndatexta
  435. # This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
  436. pdfjs-editor-new-alt-text-to-review-button =
  437. .aria-label = Yfirfara alt-myndatexta
  438. pdfjs-editor-new-alt-text-to-review-button-label = Yfirfara myndatexta
  439. # "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.
  440. # Variables:
  441. # $generatedAltText (String) - the generated alt-text.
  442. pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = Útbúið sjálfvirkt: { $generatedAltText }
  443. ## Image alt-text settings
  444. pdfjs-image-alt-text-settings-button =
  445. .title = Stillingar fyrir alt-texta myndar
  446. pdfjs-image-alt-text-settings-button-label = Stillingar fyrir alt-texta myndar
  447. pdfjs-editor-alt-text-settings-dialog-label = Stillingar fyrir alt-texta myndar
  448. pdfjs-editor-alt-text-settings-automatic-title = Sjálfvirkur alt-myndatexti
  449. pdfjs-editor-alt-text-settings-create-model-button-label = Útbúa alt-myndatexta sjálfvirkt
  450. pdfjs-editor-alt-text-settings-create-model-description = Stingur upp á lýsingum til að hjálpa fólki sem getur ekki séð myndina eða þegar myndin hleðst ekki inn.
  451. # Variables:
  452. # $totalSize (Number) - the total size (in MB) of the AI model.
  453. pdfjs-editor-alt-text-settings-download-model-label = Gervigreindarlíkan alt-myndatexta ({ $totalSize } MB)
  454. pdfjs-editor-alt-text-settings-ai-model-description = Keyrir staðbundið á tækinu þínu svo gögnin þín haldast undir þinni stjórn. Nauðsynlegt fyrir sjálfvirka alt-myndatexta.
  455. pdfjs-editor-alt-text-settings-delete-model-button = Eyða
  456. pdfjs-editor-alt-text-settings-download-model-button = Sækja
  457. pdfjs-editor-alt-text-settings-downloading-model-button = Sæki…
  458. pdfjs-editor-alt-text-settings-editor-title = Ritill fyrir alt-myndatexta
  459. pdfjs-editor-alt-text-settings-show-dialog-button-label = Sýna alt-myndatextaritil strax þegar mynd er bætt við
  460. pdfjs-editor-alt-text-settings-show-dialog-description = Hjálpar þér að tryggja að allar myndirnar þínar séu með alt-myndatexta.
  461. pdfjs-editor-alt-text-settings-close-button = Loka
  462. ## "Annotations removed" bar
  463. pdfjs-editor-undo-bar-message-highlight = Áherslulitun fjarlægð
  464. pdfjs-editor-undo-bar-message-freetext = Texti fjarlægður
  465. pdfjs-editor-undo-bar-message-ink = Teikning fjarlægð
  466. pdfjs-editor-undo-bar-message-stamp = Mynd fjarlægð
  467. pdfjs-editor-undo-bar-message-signature = Undirskrift fjarlægð
  468. # Variables:
  469. # $count (Number) - the number of removed annotations.
  470. pdfjs-editor-undo-bar-message-multiple =
  471. { $count ->
  472. [one] { $count } glósa fjarlægð
  473. *[other] { $count } glósur fjarlægðar
  474. }
  475. pdfjs-editor-undo-bar-undo-button =
  476. .title = Afturkalla
  477. pdfjs-editor-undo-bar-undo-button-label = Afturkalla
  478. pdfjs-editor-undo-bar-close-button =
  479. .title = Loka
  480. pdfjs-editor-undo-bar-close-button-label = Loka
  481. ## Add a signature dialog
  482. pdfjs-editor-add-signature-dialog-label = Þessi gluggi gerir notandanum kleift að búa til undirskrift til að bæta við PDF-skjal. Notandinn getur breytt nafninu (sem einnig þjónar sem alt-texti), og valið að vista undirskriftina til endurtekinnar notkunar.
  483. pdfjs-editor-add-signature-dialog-title = Bæta við undirskrift
  484. ## Tab names
  485. # Type is a verb (you can type your name as signature)
  486. pdfjs-editor-add-signature-type-button = Tegund
  487. .title = Tegund
  488. # Draw is a verb (you can draw your signature)
  489. pdfjs-editor-add-signature-draw-button = Teikna
  490. .title = Teikna
  491. pdfjs-editor-add-signature-image-button = Mynd
  492. .title = Mynd
  493. ## Tab panels
  494. pdfjs-editor-add-signature-type-input =
  495. .aria-label = Skrifaðu inn undirskriftina þína
  496. .placeholder = Skrifaðu inn undirskriftina þína
  497. pdfjs-editor-add-signature-draw-placeholder = Teiknaðu undirskriftina þína
  498. pdfjs-editor-add-signature-draw-thickness-range-label = Þykkt
  499. # Variables:
  500. # $thickness (Number) - the thickness (in pixels) of the line used to draw a signature.
  501. pdfjs-editor-add-signature-draw-thickness-range =
  502. .title = Sverleiki teikningar: { $thickness }
  503. pdfjs-editor-add-signature-image-placeholder = Dragðu skrá hingað til að senda inn
  504. pdfjs-editor-add-signature-image-browse-link =
  505. { PLATFORM() ->
  506. [macos] Eða skoðaðu myndskrár
  507. *[other] Eða skoðaðu myndskrár
  508. }
  509. ## Controls
  510. pdfjs-editor-add-signature-description-label = Lýsing (alt-hjálpartexti)
  511. pdfjs-editor-add-signature-description-input =
  512. .title = Lýsing (alt-hjálpartexti)
  513. pdfjs-editor-add-signature-description-default-when-drawing = Undirskrift
  514. pdfjs-editor-add-signature-clear-button-label = Hreinsa undirskrift
  515. pdfjs-editor-add-signature-clear-button =
  516. .title = Hreinsa undirskrift
  517. pdfjs-editor-add-signature-save-checkbox = Vista undirskrift
  518. pdfjs-editor-add-signature-save-warning-message = Þú hefur náð hámarki 5 vistaðra undirskrifta. Fjarlægðu eina til að geta vistað fleiri.
  519. pdfjs-editor-add-signature-image-upload-error-title = Ekki tókst að senda inn mynd
  520. pdfjs-editor-add-signature-image-upload-error-description = Athugaðu nettenginguna þína eða prófaðu aðra mynd.
  521. pdfjs-editor-add-signature-error-close-button = Loka
  522. ## Dialog buttons
  523. pdfjs-editor-add-signature-cancel-button = Hætta við
  524. pdfjs-editor-add-signature-add-button = Bæta við
  525. pdfjs-editor-edit-signature-update-button = Uppfæra
  526. ## Main menu for adding/removing signatures
  527. pdfjs-editor-delete-signature-button1 =
  528. .title = Fjarlægja vistaða undirskrift
  529. pdfjs-editor-delete-signature-button-label1 = Fjarlægja vistaða undirskrift
  530. ## Editor toolbar
  531. pdfjs-editor-add-signature-edit-button-label = Breyta lýsingu
  532. ## Edit signature description dialog
  533. pdfjs-editor-edit-signature-dialog-title = Breyta lýsingu