@ntlab/ntjs-assets 2.0.11 → 2.0.13

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 (92) hide show
  1. package/.github/workflows/publish.yml +2 -1
  2. package/assets/js/DataTables/Extensions/ColReorder/js/dataTables.colReorder.js +4 -55
  3. package/assets/js/DataTables/Extensions/ColReorder/js/dataTables.colReorder.min.js +4 -4
  4. package/assets/js/DataTables/Extensions/SearchBuilder/css/searchBuilder.bootstrap5.css +1 -1
  5. package/assets/js/DataTables/Extensions/SearchBuilder/css/searchBuilder.bootstrap5.min.css +1 -1
  6. package/assets/js/DataTables/Extensions/SearchBuilder/css/searchBuilder.dataTables.css +1 -1
  7. package/assets/js/DataTables/Extensions/SearchBuilder/css/searchBuilder.dataTables.min.css +1 -1
  8. package/assets/js/DataTables/Extensions/SearchBuilder/js/dataTables.searchBuilder.js +8 -8
  9. package/assets/js/DataTables/Extensions/SearchBuilder/js/dataTables.searchBuilder.min.js +3 -3
  10. package/assets/js/DataTables/Extensions/SearchBuilder/js/searchBuilder.bootstrap5.js +2 -2
  11. package/assets/js/DataTables/Extensions/SearchBuilder/js/searchBuilder.bootstrap5.min.js +1 -1
  12. package/assets/js/DataTables/Extensions/Select/js/dataTables.select.js +34 -10
  13. package/assets/js/DataTables/Extensions/Select/js/dataTables.select.min.js +2 -2
  14. package/assets/js/DataTables/Extensions/StateRestore/js/StateRestore.js +19 -3
  15. package/assets/js/DataTables/Extensions/StateRestore/js/StateRestoreCollection.js +4 -4
  16. package/assets/js/DataTables/Extensions/StateRestore/js/dataTables.stateRestore.js +29 -13
  17. package/assets/js/DataTables/Extensions/StateRestore/js/dataTables.stateRestore.min.js +2 -2
  18. package/assets/js/DataTables/Extensions/StateRestore/js/index.js +6 -6
  19. package/assets/js/cdn.json +4 -4
  20. package/assets/js/pdfjs/build/pdf.mjs +2314 -898
  21. package/assets/js/pdfjs/build/pdf.mjs.map +1 -1
  22. package/assets/js/pdfjs/build/pdf.sandbox.mjs +5 -7
  23. package/assets/js/pdfjs/build/pdf.sandbox.mjs.map +1 -1
  24. package/assets/js/pdfjs/build/pdf.worker.mjs +655 -435
  25. package/assets/js/pdfjs/build/pdf.worker.mjs.map +1 -1
  26. package/assets/js/pdfjs/web/debugger.css +1 -1
  27. package/assets/js/pdfjs/web/images/cursor-editorFreeHighlight.svg +6 -0
  28. package/assets/js/pdfjs/web/images/cursor-editorTextHighlight.svg +8 -0
  29. package/assets/js/pdfjs/web/images/toolbarButton-editorFreeText.svg +3 -1
  30. package/assets/js/pdfjs/web/images/toolbarButton-editorStamp.svg +1 -1
  31. package/assets/js/pdfjs/web/locale/ar/viewer.ftl +25 -0
  32. package/assets/js/pdfjs/web/locale/be/viewer.ftl +20 -2
  33. package/assets/js/pdfjs/web/locale/bg/viewer.ftl +137 -0
  34. package/assets/js/pdfjs/web/locale/br/viewer.ftl +22 -0
  35. package/assets/js/pdfjs/web/locale/cs/viewer.ftl +20 -2
  36. package/assets/js/pdfjs/web/locale/cy/viewer.ftl +22 -8
  37. package/assets/js/pdfjs/web/locale/da/viewer.ftl +28 -2
  38. package/assets/js/pdfjs/web/locale/de/viewer.ftl +21 -3
  39. package/assets/js/pdfjs/web/locale/dsb/viewer.ftl +20 -2
  40. package/assets/js/pdfjs/web/locale/el/viewer.ftl +20 -2
  41. package/assets/js/pdfjs/web/locale/en-CA/viewer.ftl +25 -0
  42. package/assets/js/pdfjs/web/locale/en-GB/viewer.ftl +20 -2
  43. package/assets/js/pdfjs/web/locale/en-US/viewer.ftl +15 -8
  44. package/assets/js/pdfjs/web/locale/eo/viewer.ftl +57 -8
  45. package/assets/js/pdfjs/web/locale/es-AR/viewer.ftl +20 -2
  46. package/assets/js/pdfjs/web/locale/es-CL/viewer.ftl +20 -2
  47. package/assets/js/pdfjs/web/locale/es-ES/viewer.ftl +20 -2
  48. package/assets/js/pdfjs/web/locale/eu/viewer.ftl +53 -0
  49. package/assets/js/pdfjs/web/locale/fi/viewer.ftl +20 -2
  50. package/assets/js/pdfjs/web/locale/fr/viewer.ftl +16 -2
  51. package/assets/js/pdfjs/web/locale/fur/viewer.ftl +41 -2
  52. package/assets/js/pdfjs/web/locale/fy-NL/viewer.ftl +20 -2
  53. package/assets/js/pdfjs/web/locale/gl/viewer.ftl +17 -0
  54. package/assets/js/pdfjs/web/locale/gn/viewer.ftl +7 -2
  55. package/assets/js/pdfjs/web/locale/he/viewer.ftl +20 -2
  56. package/assets/js/pdfjs/web/locale/hsb/viewer.ftl +20 -2
  57. package/assets/js/pdfjs/web/locale/hu/viewer.ftl +16 -2
  58. package/assets/js/pdfjs/web/locale/ia/viewer.ftl +7 -2
  59. package/assets/js/pdfjs/web/locale/is/viewer.ftl +20 -2
  60. package/assets/js/pdfjs/web/locale/it/viewer.ftl +20 -2
  61. package/assets/js/pdfjs/web/locale/ja/viewer.ftl +39 -4
  62. package/assets/js/pdfjs/web/locale/ka/viewer.ftl +45 -9
  63. package/assets/js/pdfjs/web/locale/kk/viewer.ftl +20 -2
  64. package/assets/js/pdfjs/web/locale/ko/viewer.ftl +22 -4
  65. package/assets/js/pdfjs/web/locale/nb-NO/viewer.ftl +7 -2
  66. package/assets/js/pdfjs/web/locale/nl/viewer.ftl +20 -2
  67. package/assets/js/pdfjs/web/locale/nn-NO/viewer.ftl +19 -2
  68. package/assets/js/pdfjs/web/locale/oc/viewer.ftl +36 -0
  69. package/assets/js/pdfjs/web/locale/pa-IN/viewer.ftl +28 -2
  70. package/assets/js/pdfjs/web/locale/pl/viewer.ftl +7 -2
  71. package/assets/js/pdfjs/web/locale/pt-BR/viewer.ftl +20 -2
  72. package/assets/js/pdfjs/web/locale/pt-PT/viewer.ftl +49 -0
  73. package/assets/js/pdfjs/web/locale/rm/viewer.ftl +16 -2
  74. package/assets/js/pdfjs/web/locale/ru/viewer.ftl +20 -2
  75. package/assets/js/pdfjs/web/locale/sk/viewer.ftl +23 -5
  76. package/assets/js/pdfjs/web/locale/skr/viewer.ftl +22 -0
  77. package/assets/js/pdfjs/web/locale/sl/viewer.ftl +7 -2
  78. package/assets/js/pdfjs/web/locale/sq/viewer.ftl +7 -2
  79. package/assets/js/pdfjs/web/locale/sv-SE/viewer.ftl +20 -2
  80. package/assets/js/pdfjs/web/locale/tg/viewer.ftl +7 -2
  81. package/assets/js/pdfjs/web/locale/th/viewer.ftl +49 -0
  82. package/assets/js/pdfjs/web/locale/tr/viewer.ftl +25 -7
  83. package/assets/js/pdfjs/web/locale/uk/viewer.ftl +29 -11
  84. package/assets/js/pdfjs/web/locale/vi/viewer.ftl +21 -3
  85. package/assets/js/pdfjs/web/locale/zh-CN/viewer.ftl +20 -2
  86. package/assets/js/pdfjs/web/locale/zh-TW/viewer.ftl +20 -2
  87. package/assets/js/pdfjs/web/viewer.css +556 -100
  88. package/assets/js/pdfjs/web/viewer.html +20 -9
  89. package/assets/js/pdfjs/web/viewer.mjs +1100 -817
  90. package/assets/js/pdfjs/web/viewer.mjs.map +1 -1
  91. package/package.json +1 -1
  92. package/assets/js/pdfjs/web/images/gv-toolbarButton-openinapp.svg +0 -11
@@ -50,7 +50,7 @@
50
50
  }
51
51
  .debuggerShowText,
52
52
  .debuggerHideText:hover {
53
- background-color: rgb(255 255 0);
53
+ background-color: rgb(255 255 0 / 0.25);
54
54
  }
55
55
  #PDFBug .stats {
56
56
  font-family: courier;
@@ -0,0 +1,6 @@
1
+ <svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.2 3.09C12.28 3.01 12.43 3 12.43 3C12.48 3 12.58 3.02 12.66 3.1L14.45 4.89C14.58 5.02 14.58 5.22 14.45 5.35L11.7713 8.02872L9.51628 5.77372L12.2 3.09ZM13.2658 5.12L11.7713 6.6145L10.9305 5.77372L12.425 4.27921L13.2658 5.12Z" fill="#FBFBFE"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.98 9.32L8.23 11.57L10.7106 9.08938L8.45562 6.83438L5.98 9.31V9.32ZM8.23 10.1558L9.29641 9.08938L8.45562 8.24859L7.38921 9.315L8.23 10.1558Z" fill="#FBFBFE"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.1526 13.1816L16.2125 7.1217C16.7576 6.58919 17.05 5.8707 17.05 5.12C17.05 4.36931 16.7576 3.65084 16.2126 3.11834L14.4317 1.33747C13.8992 0.79242 13.1807 0.5 12.43 0.5C11.6643 0.5 10.9529 0.812929 10.4329 1.33289L3.68289 8.08289C3.04127 8.72452 3.00459 9.75075 3.57288 10.4363L1.29187 12.7239C1.09186 12.9245 0.990263 13.1957 1.0007 13.4685L1 14.5C0.447715 14.5 0 14.9477 0 15.5V17.5C0 18.0523 0.447715 18.5 1 18.5H16C16.5523 18.5 17 18.0523 17 17.5V15.5C17 14.9477 16.5523 14.5 16 14.5H10.2325C9.83594 14.5 9.39953 13.9347 10.1526 13.1816ZM4.39 9.85L4.9807 10.4407L2.39762 13.0312H6.63877L7.10501 12.565L7.57125 13.0312H8.88875L15.51 6.41C15.86 6.07 16.05 5.61 16.05 5.12C16.05 4.63 15.86 4.17 15.51 3.83L13.72 2.04C13.38 1.69 12.92 1.5 12.43 1.5C11.94 1.5 11.48 1.7 11.14 2.04L4.39 8.79C4.1 9.08 4.1 9.56 4.39 9.85ZM16 17.5V15.5H1V17.5H16Z" fill="#FBFBFE"/>
5
+ <path d="M15.1616 6.05136L15.1616 6.05132L15.1564 6.05645L8.40645 12.8064C8.35915 12.8537 8.29589 12.88 8.23 12.88C8.16411 12.88 8.10085 12.8537 8.05355 12.8064L7.45857 12.2115L7.10501 11.8579L6.75146 12.2115L6.03289 12.93H3.20465L5.33477 10.7937L5.6873 10.4402L5.33426 10.0871L4.74355 9.49645C4.64882 9.40171 4.64882 9.23829 4.74355 9.14355L11.4936 2.39355C11.7436 2.14354 12.0779 2 12.43 2C12.7883 2 13.1179 2.13776 13.3614 2.38839L13.3613 2.38843L13.3664 2.39355L15.1564 4.18355L15.1564 4.18359L15.1616 4.18864C15.4122 4.43211 15.55 4.76166 15.55 5.12C15.55 5.47834 15.4122 5.80789 15.1616 6.05136ZM7.87645 11.9236L8.23 12.2771L8.58355 11.9236L11.0642 9.44293L11.4177 9.08938L11.0642 8.73582L8.80918 6.48082L8.45562 6.12727L8.10207 6.48082L5.62645 8.95645L5.48 9.10289V9.31V9.32V9.52711L5.62645 9.67355L7.87645 11.9236ZM11.4177 8.38227L11.7713 8.73582L12.1248 8.38227L14.8036 5.70355C15.1288 5.37829 15.1288 4.86171 14.8036 4.53645L13.0136 2.74645C12.8186 2.55146 12.5792 2.5 12.43 2.5H12.4134L12.3967 2.50111L12.43 3C12.3967 2.50111 12.3966 2.50112 12.3965 2.50112L12.3963 2.50114L12.3957 2.50117L12.3947 2.50125L12.3924 2.50142L12.387 2.50184L12.3732 2.50311C12.3628 2.50416 12.3498 2.50567 12.3346 2.50784C12.3049 2.51208 12.2642 2.51925 12.2178 2.53146C12.1396 2.55202 11.9797 2.60317 11.8464 2.73645L9.16273 5.42016L8.80918 5.77372L9.16273 6.12727L11.4177 8.38227ZM1.5 16H15.5V17H1.5V16Z" stroke="#15141A"/>
6
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="29" height="32" viewBox="0 0 29 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M28 16.75C28.2761 16.75 28.5 16.5261 28.5 16.25V15C28.5 14.7239 28.2761 14.5 28 14.5H26.358C25.9117 14.5 25.4773 14.6257 25.0999 14.8604L25.0989 14.8611L24 15.5484L22.9 14.861L22.8991 14.8604C22.5218 14.6257 22.0875 14.5 21.642 14.5H20C19.7239 14.5 19.5 14.7239 19.5 15V16.25C19.5 16.5261 19.7239 16.75 20 16.75H21.642C21.6648 16.75 21.6885 16.7564 21.7101 16.7697C21.7102 16.7698 21.7104 16.7699 21.7105 16.77L22.817 17.461C22.817 17.461 22.8171 17.4611 22.8171 17.4611C22.8171 17.4611 22.8171 17.4611 22.8171 17.4611C22.8552 17.4849 22.876 17.5229 22.876 17.567V22.625V27.683C22.876 27.7271 22.8552 27.765 22.8172 27.7889C22.8171 27.7889 22.8171 27.789 22.817 27.789L21.7095 28.48C21.7094 28.4801 21.7093 28.4802 21.7092 28.4803C21.6872 28.4938 21.6644 28.5 21.641 28.5H20C19.7239 28.5 19.5 28.7239 19.5 29V30.25C19.5 30.5261 19.7239 30.75 20 30.75H21.642C22.0883 30.75 22.5227 30.6243 22.9001 30.3896L22.9009 30.3891L24 29.7026L25.1 30.39L25.1009 30.3906C25.4783 30.6253 25.9127 30.751 26.359 30.751H28C28.2761 30.751 28.5 30.5271 28.5 30.251V29.001C28.5 28.7249 28.2761 28.501 28 28.501H26.358C26.3352 28.501 26.3115 28.4946 26.2899 28.4813C26.2897 28.4812 26.2896 28.4811 26.2895 28.481L25.183 27.79C25.183 27.79 25.183 27.79 25.1829 27.79C25.1829 27.7899 25.1829 27.7899 25.1829 27.7899C25.1462 27.7669 25.125 27.7297 25.125 27.684V22.625V17.567C25.125 17.5227 25.146 17.4844 25.1836 17.4606C25.1838 17.4605 25.1839 17.4604 25.184 17.4603L26.2895 16.77C26.2896 16.7699 26.2898 16.7698 26.2899 16.7697C26.3119 16.7562 26.3346 16.75 26.358 16.75H28Z" fill="black" stroke="#FBFBFE" stroke-linejoin="round"/>
3
+ <path d="M24.625 17.567C24.625 17.35 24.735 17.152 24.918 17.037L26.026 16.345C26.126 16.283 26.24 16.25 26.358 16.25H28V15H26.358C26.006 15 25.663 15.099 25.364 15.285L24.256 15.978C24.161 16.037 24.081 16.113 24 16.187C23.918 16.113 23.839 16.037 23.744 15.978L22.635 15.285C22.336 15.099 21.993 15 21.642 15H20V16.25H21.642C21.759 16.25 21.874 16.283 21.974 16.345L23.082 17.037C23.266 17.152 23.376 17.35 23.376 17.567V22.625V27.683C23.376 27.9 23.266 28.098 23.082 28.213L21.973 28.905C21.873 28.967 21.759 29 21.641 29H20V30.25H21.642C21.994 30.25 22.337 30.151 22.636 29.965L23.744 29.273C23.84 29.213 23.919 29.137 24 29.064C24.081 29.137 24.161 29.213 24.256 29.273L25.365 29.966C25.664 30.152 26.007 30.251 26.359 30.251H28V29.001H26.358C26.241 29.001 26.126 28.968 26.026 28.906L24.918 28.214C24.734 28.099 24.625 27.901 24.625 27.684V22.625V17.567Z" fill="black"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.2 2.59C12.28 2.51 12.43 2.5 12.43 2.5C12.48 2.5 12.58 2.52 12.66 2.6L14.45 4.39C14.58 4.52 14.58 4.72 14.45 4.85L11.7713 7.52872L9.51628 5.27372L12.2 2.59ZM13.2658 4.62L11.7713 6.1145L10.9305 5.27372L12.425 3.77921L13.2658 4.62Z" fill="#FBFBFE"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.98 8.82L8.23 11.07L10.7106 8.58938L8.45562 6.33438L5.98 8.81V8.82ZM8.23 9.65579L9.29641 8.58938L8.45562 7.74859L7.38921 8.815L8.23 9.65579Z" fill="#FBFBFE"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.1526 12.6816L16.2125 6.6217C16.7576 6.08919 17.05 5.3707 17.05 4.62C17.05 3.86931 16.7576 3.15084 16.2126 2.61834L14.4317 0.837474C13.8992 0.29242 13.1807 0 12.43 0C11.6643 0 10.9529 0.312929 10.4329 0.832893L3.68289 7.58289C3.04127 8.22452 3.00459 9.25075 3.57288 9.93634L1.29187 12.2239C1.09186 12.4245 0.990263 12.6957 1.0007 12.9685L1 14C0.447715 14 0 14.4477 0 15V17C0 17.5523 0.447715 18 1 18H16C16.5523 18 17 17.5523 17 17V15C17 14.4477 16.5523 14 16 14H10.2325C9.83594 14 9.39953 13.4347 10.1526 12.6816ZM4.39 9.35L4.9807 9.9407L2.39762 12.5312H6.63877L7.10501 12.065L7.57125 12.5312H8.88875L15.51 5.91C15.86 5.57 16.05 5.11 16.05 4.62C16.05 4.13 15.86 3.67 15.51 3.33L13.72 1.54C13.38 1.19 12.92 1 12.43 1C11.94 1 11.48 1.2 11.14 1.54L4.39 8.29C4.1 8.58 4.1 9.06 4.39 9.35ZM16 17V15H1V17H16Z" fill="#FBFBFE"/>
7
+ <path d="M15.1616 5.55136L15.1616 5.55132L15.1564 5.55645L8.40645 12.3064C8.35915 12.3537 8.29589 12.38 8.23 12.38C8.16411 12.38 8.10085 12.3537 8.05355 12.3064L7.45857 11.7115L7.10501 11.3579L6.75146 11.7115L6.03289 12.43H3.20465L5.33477 10.2937L5.6873 9.94019L5.33426 9.58715L4.74355 8.99645C4.64882 8.90171 4.64882 8.73829 4.74355 8.64355L11.4936 1.89355C11.7436 1.64354 12.0779 1.5 12.43 1.5C12.7883 1.5 13.1179 1.63776 13.3614 1.88839L13.3613 1.88843L13.3664 1.89355L15.1564 3.68355L15.1564 3.68359L15.1616 3.68864C15.4122 3.93211 15.55 4.26166 15.55 4.62C15.55 4.97834 15.4122 5.30789 15.1616 5.55136ZM5.48 8.82V9.02711L5.62645 9.17355L7.87645 11.4236L8.23 11.7771L8.58355 11.4236L11.0642 8.94293L11.4177 8.58938L11.0642 8.23582L8.80918 5.98082L8.45562 5.62727L8.10207 5.98082L5.62645 8.45645L5.48 8.60289V8.81V8.82ZM11.4177 7.88227L11.7713 8.23582L12.1248 7.88227L14.8036 5.20355C15.1288 4.87829 15.1288 4.36171 14.8036 4.03645L13.0136 2.24645C12.8186 2.05146 12.5792 2 12.43 2H12.4134L12.3967 2.00111L12.43 2.5C12.3967 2.00111 12.3966 2.00112 12.3965 2.00112L12.3963 2.00114L12.3957 2.00117L12.3947 2.00125L12.3924 2.00142L12.387 2.00184L12.3732 2.00311C12.3628 2.00416 12.3498 2.00567 12.3346 2.00784C12.3049 2.01208 12.2642 2.01925 12.2178 2.03146C12.1396 2.05202 11.9797 2.10317 11.8464 2.23645L9.16273 4.92016L8.80918 5.27372L9.16273 5.62727L11.4177 7.88227ZM1.5 16.5V15.5H15.5V16.5H1.5Z" stroke="#15141A"/>
8
+ </svg>
@@ -1,3 +1,5 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.625 2.942C8.625 2.725 8.735 2.527 8.918 2.412L10.026 1.72C10.126 1.658 10.24 1.625 10.358 1.625H12V0.375H10.358C10.006 0.375 9.663 0.474 9.364 0.66L8.256 1.353C8.161 1.412 8.081 1.488 8 1.562C7.918 1.488 7.839 1.412 7.744 1.353L6.635 0.66C6.336 0.474 5.993 0.375 5.642 0.375H4V1.625H5.642C5.759 1.625 5.874 1.658 5.974 1.72L7.082 2.412C7.266 2.527 7.376 2.725 7.376 2.942V8V13.058C7.376 13.275 7.266 13.473 7.082 13.588L5.973 14.28C5.873 14.342 5.759 14.375 5.641 14.375H4V15.625H5.642C5.994 15.625 6.337 15.526 6.636 15.34L7.744 14.648C7.84 14.588 7.919 14.512 8 14.439C8.081 14.512 8.161 14.588 8.256 14.648L9.365 15.341C9.664 15.527 10.007 15.626 10.359 15.626H12V14.376H10.358C10.241 14.376 10.126 14.343 10.026 14.281L8.918 13.589C8.734 13.474 8.625 13.276 8.625 13.059V8V2.942Z" fill="black"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3 2.5C2.72421 2.5 2.5 2.72421 2.5 3V4.75H1V3C1 1.89579 1.89579 1 3 1H13C14.1042 1 15 1.89579 15 3V4.75H13.5V3C13.5 2.72421 13.2758 2.5 13 2.5H3Z" fill="black"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11 15H5V13.5H11V15Z" fill="black"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.75 2.25V14.25H7.25V2.25H8.75Z" fill="black"/>
3
5
  </svg>
@@ -1,7 +1,7 @@
1
1
  <!-- This Source Code Form is subject to the terms of the Mozilla Public
2
2
  - License, v. 2.0. If a copy of the MPL was not distributed with this
3
3
  - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="context-fill" fill-opacity="context-fill-opacity">
4
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="black">
5
5
  <path d="M3 1a2 2 0 0 0-2 2l0 10a2 2 0 0 0 2 2l10 0a2 2 0 0 0 2-2l0-10a2 2 0 0 0-2-2L3 1zm10.75 12.15-.6.6-10.3 0-.6-.6 0-10.3.6-.6 10.3 0 .6.6 0 10.3z"/>
6
6
  <path d="m11 12-6 0a1 1 0 0 1-1-1l0-1.321a.75.75 0 0 1 .218-.529L6.35 7.005a.75.75 0 0 1 1.061-.003l2.112 2.102.612-.577a.75.75 0 0 1 1.047.017l.6.605a.75.75 0 0 1 .218.529L12 11a1 1 0 0 1-1 1z"/>
7
7
  <path d="m11.6 5-1.2 0-.4.4 0 1.2.4.4 1.2 0 .4-.4 0-1.2z"/>
@@ -39,9 +39,24 @@ pdfjs-open-file-button-label = افتح
39
39
  pdfjs-print-button =
40
40
  .title = اطبع
41
41
  pdfjs-print-button-label = اطبع
42
+ pdfjs-save-button =
43
+ .title = احفظ
44
+ pdfjs-save-button-label = احفظ
45
+ # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
46
+ pdfjs-download-button =
47
+ .title = نزّل
48
+ # Used in Firefox for Android as a label for the download button (“download” is a verb).
49
+ # Length of the translation matters since we are in a mobile context, with limited screen estate.
50
+ pdfjs-download-button-label = نزّل
42
51
  pdfjs-bookmark-button =
43
52
  .title = الصفحة الحالية (عرض URL من الصفحة الحالية)
44
53
  pdfjs-bookmark-button-label = الصفحة الحالية
54
+ # Used in Firefox for Android.
55
+ pdfjs-open-in-app-button =
56
+ .title = افتح في تطبيق
57
+ # Used in Firefox for Android.
58
+ # Length of the translation matters since we are in a mobile context, with limited screen estate.
59
+ pdfjs-open-in-app-button-label = افتح في تطبيق
45
60
 
46
61
  ## Secondary toolbar and context menu
47
62
 
@@ -201,6 +216,7 @@ pdfjs-find-next-button =
201
216
  pdfjs-find-next-button-label = التالي
202
217
  pdfjs-find-highlight-checkbox = أبرِز الكل
203
218
  pdfjs-find-match-case-checkbox-label = طابق حالة الأحرف
219
+ pdfjs-find-match-diacritics-checkbox-label = طابِق الحركات
204
220
  pdfjs-find-entire-word-checkbox-label = كلمات كاملة
205
221
  pdfjs-find-reached-top = تابعت من الأسفل بعدما وصلت إلى بداية المستند
206
222
  pdfjs-find-reached-bottom = تابعت من الأعلى بعدما وصلت إلى نهاية المستند
@@ -256,9 +272,18 @@ pdfjs-web-fonts-disabled = خطوط الوب مُعطّلة: تعذّر استخ
256
272
  ## Editing
257
273
 
258
274
 
275
+ ## Remove button for the various kind of editor.
276
+
277
+
278
+ ##
279
+
280
+
259
281
  ## Alt-text dialog
260
282
 
261
283
 
262
284
  ## Editor resizers
263
285
  ## This is used in an aria label to help to understand the role of the resizer.
264
286
 
287
+
288
+ ## Color picker
289
+
@@ -303,8 +303,15 @@ pdfjs-editor-ink-button-label = Маляваць
303
303
  pdfjs-editor-stamp-button =
304
304
  .title = Дадаць або змяніць выявы
305
305
  pdfjs-editor-stamp-button-label = Дадаць або змяніць выявы
306
- pdfjs-editor-remove-button =
307
- .title = Выдаліць
306
+ pdfjs-editor-highlight-button =
307
+ .title = Вылучэнне
308
+ pdfjs-editor-highlight-button-label = Вылучэнне
309
+ pdfjs-highlight-floating-button =
310
+ .title = Вылучэнне
311
+ pdfjs-highlight-floating-button1 =
312
+ .title = Падфарбаваць
313
+ .aria-label = Падфарбаваць
314
+ pdfjs-highlight-floating-button-label = Падфарбаваць
308
315
 
309
316
  ## Remove button for the various kind of editor.
310
317
 
@@ -328,6 +335,10 @@ pdfjs-editor-ink-opacity-input = Непразрыстасць
328
335
  pdfjs-editor-stamp-add-image-button =
329
336
  .title = Дадаць выяву
330
337
  pdfjs-editor-stamp-add-image-button-label = Дадаць выяву
338
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
339
+ pdfjs-editor-free-highlight-thickness-input = Таўшчыня
340
+ pdfjs-editor-free-highlight-thickness-title =
341
+ .title = Змяняць таўшчыню пры вылучэнні іншых элементаў, акрамя тэксту
331
342
  pdfjs-free-text =
332
343
  .aria-label = Тэкставы рэдактар
333
344
  pdfjs-free-text-default-content = Пачніце набор тэксту…
@@ -384,3 +395,10 @@ pdfjs-editor-colorpicker-pink =
384
395
  .title = Ружовы
385
396
  pdfjs-editor-colorpicker-red =
386
397
  .title = Чырвоны
398
+
399
+ ## Show all highlights
400
+ ## This is a toggle button to show/hide all the highlights.
401
+
402
+ pdfjs-editor-highlight-show-all-button-label = Паказаць усе
403
+ pdfjs-editor-highlight-show-all-button =
404
+ .title = Паказаць усе
@@ -39,6 +39,24 @@ pdfjs-open-file-button-label = Отваряне
39
39
  pdfjs-print-button =
40
40
  .title = Отпечатване
41
41
  pdfjs-print-button-label = Отпечатване
42
+ pdfjs-save-button =
43
+ .title = Запазване
44
+ pdfjs-save-button-label = Запазване
45
+ # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
46
+ pdfjs-download-button =
47
+ .title = Изтегляне
48
+ # Used in Firefox for Android as a label for the download button (“download” is a verb).
49
+ # Length of the translation matters since we are in a mobile context, with limited screen estate.
50
+ pdfjs-download-button-label = Изтегляне
51
+ pdfjs-bookmark-button =
52
+ .title = Текуща страница (преглед на адреса на страницата)
53
+ pdfjs-bookmark-button-label = Текуща страница
54
+ # Used in Firefox for Android.
55
+ pdfjs-open-in-app-button =
56
+ .title = Отваряне в приложение
57
+ # Used in Firefox for Android.
58
+ # Length of the translation matters since we are in a mobile context, with limited screen estate.
59
+ pdfjs-open-in-app-button-label = Отваряне в приложение
42
60
 
43
61
  ## Secondary toolbar and context menu
44
62
 
@@ -63,6 +81,9 @@ pdfjs-cursor-text-select-tool-button-label = Инструмент за избо
63
81
  pdfjs-cursor-hand-tool-button =
64
82
  .title = Включване на инструмента ръка
65
83
  pdfjs-cursor-hand-tool-button-label = Инструмент ръка
84
+ pdfjs-scroll-page-button =
85
+ .title = Използване на плъзгане на страници
86
+ pdfjs-scroll-page-button-label = Плъзгане на страници
66
87
  pdfjs-scroll-vertical-button =
67
88
  .title = Използване на вертикално плъзгане
68
89
  pdfjs-scroll-vertical-button-label = Вертикално плъзгане
@@ -154,6 +175,8 @@ pdfjs-printing-not-ready = Внимание: Този PDF файл не е на
154
175
 
155
176
  pdfjs-toggle-sidebar-button =
156
177
  .title = Превключване на страничната лента
178
+ pdfjs-toggle-sidebar-notification-button =
179
+ .title = Превключване на страничната лента (документът има структура/прикачени файлове/слоеве)
157
180
  pdfjs-toggle-sidebar-button-label = Превключване на страничната лента
158
181
  pdfjs-document-outline-button =
159
182
  .title = Показване на структурата на документа (двукратно щракване за свиване/разгъване на всичко)
@@ -161,12 +184,19 @@ pdfjs-document-outline-button-label = Структура на документа
161
184
  pdfjs-attachments-button =
162
185
  .title = Показване на притурките
163
186
  pdfjs-attachments-button-label = Притурки
187
+ pdfjs-layers-button =
188
+ .title = Показване на слоевете (двукратно щракване за възстановяване на всички слоеве към състоянието по подразбиране)
189
+ pdfjs-layers-button-label = Слоеве
164
190
  pdfjs-thumbs-button =
165
191
  .title = Показване на миниатюрите
166
192
  pdfjs-thumbs-button-label = Миниатюри
193
+ pdfjs-current-outline-item-button =
194
+ .title = Намиране на текущия елемент от структурата
195
+ pdfjs-current-outline-item-button-label = Текущ елемент от структурата
167
196
  pdfjs-findbar-button =
168
197
  .title = Намиране в документа
169
198
  pdfjs-findbar-button-label = Търсене
199
+ pdfjs-additional-layers = Допълнителни слоеве
170
200
 
171
201
  ## Thumbnails panel item (tooltip and alt text for images)
172
202
 
@@ -192,9 +222,25 @@ pdfjs-find-next-button =
192
222
  pdfjs-find-next-button-label = Следваща
193
223
  pdfjs-find-highlight-checkbox = Открояване на всички
194
224
  pdfjs-find-match-case-checkbox-label = Съвпадение на регистъра
225
+ pdfjs-find-match-diacritics-checkbox-label = Без производни букви
195
226
  pdfjs-find-entire-word-checkbox-label = Цели думи
196
227
  pdfjs-find-reached-top = Достигнато е началото на документа, продължаване от края
197
228
  pdfjs-find-reached-bottom = Достигнат е краят на документа, продължаване от началото
229
+ # Variables:
230
+ # $current (Number) - the index of the currently active find result
231
+ # $total (Number) - the total number of matches in the document
232
+ pdfjs-find-match-count =
233
+ { $total ->
234
+ [one] { $current } от { $total } съвпадение
235
+ *[other] { $current } от { $total } съвпадения
236
+ }
237
+ # Variables:
238
+ # $limit (Number) - the maximum number of matches
239
+ pdfjs-find-match-count-limit =
240
+ { $limit ->
241
+ [one] Повече от { $limit } съвпадение
242
+ *[other] Повече от { $limit } съвпадения
243
+ }
198
244
  pdfjs-find-not-found = Фразата не е намерена
199
245
 
200
246
  ## Predefined zoom values
@@ -209,6 +255,10 @@ pdfjs-page-scale-percent = { $scale }%
209
255
 
210
256
  ## PDF page
211
257
 
258
+ # Variables:
259
+ # $page (Number) - the page number
260
+ pdfjs-page-landmark =
261
+ .aria-label = Страница { $page }
212
262
 
213
263
  ## Loading indicator messages
214
264
 
@@ -220,6 +270,10 @@ pdfjs-rendering-error = Грешка при изчертаване на стра
220
270
 
221
271
  ## Annotations
222
272
 
273
+ # Variables:
274
+ # $date (Date) - the modification date of the annotation
275
+ # $time (Time) - the modification time of the annotation
276
+ pdfjs-annotation-date-string = { $date }, { $time }
223
277
  # .alt: This is used as a tooltip.
224
278
  # Variables:
225
279
  # $type (String) - an annotation type from a list defined in the PDF spec
@@ -238,10 +292,93 @@ pdfjs-web-fonts-disabled = Уеб-шрифтовете са забранени:
238
292
 
239
293
  ## Editing
240
294
 
295
+ pdfjs-editor-free-text-button =
296
+ .title = Текст
297
+ pdfjs-editor-free-text-button-label = Текст
298
+ pdfjs-editor-ink-button =
299
+ .title = Рисуване
300
+ pdfjs-editor-ink-button-label = Рисуване
301
+ pdfjs-editor-stamp-button =
302
+ .title = Добавяне или променяне на изображения
303
+ pdfjs-editor-stamp-button-label = Добавяне или променяне на изображения
304
+ pdfjs-editor-remove-button =
305
+ .title = Премахване
306
+
307
+ ## Remove button for the various kind of editor.
308
+
309
+ pdfjs-editor-remove-ink-button =
310
+ .title = Премахване на рисунката
311
+ pdfjs-editor-remove-freetext-button =
312
+ .title = Премахване на текста
313
+ pdfjs-editor-remove-stamp-button =
314
+ .title = Пермахване на изображението
315
+ pdfjs-editor-remove-highlight-button =
316
+ .title = Премахване на открояването
317
+
318
+ ##
319
+
320
+ # Editor Parameters
321
+ pdfjs-editor-free-text-color-input = Цвят
322
+ pdfjs-editor-free-text-size-input = Размер
323
+ pdfjs-editor-ink-color-input = Цвят
324
+ pdfjs-editor-ink-thickness-input = Дебелина
325
+ pdfjs-editor-ink-opacity-input = Прозрачност
326
+ pdfjs-editor-stamp-add-image-button =
327
+ .title = Добавяне на изображение
328
+ pdfjs-editor-stamp-add-image-button-label = Добавяне на изображение
329
+ pdfjs-free-text =
330
+ .aria-label = Текстов редактор
331
+ pdfjs-free-text-default-content = Започнете да пишете…
332
+ pdfjs-ink =
333
+ .aria-label = Промяна на рисунка
334
+ pdfjs-ink-canvas =
335
+ .aria-label = Изображение, създадено от потребител
241
336
 
242
337
  ## Alt-text dialog
243
338
 
339
+ # Alternative text (alt text) helps when people can't see the image.
340
+ pdfjs-editor-alt-text-button-label = Алтернативен текст
341
+ pdfjs-editor-alt-text-edit-button-label = Промяна на алтернативния текст
342
+ pdfjs-editor-alt-text-dialog-label = Изберете от възможностите
343
+ pdfjs-editor-alt-text-dialog-description = Алтернативният текст помага на потребителите, когато не могат да видят изображението или то не се зарежда.
344
+ pdfjs-editor-alt-text-add-description-label = Добавяне на описание
345
+ pdfjs-editor-alt-text-add-description-description = Стремете се към 1-2 изречения, описващи предмета, настройката или действията.
346
+ pdfjs-editor-alt-text-mark-decorative-label = Отбелязване като декоративно
347
+ pdfjs-editor-alt-text-mark-decorative-description = Използва се за орнаменти или декоративни изображения, като контури и водни знаци.
348
+ pdfjs-editor-alt-text-cancel-button = Отказ
349
+ pdfjs-editor-alt-text-save-button = Запазване
350
+ pdfjs-editor-alt-text-decorative-tooltip = Отбелязване като декоративно
351
+ # .placeholder: This is a placeholder for the alt text input area
352
+ pdfjs-editor-alt-text-textarea =
353
+ .placeholder = Например, „Млад мъж седи на маса и се храни“
244
354
 
245
355
  ## Editor resizers
246
356
  ## This is used in an aria label to help to understand the role of the resizer.
247
357
 
358
+ pdfjs-editor-resizer-label-top-left = Горен ляв ъгъл — преоразмеряване
359
+ pdfjs-editor-resizer-label-top-middle = Горе в средата — преоразмеряване
360
+ pdfjs-editor-resizer-label-top-right = Горен десен ъгъл — преоразмеряване
361
+ pdfjs-editor-resizer-label-middle-right = Дясно в средата — преоразмеряване
362
+ pdfjs-editor-resizer-label-bottom-right = Долен десен ъгъл — преоразмеряване
363
+ pdfjs-editor-resizer-label-bottom-middle = Долу в средата — преоразмеряване
364
+ pdfjs-editor-resizer-label-bottom-left = Долен ляв ъгъл — преоразмеряване
365
+ pdfjs-editor-resizer-label-middle-left = Ляво в средата — преоразмеряване
366
+
367
+ ## Color picker
368
+
369
+ # This means "Color used to highlight text"
370
+ pdfjs-editor-highlight-colorpicker-label = Цвят на открояване
371
+ pdfjs-editor-colorpicker-button =
372
+ .title = Промяна на цвят
373
+ pdfjs-editor-colorpicker-dropdown =
374
+ .aria-label = Избор на цвят
375
+ pdfjs-editor-colorpicker-yellow =
376
+ .title = Жълто
377
+ pdfjs-editor-colorpicker-green =
378
+ .title = Зелено
379
+ pdfjs-editor-colorpicker-blue =
380
+ .title = Синьо
381
+ pdfjs-editor-colorpicker-pink =
382
+ .title = Розово
383
+ pdfjs-editor-colorpicker-red =
384
+ .title = Червено
@@ -48,6 +48,13 @@ pdfjs-download-button =
48
48
  # Used in Firefox for Android as a label for the download button (“download” is a verb).
49
49
  # Length of the translation matters since we are in a mobile context, with limited screen estate.
50
50
  pdfjs-download-button-label = Pellgargañ
51
+ pdfjs-bookmark-button-label = Pajenn a-vremañ
52
+ # Used in Firefox for Android.
53
+ pdfjs-open-in-app-button =
54
+ .title = Digeriñ en arload
55
+ # Used in Firefox for Android.
56
+ # Length of the translation matters since we are in a mobile context, with limited screen estate.
57
+ pdfjs-open-in-app-button-label = Digeriñ en arload
51
58
 
52
59
  ## Secondary toolbar and context menu
53
60
 
@@ -267,6 +274,9 @@ pdfjs-editor-free-text-button-label = Testenn
267
274
  pdfjs-editor-ink-button =
268
275
  .title = Tresañ
269
276
  pdfjs-editor-ink-button-label = Tresañ
277
+ pdfjs-editor-stamp-button =
278
+ .title = Ouzhpennañ pe aozañ skeudennoù
279
+ pdfjs-editor-stamp-button-label = Ouzhpennañ pe aozañ skeudennoù
270
280
 
271
281
  ## Remove button for the various kind of editor.
272
282
 
@@ -277,9 +287,21 @@ pdfjs-editor-ink-button-label = Tresañ
277
287
  pdfjs-editor-free-text-color-input = Liv
278
288
  pdfjs-editor-free-text-size-input = Ment
279
289
  pdfjs-editor-ink-color-input = Liv
290
+ pdfjs-editor-ink-thickness-input = Tevder
291
+ pdfjs-editor-ink-opacity-input = Boullder
292
+ pdfjs-editor-stamp-add-image-button =
293
+ .title = Ouzhpennañ ur skeudenn
294
+ pdfjs-editor-stamp-add-image-button-label = Ouzhpennañ ur skeudenn
295
+ pdfjs-free-text =
296
+ .aria-label = Aozer testennoù
297
+ pdfjs-ink =
298
+ .aria-label = Aozer tresoù
299
+ pdfjs-ink-canvas =
300
+ .aria-label = Skeudenn bet krouet gant an implijer·ez
280
301
 
281
302
  ## Alt-text dialog
282
303
 
304
+ pdfjs-editor-alt-text-add-description-label = Ouzhpennañ un deskrivadur
283
305
  pdfjs-editor-alt-text-cancel-button = Nullañ
284
306
  pdfjs-editor-alt-text-save-button = Enrollañ
285
307
 
@@ -305,8 +305,15 @@ pdfjs-editor-ink-button-label = Kreslení
305
305
  pdfjs-editor-stamp-button =
306
306
  .title = Přidání či úprava obrázků
307
307
  pdfjs-editor-stamp-button-label = Přidání či úprava obrázků
308
- pdfjs-editor-remove-button =
309
- .title = Odebrat
308
+ pdfjs-editor-highlight-button =
309
+ .title = Zvýraznění
310
+ pdfjs-editor-highlight-button-label = Zvýraznění
311
+ pdfjs-highlight-floating-button =
312
+ .title = Zvýraznit
313
+ pdfjs-highlight-floating-button1 =
314
+ .title = Zvýraznit
315
+ .aria-label = Zvýraznit
316
+ pdfjs-highlight-floating-button-label = Zvýraznit
310
317
 
311
318
  ## Remove button for the various kind of editor.
312
319
 
@@ -330,6 +337,10 @@ pdfjs-editor-ink-opacity-input = Průhlednost
330
337
  pdfjs-editor-stamp-add-image-button =
331
338
  .title = Přidat obrázek
332
339
  pdfjs-editor-stamp-add-image-button-label = Přidat obrázek
340
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
341
+ pdfjs-editor-free-highlight-thickness-input = Tloušťka
342
+ pdfjs-editor-free-highlight-thickness-title =
343
+ .title = Změna tloušťky při zvýrazňování jiných položek než textu
333
344
  pdfjs-free-text =
334
345
  .aria-label = Textový editor
335
346
  pdfjs-free-text-default-content = Začněte psát…
@@ -386,3 +397,10 @@ pdfjs-editor-colorpicker-pink =
386
397
  .title = Růžová
387
398
  pdfjs-editor-colorpicker-red =
388
399
  .title = Červená
400
+
401
+ ## Show all highlights
402
+ ## This is a toggle button to show/hide all the highlights.
403
+
404
+ pdfjs-editor-highlight-show-all-button-label = Zobrazit vše
405
+ pdfjs-editor-highlight-show-all-button =
406
+ .title = Zobrazit vše
@@ -23,11 +23,11 @@ pdfjs-of-pages = o { $pagesCount }
23
23
  # $pagesCount (Number) - the total number of pages in the document
24
24
  pdfjs-page-of-pages = ({ $pageNumber } o { $pagesCount })
25
25
  pdfjs-zoom-out-button =
26
- .title = Chwyddo Allan
27
- pdfjs-zoom-out-button-label = Chwyddo Allan
26
+ .title = Lleihau
27
+ pdfjs-zoom-out-button-label = Lleihau
28
28
  pdfjs-zoom-in-button =
29
- .title = Chwyddo Mewn
30
- pdfjs-zoom-in-button-label = Chwyddo Mewn
29
+ .title = Cynyddu
30
+ pdfjs-zoom-in-button-label = Cynyddu
31
31
  pdfjs-zoom-select =
32
32
  .title = Chwyddo
33
33
  pdfjs-presentation-mode-button =
@@ -44,10 +44,10 @@ pdfjs-save-button =
44
44
  pdfjs-save-button-label = Cadw
45
45
  # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
46
46
  pdfjs-download-button =
47
- .title = Llwytho i Lawr
47
+ .title = Llwytho i lawr
48
48
  # Used in Firefox for Android as a label for the download button (“download” is a verb).
49
49
  # Length of the translation matters since we are in a mobile context, with limited screen estate.
50
- pdfjs-download-button-label = Llwytho i Lawr
50
+ pdfjs-download-button-label = Llwytho i lawr
51
51
  pdfjs-bookmark-button =
52
52
  .title = Tudalen Gyfredol (Gweld URL o'r Dudalen Gyfredol)
53
53
  pdfjs-bookmark-button-label = Tudalen Gyfredol
@@ -309,8 +309,11 @@ pdfjs-editor-ink-button-label = Lluniadu
309
309
  pdfjs-editor-stamp-button =
310
310
  .title = Ychwanegu neu olygu delweddau
311
311
  pdfjs-editor-stamp-button-label = Ychwanegu neu olygu delweddau
312
- pdfjs-editor-remove-button =
313
- .title = Tynnu
312
+ pdfjs-editor-highlight-button =
313
+ .title = Amlygu
314
+ pdfjs-editor-highlight-button-label = Amlygu
315
+ pdfjs-highlight-floating-button =
316
+ .title = Amlygu
314
317
 
315
318
  ## Remove button for the various kind of editor.
316
319
 
@@ -334,6 +337,10 @@ pdfjs-editor-ink-opacity-input = Didreiddedd
334
337
  pdfjs-editor-stamp-add-image-button =
335
338
  .title = Ychwanegu delwedd
336
339
  pdfjs-editor-stamp-add-image-button-label = Ychwanegu delwedd
340
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
341
+ pdfjs-editor-free-highlight-thickness-input = Trwch
342
+ pdfjs-editor-free-highlight-thickness-title =
343
+ .title = Newid trwch wrth amlygu eitemau heblaw testun
337
344
  pdfjs-free-text =
338
345
  .aria-label = Golygydd Testun
339
346
  pdfjs-free-text-default-content = Cychwyn teipio…
@@ -390,3 +397,10 @@ pdfjs-editor-colorpicker-pink =
390
397
  .title = Pinc
391
398
  pdfjs-editor-colorpicker-red =
392
399
  .title = Coch
400
+
401
+ ## Show all highlights
402
+ ## This is a toggle button to show/hide all the highlights.
403
+
404
+ pdfjs-editor-highlight-show-all-button-label = Dangos y cyfan
405
+ pdfjs-editor-highlight-show-all-button =
406
+ .title = Dangos y cyfan
@@ -301,8 +301,9 @@ pdfjs-editor-ink-button-label = Tegn
301
301
  pdfjs-editor-stamp-button =
302
302
  .title = Tilføj eller rediger billeder
303
303
  pdfjs-editor-stamp-button-label = Tilføj eller rediger billeder
304
- pdfjs-editor-remove-button =
305
- .title = Fjern
304
+ pdfjs-editor-highlight-button =
305
+ .title = Fremhæv
306
+ pdfjs-editor-highlight-button-label = Fremhæv
306
307
 
307
308
  ## Remove button for the various kind of editor.
308
309
 
@@ -312,6 +313,8 @@ pdfjs-editor-remove-freetext-button =
312
313
  .title = Fjern tekst
313
314
  pdfjs-editor-remove-stamp-button =
314
315
  .title = Fjern billede
316
+ pdfjs-editor-remove-highlight-button =
317
+ .title = Fjern fremhævning
315
318
 
316
319
  ##
317
320
 
@@ -324,6 +327,10 @@ pdfjs-editor-ink-opacity-input = Uigennemsigtighed
324
327
  pdfjs-editor-stamp-add-image-button =
325
328
  .title = Tilføj billede
326
329
  pdfjs-editor-stamp-add-image-button-label = Tilføj billede
330
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
331
+ pdfjs-editor-free-highlight-thickness-input = Tykkelse
332
+ pdfjs-editor-free-highlight-thickness-title =
333
+ .title = Ændr tykkelse, når andre elementer end tekst fremhæves
327
334
  pdfjs-free-text =
328
335
  .aria-label = Teksteditor
329
336
  pdfjs-free-text-default-content = Begynd at skrive…
@@ -361,3 +368,22 @@ pdfjs-editor-resizer-label-bottom-right = Nederste højre hjørne - tilpas stør
361
368
  pdfjs-editor-resizer-label-bottom-middle = Nederst i midten - tilpas størrelse
362
369
  pdfjs-editor-resizer-label-bottom-left = Nederste venstre hjørne - tilpas størrelse
363
370
  pdfjs-editor-resizer-label-middle-left = Midten til venstre — tilpas størrelse
371
+
372
+ ## Color picker
373
+
374
+ # This means "Color used to highlight text"
375
+ pdfjs-editor-highlight-colorpicker-label = Fremhævningsfarve
376
+ pdfjs-editor-colorpicker-button =
377
+ .title = Skift farve
378
+ pdfjs-editor-colorpicker-dropdown =
379
+ .aria-label = Farvevalg
380
+ pdfjs-editor-colorpicker-yellow =
381
+ .title = Gul
382
+ pdfjs-editor-colorpicker-green =
383
+ .title = Grøn
384
+ pdfjs-editor-colorpicker-blue =
385
+ .title = Blå
386
+ pdfjs-editor-colorpicker-pink =
387
+ .title = Lyserød
388
+ pdfjs-editor-colorpicker-red =
389
+ .title = Rød
@@ -301,8 +301,15 @@ pdfjs-editor-ink-button-label = Zeichnen
301
301
  pdfjs-editor-stamp-button =
302
302
  .title = Grafiken hinzufügen oder bearbeiten
303
303
  pdfjs-editor-stamp-button-label = Grafiken hinzufügen oder bearbeiten
304
- pdfjs-editor-remove-button =
305
- .title = Entfernen
304
+ pdfjs-editor-highlight-button =
305
+ .title = Hervorheben
306
+ pdfjs-editor-highlight-button-label = Hervorheben
307
+ pdfjs-highlight-floating-button =
308
+ .title = Hervorheben
309
+ pdfjs-highlight-floating-button1 =
310
+ .title = Hervorheben
311
+ .aria-label = Hervorheben
312
+ pdfjs-highlight-floating-button-label = Hervorheben
306
313
 
307
314
  ## Remove button for the various kind of editor.
308
315
 
@@ -321,11 +328,15 @@ pdfjs-editor-remove-highlight-button =
321
328
  pdfjs-editor-free-text-color-input = Farbe
322
329
  pdfjs-editor-free-text-size-input = Größe
323
330
  pdfjs-editor-ink-color-input = Farbe
324
- pdfjs-editor-ink-thickness-input = Dicke
331
+ pdfjs-editor-ink-thickness-input = Linienstärke
325
332
  pdfjs-editor-ink-opacity-input = Deckkraft
326
333
  pdfjs-editor-stamp-add-image-button =
327
334
  .title = Grafik hinzufügen
328
335
  pdfjs-editor-stamp-add-image-button-label = Grafik hinzufügen
336
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
337
+ pdfjs-editor-free-highlight-thickness-input = Linienstärke
338
+ pdfjs-editor-free-highlight-thickness-title =
339
+ .title = Linienstärke beim Hervorheben anderer Elemente als Text ändern
329
340
  pdfjs-free-text =
330
341
  .aria-label = Texteditor
331
342
  pdfjs-free-text-default-content = Schreiben beginnen…
@@ -382,3 +393,10 @@ pdfjs-editor-colorpicker-pink =
382
393
  .title = Pink
383
394
  pdfjs-editor-colorpicker-red =
384
395
  .title = Rot
396
+
397
+ ## Show all highlights
398
+ ## This is a toggle button to show/hide all the highlights.
399
+
400
+ pdfjs-editor-highlight-show-all-button-label = Alle anzeigen
401
+ pdfjs-editor-highlight-show-all-button =
402
+ .title = Alle anzeigen
@@ -305,8 +305,15 @@ pdfjs-editor-ink-button-label = Kresliś
305
305
  pdfjs-editor-stamp-button =
306
306
  .title = Wobraze pśidaś abo wobźěłaś
307
307
  pdfjs-editor-stamp-button-label = Wobraze pśidaś abo wobźěłaś
308
- pdfjs-editor-remove-button =
309
- .title = Wótwónoźeś
308
+ pdfjs-editor-highlight-button =
309
+ .title = Wuzwignuś
310
+ pdfjs-editor-highlight-button-label = Wuzwignuś
311
+ pdfjs-highlight-floating-button =
312
+ .title = Wuzwignjenje
313
+ pdfjs-highlight-floating-button1 =
314
+ .title = Wuzwignuś
315
+ .aria-label = Wuzwignuś
316
+ pdfjs-highlight-floating-button-label = Wuzwignuś
310
317
 
311
318
  ## Remove button for the various kind of editor.
312
319
 
@@ -330,6 +337,10 @@ pdfjs-editor-ink-opacity-input = Opacita
330
337
  pdfjs-editor-stamp-add-image-button =
331
338
  .title = Wobraz pśidaś
332
339
  pdfjs-editor-stamp-add-image-button-label = Wobraz pśidaś
340
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
341
+ pdfjs-editor-free-highlight-thickness-input = Tłustosć
342
+ pdfjs-editor-free-highlight-thickness-title =
343
+ .title = Tłustosć změniś, gaž se zapiski wuzwiguju, kótarež tekst njejsu
333
344
  pdfjs-free-text =
334
345
  .aria-label = Tekstowy editor
335
346
  pdfjs-free-text-default-content = Zachopśo pisaś…
@@ -386,3 +397,10 @@ pdfjs-editor-colorpicker-pink =
386
397
  .title = Pink
387
398
  pdfjs-editor-colorpicker-red =
388
399
  .title = Cerwjeny
400
+
401
+ ## Show all highlights
402
+ ## This is a toggle button to show/hide all the highlights.
403
+
404
+ pdfjs-editor-highlight-show-all-button-label = Wšykne pokazaś
405
+ pdfjs-editor-highlight-show-all-button =
406
+ .title = Wšykne pokazaś