ngx-extended-pdf-viewer 20.0.0 → 20.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 (130) hide show
  1. package/assets/locale/ar/viewer.ftl +75 -65
  2. package/assets/locale/eo/viewer.ftl +3 -3
  3. package/assets/locale/hy-AM/viewer.ftl +4 -10
  4. package/assets/locale/pa-IN/viewer.ftl +6 -4
  5. package/assets/locale/rm/viewer.ftl +3 -3
  6. package/assets/locale/skr/viewer.ftl +43 -43
  7. package/assets/locale/sl/viewer.ftl +1 -1
  8. package/assets/locale/sq/viewer.ftl +7 -5
  9. package/assets/locale/tg/viewer.ftl +9 -7
  10. package/assets/{pdf-4.1.889-es5.mjs → pdf-4.1.891-es5.mjs} +4 -4
  11. package/assets/pdf-4.1.891.min.mjs +21 -0
  12. package/assets/{pdf-4.1.889.mjs → pdf-4.1.891.mjs} +78 -21
  13. package/{bleeding-edge/pdf.sandbox-4.2.551-es5.mjs → assets/pdf.sandbox-4.1.891-es5.mjs} +1 -1
  14. package/{bleeding-edge/pdf.sandbox-4.2.551.mjs → assets/pdf.sandbox-4.1.891.mjs} +3 -3
  15. package/assets/{pdf.worker-4.1.889-es5.mjs → pdf.worker-4.1.891-es5.mjs} +5 -5
  16. package/assets/pdf.worker-4.1.891.min.mjs +21 -0
  17. package/assets/{pdf.worker-4.1.889.mjs → pdf.worker-4.1.891.mjs} +54 -61
  18. package/assets/{viewer-4.1.889-es5.mjs → viewer-4.1.891-es5.mjs} +6 -6
  19. package/assets/viewer-4.1.891.min.mjs +21 -0
  20. package/assets/{viewer-4.1.889.mjs → viewer-4.1.891.mjs} +17 -6
  21. package/bleeding-edge/locale/eo/viewer.ftl +4 -10
  22. package/bleeding-edge/locale/hy-AM/viewer.ftl +22 -11
  23. package/bleeding-edge/locale/it/viewer.ftl +0 -2
  24. package/bleeding-edge/locale/ja/viewer.ftl +0 -6
  25. package/bleeding-edge/locale/pa-IN/viewer.ftl +13 -11
  26. package/bleeding-edge/locale/rm/viewer.ftl +4 -10
  27. package/bleeding-edge/locale/sl/viewer.ftl +2 -2
  28. package/bleeding-edge/locale/sq/viewer.ftl +13 -11
  29. package/bleeding-edge/locale/tg/viewer.ftl +13 -16
  30. package/bleeding-edge/locale/tr/viewer.ftl +3 -9
  31. package/bleeding-edge/locale/zh-CN/viewer.ftl +0 -6
  32. package/bleeding-edge/{pdf-4.2.551-es5.mjs → pdf-4.3.500-es5.mjs} +12 -12
  33. package/bleeding-edge/pdf-4.3.500.min.mjs +21 -0
  34. package/bleeding-edge/{pdf-4.2.551.mjs → pdf-4.3.500.mjs} +468 -346
  35. package/{assets/pdf.sandbox-4.1.889-es5.mjs → bleeding-edge/pdf.sandbox-4.3.500-es5.mjs} +1 -1
  36. package/{assets/pdf.sandbox-4.1.889.mjs → bleeding-edge/pdf.sandbox-4.3.500.mjs} +3 -3
  37. package/bleeding-edge/{pdf.worker-4.2.551-es5.mjs → pdf.worker-4.3.500-es5.mjs} +17 -17
  38. package/bleeding-edge/pdf.worker-4.3.500.min.mjs +21 -0
  39. package/bleeding-edge/{pdf.worker-4.2.551.mjs → pdf.worker-4.3.500.mjs} +366 -257
  40. package/bleeding-edge/viewer-4.3.500-es5.mjs +5643 -0
  41. package/bleeding-edge/viewer-4.3.500.min.mjs +21 -0
  42. package/bleeding-edge/{viewer-4.2.551.mjs → viewer-4.3.500.mjs} +16282 -17243
  43. package/changelog.md +2 -0
  44. package/esm2022/lib/dynamic-css/dynamic-css.component.mjs +3 -3
  45. package/esm2022/lib/ngx-extended-pdf-viewer.component.mjs +3 -3
  46. package/esm2022/lib/ngx-extended-pdf-viewer.module.mjs +4 -4
  47. package/esm2022/lib/ngx-extended-pdf-viewer.service.mjs +3 -3
  48. package/esm2022/lib/options/pdf-default-options.mjs +3 -3
  49. package/esm2022/lib/pdf-csp-policy.service.mjs +3 -3
  50. package/esm2022/lib/pdf-dialog/pdf-alt-text-dialog/pdf-alt-text-dialog.component.mjs +3 -3
  51. package/esm2022/lib/pdf-dialog/pdf-document-properties-dialog/pdf-document-properties-dialog.component.mjs +3 -3
  52. package/esm2022/lib/pdf-dialog/pdf-error-message/pdf-error-message.component.mjs +3 -3
  53. package/esm2022/lib/pdf-dialog/pdf-password-dialog/pdf-password-dialog.component.mjs +3 -3
  54. package/esm2022/lib/pdf-dialog/pdf-prepare-printing-dialog/pdf-prepare-printing-dialog.component.mjs +3 -3
  55. package/esm2022/lib/pdf-dummy-components/pdf-dummy-components.component.mjs +3 -3
  56. package/esm2022/lib/pdf-notification-service.mjs +3 -3
  57. package/esm2022/lib/responsive-visibility.mjs +6 -6
  58. package/esm2022/lib/secondary-toolbar/pdf-secondary-toolbar/pdf-secondary-toolbar.component.mjs +3 -3
  59. package/esm2022/lib/sidebar/pdf-sidebar/pdf-sidebar-content/pdf-sidebar-content.component.mjs +3 -3
  60. package/esm2022/lib/sidebar/pdf-sidebar/pdf-sidebar-toolbar/pdf-sidebar-toolbar.component.mjs +3 -3
  61. package/esm2022/lib/sidebar/pdf-sidebar/pdf-sidebar.component.mjs +3 -3
  62. package/esm2022/lib/theme/acroform-default-theme/pdf-acroform-default-theme.component.mjs +3 -3
  63. package/esm2022/lib/theme/pdf-dark-theme/pdf-dark-theme.component.mjs +3 -3
  64. package/esm2022/lib/theme/pdf-light-theme/pdf-light-theme.component.mjs +3 -3
  65. package/esm2022/lib/toolbar/pdf-book-mode/pdf-book-mode.component.mjs +3 -3
  66. package/esm2022/lib/toolbar/pdf-context-menu/pdf-context-menu.component.mjs +3 -3
  67. package/esm2022/lib/toolbar/pdf-document-properties/pdf-document-properties.component.mjs +3 -3
  68. package/esm2022/lib/toolbar/pdf-download/pdf-download.component.mjs +3 -3
  69. package/esm2022/lib/toolbar/pdf-draw-editor/pdf-draw-editor.component.mjs +3 -3
  70. package/esm2022/lib/toolbar/pdf-editor/pdf-editor.component.mjs +3 -3
  71. package/esm2022/lib/toolbar/pdf-even-spread/pdf-even-spread.component.mjs +3 -3
  72. package/esm2022/lib/toolbar/pdf-find-button/pdf-find-button.component.mjs +3 -3
  73. package/esm2022/lib/toolbar/pdf-findbar/pdf-find-input-area/pdf-find-input-area.component.mjs +3 -3
  74. package/esm2022/lib/toolbar/pdf-findbar/pdf-find-next/pdf-find-next.component.mjs +3 -3
  75. package/esm2022/lib/toolbar/pdf-findbar/pdf-find-previous/pdf-find-previous.component.mjs +3 -3
  76. package/esm2022/lib/toolbar/pdf-findbar/pdf-findbar-message-container/pdf-findbar-message-container.component.mjs +3 -3
  77. package/esm2022/lib/toolbar/pdf-findbar/pdf-findbar-options-one-container/pdf-find-highlight-all/pdf-find-highlight-all.component.mjs +3 -3
  78. package/esm2022/lib/toolbar/pdf-findbar/pdf-findbar-options-one-container/pdf-find-match-case/pdf-find-match-case.component.mjs +3 -3
  79. package/esm2022/lib/toolbar/pdf-findbar/pdf-findbar-options-three-container/pdf-find-results-count/pdf-find-results-count.component.mjs +3 -3
  80. package/esm2022/lib/toolbar/pdf-findbar/pdf-findbar-options-two-container/pdf-find-entire-word/pdf-find-entire-word.component.mjs +3 -3
  81. package/esm2022/lib/toolbar/pdf-findbar/pdf-findbar-options-two-container/pdf-match-diacritics/pdf-match-diacritics.component.mjs +3 -3
  82. package/esm2022/lib/toolbar/pdf-findbar/pdf-findbar.component.mjs +3 -3
  83. package/esm2022/lib/toolbar/pdf-findbar/pdf-search-input-field/pdf-search-input-field.component.mjs +3 -3
  84. package/esm2022/lib/toolbar/pdf-hand-tool/pdf-hand-tool.component.mjs +3 -3
  85. package/esm2022/lib/toolbar/pdf-highlight-editor/pdf-highlight-editor.component.mjs +3 -3
  86. package/esm2022/lib/toolbar/pdf-horizontal-scroll/pdf-horizontal-scroll.component.mjs +3 -3
  87. package/esm2022/lib/toolbar/pdf-infinite-scroll/pdf-infinite-scroll.component.mjs +3 -3
  88. package/esm2022/lib/toolbar/pdf-no-spread/pdf-no-spread.component.mjs +3 -3
  89. package/esm2022/lib/toolbar/pdf-odd-spread/pdf-odd-spread.component.mjs +3 -3
  90. package/esm2022/lib/toolbar/pdf-open-file/pdf-open-file.component.mjs +3 -3
  91. package/esm2022/lib/toolbar/pdf-paging-area/pdf-first-page/pdf-first-page.component.mjs +3 -3
  92. package/esm2022/lib/toolbar/pdf-paging-area/pdf-last-page/pdf-last-page.component.mjs +3 -3
  93. package/esm2022/lib/toolbar/pdf-paging-area/pdf-next-page/pdf-next-page.component.mjs +3 -3
  94. package/esm2022/lib/toolbar/pdf-paging-area/pdf-page-number/pdf-page-number.component.mjs +3 -3
  95. package/esm2022/lib/toolbar/pdf-paging-area/pdf-paging-area.component.mjs +3 -3
  96. package/esm2022/lib/toolbar/pdf-paging-area/pdf-previous-page/pdf-previous-page.component.mjs +3 -3
  97. package/esm2022/lib/toolbar/pdf-presentation-mode/pdf-presentation-mode.component.mjs +3 -3
  98. package/esm2022/lib/toolbar/pdf-print/pdf-print.component.mjs +3 -3
  99. package/esm2022/lib/toolbar/pdf-rotate-page/pdf-rotate-page.component.mjs +3 -3
  100. package/esm2022/lib/toolbar/pdf-rotate-page-ccw/pdf-rotate-page-ccw.component.mjs +3 -3
  101. package/esm2022/lib/toolbar/pdf-rotate-page-cw/pdf-rotate-page-cw.component.mjs +3 -3
  102. package/esm2022/lib/toolbar/pdf-select-tool/pdf-select-tool.component.mjs +3 -3
  103. package/esm2022/lib/toolbar/pdf-shy-button/pdf-shy-button-service.mjs +3 -3
  104. package/esm2022/lib/toolbar/pdf-shy-button/pdf-shy-button.component.mjs +3 -3
  105. package/esm2022/lib/toolbar/pdf-single-page-mode/pdf-single-page-mode.component.mjs +3 -3
  106. package/esm2022/lib/toolbar/pdf-stamp-editor/pdf-stamp-editor.component.mjs +3 -3
  107. package/esm2022/lib/toolbar/pdf-text-editor/pdf-text-editor.component.mjs +3 -3
  108. package/esm2022/lib/toolbar/pdf-toggle-secondary-toolbar/pdf-toggle-secondary-toolbar.component.mjs +3 -3
  109. package/esm2022/lib/toolbar/pdf-toggle-sidebar/pdf-toggle-sidebar.component.mjs +3 -3
  110. package/esm2022/lib/toolbar/pdf-toolbar/pdf-toolbar.component.mjs +3 -3
  111. package/esm2022/lib/toolbar/pdf-vertical-scroll-button/pdf-vertical-scroll-mode.component.mjs +3 -3
  112. package/esm2022/lib/toolbar/pdf-wrapped-scroll-mode/pdf-wrapped-scroll-mode.component.mjs +3 -3
  113. package/esm2022/lib/toolbar/pdf-zoom-toolbar/pdf-zoom-dropdown/pdf-zoom-dropdown.component.mjs +3 -3
  114. package/esm2022/lib/toolbar/pdf-zoom-toolbar/pdf-zoom-in/pdf-zoom-in.component.mjs +3 -3
  115. package/esm2022/lib/toolbar/pdf-zoom-toolbar/pdf-zoom-out/pdf-zoom-out.component.mjs +3 -3
  116. package/esm2022/lib/toolbar/pdf-zoom-toolbar/pdf-zoom-toolbar.component.mjs +3 -3
  117. package/esm2022/lib/translate.pipe.mjs +3 -3
  118. package/fesm2022/ngx-extended-pdf-viewer.mjs +225 -225
  119. package/fesm2022/ngx-extended-pdf-viewer.mjs.map +1 -1
  120. package/lib/options/pdf-default-options.d.ts +2 -2
  121. package/package.json +1 -1
  122. package/assets/pdf-4.1.889.min.mjs +0 -21
  123. package/assets/pdf.worker-4.1.889.min.mjs +0 -21
  124. package/assets/viewer-4.1.889.min.mjs +0 -21
  125. package/bleeding-edge/pdf-4.2.551.min.mjs +0 -21
  126. package/bleeding-edge/pdf.worker-4.2.551.min.mjs +0 -21
  127. package/bleeding-edge/viewer-4.2.551-es5.mjs +0 -6690
  128. package/bleeding-edge/viewer-4.2.551.min.mjs +0 -21
  129. /package/assets/{pdf.sandbox-4.1.889.min.mjs → pdf.sandbox-4.1.891.min.mjs} +0 -0
  130. /package/bleeding-edge/{pdf.sandbox-4.2.551.min.mjs → pdf.sandbox-4.3.500.min.mjs} +0 -0
@@ -289,99 +289,109 @@ pdfjs-web-fonts-disabled = خطوط الوب مُعطّلة: تعذّر استخ
289
289
 
290
290
 
291
291
  pdfjs-scroll-page-button =
292
- .title = Use Page Scrolling
293
- pdfjs-scroll-page-button-label = Page Scrolling
292
+ .title = استخدم تمرير الصفحة
293
+ pdfjs-scroll-page-button-label = تمرير الصفحة
294
294
  pdfjs-current-outline-item-button =
295
- .title = Find Current Outline Item
296
- pdfjs-current-outline-item-button-label = Current Outline Item
295
+ .title = ابحث عن عنصر المخطّط التفصيلي الحالي
296
+ pdfjs-current-outline-item-button-label = عنصر المخطّط التفصيلي الحالي
297
297
  pdfjs-find-match-count =
298
298
  { $total ->
299
- [one] { $current } of { $total } match
300
- *[other] { $current } of { $total } matches
299
+ [zero] لا مطابقة
300
+ [one] { $current } من أصل { $total } مطابقة
301
+ [two] { $current } من أصل { $total } مطابقة
302
+ [few] { $current } من أصل { $total } مطابقة
303
+ [many] { $current } من أصل { $total } مطابقة
304
+ *[other] { $current } من أصل { $total } مطابقة
301
305
  }
302
306
  pdfjs-find-match-count-limit =
303
307
  { $limit ->
304
- [one] More than { $limit } match
305
- *[other] More than { $limit } matches
308
+ [zero] { $limit } مطابقة
309
+ [one] أكثر من { $limit } مطابقة
310
+ [two] أكثر من { $limit } مطابقة
311
+ [few] أكثر من { $limit } مطابقة
312
+ [many] أكثر من { $limit } مطابقة
313
+ *[other] أكثر من { $limit } مطابقات
306
314
  }
307
315
  pdfjs-editor-free-text-button =
308
- .title = Text
309
- pdfjs-editor-free-text-button-label = Text
316
+ .title = نص
317
+ pdfjs-editor-free-text-button-label = نص
310
318
  pdfjs-editor-ink-button =
311
- .title = Draw
312
- pdfjs-editor-ink-button-label = Draw
319
+ .title = ارسم
320
+ pdfjs-editor-ink-button-label = ارسم
313
321
  pdfjs-editor-stamp-button =
314
- .title = Add or edit images
315
- pdfjs-editor-stamp-button-label = Add or edit images
322
+ .title = أضِف أو حرّر الصور
323
+ pdfjs-editor-stamp-button-label = أضِف أو حرّر الصور
316
324
  pdfjs-editor-highlight-button =
317
- .title = Highlight
318
- pdfjs-editor-highlight-button-label = Highlight
325
+ .title = أبرِز
326
+ pdfjs-editor-highlight-button-label = أبرِز
327
+ pdfjs-highlight-floating-button =
328
+ .title = أبرِز
319
329
  pdfjs-highlight-floating-button1 =
320
- .title = Highlight
321
- .aria-label = Highlight
322
- pdfjs-highlight-floating-button-label = Highlight
330
+ .title = أبرِز
331
+ .aria-label = أبرِز
332
+ pdfjs-highlight-floating-button-label = أبرِز
323
333
  pdfjs-editor-remove-ink-button =
324
- .title = Remove drawing
334
+ .title = أزِل الرسم
325
335
  pdfjs-editor-remove-freetext-button =
326
- .title = Remove text
336
+ .title = أزِل النص
327
337
  pdfjs-editor-remove-stamp-button =
328
- .title = Remove image
338
+ .title = أزِل الصورة
329
339
  pdfjs-editor-remove-highlight-button =
330
- .title = Remove highlight
331
- pdfjs-editor-free-text-color-input = Color
332
- pdfjs-editor-free-text-size-input = Size
333
- pdfjs-editor-ink-color-input = Color
334
- pdfjs-editor-ink-thickness-input = Thickness
335
- pdfjs-editor-ink-opacity-input = Opacity
340
+ .title = أزِل الإبراز
341
+ pdfjs-editor-free-text-color-input = اللون
342
+ pdfjs-editor-free-text-size-input = الحجم
343
+ pdfjs-editor-ink-color-input = اللون
344
+ pdfjs-editor-ink-thickness-input = السماكة
345
+ pdfjs-editor-ink-opacity-input = العتامة
336
346
  pdfjs-editor-stamp-add-image-button =
337
- .title = Add image
338
- pdfjs-editor-stamp-add-image-button-label = Add image
339
- pdfjs-editor-free-highlight-thickness-input = Thickness
347
+ .title = أضِف صورة
348
+ pdfjs-editor-stamp-add-image-button-label = أضِف صورة
349
+ pdfjs-editor-free-highlight-thickness-input = السماكة
340
350
  pdfjs-editor-free-highlight-thickness-title =
341
- .title = Change thickness when highlighting items other than text
351
+ .title = غيّر السُمك عند إبراز عناصر أُخرى غير النص
342
352
  pdfjs-free-text =
343
- .aria-label = Text Editor
344
- pdfjs-free-text-default-content = Start typing…
353
+ .aria-label = محرِّر النص
354
+ pdfjs-free-text-default-content = ابدأ الكتابة…
345
355
  pdfjs-ink =
346
- .aria-label = Draw Editor
356
+ .aria-label = محرِّر الرسم
347
357
  pdfjs-ink-canvas =
348
- .aria-label = User-created image
349
- pdfjs-editor-alt-text-button-label = Alt text
350
- pdfjs-editor-alt-text-edit-button-label = Edit alt text
351
- pdfjs-editor-alt-text-dialog-label = Choose an option
352
- pdfjs-editor-alt-text-dialog-description = Alt text (alternative text) helps when people can’t see the image or when it doesn’t load.
353
- pdfjs-editor-alt-text-add-description-label = Add a description
354
- pdfjs-editor-alt-text-add-description-description = Aim for 1-2 sentences that describe the subject, setting, or actions.
355
- pdfjs-editor-alt-text-mark-decorative-label = Mark as decorative
356
- pdfjs-editor-alt-text-mark-decorative-description = This is used for ornamental images, like borders or watermarks.
357
- pdfjs-editor-alt-text-cancel-button = Cancel
358
- pdfjs-editor-alt-text-save-button = Save
359
- pdfjs-editor-alt-text-decorative-tooltip = Marked as decorative
358
+ .aria-label = صورة أنشأها المستخدم
359
+ pdfjs-editor-alt-text-button-label = نص بديل
360
+ pdfjs-editor-alt-text-edit-button-label = تحرير النص البديل
361
+ pdfjs-editor-alt-text-dialog-label = اختر خيار
362
+ pdfjs-editor-alt-text-dialog-description = يساعد النص البديل عندما لا يتمكن الأشخاص من رؤية الصورة أو عندما لا يتم تحميلها.
363
+ pdfjs-editor-alt-text-add-description-label = أضِف وصف
364
+ pdfjs-editor-alt-text-add-description-description = استهدف جملتين تصفان الموضوع أو الإعداد أو الإجراءات.
365
+ pdfjs-editor-alt-text-mark-decorative-label = علّمها على أنها زخرفية
366
+ pdfjs-editor-alt-text-mark-decorative-description = يُستخدم هذا في الصور المزخرفة، مثل الحدود أو العلامات المائية.
367
+ pdfjs-editor-alt-text-cancel-button = ألغِ
368
+ pdfjs-editor-alt-text-save-button = احفظ
369
+ pdfjs-editor-alt-text-decorative-tooltip = عُلّمت على أنها زخرفية
360
370
  pdfjs-editor-alt-text-textarea =
361
- .placeholder = For example, “A young man sits down at a table to eat a meal”
362
- pdfjs-editor-resizer-label-top-left = Top left cornerresize
363
- pdfjs-editor-resizer-label-top-middle = Top middle resize
364
- pdfjs-editor-resizer-label-top-right = Top right corner resize
365
- pdfjs-editor-resizer-label-middle-right = Middle right resize
366
- pdfjs-editor-resizer-label-bottom-right = Bottom right corner resize
367
- pdfjs-editor-resizer-label-bottom-middle = Bottom middle resize
368
- pdfjs-editor-resizer-label-bottom-left = Bottom left corner resize
369
- pdfjs-editor-resizer-label-middle-left = Middle left resize
370
- pdfjs-editor-highlight-colorpicker-label = Highlight color
371
+ .placeholder = على سبيل المثال، "يجلس شاب على الطاولة لتناول وجبة"
372
+ pdfjs-editor-resizer-label-top-left = الزاوية اليُسرى العُلياغيّر الحجم
373
+ pdfjs-editor-resizer-label-top-middle = أعلى الوسط - غيّر الحجم
374
+ pdfjs-editor-resizer-label-top-right = الزاوية اليُمنى العُليا - غيّر الحجم
375
+ pdfjs-editor-resizer-label-middle-right = اليمين الأوسط - غيّر الحجم
376
+ pdfjs-editor-resizer-label-bottom-right = الزاوية اليُمنى السُفلى - غيّر الحجم
377
+ pdfjs-editor-resizer-label-bottom-middle = أسفل الوسط - غيّر الحجم
378
+ pdfjs-editor-resizer-label-bottom-left = الزاوية اليُسرى السُفلية - غيّر الحجم
379
+ pdfjs-editor-resizer-label-middle-left = مُنتصف اليسار - غيّر الحجم
380
+ pdfjs-editor-highlight-colorpicker-label = أبرِز اللون
371
381
  pdfjs-editor-colorpicker-button =
372
- .title = Change color
382
+ .title = غيّر اللون
373
383
  pdfjs-editor-colorpicker-dropdown =
374
- .aria-label = Color choices
384
+ .aria-label = اختيارات الألوان
375
385
  pdfjs-editor-colorpicker-yellow =
376
- .title = Yellow
386
+ .title = أصفر
377
387
  pdfjs-editor-colorpicker-green =
378
- .title = Green
388
+ .title = أخضر
379
389
  pdfjs-editor-colorpicker-blue =
380
- .title = Blue
390
+ .title = أزرق
381
391
  pdfjs-editor-colorpicker-pink =
382
- .title = Pink
392
+ .title = وردي
383
393
  pdfjs-editor-colorpicker-red =
384
- .title = Red
385
- pdfjs-editor-highlight-show-all-button-label = Show all
394
+ .title = أحمر
395
+ pdfjs-editor-highlight-show-all-button-label = أظهِر الكل
386
396
  unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
387
397
  pdfjs-infinite-scroll-button-label = Infinite scroll
@@ -398,8 +398,8 @@ pdfjs-editor-highlight-show-all-button =
398
398
  .title = Montri ĉiujn
399
399
 
400
400
  pdfjs-highlight-floating-button1 =
401
- .title = Highlight
402
- .aria-label = Highlight
403
- pdfjs-highlight-floating-button-label = Highlight
401
+ .title = Elstarigi
402
+ .aria-label = Elstarigi
403
+ pdfjs-highlight-floating-button-label = Elstarigi
404
404
  unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
405
405
  pdfjs-infinite-scroll-button-label = Infinite scroll
@@ -250,15 +250,13 @@ pdfjs-web-fonts-disabled = Վեբ-տառատեսակները անջատված ե
250
250
  ## This is used in an aria label to help to understand the role of the resizer.
251
251
 
252
252
 
253
+ pdfjs-download-button-label = Ներբեռնել
254
+ pdfjs-bookmark-button-label = Ընթացիկ էջ
255
+ pdfjs-free-text-default-content = Սկսել մուտքագրումը…
256
+ pdfjs-editor-highlight-show-all-button-label = Ցուցադրել բոլորը
253
257
  pdfjs-save-button =
254
258
  .title = Save
255
259
  pdfjs-save-button-label = Save
256
- pdfjs-download-button =
257
- .title = Download
258
- pdfjs-download-button-label = Download
259
- pdfjs-bookmark-button =
260
- .title = Current Page (View URL from Current Page)
261
- pdfjs-bookmark-button-label = Current Page
262
260
  pdfjs-scroll-page-button =
263
261
  .title = Use Page Scrolling
264
262
  pdfjs-scroll-page-button-label = Page Scrolling
@@ -319,9 +317,6 @@ pdfjs-editor-stamp-add-image-button-label = Add image
319
317
  pdfjs-editor-free-highlight-thickness-input = Thickness
320
318
  pdfjs-editor-free-highlight-thickness-title =
321
319
  .title = Change thickness when highlighting items other than text
322
- pdfjs-free-text =
323
- .aria-label = Text Editor
324
- pdfjs-free-text-default-content = Start typing…
325
320
  pdfjs-ink =
326
321
  .aria-label = Draw Editor
327
322
  pdfjs-ink-canvas =
@@ -362,6 +357,5 @@ pdfjs-editor-colorpicker-pink =
362
357
  .title = Pink
363
358
  pdfjs-editor-colorpicker-red =
364
359
  .title = Red
365
- pdfjs-editor-highlight-show-all-button-label = Show all
366
360
  unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
367
361
  pdfjs-infinite-scroll-button-label = Infinite scroll
@@ -388,10 +388,12 @@ pdfjs-editor-colorpicker-pink =
388
388
  pdfjs-editor-colorpicker-red =
389
389
  .title = ਲਾਲ
390
390
 
391
+ pdfjs-highlight-floating-button =
392
+ .title = ਹਾਈਲਾਈਟ
391
393
  pdfjs-highlight-floating-button1 =
392
- .title = Highlight
393
- .aria-label = Highlight
394
- pdfjs-highlight-floating-button-label = Highlight
395
- pdfjs-editor-highlight-show-all-button-label = Show all
394
+ .title = ਹਾਈਲਾਈਟ
395
+ .aria-label = ਹਾਈਲਾਈਟ
396
+ pdfjs-highlight-floating-button-label = ਹਾਈਲਾਈਟ
397
+ pdfjs-editor-highlight-show-all-button-label = ਸਭ ਵੇਖੋ
396
398
  unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
397
399
  pdfjs-infinite-scroll-button-label = Infinite scroll
@@ -398,8 +398,8 @@ pdfjs-editor-highlight-show-all-button =
398
398
  .title = Mussar tut
399
399
 
400
400
  pdfjs-highlight-floating-button1 =
401
- .title = Highlight
402
- .aria-label = Highlight
403
- pdfjs-highlight-floating-button-label = Highlight
401
+ .title = Marcar
402
+ .aria-label = Marcar
403
+ pdfjs-highlight-floating-button-label = Marcar
404
404
  unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
405
405
  pdfjs-infinite-scroll-button-label = Infinite scroll
@@ -326,6 +326,19 @@ pdfjs-editor-colorpicker-pink =
326
326
  pdfjs-editor-colorpicker-red =
327
327
  .title = لال
328
328
 
329
+ pdfjs-find-match-count =
330
+ { $total ->
331
+ [one] { $total } وِچوں { $current } مشابہ
332
+ *[other] { $total } وِچوں { $current } مشابے
333
+ }
334
+ pdfjs-find-match-count-limit =
335
+ { $limit ->
336
+ [one] { $limit } توں ودھ مماثلت۔
337
+ *[other] { $limit } توں ودھ مماثلتاں۔
338
+ }
339
+ pdfjs-editor-stamp-button =
340
+ .title = تصویراں کوں شامل کرو یا ترمیم کرو
341
+ pdfjs-editor-stamp-button-label = تصویراں کوں شامل کرو یا ترمیم کرو
329
342
  pdfjs-editor-highlight-button =
330
343
  .title = نمایاں کرو
331
344
  pdfjs-editor-highlight-button-label = نمایاں کرو
@@ -335,56 +348,43 @@ pdfjs-highlight-floating-button1 =
335
348
  .title = نمایاں کرو
336
349
  .aria-label = نمایاں کرو
337
350
  pdfjs-highlight-floating-button-label = نمایاں کرو
338
- pdfjs-editor-alt-text-cancel-button = منسوخ
339
- pdfjs-editor-alt-text-save-button = محفوظ
340
- pdfjs-editor-highlight-show-all-button-label = سارے ݙکھاؤ
341
- pdfjs-find-match-count =
342
- { $total ->
343
- [one] { $current } of { $total } match
344
- *[other] { $current } of { $total } matches
345
- }
346
- pdfjs-find-match-count-limit =
347
- { $limit ->
348
- [one] More than { $limit } match
349
- *[other] More than { $limit } matches
350
- }
351
- pdfjs-editor-stamp-button =
352
- .title = Add or edit images
353
- pdfjs-editor-stamp-button-label = Add or edit images
354
351
  pdfjs-editor-remove-ink-button =
355
- .title = Remove drawing
352
+ .title = ڈرائینگ ہٹاؤ
356
353
  pdfjs-editor-remove-freetext-button =
357
- .title = Remove text
354
+ .title = متن ہٹاؤ
358
355
  pdfjs-editor-remove-stamp-button =
359
- .title = Remove image
356
+ .title = تصویر ہٹاؤ
360
357
  pdfjs-editor-remove-highlight-button =
361
- .title = Remove highlight
362
- pdfjs-editor-free-highlight-thickness-input = Thickness
358
+ .title = نمایاں ہٹاؤ
359
+ pdfjs-editor-free-highlight-thickness-input = مُٹاݨ
363
360
  pdfjs-editor-free-highlight-thickness-title =
364
- .title = Change thickness when highlighting items other than text
365
- pdfjs-editor-alt-text-button-label = Alt text
366
- pdfjs-editor-alt-text-edit-button-label = Edit alt text
367
- pdfjs-editor-alt-text-dialog-label = Choose an option
368
- pdfjs-editor-alt-text-dialog-description = Alt text (alternative text) helps when people can’t see the image or when it doesn’t load.
369
- pdfjs-editor-alt-text-add-description-label = Add a description
370
- pdfjs-editor-alt-text-add-description-description = Aim for 1-2 sentences that describe the subject, setting, or actions.
371
- pdfjs-editor-alt-text-mark-decorative-label = Mark as decorative
372
- pdfjs-editor-alt-text-mark-decorative-description = This is used for ornamental images, like borders or watermarks.
373
- pdfjs-editor-alt-text-decorative-tooltip = Marked as decorative
361
+ .title = متن توں ان٘ج ٻئے شئیں کوں نمایاں کرݨ ویلے مُٹاݨ کوں بدلو
362
+ pdfjs-editor-alt-text-button-label = Alt متن
363
+ pdfjs-editor-alt-text-edit-button-label = alt متن وِچ ترمیم کرو
364
+ pdfjs-editor-alt-text-dialog-label = ہِک اختیار چُݨو
365
+ pdfjs-editor-alt-text-dialog-description = Alt متن (متبادل متن) اِیں ویلے مَدَت کرین٘دا ہِے جہڑیلے لوک تصویر کوں نِھیں ݙیکھ سڳدے یا جہڑیلے اِیہ لوڈ کائنی تِھین٘دا۔
366
+ pdfjs-editor-alt-text-add-description-label = تفصیل شامل کرو
367
+ pdfjs-editor-alt-text-add-description-description = 1-2 جملیاں دا مقصد جہڑے موضوع، ترتیب، یا اعمال کوں بیان کرین٘دے ہِن۔
368
+ pdfjs-editor-alt-text-mark-decorative-label = آرائشی طور تے نشان زد کرو
369
+ pdfjs-editor-alt-text-mark-decorative-description = اِیہ آرائشی تصویراں کِیتے استعمال تِھین٘دا ہِے، جیویں بارڈر یا واٹر مارکس۔
370
+ pdfjs-editor-alt-text-cancel-button = منسوخ
371
+ pdfjs-editor-alt-text-save-button = محفوظ
372
+ pdfjs-editor-alt-text-decorative-tooltip = آرائشی دے طور تے نشان زد تِھی ڳِیا
374
373
  pdfjs-editor-alt-text-textarea =
375
- .placeholder = For example, “A young man sits down at a table to eat a meal”
376
- pdfjs-editor-resizer-label-top-left = Top left cornerresize
377
- pdfjs-editor-resizer-label-top-middle = Top middleresize
378
- pdfjs-editor-resizer-label-top-right = Top right cornerresize
379
- pdfjs-editor-resizer-label-middle-right = Middle rightresize
380
- pdfjs-editor-resizer-label-bottom-right = Bottom right cornerresize
381
- pdfjs-editor-resizer-label-bottom-middle = Bottom middleresize
382
- pdfjs-editor-resizer-label-bottom-left = Bottom left cornerresize
383
- pdfjs-editor-resizer-label-middle-left = Middle leftresize
384
- pdfjs-editor-highlight-colorpicker-label = Highlight color
374
+ .placeholder = مثال دے طور تے، "ہِک جؤان کھاݨاں کھاوݨ کِیتے میز اُتّے ٻیٹھا ہِے"
375
+ pdfjs-editor-resizer-label-top-left = اُتلی کَھٻّی نُکّڑسائز بدلو
376
+ pdfjs-editor-resizer-label-top-middle = اُتلا وِچلاسائز بدلو
377
+ pdfjs-editor-resizer-label-top-right = اُتلی سَڄّی نُکَّڑسائز بدلو
378
+ pdfjs-editor-resizer-label-middle-right = وِچلا سڄّاسائز بدلو
379
+ pdfjs-editor-resizer-label-bottom-right = تلوِیں سَڄّی نُکَّڑسائز بدلو
380
+ pdfjs-editor-resizer-label-bottom-middle = تلواں وِچلاسائز بدلو
381
+ pdfjs-editor-resizer-label-bottom-left = تلوِیں کَھٻّی نُکّڑسائز بدلو
382
+ pdfjs-editor-resizer-label-middle-left = وِچلا کَھٻّاسائز بدلو
383
+ pdfjs-editor-highlight-colorpicker-label = نشابر رنگ
385
384
  pdfjs-editor-colorpicker-button =
386
- .title = Change color
385
+ .title = رنگ بدلو
387
386
  pdfjs-editor-colorpicker-dropdown =
388
- .aria-label = Color choices
387
+ .aria-label = رنگ اختیارات
388
+ pdfjs-editor-highlight-show-all-button-label = سارے ݙکھاؤ
389
389
  unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
390
390
  pdfjs-infinite-scroll-button-label = Infinite scroll
@@ -392,11 +392,11 @@ pdfjs-editor-colorpicker-pink =
392
392
  pdfjs-editor-colorpicker-red =
393
393
  .title = Rdeča
394
394
 
395
+ pdfjs-editor-highlight-show-all-button-label = Prikaži vse
395
396
  pdfjs-highlight-floating-button1 =
396
397
  .title = Highlight
397
398
  .aria-label = Highlight
398
399
  pdfjs-highlight-floating-button-label = Highlight
399
- pdfjs-editor-highlight-show-all-button-label = Show all
400
400
  unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
401
401
  pdfjs-infinite-scroll-button-label = Infinite scroll
402
402
 
@@ -379,6 +379,13 @@ pdfjs-editor-colorpicker-pink =
379
379
  pdfjs-editor-colorpicker-red =
380
380
  .title = E kuqe
381
381
 
382
+ pdfjs-highlight-floating-button =
383
+ .title = Theksim
384
+ pdfjs-highlight-floating-button1 =
385
+ .title = Theksim
386
+ .aria-label = Theksim
387
+ pdfjs-highlight-floating-button-label = Theksim
388
+ pdfjs-editor-highlight-show-all-button-label = Shfaqi krejt
382
389
  pdfjs-spread-none-button =
383
390
  .title = Do not join page spreads
384
391
  pdfjs-spread-none-button-label = No Spreads
@@ -388,10 +395,5 @@ pdfjs-spread-odd-button-label = Odd Spreads
388
395
  pdfjs-spread-even-button =
389
396
  .title = Join page spreads starting with even-numbered pages
390
397
  pdfjs-spread-even-button-label = Even Spreads
391
- pdfjs-highlight-floating-button1 =
392
- .title = Highlight
393
- .aria-label = Highlight
394
- pdfjs-highlight-floating-button-label = Highlight
395
- pdfjs-editor-highlight-show-all-button-label = Show all
396
398
  unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
397
399
  pdfjs-infinite-scroll-button-label = Infinite scroll
@@ -389,14 +389,16 @@ pdfjs-editor-highlight-show-all-button =
389
389
  .title = Ҳамаро намоиш додан
390
390
 
391
391
  pdfjs-editor-highlight-button =
392
- .title = Highlight
393
- pdfjs-editor-highlight-button-label = Highlight
392
+ .title = Ҷудокунӣ
393
+ pdfjs-editor-highlight-button-label = Ҷудокунӣ
394
+ pdfjs-highlight-floating-button =
395
+ .title = Ҷудокунӣ
394
396
  pdfjs-highlight-floating-button1 =
395
- .title = Highlight
396
- .aria-label = Highlight
397
- pdfjs-highlight-floating-button-label = Highlight
398
- pdfjs-editor-free-highlight-thickness-input = Thickness
397
+ .title = Ҷудокунӣ
398
+ .aria-label = Ҷудокунӣ
399
+ pdfjs-highlight-floating-button-label = Ҷудокунӣ
400
+ pdfjs-editor-free-highlight-thickness-input = Ғафсӣ
399
401
  pdfjs-editor-free-highlight-thickness-title =
400
- .title = Change thickness when highlighting items other than text
402
+ .title = Иваз кардани ғафсӣ ҳангоми ҷудокунии унсурҳо ба ғайр аз матн
401
403
  unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
402
404
  pdfjs-infinite-scroll-button-label = Infinite scroll