pdfjs-viewer-element 2.0.0 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (419) hide show
  1. package/README.md +8 -4
  2. package/dist/{pdfjs-2.15.349-dist → pdfjs}/build/pdf.js +12077 -16314
  3. package/dist/pdfjs/build/pdf.js.map +1 -0
  4. package/dist/{pdfjs-2.15.349-dist → pdfjs}/build/pdf.sandbox.js +17 -46
  5. package/dist/pdfjs/build/pdf.sandbox.js.map +1 -0
  6. package/dist/{pdfjs-2.15.349-dist → pdfjs}/build/pdf.worker.js +17596 -28371
  7. package/dist/pdfjs/build/pdf.worker.js.map +1 -0
  8. package/dist/pdfjs/web/compressed.tracemonkey-pldi-09.pdf +0 -0
  9. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/debugger.css +10 -0
  10. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/debugger.js +1 -1
  11. package/dist/pdfjs/web/images/annotation-paperclip.svg +6 -0
  12. package/dist/pdfjs/web/images/annotation-pushpin.svg +7 -0
  13. package/dist/pdfjs/web/images/cursor-editorFreeText.svg +3 -0
  14. package/dist/pdfjs/web/images/cursor-editorInk.svg +4 -0
  15. package/dist/pdfjs/web/images/findbarButton-next.svg +3 -0
  16. package/dist/pdfjs/web/images/findbarButton-previous.svg +3 -0
  17. package/dist/pdfjs/web/images/secondaryToolbarButton-documentProperties.svg +3 -0
  18. package/dist/pdfjs/web/images/secondaryToolbarButton-firstPage.svg +3 -0
  19. package/dist/pdfjs/web/images/secondaryToolbarButton-handTool.svg +3 -0
  20. package/dist/pdfjs/web/images/secondaryToolbarButton-lastPage.svg +3 -0
  21. package/dist/pdfjs/web/images/secondaryToolbarButton-rotateCcw.svg +3 -0
  22. package/dist/pdfjs/web/images/secondaryToolbarButton-rotateCw.svg +3 -0
  23. package/dist/pdfjs/web/images/secondaryToolbarButton-scrollHorizontal.svg +3 -0
  24. package/dist/pdfjs/web/images/secondaryToolbarButton-scrollPage.svg +3 -0
  25. package/dist/pdfjs/web/images/secondaryToolbarButton-scrollVertical.svg +3 -0
  26. package/dist/pdfjs/web/images/secondaryToolbarButton-scrollWrapped.svg +3 -0
  27. package/dist/pdfjs/web/images/secondaryToolbarButton-selectTool.svg +3 -0
  28. package/dist/pdfjs/web/images/secondaryToolbarButton-spreadEven.svg +3 -0
  29. package/dist/pdfjs/web/images/secondaryToolbarButton-spreadNone.svg +3 -0
  30. package/dist/pdfjs/web/images/secondaryToolbarButton-spreadOdd.svg +3 -0
  31. package/dist/pdfjs/web/images/toolbarButton-bookmark.svg +3 -0
  32. package/dist/pdfjs/web/images/toolbarButton-currentOutlineItem.svg +3 -0
  33. package/dist/pdfjs/web/images/toolbarButton-download.svg +4 -0
  34. package/dist/pdfjs/web/images/toolbarButton-editorFreeText.svg +3 -0
  35. package/dist/pdfjs/web/images/toolbarButton-editorInk.svg +4 -0
  36. package/dist/pdfjs/web/images/toolbarButton-menuArrow.svg +3 -0
  37. package/dist/pdfjs/web/images/toolbarButton-openFile.svg +3 -0
  38. package/dist/pdfjs/web/images/toolbarButton-pageDown.svg +3 -0
  39. package/dist/pdfjs/web/images/toolbarButton-pageUp.svg +3 -0
  40. package/dist/pdfjs/web/images/toolbarButton-presentationMode.svg +3 -0
  41. package/dist/pdfjs/web/images/toolbarButton-print.svg +3 -0
  42. package/dist/pdfjs/web/images/toolbarButton-search.svg +3 -0
  43. package/dist/pdfjs/web/images/toolbarButton-secondaryToolbarToggle.svg +3 -0
  44. package/dist/pdfjs/web/images/toolbarButton-sidebarToggle.svg +3 -0
  45. package/dist/pdfjs/web/images/toolbarButton-viewAttachments.svg +3 -0
  46. package/dist/pdfjs/web/images/toolbarButton-viewLayers.svg +3 -0
  47. package/dist/pdfjs/web/images/toolbarButton-viewOutline.svg +3 -0
  48. package/dist/pdfjs/web/images/toolbarButton-viewThumbnail.svg +3 -0
  49. package/dist/pdfjs/web/images/toolbarButton-zoomIn.svg +3 -0
  50. package/dist/pdfjs/web/images/toolbarButton-zoomOut.svg +3 -0
  51. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ach/viewer.properties +1 -0
  52. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/af/viewer.properties +1 -0
  53. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/an/viewer.properties +1 -0
  54. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ar/viewer.properties +1 -0
  55. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/az/viewer.properties +1 -0
  56. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/be/viewer.properties +24 -16
  57. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/bg/viewer.properties +1 -0
  58. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/bn/viewer.properties +1 -0
  59. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/bo/viewer.properties +1 -0
  60. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/br/viewer.properties +1 -0
  61. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/brx/viewer.properties +1 -0
  62. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/bs/viewer.properties +1 -0
  63. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ca/viewer.properties +1 -0
  64. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/cak/viewer.properties +1 -0
  65. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ckb/viewer.properties +1 -0
  66. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/cs/viewer.properties +28 -2
  67. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/cy/viewer.properties +19 -16
  68. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/da/viewer.properties +22 -12
  69. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/de/viewer.properties +22 -14
  70. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/dsb/viewer.properties +16 -16
  71. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/el/viewer.properties +20 -16
  72. package/dist/{pdfjs-2.15.349-dist/web/locale/en-US → pdfjs/web/locale/en-CA}/viewer.properties +14 -13
  73. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/en-GB/viewer.properties +19 -16
  74. package/dist/{pdfjs-2.15.349-dist/web/locale/en-CA → pdfjs/web/locale/en-US}/viewer.properties +21 -38
  75. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/eo/viewer.properties +19 -14
  76. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/es-AR/viewer.properties +19 -16
  77. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/es-CL/viewer.properties +19 -16
  78. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/es-ES/viewer.properties +22 -14
  79. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/es-MX/viewer.properties +19 -16
  80. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/et/viewer.properties +0 -7
  81. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/eu/viewer.properties +22 -14
  82. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/fa/viewer.properties +1 -0
  83. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ff/viewer.properties +1 -0
  84. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/fi/viewer.properties +26 -3
  85. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/fr/viewer.properties +22 -14
  86. package/dist/pdfjs/web/locale/fur/viewer.properties +277 -0
  87. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/fy-NL/viewer.properties +24 -16
  88. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ga-IE/viewer.properties +1 -0
  89. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/gd/viewer.properties +1 -0
  90. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/gl/viewer.properties +1 -0
  91. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/gn/viewer.properties +24 -14
  92. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/gu-IN/viewer.properties +1 -0
  93. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/he/viewer.properties +18 -16
  94. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/hi-IN/viewer.properties +1 -0
  95. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/hr/viewer.properties +20 -1
  96. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/hsb/viewer.properties +21 -16
  97. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/hu/viewer.properties +19 -16
  98. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/hy-AM/viewer.properties +1 -0
  99. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/hye/viewer.properties +1 -0
  100. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ia/viewer.properties +19 -16
  101. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/id/viewer.properties +19 -16
  102. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/is/viewer.properties +22 -14
  103. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/it/viewer.properties +11 -14
  104. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ja/viewer.properties +22 -14
  105. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ka/viewer.properties +24 -16
  106. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/kab/viewer.properties +19 -4
  107. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/kk/viewer.properties +24 -8
  108. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/km/viewer.properties +1 -0
  109. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/kn/viewer.properties +1 -0
  110. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ko/viewer.properties +21 -18
  111. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/lij/viewer.properties +1 -0
  112. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/locale.properties +6 -0
  113. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/lt/viewer.properties +0 -1
  114. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ltg/viewer.properties +1 -0
  115. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/lv/viewer.properties +1 -0
  116. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/mk/viewer.properties +1 -0
  117. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/mr/viewer.properties +1 -0
  118. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ms/viewer.properties +1 -0
  119. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/my/viewer.properties +1 -0
  120. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/nb-NO/viewer.properties +22 -14
  121. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ne-NP/viewer.properties +1 -0
  122. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/nl/viewer.properties +19 -16
  123. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/nn-NO/viewer.properties +20 -16
  124. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/oc/viewer.properties +32 -24
  125. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/pa-IN/viewer.properties +22 -6
  126. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/pl/viewer.properties +22 -14
  127. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/pt-BR/viewer.properties +22 -19
  128. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/pt-PT/viewer.properties +22 -14
  129. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/rm/viewer.properties +24 -8
  130. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ro/viewer.properties +1 -0
  131. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ru/viewer.properties +22 -14
  132. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/sat/viewer.properties +1 -0
  133. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/sc/viewer.properties +24 -2
  134. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/sco/viewer.properties +1 -0
  135. package/dist/pdfjs/web/locale/si/viewer.properties +237 -0
  136. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/sk/viewer.properties +20 -17
  137. package/dist/pdfjs/web/locale/skr/viewer.properties +277 -0
  138. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/sl/viewer.properties +22 -14
  139. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/son/viewer.properties +1 -0
  140. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/sq/viewer.properties +32 -5
  141. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/sr/viewer.properties +25 -3
  142. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/sv-SE/viewer.properties +19 -16
  143. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/szl/viewer.properties +1 -0
  144. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ta/viewer.properties +1 -0
  145. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/te/viewer.properties +20 -0
  146. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/tg/viewer.properties +26 -24
  147. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/th/viewer.properties +21 -6
  148. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/tl/viewer.properties +1 -0
  149. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/tr/viewer.properties +19 -17
  150. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/uk/viewer.properties +19 -16
  151. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ur/viewer.properties +1 -0
  152. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/uz/viewer.properties +1 -0
  153. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/vi/viewer.properties +19 -16
  154. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/wo/viewer.properties +1 -0
  155. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/xh/viewer.properties +1 -0
  156. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/zh-CN/viewer.properties +19 -16
  157. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/zh-TW/viewer.properties +21 -18
  158. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/viewer.css +278 -577
  159. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/viewer.html +25 -53
  160. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/viewer.js +3887 -6174
  161. package/dist/pdfjs/web/viewer.js.map +1 -0
  162. package/dist/pdfjs-viewer-element.js +17 -619
  163. package/package.json +7 -13
  164. package/types/pdfjs-viewer-element.d.ts +9 -8
  165. package/dist/pdfjs-2.15.349-dist/build/pdf.js.map +0 -1
  166. package/dist/pdfjs-2.15.349-dist/build/pdf.sandbox.js.map +0 -1
  167. package/dist/pdfjs-2.15.349-dist/build/pdf.worker.js.map +0 -1
  168. package/dist/pdfjs-2.15.349-dist/web/images/findbarButton-next.svg +0 -4
  169. package/dist/pdfjs-2.15.349-dist/web/images/findbarButton-previous.svg +0 -4
  170. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-documentProperties.svg +0 -15
  171. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-firstPage.svg +0 -1
  172. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-handTool.svg +0 -1
  173. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-lastPage.svg +0 -1
  174. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-rotateCcw.svg +0 -1
  175. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-rotateCw.svg +0 -4
  176. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-scrollHorizontal.svg +0 -1
  177. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-scrollPage.svg +0 -1
  178. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-scrollVertical.svg +0 -1
  179. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-scrollWrapped.svg +0 -1
  180. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-selectTool.svg +0 -4
  181. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-spreadEven.svg +0 -1
  182. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-spreadNone.svg +0 -1
  183. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-spreadOdd.svg +0 -1
  184. package/dist/pdfjs-2.15.349-dist/web/images/shadow.png +0 -0
  185. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-bookmark.svg +0 -1
  186. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-currentOutlineItem.svg +0 -1
  187. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-download.svg +0 -4
  188. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-editorFreeText.svg +0 -24
  189. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-editorInk.svg +0 -9
  190. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-editorNone.svg +0 -4
  191. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-menuArrow.svg +0 -1
  192. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-openFile.svg +0 -4
  193. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-pageDown.svg +0 -7
  194. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-pageUp.svg +0 -12
  195. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-presentationMode.svg +0 -1
  196. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-print.svg +0 -4
  197. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-search.svg +0 -4
  198. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-secondaryToolbarToggle.svg +0 -4
  199. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-sidebarToggle.svg +0 -4
  200. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-viewAttachments.svg +0 -1
  201. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-viewLayers.svg +0 -1
  202. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-viewOutline.svg +0 -1
  203. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-viewThumbnail.svg +0 -4
  204. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-zoomIn.svg +0 -4
  205. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-zoomOut.svg +0 -4
  206. package/dist/pdfjs-2.15.349-dist/web/locale/si/viewer.properties +0 -201
  207. package/dist/pdfjs-2.15.349-dist/web/viewer.js.map +0 -1
  208. package/dist/pdfjs-viewer-element.umd.cjs +0 -44
  209. package/dist/vite.svg +0 -1
  210. /package/dist/{pdfjs-2.15.349-dist/web/compressed.tracemonkey-pldi-09.pdf → compressed.tracemonkey-pldi-09.pdf} +0 -0
  211. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/LICENSE +0 -0
  212. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/78-EUC-H.bcmap +0 -0
  213. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/78-EUC-V.bcmap +0 -0
  214. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/78-H.bcmap +0 -0
  215. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/78-RKSJ-H.bcmap +0 -0
  216. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/78-RKSJ-V.bcmap +0 -0
  217. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/78-V.bcmap +0 -0
  218. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/78ms-RKSJ-H.bcmap +0 -0
  219. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/78ms-RKSJ-V.bcmap +0 -0
  220. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/83pv-RKSJ-H.bcmap +0 -0
  221. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/90ms-RKSJ-H.bcmap +0 -0
  222. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/90ms-RKSJ-V.bcmap +0 -0
  223. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/90msp-RKSJ-H.bcmap +0 -0
  224. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/90msp-RKSJ-V.bcmap +0 -0
  225. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/90pv-RKSJ-H.bcmap +0 -0
  226. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/90pv-RKSJ-V.bcmap +0 -0
  227. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Add-H.bcmap +0 -0
  228. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Add-RKSJ-H.bcmap +0 -0
  229. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Add-RKSJ-V.bcmap +0 -0
  230. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Add-V.bcmap +0 -0
  231. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-CNS1-0.bcmap +0 -0
  232. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-CNS1-1.bcmap +0 -0
  233. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-CNS1-2.bcmap +0 -0
  234. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-CNS1-3.bcmap +0 -0
  235. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-CNS1-4.bcmap +0 -0
  236. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-CNS1-5.bcmap +0 -0
  237. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-CNS1-6.bcmap +0 -0
  238. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-CNS1-UCS2.bcmap +0 -0
  239. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-GB1-0.bcmap +0 -0
  240. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-GB1-1.bcmap +0 -0
  241. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-GB1-2.bcmap +0 -0
  242. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-GB1-3.bcmap +0 -0
  243. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-GB1-4.bcmap +0 -0
  244. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-GB1-5.bcmap +0 -0
  245. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-GB1-UCS2.bcmap +0 -0
  246. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-Japan1-0.bcmap +0 -0
  247. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-Japan1-1.bcmap +0 -0
  248. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-Japan1-2.bcmap +0 -0
  249. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-Japan1-3.bcmap +0 -0
  250. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-Japan1-4.bcmap +0 -0
  251. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-Japan1-5.bcmap +0 -0
  252. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-Japan1-6.bcmap +0 -0
  253. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-Japan1-UCS2.bcmap +0 -0
  254. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-Korea1-0.bcmap +0 -0
  255. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-Korea1-1.bcmap +0 -0
  256. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-Korea1-2.bcmap +0 -0
  257. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-Korea1-UCS2.bcmap +0 -0
  258. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/B5-H.bcmap +0 -0
  259. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/B5-V.bcmap +0 -0
  260. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/B5pc-H.bcmap +0 -0
  261. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/B5pc-V.bcmap +0 -0
  262. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/CNS-EUC-H.bcmap +0 -0
  263. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/CNS-EUC-V.bcmap +0 -0
  264. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/CNS1-H.bcmap +0 -0
  265. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/CNS1-V.bcmap +0 -0
  266. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/CNS2-H.bcmap +0 -0
  267. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/CNS2-V.bcmap +0 -0
  268. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/ETHK-B5-H.bcmap +0 -0
  269. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/ETHK-B5-V.bcmap +0 -0
  270. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/ETen-B5-H.bcmap +0 -0
  271. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/ETen-B5-V.bcmap +0 -0
  272. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/ETenms-B5-H.bcmap +0 -0
  273. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/ETenms-B5-V.bcmap +0 -0
  274. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/EUC-H.bcmap +0 -0
  275. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/EUC-V.bcmap +0 -0
  276. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Ext-H.bcmap +0 -0
  277. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Ext-RKSJ-H.bcmap +0 -0
  278. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Ext-RKSJ-V.bcmap +0 -0
  279. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Ext-V.bcmap +0 -0
  280. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GB-EUC-H.bcmap +0 -0
  281. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GB-EUC-V.bcmap +0 -0
  282. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GB-H.bcmap +0 -0
  283. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GB-V.bcmap +0 -0
  284. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBK-EUC-H.bcmap +0 -0
  285. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBK-EUC-V.bcmap +0 -0
  286. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBK2K-H.bcmap +0 -0
  287. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBK2K-V.bcmap +0 -0
  288. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBKp-EUC-H.bcmap +0 -0
  289. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBKp-EUC-V.bcmap +0 -0
  290. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBT-EUC-H.bcmap +0 -0
  291. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBT-EUC-V.bcmap +0 -0
  292. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBT-H.bcmap +0 -0
  293. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBT-V.bcmap +0 -0
  294. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBTpc-EUC-H.bcmap +0 -0
  295. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBTpc-EUC-V.bcmap +0 -0
  296. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBpc-EUC-H.bcmap +0 -0
  297. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBpc-EUC-V.bcmap +0 -0
  298. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/H.bcmap +0 -0
  299. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/HKdla-B5-H.bcmap +0 -0
  300. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/HKdla-B5-V.bcmap +0 -0
  301. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/HKdlb-B5-H.bcmap +0 -0
  302. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/HKdlb-B5-V.bcmap +0 -0
  303. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/HKgccs-B5-H.bcmap +0 -0
  304. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/HKgccs-B5-V.bcmap +0 -0
  305. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/HKm314-B5-H.bcmap +0 -0
  306. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/HKm314-B5-V.bcmap +0 -0
  307. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/HKm471-B5-H.bcmap +0 -0
  308. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/HKm471-B5-V.bcmap +0 -0
  309. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/HKscs-B5-H.bcmap +0 -0
  310. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/HKscs-B5-V.bcmap +0 -0
  311. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Hankaku.bcmap +0 -0
  312. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Hiragana.bcmap +0 -0
  313. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/KSC-EUC-H.bcmap +0 -0
  314. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/KSC-EUC-V.bcmap +0 -0
  315. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/KSC-H.bcmap +0 -0
  316. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/KSC-Johab-H.bcmap +0 -0
  317. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/KSC-Johab-V.bcmap +0 -0
  318. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/KSC-V.bcmap +0 -0
  319. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/KSCms-UHC-H.bcmap +0 -0
  320. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/KSCms-UHC-HW-H.bcmap +0 -0
  321. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/KSCms-UHC-HW-V.bcmap +0 -0
  322. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/KSCms-UHC-V.bcmap +0 -0
  323. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/KSCpc-EUC-H.bcmap +0 -0
  324. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/KSCpc-EUC-V.bcmap +0 -0
  325. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Katakana.bcmap +0 -0
  326. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/LICENSE +0 -0
  327. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/NWP-H.bcmap +0 -0
  328. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/NWP-V.bcmap +0 -0
  329. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/RKSJ-H.bcmap +0 -0
  330. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/RKSJ-V.bcmap +0 -0
  331. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Roman.bcmap +0 -0
  332. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniCNS-UCS2-H.bcmap +0 -0
  333. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniCNS-UCS2-V.bcmap +0 -0
  334. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniCNS-UTF16-H.bcmap +0 -0
  335. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniCNS-UTF16-V.bcmap +0 -0
  336. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniCNS-UTF32-H.bcmap +0 -0
  337. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniCNS-UTF32-V.bcmap +0 -0
  338. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniCNS-UTF8-H.bcmap +0 -0
  339. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniCNS-UTF8-V.bcmap +0 -0
  340. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniGB-UCS2-H.bcmap +0 -0
  341. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniGB-UCS2-V.bcmap +0 -0
  342. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniGB-UTF16-H.bcmap +0 -0
  343. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniGB-UTF16-V.bcmap +0 -0
  344. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniGB-UTF32-H.bcmap +0 -0
  345. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniGB-UTF32-V.bcmap +0 -0
  346. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniGB-UTF8-H.bcmap +0 -0
  347. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniGB-UTF8-V.bcmap +0 -0
  348. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS-UCS2-H.bcmap +0 -0
  349. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS-UCS2-HW-H.bcmap +0 -0
  350. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS-UCS2-HW-V.bcmap +0 -0
  351. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS-UCS2-V.bcmap +0 -0
  352. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS-UTF16-H.bcmap +0 -0
  353. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS-UTF16-V.bcmap +0 -0
  354. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS-UTF32-H.bcmap +0 -0
  355. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS-UTF32-V.bcmap +0 -0
  356. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS-UTF8-H.bcmap +0 -0
  357. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS-UTF8-V.bcmap +0 -0
  358. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS2004-UTF16-H.bcmap +0 -0
  359. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS2004-UTF16-V.bcmap +0 -0
  360. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS2004-UTF32-H.bcmap +0 -0
  361. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS2004-UTF32-V.bcmap +0 -0
  362. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS2004-UTF8-H.bcmap +0 -0
  363. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS2004-UTF8-V.bcmap +0 -0
  364. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJISPro-UCS2-HW-V.bcmap +0 -0
  365. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJISPro-UCS2-V.bcmap +0 -0
  366. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJISPro-UTF8-V.bcmap +0 -0
  367. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJISX0213-UTF32-H.bcmap +0 -0
  368. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJISX0213-UTF32-V.bcmap +0 -0
  369. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJISX02132004-UTF32-H.bcmap +0 -0
  370. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJISX02132004-UTF32-V.bcmap +0 -0
  371. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniKS-UCS2-H.bcmap +0 -0
  372. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniKS-UCS2-V.bcmap +0 -0
  373. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniKS-UTF16-H.bcmap +0 -0
  374. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniKS-UTF16-V.bcmap +0 -0
  375. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniKS-UTF32-H.bcmap +0 -0
  376. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniKS-UTF32-V.bcmap +0 -0
  377. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniKS-UTF8-H.bcmap +0 -0
  378. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniKS-UTF8-V.bcmap +0 -0
  379. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/V.bcmap +0 -0
  380. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/WP-Symbol.bcmap +0 -0
  381. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/annotation-check.svg +0 -0
  382. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/annotation-comment.svg +0 -0
  383. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/annotation-help.svg +0 -0
  384. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/annotation-insert.svg +0 -0
  385. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/annotation-key.svg +0 -0
  386. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/annotation-newparagraph.svg +0 -0
  387. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/annotation-noicon.svg +0 -0
  388. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/annotation-note.svg +0 -0
  389. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/annotation-paragraph.svg +0 -0
  390. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/loading-dark.svg +0 -0
  391. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/loading-icon.gif +0 -0
  392. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/loading.svg +0 -0
  393. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/treeitem-collapsed.svg +0 -0
  394. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/treeitem-expanded.svg +0 -0
  395. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ast/viewer.properties +0 -0
  396. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/lo/viewer.properties +0 -0
  397. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/meh/viewer.properties +0 -0
  398. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/scn/viewer.properties +0 -0
  399. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/trs/viewer.properties +0 -0
  400. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitDingbats.pfb +0 -0
  401. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitFixed.pfb +0 -0
  402. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitFixedBold.pfb +0 -0
  403. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitFixedBoldItalic.pfb +0 -0
  404. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitFixedItalic.pfb +0 -0
  405. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitSans.pfb +0 -0
  406. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitSansBold.pfb +0 -0
  407. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitSansBoldItalic.pfb +0 -0
  408. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitSansItalic.pfb +0 -0
  409. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitSerif.pfb +0 -0
  410. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitSerifBold.pfb +0 -0
  411. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitSerifBoldItalic.pfb +0 -0
  412. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitSerifItalic.pfb +0 -0
  413. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitSymbol.pfb +0 -0
  414. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/LICENSE_FOXIT +0 -0
  415. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/LICENSE_LIBERATION +0 -0
  416. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/LiberationSans-Bold.ttf +0 -0
  417. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/LiberationSans-BoldItalic.ttf +0 -0
  418. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/LiberationSans-Italic.ttf +0 -0
  419. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/LiberationSans-Regular.ttf +0 -0
@@ -0,0 +1,277 @@
1
+ # Copyright 2012 Mozilla Foundation
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ # Main toolbar buttons (tooltips and alt text for images)
16
+ previous.title=پچھلا ورقہ
17
+ previous_label=پچھلا
18
+ next.title=اڳلا ورقہ
19
+ next_label=اڳلا
20
+
21
+ # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22
+ page.title=ورقہ
23
+ # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
24
+ # representing the total number of pages in the document.
25
+ of_pages={{pagesCount}} دا
26
+ # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
27
+ # will be replaced by a number representing the currently visible page,
28
+ # respectively a number representing the total number of pages in the document.
29
+ page_of_pages=({{pageNumber}} دا {{pagesCount}})
30
+
31
+ zoom_out.title=زوم آؤٹ
32
+ zoom_out_label=زوم آؤٹ
33
+ zoom_in.title=زوم اِن
34
+ zoom_in_label=زوم اِن
35
+ zoom.title=زوم
36
+ presentation_mode.title=پریزنٹیشن موڈ تے سوئچ کرو
37
+ presentation_mode_label=پریزنٹیشن موڈ
38
+ open_file.title=فائل کھولو
39
+ open_file_label=کھولو
40
+ print.title=چھاپو
41
+ print_label=چھاپو
42
+ download.title=ڈاؤن لوڈ
43
+ download_label=ڈاؤن لوڈ
44
+ save.title=ہتھیکڑا کرو
45
+ save_label=ہتھیکڑا کرو
46
+ bookmark.title=حالیہ نظارہ (نویں ونڈو وِچ نقل کرو یا کھولو)
47
+ bookmark_label=حالیہ نظارہ
48
+
49
+ bookmark1.title=موجودہ ورقہ (موجودہ ورقے کنوں یوآرایل ݙیکھو)
50
+ bookmark1_label=موجودہ ورقہ
51
+
52
+ # Secondary toolbar and context menu
53
+ tools.title=اوزار
54
+ tools_label=اوزار
55
+ first_page.title=پہلے ورقے تے ونڄو
56
+ first_page_label=پہلے ورقے تے ونڄو
57
+ last_page.title=چھیکڑی ورقے تے ونڄو
58
+ last_page_label=چھیکڑی ورقے تے ونڄو
59
+ page_rotate_cw.title=گھڑی وانگوں گھماؤ
60
+ page_rotate_cw_label=گھڑی وانگوں گھماؤ
61
+ page_rotate_ccw.title=گھڑی تے اُپٹھ گھماؤ
62
+ page_rotate_ccw_label=گھڑی تے اُپٹھ گھماؤ
63
+
64
+ cursor_text_select_tool.title=متن منتخب کݨ والا آلہ فعال بݨاؤ
65
+ cursor_text_select_tool_label=متن منتخب کرݨ والا آلہ
66
+ cursor_hand_tool.title=ہینڈ ٹول فعال بݨاؤ
67
+ cursor_hand_tool_label=ہینڈ ٹول
68
+
69
+ scroll_page.title=پیج سکرولنگ استعمال کرو
70
+ scroll_page_label=پیج سکرولنگ
71
+ scroll_vertical.title=عمودی سکرولنگ استعمال کرو
72
+ scroll_vertical_label=عمودی سکرولنگ
73
+ scroll_horizontal.title=افقی سکرولنگ استعمال کرو
74
+ scroll_horizontal_label=افقی سکرولنگ
75
+ scroll_wrapped.title=ویڑھی ہوئی سکرولنگ استعمال کرو
76
+ scroll_wrapped_label=وہڑھی ہوئی سکرولنگ
77
+
78
+ spread_none.title=پیج سپریڈز وِچ شامل نہ تھیوو۔
79
+ spread_none_label=کوئی پولھ کائنی
80
+ spread_odd.title=طاق نمبر والے ورقیاں دے نال شروع تھیوݨ والے پیج سپریڈز وِچ شامل تھیوو۔
81
+ spread_odd_label=تاک پھیلاؤ
82
+ spread_even.title=جفت نمر والے ورقیاں نال شروع تھیوݨ والے پیج سپریڈز وِ شامل تھیوو۔
83
+ spread_even_label=جفت پھیلاؤ
84
+
85
+ # Document properties dialog box
86
+ document_properties.title=دستاویز خواص…
87
+ document_properties_label=دستاویز خواص …
88
+ document_properties_file_name=فائل دا ناں:
89
+ document_properties_file_size=فائل دا سائز:
90
+ # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
91
+ # will be replaced by the PDF file size in kilobytes, respectively in bytes.
92
+ document_properties_kb={{size_kb}} کے بی ({{size_b}} بائٹس)
93
+ # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
94
+ # will be replaced by the PDF file size in megabytes, respectively in bytes.
95
+ document_properties_mb={{size_mb}} ایم بی ({{size_b}} بائٹس)
96
+ document_properties_title=عنوان:
97
+ document_properties_author=تخلیق کار:
98
+ document_properties_subject=موضوع:
99
+ document_properties_keywords=کلیدی الفاظ:
100
+ document_properties_creation_date=تخلیق دی تاریخ:
101
+ document_properties_modification_date=ترمیم دی تاریخ:
102
+ # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
103
+ # will be replaced by the creation/modification date, and time, of the PDF file.
104
+ document_properties_date_string={{date}}, {{time}}
105
+ document_properties_creator=تخلیق کار:
106
+ document_properties_producer=PDF پیدا کار:
107
+ document_properties_version=PDF ورژن:
108
+ document_properties_page_count=ورقہ شماری:
109
+ document_properties_page_size=ورقہ دی سائز:
110
+ document_properties_page_size_unit_inches=وِچ
111
+ document_properties_page_size_unit_millimeters=mm
112
+ document_properties_page_size_orientation_portrait=عمودی انداز
113
+ document_properties_page_size_orientation_landscape=افقى انداز
114
+ document_properties_page_size_name_a3=A3
115
+ document_properties_page_size_name_a4=A4
116
+ document_properties_page_size_name_letter=لیٹر
117
+ document_properties_page_size_name_legal=قنونی
118
+ # LOCALIZATION NOTE (document_properties_page_size_dimension_string):
119
+ # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
120
+ # the size, respectively their unit of measurement and orientation, of the (current) page.
121
+ document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
122
+ # LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
123
+ # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
124
+ # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
125
+ document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
126
+ # LOCALIZATION NOTE (document_properties_linearized): The linearization status of
127
+ # the document; usually called "Fast Web View" in English locales of Adobe software.
128
+ document_properties_linearized=تکھا ویب نظارہ:
129
+ document_properties_linearized_yes=جیا
130
+ document_properties_linearized_no=کو
131
+ document_properties_close=بند کرو
132
+
133
+ print_progress_message=چھاپݨ کیتے دستاویز تیار تھیندے پئے ہن …
134
+ # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
135
+ # a numerical per cent value.
136
+ print_progress_percent={{progress}}%
137
+ print_progress_close=منسوخ کرو
138
+
139
+ # Tooltips and alt text for side panel toolbar buttons
140
+ # (the _label strings are alt text for the buttons, the .title strings are
141
+ # tooltips)
142
+ toggle_sidebar.title=سائیڈ بار ٹوگل کرو
143
+ toggle_sidebar_notification2.title=سائیڈ بار ٹوگل کرو (دستاویز وِچ آؤٹ لائن/ منسلکات/ پرتاں شامل ہن)
144
+ toggle_sidebar_label=سائیڈ بار ٹوگل کرو
145
+ document_outline.title=دستاویز دا خاکہ ݙکھاؤ (تمام آئٹمز کوں پھیلاوݨ/سنگوڑݨ کیتے ڈبل کلک کرو)
146
+ document_outline_label=دستاویز آؤٹ لائن
147
+ attachments.title=نتھیاں ݙکھاؤ
148
+ attachments_label=منسلکات
149
+ layers.title=پرتاں ݙکھاؤ (تمام پرتاں کوں ڈیفالٹ حالت وِچ دوبارہ ترتیب ݙیوݨ کیتے ڈبل کلک کرو)
150
+ layers_label=پرتاں
151
+ thumbs.title=تھمبنیل ݙکھاؤ
152
+ thumbs_label=تھمبنیلز
153
+ current_outline_item.title=موجودہ آؤٹ لائن آئٹم لبھو
154
+ current_outline_item_label=موجودہ آؤٹ لائن آئٹم
155
+ findbar.title=دستاویز وِچ لبھو
156
+ findbar_label=لبھو
157
+
158
+ additional_layers=اضافی پرتاں
159
+ # LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
160
+ page_landmark=ورقہ {{page}}
161
+ # Thumbnails panel item (tooltip and alt text for images)
162
+ # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
163
+ # number.
164
+ thumb_page_title=ورقہ {{page}}
165
+ # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
166
+ # number.
167
+ thumb_page_canvas=ورقے دا تھمبنیل {{page}}
168
+
169
+ # Find panel button title and messages
170
+ find_input.title=لبھو
171
+ find_input.placeholder=دستاویز وِچ لبھو …
172
+ find_previous.title=فقرے دا پچھلا واقعہ لبھو
173
+ find_previous_label=پچھلا
174
+ find_next.title=فقرے دا اڳلا واقعہ لبھو
175
+ find_next_label=اڳلا
176
+ find_highlight=تمام نشابر کرو
177
+ find_match_case_label=حروف مشابہ کرو
178
+ find_match_diacritics_label=ڈائیکرٹکس مشابہ کرو
179
+ find_entire_word_label=تمام الفاظ
180
+ find_reached_top=ورقے دے شروع تے پُج ڳیا، تلوں جاری کیتا ڳیا
181
+ find_reached_bottom=ورقے دے پاند تے پُڄ ڳیا، اُتوں شروع کیتا ڳیا
182
+ # LOCALIZATION NOTE (find_match_count): The supported plural forms are
183
+ # [one|two|few|many|other], with [other] as the default value.
184
+ # "{{current}}" and "{{total}}" will be replaced by a number representing the
185
+ # index of the currently active find result, respectively a number representing
186
+ # the total number of matches in the document.
187
+ find_match_count={[ جمع (کل) ]}
188
+ find_match_count[one]={{current}} دا {{total}} موازنہ کرو
189
+ find_match_count[two]={{current}} دا {{total}} موازنہ
190
+ find_match_count[few]={{current}} دا {{total}} موازنہ
191
+ find_match_count[many]={{current}} دا {{total}} موازنہ
192
+ find_match_count[other]={{current}} دا {{total}} موازنہ
193
+ # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
194
+ # [zero|one|two|few|many|other], with [other] as the default value.
195
+ # "{{limit}}" will be replaced by a numerical value.
196
+ find_match_count_limit={[ جمع (حد) ]}
197
+ find_match_count_limit[zero]={{limit}} کنوں زیادہ مماثلتاں۔
198
+ find_match_count_limit[one]={{limit}} مماثل کنوں ودھ
199
+ find_match_count_limit[two]={{limit}} کنوں زیادہ مماثلتاں۔
200
+ find_match_count_limit[few]={{limit}} مماثلاں کنوں ودھ
201
+ find_match_count_limit[many]={{limit}} مماثلاں کنوں ودھ
202
+ find_match_count_limit[other]={{limit}} مماثلاں کنوں ودھ
203
+ find_not_found=فقرہ نئیں ملیا
204
+
205
+ # Error panel labels
206
+ error_more_info=ودھیک معلومات
207
+ error_less_info=گھٹ معلومات
208
+ error_close=بند کرو
209
+ # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
210
+ # replaced by the PDF.JS version and build ID.
211
+ error_version_info=PDF.js v{{version}} (بݨاؤ: {{build}})
212
+ # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
213
+ # english string describing the error.
214
+ error_message=سنیہا: {{message}}
215
+ # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
216
+ # trace.
217
+ error_stack=سٹیک: {{stack}}
218
+ # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
219
+ error_file=فائل: {{file}}
220
+ # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
221
+ error_line=لائن: {{line}}
222
+
223
+ # Predefined zoom values
224
+ page_scale_width=ورقے دی چوڑائی
225
+ page_scale_fit=ورقہ فٹنگ
226
+ page_scale_auto=آپوں آپ زوم
227
+ page_scale_actual=اصل میچا
228
+ # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
229
+ # numerical scale value.
230
+ page_scale_percent={{scale}}%
231
+
232
+ # Loading indicator messages
233
+ loading=لوڈ تھیندا پئے۔۔۔
234
+ loading_error=PDF لوڈ کریندے ویلھے نقص آ ڳیا۔
235
+ invalid_file_error=غلط یا خراب شدہ PDF فائل۔
236
+ missing_file_error=PDF فائل غائب ہے۔
237
+ unexpected_response_error=سرور دا غیر متوقع جواب۔
238
+
239
+ rendering_error=ورقہ رینڈر کریندے ویلھے ہک خرابی پیش آڳئی۔
240
+
241
+ # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
242
+ # replaced by the modification date, and time, of the annotation.
243
+ annotation_date_string={{date}}, {{time}}
244
+
245
+ # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
246
+ # "{{type}}" will be replaced with an annotation type from a list defined in
247
+ # the PDF spec (32000-1:2008 Table 169 – Annotation types).
248
+ # Some common types are e.g.: "Check", "Text", "Comment", "Note"
249
+ text_annotation_type.alt=[{{type}} تشریح]
250
+ password_label=ایہ PDF فائل کھولݨ کیتے پاس ورڈ درج کرو۔
251
+ password_invalid=غلط پاس ورڈ: براہ مہربانی ولدا کوشش کرو۔
252
+ password_ok=ٹھیک ہے
253
+ password_cancel=منسوخ کرو
254
+
255
+ printing_not_supported=چتاوݨی: چھپائی ایں براؤزر تے پوری طراں معاونت شدہ کائنی۔
256
+ printing_not_ready=چتاوݨی: PDF چھپائی کیتے پوری طراں لوڈ نئیں تھئی۔
257
+ web_fonts_disabled=ویب فونٹس غیر فعال ہن: ایمبیڈڈ PDF فونٹس استعمال کرݨ کنوں قاصر ہن
258
+
259
+ # Editor
260
+ editor_free_text2.title=متن
261
+ editor_free_text2_label=متن
262
+ editor_ink2.title=چھکو
263
+ editor_ink2_label=چھکو
264
+
265
+ free_text2_default_content=ٹائپنگ شروع کرو …
266
+
267
+ # Editor Parameters
268
+ editor_free_text_color=رنگ
269
+ editor_free_text_size=سائز
270
+ editor_ink_color=رنگ
271
+ editor_ink_thickness=ٹھولھ
272
+ editor_ink_opacity=دھندلاپن
273
+
274
+ # Editor aria
275
+ editor_free_text2_aria_label=ٹیکسٹ ایڈیٹر
276
+ editor_ink2_aria_label=ڈرا ایڈیٹر
277
+ editor_ink_canvas_aria_label=صارف دی بݨائی ہوئی تصویر
@@ -41,9 +41,14 @@ print.title=Natisni
41
41
  print_label=Natisni
42
42
  download.title=Prenesi
43
43
  download_label=Prenesi
44
+ save.title=Shrani
45
+ save_label=Shrani
44
46
  bookmark.title=Trenutni pogled (kopiraj ali odpri v novem oknu)
45
47
  bookmark_label=Trenutni pogled
46
48
 
49
+ bookmark1.title=Trenutna stran (prikaži URL, ki vodi do trenutne strani)
50
+ bookmark1_label=Na trenutno stran
51
+
47
52
  # Secondary toolbar and context menu
48
53
  tools.title=Orodja
49
54
  tools_label=Orodja
@@ -214,7 +219,6 @@ error_stack=Sklad: {{stack}}
214
219
  error_file=Datoteka: {{file}}
215
220
  # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
216
221
  error_line=Vrstica: {{line}}
217
- rendering_error=Med pripravljanjem strani je prišlo do napake!
218
222
 
219
223
  # Predefined zoom values
220
224
  page_scale_width=Širina strani
@@ -232,6 +236,8 @@ invalid_file_error=Neveljavna ali pokvarjena datoteka PDF.
232
236
  missing_file_error=Ni datoteke PDF.
233
237
  unexpected_response_error=Nepričakovan odgovor strežnika.
234
238
 
239
+ rendering_error=Med pripravljanjem strani je prišlo do napake!
240
+
235
241
  # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
236
242
  # replaced by the modification date, and time, of the annotation.
237
243
  annotation_date_string={{date}}, {{time}}
@@ -251,19 +257,21 @@ printing_not_ready=Opozorilo: PDF ni v celoti naložen za tiskanje.
251
257
  web_fonts_disabled=Spletne pisave so onemogočene: vgradnih pisav za PDF ni mogoče uporabiti.
252
258
 
253
259
  # Editor
254
- editor_none.title=Onemogoči urejanje pripomb
255
- editor_none_label=Onemogoči urejanje
256
- editor_free_text.title=Dodaj opombo FreeText
257
- editor_free_text_label=Opomba FreeText
258
- editor_ink.title=Dodaj opombo z rokopisom
259
- editor_ink_label=Opomba z rokopisom
260
-
261
- freetext_default_content=Vnesite besedilo …
260
+ editor_free_text2.title=Besedilo
261
+ editor_free_text2_label=Besedilo
262
+ editor_ink2.title=Riši
263
+ editor_ink2_label=Riši
262
264
 
263
- free_text_default_content=Vnesite besedilo
265
+ free_text2_default_content=Začnite tipkati
264
266
 
265
267
  # Editor Parameters
266
- editor_free_text_font_color=Barva pisave
267
- editor_free_text_font_size=Velikost pisave
268
- editor_ink_line_color=Barva črte
269
- editor_ink_line_thickness=Debelina črte
268
+ editor_free_text_color=Barva
269
+ editor_free_text_size=Velikost
270
+ editor_ink_color=Barva
271
+ editor_ink_thickness=Debelina
272
+ editor_ink_opacity=Neprosojnost
273
+
274
+ # Editor aria
275
+ editor_free_text2_aria_label=Urejevalnik besedila
276
+ editor_ink2_aria_label=Urejevalnik risanja
277
+ editor_ink_canvas_aria_label=Uporabnikova slika
@@ -170,3 +170,4 @@ password_cancel=Naŋ
170
170
  printing_not_supported=Yaamar: Karyan ši tee ka timme nda ceecikaa woo.
171
171
  printing_not_ready=Yaamar: PDF ši zunbu ka timme karyan še.
172
172
  web_fonts_disabled=Interneti šigirawey kay: ši hin ka goy nda PDF šigira hurantey.
173
+
@@ -32,7 +32,7 @@ zoom_out.title=Zvogëlojeni
32
32
  zoom_out_label=Zvogëlojeni
33
33
  zoom_in.title=Zmadhojeni
34
34
  zoom_in_label=Zmadhojini
35
- zoom.title=Zoom
35
+ zoom.title=Zmadhim/Zvogëlim
36
36
  presentation_mode.title=Kalo te Mënyra Paraqitje
37
37
  presentation_mode_label=Mënyra Paraqitje
38
38
  open_file.title=Hapni Kartelë
@@ -41,9 +41,14 @@ print.title=Shtypje
41
41
  print_label=Shtype
42
42
  download.title=Shkarkim
43
43
  download_label=Shkarkoje
44
+ save.title=Ruaje
45
+ save_label=Ruaje
44
46
  bookmark.title=Pamja e tanishme (kopjojeni ose hapeni në dritare të re)
45
47
  bookmark_label=Pamja e Tanishme
46
48
 
49
+ bookmark1.title=Faqja e Tanishme (Shihni URL nga Faqja e Tanishme)
50
+ bookmark1_label=Faqja e Tanishme
51
+
47
52
  # Secondary toolbar and context menu
48
53
  tools.title=Mjete
49
54
  tools_label=Mjete
@@ -163,8 +168,9 @@ find_previous_label=E mëparshmja
163
168
  find_next.title=Gjeni hasjen pasuese të togfjalëshit
164
169
  find_next_label=Pasuesja
165
170
  find_highlight=Theksoji të tëra
166
- find_match_case_label=Siç është shkruar
167
- find_entire_word_label=Krejt fjalët
171
+ find_match_case_label=Siç Është Shkruar
172
+ find_match_diacritics_label=Me Përputhje Me Shenjat Diakritike
173
+ find_entire_word_label=Fjalë të Plota
168
174
  find_reached_top=U mbërrit në krye të dokumentit, vazhduar prej fundit
169
175
  find_reached_bottom=U mbërrit në fund të dokumentit, vazhduar prej kreut
170
176
  # LOCALIZATION NOTE (find_match_count): The supported plural forms are
@@ -191,7 +197,7 @@ find_match_count_limit[other]=Më shumë se {{limit}} përputhje
191
197
  find_not_found=Togfjalësh që s’gjendet
192
198
 
193
199
  # Error panel labels
194
- error_more_info=Më Tepër të Dhëna
200
+ error_more_info=Më Tepër Hollësi
195
201
  error_less_info=Më Pak të Dhëna
196
202
  error_close=Mbylleni
197
203
  # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
@@ -207,7 +213,6 @@ error_stack=Stack: {{stack}}
207
213
  error_file=Kartelë: {{file}}
208
214
  # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
209
215
  error_line=Rresht: {{line}}
210
- rendering_error=Ndodhi një gabim gjatë riprodhimit të faqes.
211
216
 
212
217
  # Predefined zoom values
213
218
  page_scale_width=Gjerësi Faqeje
@@ -225,6 +230,8 @@ invalid_file_error=Kartelë PDF e pavlefshme ose e dëmtuar.
225
230
  missing_file_error=Kartelë PDF që mungon.
226
231
  unexpected_response_error=Përgjigje shërbyesi e papritur.
227
232
 
233
+ rendering_error=Ndodhi një gabim gjatë riprodhimit të faqes.
234
+
228
235
  # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
229
236
  # replaced by the modification date, and time, of the annotation.
230
237
  annotation_date_string={{date}}, {{time}}
@@ -242,3 +249,23 @@ password_cancel=Anuloje
242
249
  printing_not_supported=Kujdes: Shtypja s’mbulohet plotësisht nga ky shfletues.
243
250
  printing_not_ready=Kujdes: PDF-ja s’është ngarkuar plotësisht që ta shtypni.
244
251
  web_fonts_disabled=Shkronjat Web janë të çaktivizuara: s’arrihet të përdoren shkronja të trupëzuara në PDF.
252
+
253
+ # Editor
254
+ editor_free_text2.title=Tekst
255
+ editor_free_text2_label=Tekst
256
+ editor_ink2.title=Vizatoni
257
+ editor_ink2_label=Vizatoni
258
+
259
+ free_text2_default_content=Filloni të shtypni…
260
+
261
+ # Editor Parameters
262
+ editor_free_text_color=Ngjyrë
263
+ editor_free_text_size=Madhësi
264
+ editor_ink_color=Ngjyrë
265
+ editor_ink_thickness=Trashësi
266
+ editor_ink_opacity=Patejdukshmëri
267
+
268
+ # Editor aria
269
+ editor_free_text2_aria_label=Përpunues Tekstesh
270
+ editor_ink2_aria_label=Përpunues Vizatimesh
271
+ editor_ink_canvas_aria_label=Figurë e krijuar nga përdoruesi
@@ -41,9 +41,14 @@ print.title=Штампај
41
41
  print_label=Штампај
42
42
  download.title=Преузми
43
43
  download_label=Преузми
44
+ save.title=Сачувај
45
+ save_label=Сачувај
44
46
  bookmark.title=Тренутни приказ (копирај или отвори у новом прозору)
45
47
  bookmark_label=Тренутни приказ
46
48
 
49
+ bookmark1.title=Тренутна страница (погледајте URL са тренутне странице)
50
+ bookmark1_label=Тренутна страница
51
+
47
52
  # Secondary toolbar and context menu
48
53
  tools.title=Алатке
49
54
  tools_label=Алатке
@@ -61,6 +66,8 @@ cursor_text_select_tool_label=Алат за селектовање текста
61
66
  cursor_hand_tool.title=Омогући алат за померање
62
67
  cursor_hand_tool_label=Алат за померање
63
68
 
69
+ scroll_page.title=Користи скроловање по омоту
70
+ scroll_page_label=Скроловање странице
64
71
  scroll_vertical.title=Користи вертикално скроловање
65
72
  scroll_vertical_label=Вертикално скроловање
66
73
  scroll_horizontal.title=Користи хоризонтално скроловање
@@ -168,6 +175,7 @@ find_next.title=Пронађи следеће појављивање фразе
168
175
  find_next_label=Следећа
169
176
  find_highlight=Истакнути све
170
177
  find_match_case_label=Подударања
178
+ find_match_diacritics_label=Дијакритика
171
179
  find_entire_word_label=Целе речи
172
180
  find_reached_top=Достигнут врх документа, наставио са дна
173
181
  find_reached_bottom=Достигнуто дно документа, наставио са врха
@@ -211,7 +219,6 @@ error_stack=Стек: {{stack}}
211
219
  error_file=Датотека: {{file}}
212
220
  # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
213
221
  error_line=Линија: {{line}}
214
- rendering_error=Дошло је до грешке приликом рендеровања ове странице.
215
222
 
216
223
  # Predefined zoom values
217
224
  page_scale_width=Ширина странице
@@ -229,6 +236,8 @@ invalid_file_error=PDF датотека је неважећа или је ошт
229
236
  missing_file_error=Недостаје PDF датотека.
230
237
  unexpected_response_error=Неочекиван одговор од сервера.
231
238
 
239
+ rendering_error=Дошло је до грешке приликом рендеровања ове странице.
240
+
232
241
  # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
233
242
  # replaced by the modification date, and time, of the annotation.
234
243
  annotation_date_string={{date}}, {{time}}
@@ -248,8 +257,21 @@ printing_not_ready=Упозорење: PDF није у потпуности уч
248
257
  web_fonts_disabled=Веб фонтови су онемогућени: не могу користити уграђене PDF фонтове.
249
258
 
250
259
  # Editor
260
+ editor_free_text2.title=Текст
261
+ editor_free_text2_label=Текст
262
+ editor_ink2.title=Цртај
263
+ editor_ink2_label=Цртај
251
264
 
252
-
265
+ free_text2_default_content=Почни куцање…
253
266
 
254
267
  # Editor Parameters
255
- editor_free_text_font_size=Величина фонта
268
+ editor_free_text_color=Боја
269
+ editor_free_text_size=Величина
270
+ editor_ink_color=Боја
271
+ editor_ink_thickness=Дебљина
272
+ editor_ink_opacity=Опацитет
273
+
274
+ # Editor aria
275
+ editor_free_text2_aria_label=Уређивач текста
276
+ editor_ink2_aria_label=Уређивач цртежа
277
+ editor_ink_canvas_aria_label=Кориснички направљена слика
@@ -41,9 +41,14 @@ print.title=Skriv ut
41
41
  print_label=Skriv ut
42
42
  download.title=Hämta
43
43
  download_label=Hämta
44
+ save.title=Spara
45
+ save_label=Spara
44
46
  bookmark.title=Aktuell vy (kopiera eller öppna i nytt fönster)
45
47
  bookmark_label=Aktuell vy
46
48
 
49
+ bookmark1.title=Aktuell sida (Visa URL från aktuell sida)
50
+ bookmark1_label=Aktuell sida
51
+
47
52
  # Secondary toolbar and context menu
48
53
  tools.title=Verktyg
49
54
  tools_label=Verktyg
@@ -214,7 +219,6 @@ error_stack=Stack: {{stack}}
214
219
  error_file=Fil: {{file}}
215
220
  # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
216
221
  error_line=Rad: {{line}}
217
- rendering_error=Ett fel uppstod vid visning av sidan.
218
222
 
219
223
  # Predefined zoom values
220
224
  page_scale_width=Sidbredd
@@ -232,6 +236,8 @@ invalid_file_error=Ogiltig eller korrupt PDF-fil.
232
236
  missing_file_error=Saknad PDF-fil.
233
237
  unexpected_response_error=Oväntat svar från servern.
234
238
 
239
+ rendering_error=Ett fel uppstod vid visning av sidan.
240
+
235
241
  # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
236
242
  # replaced by the modification date, and time, of the annotation.
237
243
  annotation_date_string={{date}} {{time}}
@@ -251,24 +257,21 @@ printing_not_ready=Varning: PDF:en är inte klar för utskrift.
251
257
  web_fonts_disabled=Webbtypsnitt är inaktiverade: kan inte använda inbäddade PDF-typsnitt.
252
258
 
253
259
  # Editor
254
- editor_none.title=Inaktivera redigering av anteckningar
255
- editor_none_label=Inaktivera redigering
256
- editor_free_text.title=Lägg till FreeText-kommentar
257
- editor_free_text_label=FreeText-kommentar
258
- editor_ink.title=Lägg till bläckanteckning
259
- editor_ink_label=Bläckanteckning
260
-
261
- freetext_default_content=Skriv in lite text…
260
+ editor_free_text2.title=Text
261
+ editor_free_text2_label=Text
262
+ editor_ink2.title=Rita
263
+ editor_ink2_label=Rita
262
264
 
263
- free_text_default_content=Ange text
265
+ free_text2_default_content=Börja skriva
264
266
 
265
267
  # Editor Parameters
266
- editor_free_text_font_color=Textfärg
267
- editor_free_text_font_size=Textstorlek
268
- editor_ink_line_color=Linjefärg
269
- editor_ink_line_thickness=Linjetjocklek
268
+ editor_free_text_color=Färg
269
+ editor_free_text_size=Storlek
270
+ editor_ink_color=Färg
271
+ editor_ink_thickness=Tjocklek
272
+ editor_ink_opacity=Opacitet
270
273
 
271
274
  # Editor aria
272
- editor_free_text_aria_label=FreeText-redigerare
273
- editor_ink_aria_label=Ink-redigerare
275
+ editor_free_text2_aria_label=Textredigerare
276
+ editor_ink2_aria_label=Ritredigerare
274
277
  editor_ink_canvas_aria_label=Användarskapad bild
@@ -242,3 +242,4 @@ password_cancel=Pociep
242
242
  printing_not_supported=Pozōr: Ta przeglōndarka niy cołkiym ôbsuguje durk.
243
243
  printing_not_ready=Pozōr: Tyn PDF niy ma za tela zaladowany do durku.
244
244
  web_fonts_disabled=Necowe fōnty sōm zastawiōne: niy idzie użyć wkludzōnych fōntōw PDF.
245
+
@@ -191,3 +191,4 @@ password_cancel=ரத்து
191
191
  printing_not_supported=எச்சரிக்கை: இந்த உலாவி அச்சிடுதலை முழுமையாக ஆதரிக்கவில்லை.
192
192
  printing_not_ready=எச்சரிக்கை: PDF அச்சிட முழுவதுமாக ஏற்றப்படவில்லை.
193
193
  web_fonts_disabled=வலை எழுத்துருக்கள் முடக்கப்பட்டுள்ளன: உட்பொதிக்கப்பட்ட PDF எழுத்துருக்களைப் பயன்படுத்த முடியவில்லை.
194
+
@@ -133,6 +133,7 @@ findbar.title=పత్రములో కనుగొనుము
133
133
  findbar_label=కనుగొను
134
134
 
135
135
  additional_layers=అదనపు పొరలు
136
+ # LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
136
137
  # Thumbnails panel item (tooltip and alt text for images)
137
138
  # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
138
139
  # number.
@@ -193,6 +194,7 @@ page_scale_actual=యథార్ధ పరిమాణం
193
194
  # numerical scale value.
194
195
  page_scale_percent={{scale}}%
195
196
 
197
+ # Loading indicator messages
196
198
  loading_error=PDF లోడవుచున్నప్పుడు ఒక దోషం ఎదురైంది.
197
199
  invalid_file_error=చెల్లని లేదా పాడైన PDF ఫైలు.
198
200
  missing_file_error=దొరకని PDF ఫైలు.
@@ -215,3 +217,21 @@ password_cancel=రద్దుచేయి
215
217
  printing_not_supported=హెచ్చరిక: ఈ విహారిణి చేత ముద్రణ పూర్తిగా తోడ్పాటు లేదు.
216
218
  printing_not_ready=హెచ్చరిక: ముద్రణ కొరకు ఈ PDF పూర్తిగా లోడవలేదు.
217
219
  web_fonts_disabled=వెబ్ ఫాంట్లు అచేతనించబడెను: ఎంబెడెడ్ PDF ఫాంట్లు ఉపయోగించలేక పోయింది.
220
+
221
+ # Editor
222
+
223
+
224
+ # Editor
225
+
226
+
227
+ # Editor Parameters
228
+ editor_free_text_color=రంగు
229
+ editor_free_text_size=పరిమాణం
230
+ editor_ink_color=రంగు
231
+ editor_ink_thickness=మందం
232
+ editor_ink_opacity=అకిరణ్యత
233
+
234
+ # Editor aria
235
+
236
+ # Editor aria
237
+