viewer.ftl 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  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. # Used in Firefox for Android.
  52. pdfjs-open-in-app-button =
  53. .title = Opna í smáforriti
  54. # Used in Firefox for Android.
  55. # Length of the translation matters since we are in a mobile context, with limited screen estate.
  56. pdfjs-open-in-app-button-label = Opna í smáforriti
  57. ## Secondary toolbar and context menu
  58. pdfjs-tools-button =
  59. .title = Verkfæri
  60. pdfjs-tools-button-label = Verkfæri
  61. pdfjs-first-page-button =
  62. .title = Fara á fyrstu síðu
  63. pdfjs-first-page-button-label = Fara á fyrstu síðu
  64. pdfjs-last-page-button =
  65. .title = Fara á síðustu síðu
  66. pdfjs-last-page-button-label = Fara á síðustu síðu
  67. pdfjs-page-rotate-cw-button =
  68. .title = Snúa réttsælis
  69. pdfjs-page-rotate-cw-button-label = Snúa réttsælis
  70. pdfjs-page-rotate-ccw-button =
  71. .title = Snúa rangsælis
  72. pdfjs-page-rotate-ccw-button-label = Snúa rangsælis
  73. pdfjs-cursor-text-select-tool-button =
  74. .title = Virkja textavalsáhald
  75. pdfjs-cursor-text-select-tool-button-label = Textavalsáhald
  76. pdfjs-cursor-hand-tool-button =
  77. .title = Virkja handarverkfæri
  78. pdfjs-cursor-hand-tool-button-label = Handarverkfæri
  79. pdfjs-scroll-page-button =
  80. .title = Nota síðuskrun
  81. pdfjs-scroll-page-button-label = Síðuskrun
  82. pdfjs-scroll-vertical-button =
  83. .title = Nota lóðrétt skrun
  84. pdfjs-scroll-vertical-button-label = Lóðrétt skrun
  85. pdfjs-scroll-horizontal-button =
  86. .title = Nota lárétt skrun
  87. pdfjs-scroll-horizontal-button-label = Lárétt skrun
  88. pdfjs-scroll-wrapped-button =
  89. .title = Nota línuskipt síðuskrun
  90. pdfjs-scroll-wrapped-button-label = Línuskipt síðuskrun
  91. pdfjs-spread-none-button =
  92. .title = Ekki taka þátt í dreifingu síðna
  93. pdfjs-spread-none-button-label = Engin dreifing
  94. pdfjs-spread-odd-button =
  95. .title = Taka þátt í dreifingu síðna með oddatölum
  96. pdfjs-spread-odd-button-label = Oddatöludreifing
  97. pdfjs-spread-even-button =
  98. .title = Taktu þátt í dreifingu síðna með jöfnuntölum
  99. pdfjs-spread-even-button-label = Jafnatöludreifing
  100. ## Document properties dialog
  101. pdfjs-document-properties-button =
  102. .title = Eiginleikar skjals…
  103. pdfjs-document-properties-button-label = Eiginleikar skjals…
  104. pdfjs-document-properties-file-name = Skráarnafn:
  105. pdfjs-document-properties-file-size = Skrárstærð:
  106. # Variables:
  107. # $size_kb (Number) - the PDF file size in kilobytes
  108. # $size_b (Number) - the PDF file size in bytes
  109. pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bytes)
  110. # Variables:
  111. # $size_mb (Number) - the PDF file size in megabytes
  112. # $size_b (Number) - the PDF file size in bytes
  113. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bytes)
  114. pdfjs-document-properties-title = Titill:
  115. pdfjs-document-properties-author = Hönnuður:
  116. pdfjs-document-properties-subject = Efni:
  117. pdfjs-document-properties-keywords = Stikkorð:
  118. pdfjs-document-properties-creation-date = Búið til:
  119. pdfjs-document-properties-modification-date = Dags breytingar:
  120. # Variables:
  121. # $date (Date) - the creation/modification date of the PDF file
  122. # $time (Time) - the creation/modification time of the PDF file
  123. pdfjs-document-properties-date-string = { $date }, { $time }
  124. pdfjs-document-properties-creator = Höfundur:
  125. pdfjs-document-properties-producer = PDF framleiðandi:
  126. pdfjs-document-properties-version = PDF útgáfa:
  127. pdfjs-document-properties-page-count = Blaðsíðufjöldi:
  128. pdfjs-document-properties-page-size = Stærð síðu:
  129. pdfjs-document-properties-page-size-unit-inches = in
  130. pdfjs-document-properties-page-size-unit-millimeters = mm
  131. pdfjs-document-properties-page-size-orientation-portrait = skammsnið
  132. pdfjs-document-properties-page-size-orientation-landscape = langsnið
  133. pdfjs-document-properties-page-size-name-a-three = A3
  134. pdfjs-document-properties-page-size-name-a-four = A4
  135. pdfjs-document-properties-page-size-name-letter = Letter
  136. pdfjs-document-properties-page-size-name-legal = Legal
  137. ## Variables:
  138. ## $width (Number) - the width of the (current) page
  139. ## $height (Number) - the height of the (current) page
  140. ## $unit (String) - the unit of measurement of the (current) page
  141. ## $name (String) - the name of the (current) page
  142. ## $orientation (String) - the orientation of the (current) page
  143. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  144. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  145. ##
  146. # The linearization status of the document; usually called "Fast Web View" in
  147. # English locales of Adobe software.
  148. pdfjs-document-properties-linearized = Fljótleg vefskoðun:
  149. pdfjs-document-properties-linearized-yes = Já
  150. pdfjs-document-properties-linearized-no = Nei
  151. pdfjs-document-properties-close-button = Loka
  152. ## Print
  153. pdfjs-print-progress-message = Undirbý skjal fyrir prentun…
  154. # Variables:
  155. # $progress (Number) - percent value
  156. pdfjs-print-progress-percent = { $progress }%
  157. pdfjs-print-progress-close-button = Hætta við
  158. pdfjs-printing-not-supported = Aðvörun: Prentun er ekki með fyllilegan stuðning á þessum vafra.
  159. pdfjs-printing-not-ready = Aðvörun: Ekki er búið að hlaða inn allri PDF skránni fyrir prentun.
  160. ## Tooltips and alt text for side panel toolbar buttons
  161. pdfjs-toggle-sidebar-button =
  162. .title = Víxla hliðarspjaldi af/á
  163. pdfjs-toggle-sidebar-notification-button =
  164. .title = Víxla hliðarslá (skjal inniheldur yfirlit/viðhengi/lög)
  165. pdfjs-toggle-sidebar-button-label = Víxla hliðarspjaldi af/á
  166. pdfjs-document-outline-button =
  167. .title = Sýna yfirlit skjals (tvísmelltu til að opna/loka öllum hlutum)
  168. pdfjs-document-outline-button-label = Efnisskipan skjals
  169. pdfjs-attachments-button =
  170. .title = Sýna viðhengi
  171. pdfjs-attachments-button-label = Viðhengi
  172. pdfjs-layers-button =
  173. .title = Birta lög (tvísmelltu til að endurstilla öll lög í sjálfgefna stöðu)
  174. pdfjs-layers-button-label = Lög
  175. pdfjs-thumbs-button =
  176. .title = Sýna smámyndir
  177. pdfjs-thumbs-button-label = Smámyndir
  178. pdfjs-current-outline-item-button =
  179. .title = Finna núverandi atriði efnisskipunar
  180. pdfjs-current-outline-item-button-label = Núverandi atriði efnisskipunar
  181. pdfjs-findbar-button =
  182. .title = Leita í skjali
  183. pdfjs-findbar-button-label = Leita
  184. pdfjs-additional-layers = Viðbótarlög
  185. ## Thumbnails panel item (tooltip and alt text for images)
  186. # Variables:
  187. # $page (Number) - the page number
  188. pdfjs-thumb-page-title =
  189. .title = Síða { $page }
  190. # Variables:
  191. # $page (Number) - the page number
  192. pdfjs-thumb-page-canvas =
  193. .aria-label = Smámynd af síðu { $page }
  194. ## Find panel button title and messages
  195. pdfjs-find-input =
  196. .title = Leita
  197. .placeholder = Leita í skjali…
  198. pdfjs-find-previous-button =
  199. .title = Leita að fyrra tilfelli þessara orða
  200. pdfjs-find-previous-button-label = Fyrri
  201. pdfjs-find-next-button =
  202. .title = Leita að næsta tilfelli þessara orða
  203. pdfjs-find-next-button-label = Næsti
  204. pdfjs-find-highlight-checkbox = Lita allt
  205. pdfjs-find-match-case-checkbox-label = Passa við stafstöðu
  206. pdfjs-find-match-diacritics-checkbox-label = Passa við broddstafi
  207. pdfjs-find-entire-word-checkbox-label = Heil orð
  208. pdfjs-find-reached-top = Náði efst í skjal, held áfram neðst
  209. pdfjs-find-reached-bottom = Náði enda skjals, held áfram efst
  210. # Variables:
  211. # $current (Number) - the index of the currently active find result
  212. # $total (Number) - the total number of matches in the document
  213. pdfjs-find-match-count =
  214. { $total ->
  215. [one] { $current } af { $total } passar við
  216. *[other] { $current } af { $total } passa við
  217. }
  218. # Variables:
  219. # $limit (Number) - the maximum number of matches
  220. pdfjs-find-match-count-limit =
  221. { $limit ->
  222. [one] Fleiri en { $limit } passar við
  223. *[other] Fleiri en { $limit } passa við
  224. }
  225. pdfjs-find-not-found = Fann ekki orðið
  226. ## Predefined zoom values
  227. pdfjs-page-scale-width = Síðubreidd
  228. pdfjs-page-scale-fit = Passa á síðu
  229. pdfjs-page-scale-auto = Sjálfvirkur aðdráttur
  230. pdfjs-page-scale-actual = Raunstærð
  231. # Variables:
  232. # $scale (Number) - percent value for page scale
  233. pdfjs-page-scale-percent = { $scale }%
  234. ## PDF page
  235. # Variables:
  236. # $page (Number) - the page number
  237. pdfjs-page-landmark =
  238. .aria-label = Síða { $page }
  239. ## Loading indicator messages
  240. pdfjs-loading-error = Villa kom upp við að hlaða inn PDF.
  241. pdfjs-invalid-file-error = Ógild eða skemmd PDF skrá.
  242. pdfjs-missing-file-error = Vantar PDF skrá.
  243. pdfjs-unexpected-response-error = Óvænt svar frá netþjóni.
  244. pdfjs-rendering-error = Upp kom villa við að birta síðuna.
  245. ## Annotations
  246. # Variables:
  247. # $date (Date) - the modification date of the annotation
  248. # $time (Time) - the modification time of the annotation
  249. pdfjs-annotation-date-string = { $date }, { $time }
  250. # .alt: This is used as a tooltip.
  251. # Variables:
  252. # $type (String) - an annotation type from a list defined in the PDF spec
  253. # (32000-1:2008 Table 169 – Annotation types).
  254. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  255. pdfjs-text-annotation-type =
  256. .alt = [{ $type } Skýring]
  257. ## Password
  258. pdfjs-password-label = Sláðu inn lykilorð til að opna þessa PDF skrá.
  259. pdfjs-password-invalid = Ógilt lykilorð. Reyndu aftur.
  260. pdfjs-password-ok-button = Í lagi
  261. pdfjs-password-cancel-button = Hætta við
  262. pdfjs-web-fonts-disabled = Vef leturgerðir eru óvirkar: get ekki notað innbyggðar PDF leturgerðir.
  263. ## Editing
  264. pdfjs-editor-free-text-button =
  265. .title = Texti
  266. pdfjs-editor-free-text-button-label = Texti
  267. pdfjs-editor-ink-button =
  268. .title = Teikna
  269. pdfjs-editor-ink-button-label = Teikna
  270. pdfjs-editor-stamp-button =
  271. .title = Bæta við eða breyta myndum
  272. pdfjs-editor-stamp-button-label = Bæta við eða breyta myndum
  273. pdfjs-editor-remove-button =
  274. .title = Fjarlægja
  275. ## Remove button for the various kind of editor.
  276. pdfjs-editor-remove-ink-button =
  277. .title = Fjarlægja teikningu
  278. pdfjs-editor-remove-freetext-button =
  279. .title = Fjarlægja texta
  280. pdfjs-editor-remove-stamp-button =
  281. .title = Fjarlægja mynd
  282. pdfjs-editor-remove-highlight-button =
  283. .title = Fjarlægja áherslulit
  284. ##
  285. # Editor Parameters
  286. pdfjs-editor-free-text-color-input = Litur
  287. pdfjs-editor-free-text-size-input = Stærð
  288. pdfjs-editor-ink-color-input = Litur
  289. pdfjs-editor-ink-thickness-input = Þykkt
  290. pdfjs-editor-ink-opacity-input = Ógegnsæi
  291. pdfjs-editor-stamp-add-image-button =
  292. .title = Bæta við mynd
  293. pdfjs-editor-stamp-add-image-button-label = Bæta við mynd
  294. pdfjs-free-text =
  295. .aria-label = Textaritill
  296. pdfjs-free-text-default-content = Byrjaðu að skrifa…
  297. pdfjs-ink =
  298. .aria-label = Teikniritill
  299. pdfjs-ink-canvas =
  300. .aria-label = Mynd gerð af notanda
  301. ## Alt-text dialog
  302. # Alternative text (alt text) helps when people can't see the image.
  303. pdfjs-editor-alt-text-button-label = Alt-varatexti
  304. pdfjs-editor-alt-text-edit-button-label = Breyta alt-varatexta
  305. pdfjs-editor-alt-text-dialog-label = Veldu valkost
  306. 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.
  307. pdfjs-editor-alt-text-add-description-label = Bættu við lýsingu
  308. 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.
  309. pdfjs-editor-alt-text-mark-decorative-label = Merkja sem skraut
  310. pdfjs-editor-alt-text-mark-decorative-description = Þetta er notað fyrir skrautmyndir, eins og borða eða vatnsmerki.
  311. pdfjs-editor-alt-text-cancel-button = Hætta við
  312. pdfjs-editor-alt-text-save-button = Vista
  313. pdfjs-editor-alt-text-decorative-tooltip = Merkt sem skraut
  314. # .placeholder: This is a placeholder for the alt text input area
  315. pdfjs-editor-alt-text-textarea =
  316. .placeholder = Til dæmis: „Ungur maður sest við borð til að snæða máltíð“
  317. ## Editor resizers
  318. ## This is used in an aria label to help to understand the role of the resizer.
  319. pdfjs-editor-resizer-label-top-left = Efst í vinstra horni - breyta stærð
  320. pdfjs-editor-resizer-label-top-middle = Efst á miðju - breyta stærð
  321. pdfjs-editor-resizer-label-top-right = Efst í hægra horni - breyta stærð
  322. pdfjs-editor-resizer-label-middle-right = Miðja til hægri - breyta stærð
  323. pdfjs-editor-resizer-label-bottom-right = Neðst í hægra horni - breyta stærð
  324. pdfjs-editor-resizer-label-bottom-middle = Neðst á miðju - breyta stærð
  325. pdfjs-editor-resizer-label-bottom-left = Neðst í vinstra horni - breyta stærð
  326. pdfjs-editor-resizer-label-middle-left = Miðja til vinstri - breyta stærð
  327. ## Color picker
  328. # This means "Color used to highlight text"
  329. pdfjs-editor-highlight-colorpicker-label = Áherslulitur
  330. pdfjs-editor-colorpicker-button =
  331. .title = Skipta um lit
  332. pdfjs-editor-colorpicker-dropdown =
  333. .aria-label = Val lita
  334. pdfjs-editor-colorpicker-yellow =
  335. .title = Gult
  336. pdfjs-editor-colorpicker-green =
  337. .title = Grænt
  338. pdfjs-editor-colorpicker-blue =
  339. .title = Blátt
  340. pdfjs-editor-colorpicker-pink =
  341. .title = Bleikt
  342. pdfjs-editor-colorpicker-red =
  343. .title = Rautt