@ntlab/ntjs-assets 2.0.17 → 2.0.19

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 (70) hide show
  1. package/assets/js/DataTables/DataTables/js/dataTables.js +41 -17
  2. package/assets/js/DataTables/DataTables/js/dataTables.min.js +2 -2
  3. package/assets/js/DataTables/Extensions/Scroller/js/dataTables.scroller.js +4 -4
  4. package/assets/js/DataTables/Extensions/Scroller/js/dataTables.scroller.min.js +2 -2
  5. package/assets/js/DataTables/Extensions/Select/js/dataTables.select.js +23 -7
  6. package/assets/js/DataTables/Extensions/Select/js/dataTables.select.min.js +2 -2
  7. package/assets/js/DataTables/Extensions/Select/js/select.bootstrap5.js +2 -0
  8. package/assets/js/DataTables/Extensions/Select/js/select.bootstrap5.min.js +1 -1
  9. package/assets/js/cdn.json +4 -4
  10. package/assets/js/jqGrid/css/ui.jqgrid-bootstrap.css +0 -7
  11. package/assets/js/jqGrid/css/ui.jqgrid-bootstrap4.css +0 -8
  12. package/assets/js/jqGrid/css/ui.jqgrid-bootstrap5.css +14 -18
  13. package/assets/js/jqGrid/css/ui.jqgrid.css +0 -7
  14. package/assets/js/jqGrid/js/grid.base.js +245 -92
  15. package/assets/js/jqGrid/js/grid.celledit.js +12 -6
  16. package/assets/js/jqGrid/js/grid.common.js +50 -25
  17. package/assets/js/jqGrid/js/grid.database.js +57 -15
  18. package/assets/js/jqGrid/js/grid.export.js +102 -23
  19. package/assets/js/jqGrid/js/grid.filter.js +20 -8
  20. package/assets/js/jqGrid/js/grid.formedit.js +50 -55
  21. package/assets/js/jqGrid/js/grid.grouping.js +12 -1
  22. package/assets/js/jqGrid/js/grid.import.js +10 -5
  23. package/assets/js/jqGrid/js/grid.inlinedit.js +2 -2
  24. package/assets/js/jqGrid/js/grid.subgrid.js +17 -3
  25. package/assets/js/jqGrid/js/i18n/grid.locale-he.js +47 -47
  26. package/assets/js/jqGrid/js/jquery.fmatter.js +2 -2
  27. package/assets/js/jqGrid/js/jquery.jqGrid.js +579 -237
  28. package/assets/js/jqGrid/js/jquery.jqGrid.min.js +2 -2
  29. package/assets/js/jqGrid/js/jquery.jqGrid.min.js.map +1 -1
  30. package/assets/js/jqGrid/js/minified/grid.base.js +1 -1
  31. package/assets/js/jqGrid/js/minified/grid.celledit.js +1 -1
  32. package/assets/js/jqGrid/js/minified/grid.common.js +1 -1
  33. package/assets/js/jqGrid/js/minified/grid.database.js +1 -1
  34. package/assets/js/jqGrid/js/minified/grid.export.js +1 -1
  35. package/assets/js/jqGrid/js/minified/grid.filter.js +1 -1
  36. package/assets/js/jqGrid/js/minified/grid.formedit.js +1 -1
  37. package/assets/js/jqGrid/js/minified/grid.grouping.js +1 -1
  38. package/assets/js/jqGrid/js/minified/grid.import.js +1 -1
  39. package/assets/js/jqGrid/js/minified/grid.inlinedit.js +1 -1
  40. package/assets/js/jqGrid/js/minified/grid.subgrid.js +1 -1
  41. package/assets/js/jqGrid/js/minified/i18n/grid.locale-he.js +1 -1
  42. package/assets/js/jqGrid/js/minified/jquery.fmatter.js +1 -1
  43. package/assets/js/pdfjs/build/pdf.mjs +304 -58
  44. package/assets/js/pdfjs/build/pdf.mjs.map +1 -1
  45. package/assets/js/pdfjs/build/pdf.sandbox.mjs +3 -3
  46. package/assets/js/pdfjs/build/pdf.sandbox.mjs.map +1 -1
  47. package/assets/js/pdfjs/build/pdf.worker.mjs +844 -2184
  48. package/assets/js/pdfjs/build/pdf.worker.mjs.map +1 -1
  49. package/assets/js/pdfjs/web/locale/ar/viewer.ftl +121 -6
  50. package/assets/js/pdfjs/web/locale/cy/viewer.ftl +4 -0
  51. package/assets/js/pdfjs/web/locale/da/viewer.ftl +13 -0
  52. package/assets/js/pdfjs/web/locale/en-CA/viewer.ftl +66 -0
  53. package/assets/js/pdfjs/web/locale/fr/viewer.ftl +4 -0
  54. package/assets/js/pdfjs/web/locale/gn/viewer.ftl +13 -0
  55. package/assets/js/pdfjs/web/locale/hu/viewer.ftl +4 -6
  56. package/assets/js/pdfjs/web/locale/ia/viewer.ftl +13 -0
  57. package/assets/js/pdfjs/web/locale/it/viewer.ftl +0 -6
  58. package/assets/js/pdfjs/web/locale/ja/viewer.ftl +4 -0
  59. package/assets/js/pdfjs/web/locale/nb-NO/viewer.ftl +13 -6
  60. package/assets/js/pdfjs/web/locale/pl/viewer.ftl +13 -0
  61. package/assets/js/pdfjs/web/locale/pt-BR/viewer.ftl +6 -12
  62. package/assets/js/pdfjs/web/locale/pt-PT/viewer.ftl +4 -0
  63. package/assets/js/pdfjs/web/locale/skr/viewer.ftl +75 -6
  64. package/assets/js/pdfjs/web/locale/sl/viewer.ftl +7 -6
  65. package/assets/js/pdfjs/web/locale/th/viewer.ftl +4 -0
  66. package/assets/js/pdfjs/web/locale/uk/viewer.ftl +10 -16
  67. package/assets/js/pdfjs/web/viewer.css +19 -21
  68. package/assets/js/pdfjs/web/viewer.mjs +512 -527
  69. package/assets/js/pdfjs/web/viewer.mjs.map +1 -1
  70. package/package.json +1 -1
@@ -51,12 +51,6 @@ pdfjs-download-button-label = نزّل
51
51
  pdfjs-bookmark-button =
52
52
  .title = الصفحة الحالية (عرض URL من الصفحة الحالية)
53
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 = افتح في تطبيق
60
54
 
61
55
  ## Secondary toolbar and context menu
62
56
 
@@ -81,6 +75,9 @@ pdfjs-cursor-text-select-tool-button-label = أداة اختيار النص
81
75
  pdfjs-cursor-hand-tool-button =
82
76
  .title = فعّل أداة اليد
83
77
  pdfjs-cursor-hand-tool-button-label = أداة اليد
78
+ pdfjs-scroll-page-button =
79
+ .title = استخدم تمرير الصفحة
80
+ pdfjs-scroll-page-button-label = تمرير الصفحة
84
81
  pdfjs-scroll-vertical-button =
85
82
  .title = استخدم التمرير الرأسي
86
83
  pdfjs-scroll-vertical-button-label = التمرير الرأسي
@@ -187,6 +184,9 @@ pdfjs-layers-button-label = ‏‏الطبقات
187
184
  pdfjs-thumbs-button =
188
185
  .title = اعرض مُصغرات
189
186
  pdfjs-thumbs-button-label = مُصغّرات
187
+ pdfjs-current-outline-item-button =
188
+ .title = ابحث عن عنصر المخطّط التفصيلي الحالي
189
+ pdfjs-current-outline-item-button-label = عنصر المخطّط التفصيلي الحالي
190
190
  pdfjs-findbar-button =
191
191
  .title = ابحث في المستند
192
192
  pdfjs-findbar-button-label = ابحث
@@ -220,6 +220,29 @@ pdfjs-find-match-diacritics-checkbox-label = طابِق الحركات
220
220
  pdfjs-find-entire-word-checkbox-label = كلمات كاملة
221
221
  pdfjs-find-reached-top = تابعت من الأسفل بعدما وصلت إلى بداية المستند
222
222
  pdfjs-find-reached-bottom = تابعت من الأعلى بعدما وصلت إلى نهاية المستند
223
+ # Variables:
224
+ # $current (Number) - the index of the currently active find result
225
+ # $total (Number) - the total number of matches in the document
226
+ pdfjs-find-match-count =
227
+ { $total ->
228
+ [zero] لا مطابقة
229
+ [one] { $current } من أصل { $total } مطابقة
230
+ [two] { $current } من أصل { $total } مطابقة
231
+ [few] { $current } من أصل { $total } مطابقة
232
+ [many] { $current } من أصل { $total } مطابقة
233
+ *[other] { $current } من أصل { $total } مطابقة
234
+ }
235
+ # Variables:
236
+ # $limit (Number) - the maximum number of matches
237
+ pdfjs-find-match-count-limit =
238
+ { $limit ->
239
+ [zero] { $limit } مطابقة
240
+ [one] أكثر من { $limit } مطابقة
241
+ [two] أكثر من { $limit } مطابقة
242
+ [few] أكثر من { $limit } مطابقة
243
+ [many] أكثر من { $limit } مطابقة
244
+ *[other] أكثر من { $limit } مطابقات
245
+ }
223
246
  pdfjs-find-not-found = لا وجود للعبارة
224
247
 
225
248
  ## Predefined zoom values
@@ -271,19 +294,111 @@ pdfjs-web-fonts-disabled = خطوط الوب مُعطّلة: تعذّر استخ
271
294
 
272
295
  ## Editing
273
296
 
297
+ pdfjs-editor-free-text-button =
298
+ .title = نص
299
+ pdfjs-editor-free-text-button-label = نص
300
+ pdfjs-editor-ink-button =
301
+ .title = ارسم
302
+ pdfjs-editor-ink-button-label = ارسم
303
+ pdfjs-editor-stamp-button =
304
+ .title = أضِف أو حرّر الصور
305
+ pdfjs-editor-stamp-button-label = أضِف أو حرّر الصور
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 = أبرِز
274
315
 
275
316
  ## Remove button for the various kind of editor.
276
317
 
318
+ pdfjs-editor-remove-ink-button =
319
+ .title = أزِل الرسم
320
+ pdfjs-editor-remove-freetext-button =
321
+ .title = أزِل النص
322
+ pdfjs-editor-remove-stamp-button =
323
+ .title = أزِل الصورة
324
+ pdfjs-editor-remove-highlight-button =
325
+ .title = أزِل الإبراز
277
326
 
278
327
  ##
279
328
 
329
+ # Editor Parameters
330
+ pdfjs-editor-free-text-color-input = اللون
331
+ pdfjs-editor-free-text-size-input = الحجم
332
+ pdfjs-editor-ink-color-input = اللون
333
+ pdfjs-editor-ink-thickness-input = السماكة
334
+ pdfjs-editor-ink-opacity-input = العتامة
335
+ pdfjs-editor-stamp-add-image-button =
336
+ .title = أضِف صورة
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 = غيّر السُمك عند إبراز عناصر أُخرى غير النص
342
+ pdfjs-free-text =
343
+ .aria-label = محرِّر النص
344
+ pdfjs-free-text-default-content = ابدأ الكتابة…
345
+ pdfjs-ink =
346
+ .aria-label = محرِّر الرسم
347
+ pdfjs-ink-canvas =
348
+ .aria-label = صورة أنشأها المستخدم
280
349
 
281
350
  ## Alt-text dialog
282
351
 
352
+ # Alternative text (alt text) helps when people can't see the image.
353
+ pdfjs-editor-alt-text-button-label = نص بديل
354
+ pdfjs-editor-alt-text-edit-button-label = تحرير النص البديل
355
+ pdfjs-editor-alt-text-dialog-label = اختر خيار
356
+ pdfjs-editor-alt-text-dialog-description = يساعد النص البديل عندما لا يتمكن الأشخاص من رؤية الصورة أو عندما لا يتم تحميلها.
357
+ pdfjs-editor-alt-text-add-description-label = أضِف وصف
358
+ pdfjs-editor-alt-text-add-description-description = استهدف جملتين تصفان الموضوع أو الإعداد أو الإجراءات.
359
+ pdfjs-editor-alt-text-mark-decorative-label = علّمها على أنها زخرفية
360
+ pdfjs-editor-alt-text-mark-decorative-description = يُستخدم هذا في الصور المزخرفة، مثل الحدود أو العلامات المائية.
361
+ pdfjs-editor-alt-text-cancel-button = ألغِ
362
+ pdfjs-editor-alt-text-save-button = احفظ
363
+ pdfjs-editor-alt-text-decorative-tooltip = عُلّمت على أنها زخرفية
364
+ # .placeholder: This is a placeholder for the alt text input area
365
+ pdfjs-editor-alt-text-textarea =
366
+ .placeholder = على سبيل المثال، "يجلس شاب على الطاولة لتناول وجبة"
283
367
 
284
368
  ## Editor resizers
285
369
  ## This is used in an aria label to help to understand the role of the resizer.
286
370
 
371
+ pdfjs-editor-resizer-label-top-left = الزاوية اليُسرى العُليا — غيّر الحجم
372
+ pdfjs-editor-resizer-label-top-middle = أعلى الوسط - غيّر الحجم
373
+ pdfjs-editor-resizer-label-top-right = الزاوية اليُمنى العُليا - غيّر الحجم
374
+ pdfjs-editor-resizer-label-middle-right = اليمين الأوسط - غيّر الحجم
375
+ pdfjs-editor-resizer-label-bottom-right = الزاوية اليُمنى السُفلى - غيّر الحجم
376
+ pdfjs-editor-resizer-label-bottom-middle = أسفل الوسط - غيّر الحجم
377
+ pdfjs-editor-resizer-label-bottom-left = الزاوية اليُسرى السُفلية - غيّر الحجم
378
+ pdfjs-editor-resizer-label-middle-left = مُنتصف اليسار - غيّر الحجم
287
379
 
288
380
  ## Color picker
289
381
 
382
+ # This means "Color used to highlight text"
383
+ pdfjs-editor-highlight-colorpicker-label = أبرِز اللون
384
+ pdfjs-editor-colorpicker-button =
385
+ .title = غيّر اللون
386
+ pdfjs-editor-colorpicker-dropdown =
387
+ .aria-label = اختيارات الألوان
388
+ pdfjs-editor-colorpicker-yellow =
389
+ .title = أصفر
390
+ pdfjs-editor-colorpicker-green =
391
+ .title = أخضر
392
+ pdfjs-editor-colorpicker-blue =
393
+ .title = أزرق
394
+ pdfjs-editor-colorpicker-pink =
395
+ .title = وردي
396
+ pdfjs-editor-colorpicker-red =
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 = أظهِر الكل
@@ -314,6 +314,10 @@ pdfjs-editor-highlight-button =
314
314
  pdfjs-editor-highlight-button-label = Amlygu
315
315
  pdfjs-highlight-floating-button =
316
316
  .title = Amlygu
317
+ pdfjs-highlight-floating-button1 =
318
+ .title = Amlygu
319
+ .aria-label = Amlygu
320
+ pdfjs-highlight-floating-button-label = Amlygu
317
321
 
318
322
  ## Remove button for the various kind of editor.
319
323
 
@@ -304,6 +304,12 @@ pdfjs-editor-stamp-button-label = Tilføj eller rediger billeder
304
304
  pdfjs-editor-highlight-button =
305
305
  .title = Fremhæv
306
306
  pdfjs-editor-highlight-button-label = Fremhæv
307
+ pdfjs-highlight-floating-button =
308
+ .title = Fremhæv
309
+ pdfjs-highlight-floating-button1 =
310
+ .title = Fremhæv
311
+ .aria-label = Fremhæv
312
+ pdfjs-highlight-floating-button-label = Fremhæv
307
313
 
308
314
  ## Remove button for the various kind of editor.
309
315
 
@@ -387,3 +393,10 @@ pdfjs-editor-colorpicker-pink =
387
393
  .title = Lyserød
388
394
  pdfjs-editor-colorpicker-red =
389
395
  .title = Rød
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 = Vis alle
401
+ pdfjs-editor-highlight-show-all-button =
402
+ .title = Vis alle
@@ -226,6 +226,21 @@ pdfjs-find-match-diacritics-checkbox-label = Match Diacritics
226
226
  pdfjs-find-entire-word-checkbox-label = Whole Words
227
227
  pdfjs-find-reached-top = Reached top of document, continued from bottom
228
228
  pdfjs-find-reached-bottom = Reached end of document, continued from top
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 } of { $total } match
235
+ *[other] { $current } of { $total } matches
236
+ }
237
+ # Variables:
238
+ # $limit (Number) - the maximum number of matches
239
+ pdfjs-find-match-count-limit =
240
+ { $limit ->
241
+ [one] More than { $limit } match
242
+ *[other] More than { $limit } matches
243
+ }
229
244
  pdfjs-find-not-found = Phrase not found
230
245
 
231
246
  ## Predefined zoom values
@@ -286,9 +301,26 @@ pdfjs-editor-ink-button-label = Draw
286
301
  pdfjs-editor-stamp-button =
287
302
  .title = Add or edit images
288
303
  pdfjs-editor-stamp-button-label = Add or edit images
304
+ pdfjs-editor-highlight-button =
305
+ .title = Highlight
306
+ pdfjs-editor-highlight-button-label = Highlight
307
+ pdfjs-highlight-floating-button =
308
+ .title = Highlight
309
+ pdfjs-highlight-floating-button1 =
310
+ .title = Highlight
311
+ .aria-label = Highlight
312
+ pdfjs-highlight-floating-button-label = Highlight
289
313
 
290
314
  ## Remove button for the various kind of editor.
291
315
 
316
+ pdfjs-editor-remove-ink-button =
317
+ .title = Remove drawing
318
+ pdfjs-editor-remove-freetext-button =
319
+ .title = Remove text
320
+ pdfjs-editor-remove-stamp-button =
321
+ .title = Remove image
322
+ pdfjs-editor-remove-highlight-button =
323
+ .title = Remove highlight
292
324
 
293
325
  ##
294
326
 
@@ -301,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Opacity
301
333
  pdfjs-editor-stamp-add-image-button =
302
334
  .title = Add image
303
335
  pdfjs-editor-stamp-add-image-button-label = Add image
336
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
337
+ pdfjs-editor-free-highlight-thickness-input = Thickness
338
+ pdfjs-editor-free-highlight-thickness-title =
339
+ .title = Change thickness when highlighting items other than text
304
340
  pdfjs-free-text =
305
341
  .aria-label = Text Editor
306
342
  pdfjs-free-text-default-content = Start typing…
@@ -311,10 +347,33 @@ pdfjs-ink-canvas =
311
347
 
312
348
  ## Alt-text dialog
313
349
 
350
+ # Alternative text (alt text) helps when people can't see the image.
351
+ pdfjs-editor-alt-text-button-label = Alt text
352
+ pdfjs-editor-alt-text-edit-button-label = Edit alt text
353
+ pdfjs-editor-alt-text-dialog-label = Choose an option
354
+ pdfjs-editor-alt-text-dialog-description = Alt text (alternative text) helps when people can’t see the image or when it doesn’t load.
355
+ pdfjs-editor-alt-text-add-description-label = Add a description
356
+ pdfjs-editor-alt-text-add-description-description = Aim for 1-2 sentences that describe the subject, setting, or actions.
357
+ pdfjs-editor-alt-text-mark-decorative-label = Mark as decorative
358
+ pdfjs-editor-alt-text-mark-decorative-description = This is used for ornamental images, like borders or watermarks.
359
+ pdfjs-editor-alt-text-cancel-button = Cancel
360
+ pdfjs-editor-alt-text-save-button = Save
361
+ pdfjs-editor-alt-text-decorative-tooltip = Marked as decorative
362
+ # .placeholder: This is a placeholder for the alt text input area
363
+ pdfjs-editor-alt-text-textarea =
364
+ .placeholder = For example, “A young man sits down at a table to eat a meal”
314
365
 
315
366
  ## Editor resizers
316
367
  ## This is used in an aria label to help to understand the role of the resizer.
317
368
 
369
+ pdfjs-editor-resizer-label-top-left = Top left corner — resize
370
+ pdfjs-editor-resizer-label-top-middle = Top middle — resize
371
+ pdfjs-editor-resizer-label-top-right = Top right corner — resize
372
+ pdfjs-editor-resizer-label-middle-right = Middle right — resize
373
+ pdfjs-editor-resizer-label-bottom-right = Bottom right corner — resize
374
+ pdfjs-editor-resizer-label-bottom-middle = Bottom middle — resize
375
+ pdfjs-editor-resizer-label-bottom-left = Bottom left corner — resize
376
+ pdfjs-editor-resizer-label-middle-left = Middle left — resize
318
377
 
319
378
  ## Color picker
320
379
 
@@ -334,3 +393,10 @@ pdfjs-editor-colorpicker-pink =
334
393
  .title = Pink
335
394
  pdfjs-editor-colorpicker-red =
336
395
  .title = Red
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 = Show all
401
+ pdfjs-editor-highlight-show-all-button =
402
+ .title = Show all
@@ -302,6 +302,10 @@ pdfjs-editor-highlight-button =
302
302
  pdfjs-editor-highlight-button-label = Surligner
303
303
  pdfjs-highlight-floating-button =
304
304
  .title = Surligner
305
+ pdfjs-highlight-floating-button1 =
306
+ .title = Surligner
307
+ .aria-label = Surligner
308
+ pdfjs-highlight-floating-button-label = Surligner
305
309
 
306
310
  ## Remove button for the various kind of editor.
307
311
 
@@ -304,6 +304,12 @@ pdfjs-editor-stamp-button-label = Embojuaju térã embosako’i ta’ãnga
304
304
  pdfjs-editor-highlight-button =
305
305
  .title = Mbosa’y
306
306
  pdfjs-editor-highlight-button-label = Mbosa’y
307
+ pdfjs-highlight-floating-button =
308
+ .title = Mbosa’y
309
+ pdfjs-highlight-floating-button1 =
310
+ .title = Mbosa’y
311
+ .aria-label = Mbosa’y
312
+ pdfjs-highlight-floating-button-label = Mbosa’y
307
313
 
308
314
  ## Remove button for the various kind of editor.
309
315
 
@@ -387,3 +393,10 @@ pdfjs-editor-colorpicker-pink =
387
393
  .title = Pytãngy
388
394
  pdfjs-editor-colorpicker-red =
389
395
  .title = Pyha
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 = Techaukapa
401
+ pdfjs-editor-highlight-show-all-button =
402
+ .title = Techaukapa
@@ -51,12 +51,6 @@ pdfjs-download-button-label = Letöltés
51
51
  pdfjs-bookmark-button =
52
52
  .title = Jelenlegi oldal (webcím megtekintése a jelenlegi oldalról)
53
53
  pdfjs-bookmark-button-label = Jelenlegi oldal
54
- # Used in Firefox for Android.
55
- pdfjs-open-in-app-button =
56
- .title = Megnyitás alkalmazásban
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 = Megnyitás alkalmazásban
60
54
 
61
55
  ## Secondary toolbar and context menu
62
56
 
@@ -306,6 +300,10 @@ pdfjs-editor-highlight-button =
306
300
  pdfjs-editor-highlight-button-label = Kiemelés
307
301
  pdfjs-highlight-floating-button =
308
302
  .title = Kiemelés
303
+ pdfjs-highlight-floating-button1 =
304
+ .title = Kiemelés
305
+ .aria-label = Kiemelés
306
+ pdfjs-highlight-floating-button-label = Kiemelés
309
307
 
310
308
  ## Remove button for the various kind of editor.
311
309
 
@@ -304,6 +304,12 @@ pdfjs-editor-stamp-button-label = Adder o rediger imagines
304
304
  pdfjs-editor-highlight-button =
305
305
  .title = Evidentia
306
306
  pdfjs-editor-highlight-button-label = Evidentia
307
+ pdfjs-highlight-floating-button =
308
+ .title = Evidentiar
309
+ pdfjs-highlight-floating-button1 =
310
+ .title = Evidentiar
311
+ .aria-label = Evidentiar
312
+ pdfjs-highlight-floating-button-label = Evidentiar
307
313
 
308
314
  ## Remove button for the various kind of editor.
309
315
 
@@ -387,3 +393,10 @@ pdfjs-editor-colorpicker-pink =
387
393
  .title = Rosate
388
394
  pdfjs-editor-colorpicker-red =
389
395
  .title = Rubie
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 = Monstrar toto
401
+ pdfjs-editor-highlight-show-all-button =
402
+ .title = Monstrar toto
@@ -51,12 +51,6 @@ pdfjs-download-button-label = Scarica
51
51
  pdfjs-bookmark-button =
52
52
  .title = Pagina corrente (mostra URL della pagina corrente)
53
53
  pdfjs-bookmark-button-label = Pagina corrente
54
- # Used in Firefox for Android.
55
- pdfjs-open-in-app-button =
56
- .title = Apri in app
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 = Apri in app
60
54
 
61
55
  ## Secondary toolbar and context menu
62
56
 
@@ -306,6 +306,10 @@ pdfjs-editor-highlight-button =
306
306
  pdfjs-editor-highlight-button-label = 強調
307
307
  pdfjs-highlight-floating-button =
308
308
  .title = 強調
309
+ pdfjs-highlight-floating-button1 =
310
+ .title = 強調
311
+ .aria-label = 強調します
312
+ pdfjs-highlight-floating-button-label = 強調
309
313
 
310
314
  ## Remove button for the various kind of editor.
311
315
 
@@ -51,12 +51,6 @@ pdfjs-download-button-label = Last ned
51
51
  pdfjs-bookmark-button =
52
52
  .title = Gjeldende side (se URL fra gjeldende side)
53
53
  pdfjs-bookmark-button-label = Gjeldende side
54
- # Used in Firefox for Android.
55
- pdfjs-open-in-app-button =
56
- .title = Åpne i app
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 = Åpne i app
60
54
 
61
55
  ## Secondary toolbar and context menu
62
56
 
@@ -304,6 +298,12 @@ pdfjs-editor-stamp-button-label = Legg til eller rediger bilder
304
298
  pdfjs-editor-highlight-button =
305
299
  .title = Markere
306
300
  pdfjs-editor-highlight-button-label = Markere
301
+ pdfjs-highlight-floating-button =
302
+ .title = Markere
303
+ pdfjs-highlight-floating-button1 =
304
+ .title = Markere
305
+ .aria-label = Markere
306
+ pdfjs-highlight-floating-button-label = Markere
307
307
 
308
308
  ## Remove button for the various kind of editor.
309
309
 
@@ -387,3 +387,10 @@ pdfjs-editor-colorpicker-pink =
387
387
  .title = Rosa
388
388
  pdfjs-editor-colorpicker-red =
389
389
  .title = Rød
390
+
391
+ ## Show all highlights
392
+ ## This is a toggle button to show/hide all the highlights.
393
+
394
+ pdfjs-editor-highlight-show-all-button-label = Vis alle
395
+ pdfjs-editor-highlight-show-all-button =
396
+ .title = Vis alle
@@ -306,6 +306,12 @@ pdfjs-editor-stamp-button-label = Dodaj lub edytuj obrazy
306
306
  pdfjs-editor-highlight-button =
307
307
  .title = Wyróżnij
308
308
  pdfjs-editor-highlight-button-label = Wyróżnij
309
+ pdfjs-highlight-floating-button =
310
+ .title = Wyróżnij
311
+ pdfjs-highlight-floating-button1 =
312
+ .title = Wyróżnij
313
+ .aria-label = Wyróżnij
314
+ pdfjs-highlight-floating-button-label = Wyróżnij
309
315
 
310
316
  ## Remove button for the various kind of editor.
311
317
 
@@ -389,3 +395,10 @@ pdfjs-editor-colorpicker-pink =
389
395
  .title = Różowy
390
396
  pdfjs-editor-colorpicker-red =
391
397
  .title = Czerwony
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 = Pokaż wszystkie
403
+ pdfjs-editor-highlight-show-all-button =
404
+ .title = Pokaż wszystkie
@@ -51,12 +51,6 @@ pdfjs-download-button-label = Baixar
51
51
  pdfjs-bookmark-button =
52
52
  .title = Página atual (ver URL da página atual)
53
53
  pdfjs-bookmark-button-label = Pagina atual
54
- # Used in Firefox for Android.
55
- pdfjs-open-in-app-button =
56
- .title = Abrir em um aplicativo
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 = Abrir em um aplicativo
60
54
 
61
55
  ## Secondary toolbar and context menu
62
56
 
@@ -351,11 +345,11 @@ pdfjs-ink-canvas =
351
345
  pdfjs-editor-alt-text-button-label = Texto alternativo
352
346
  pdfjs-editor-alt-text-edit-button-label = Editar texto alternativo
353
347
  pdfjs-editor-alt-text-dialog-label = Escolha uma opção
354
- pdfjs-editor-alt-text-dialog-description = O texto alternativo ajuda quando uma imagem não aparece ou não for carregada.
355
- pdfjs-editor-alt-text-add-description-label = Adicione uma descrição
356
- pdfjs-editor-alt-text-add-description-description = Procure usar uma ou duas frases que descrevam o assunto, o cenário ou as ações.
348
+ pdfjs-editor-alt-text-dialog-description = O texto alternativo ajuda quando uma imagem não aparece ou não é carregada.
349
+ pdfjs-editor-alt-text-add-description-label = Adicionar uma descrição
350
+ pdfjs-editor-alt-text-add-description-description = Procure usar uma ou duas frases que descrevam o assunto, cenário ou ação.
357
351
  pdfjs-editor-alt-text-mark-decorative-label = Marcar como decorativa
358
- pdfjs-editor-alt-text-mark-decorative-description = Isto é usado para imagens ornamentais, como bordas ou marcas d'água.
352
+ pdfjs-editor-alt-text-mark-decorative-description = Isto é usado em imagens ornamentais, como bordas ou marcas d'água.
359
353
  pdfjs-editor-alt-text-cancel-button = Cancelar
360
354
  pdfjs-editor-alt-text-save-button = Salvar
361
355
  pdfjs-editor-alt-text-decorative-tooltip = Marcado como decorativa
@@ -397,6 +391,6 @@ pdfjs-editor-colorpicker-red =
397
391
  ## Show all highlights
398
392
  ## This is a toggle button to show/hide all the highlights.
399
393
 
400
- pdfjs-editor-highlight-show-all-button-label = Mostrar tudo
394
+ pdfjs-editor-highlight-show-all-button-label = Mostrar todos
401
395
  pdfjs-editor-highlight-show-all-button =
402
- .title = Mostrar tudo
396
+ .title = Mostrar todos
@@ -306,6 +306,10 @@ pdfjs-editor-highlight-button =
306
306
  pdfjs-editor-highlight-button-label = Destaque
307
307
  pdfjs-highlight-floating-button =
308
308
  .title = Destaque
309
+ pdfjs-highlight-floating-button1 =
310
+ .title = Realçar
311
+ .aria-label = Realçar
312
+ pdfjs-highlight-floating-button-label = Realçar
309
313
 
310
314
  ## Remove button for the various kind of editor.
311
315
 
@@ -51,12 +51,6 @@ pdfjs-download-button-label = ڈاؤن لوڈ
51
51
  pdfjs-bookmark-button =
52
52
  .title = موجودہ ورقہ (موجودہ ورقے کنوں یوآرایل ݙیکھو)
53
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 = ایپ وچ کھولو
60
54
 
61
55
  ## Secondary toolbar and context menu
62
56
 
@@ -226,6 +220,21 @@ pdfjs-find-match-diacritics-checkbox-label = ڈائیکرٹکس مشابہ کر
226
220
  pdfjs-find-entire-word-checkbox-label = تمام الفاظ
227
221
  pdfjs-find-reached-top = ورقے دے شروع تے پُج ڳیا، تلوں جاری کیتا ڳیا
228
222
  pdfjs-find-reached-bottom = ورقے دے پاند تے پُڄ ڳیا، اُتوں شروع کیتا ڳیا
223
+ # Variables:
224
+ # $current (Number) - the index of the currently active find result
225
+ # $total (Number) - the total number of matches in the document
226
+ pdfjs-find-match-count =
227
+ { $total ->
228
+ [one] { $total } وِچوں { $current } مشابہ
229
+ *[other] { $total } وِچوں { $current } مشابے
230
+ }
231
+ # Variables:
232
+ # $limit (Number) - the maximum number of matches
233
+ pdfjs-find-match-count-limit =
234
+ { $limit ->
235
+ [one] { $limit } توں ودھ مماثلت۔
236
+ *[other] { $limit } توں ودھ مماثلتاں۔
237
+ }
229
238
  pdfjs-find-not-found = فقرہ نئیں ملیا
230
239
 
231
240
  ## Predefined zoom values
@@ -283,9 +292,29 @@ pdfjs-editor-free-text-button-label = متن
283
292
  pdfjs-editor-ink-button =
284
293
  .title = چھکو
285
294
  pdfjs-editor-ink-button-label = چھکو
295
+ pdfjs-editor-stamp-button =
296
+ .title = تصویراں کوں شامل کرو یا ترمیم کرو
297
+ pdfjs-editor-stamp-button-label = تصویراں کوں شامل کرو یا ترمیم کرو
298
+ pdfjs-editor-highlight-button =
299
+ .title = نمایاں کرو
300
+ pdfjs-editor-highlight-button-label = نمایاں کرو
301
+ pdfjs-highlight-floating-button =
302
+ .title = نمایاں کرو
303
+ pdfjs-highlight-floating-button1 =
304
+ .title = نمایاں کرو
305
+ .aria-label = نمایاں کرو
306
+ pdfjs-highlight-floating-button-label = نمایاں کرو
286
307
 
287
308
  ## Remove button for the various kind of editor.
288
309
 
310
+ pdfjs-editor-remove-ink-button =
311
+ .title = ڈرائینگ ہٹاؤ
312
+ pdfjs-editor-remove-freetext-button =
313
+ .title = متن ہٹاؤ
314
+ pdfjs-editor-remove-stamp-button =
315
+ .title = تصویر ہٹاؤ
316
+ pdfjs-editor-remove-highlight-button =
317
+ .title = نمایاں ہٹاؤ
289
318
 
290
319
  ##
291
320
 
@@ -298,6 +327,10 @@ pdfjs-editor-ink-opacity-input = دھندلاپن
298
327
  pdfjs-editor-stamp-add-image-button =
299
328
  .title = تصویر شامل کرو
300
329
  pdfjs-editor-stamp-add-image-button-label = تصویر شامل کرو
330
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
331
+ pdfjs-editor-free-highlight-thickness-input = مُٹاݨ
332
+ pdfjs-editor-free-highlight-thickness-title =
333
+ .title = متن توں ان٘ج ٻئے شئیں کوں نمایاں کرݨ ویلے مُٹاݨ کوں بدلو
301
334
  pdfjs-free-text =
302
335
  .aria-label = ٹیکسٹ ایڈیٹر
303
336
  pdfjs-free-text-default-content = ٹائپنگ شروع کرو …
@@ -308,13 +341,42 @@ pdfjs-ink-canvas =
308
341
 
309
342
  ## Alt-text dialog
310
343
 
344
+ # Alternative text (alt text) helps when people can't see the image.
345
+ pdfjs-editor-alt-text-button-label = Alt متن
346
+ pdfjs-editor-alt-text-edit-button-label = alt متن وِچ ترمیم کرو
347
+ pdfjs-editor-alt-text-dialog-label = ہِک اختیار چُݨو
348
+ pdfjs-editor-alt-text-dialog-description = Alt متن (متبادل متن) اِیں ویلے مَدَت کرین٘دا ہِے جہڑیلے لوک تصویر کوں نِھیں ݙیکھ سڳدے یا جہڑیلے اِیہ لوڈ کائنی تِھین٘دا۔
349
+ pdfjs-editor-alt-text-add-description-label = تفصیل شامل کرو
350
+ pdfjs-editor-alt-text-add-description-description = 1-2 جملیاں دا مقصد جہڑے موضوع، ترتیب، یا اعمال کوں بیان کرین٘دے ہِن۔
351
+ pdfjs-editor-alt-text-mark-decorative-label = آرائشی طور تے نشان زد کرو
352
+ pdfjs-editor-alt-text-mark-decorative-description = اِیہ آرائشی تصویراں کِیتے استعمال تِھین٘دا ہِے، جیویں بارڈر یا واٹر مارکس۔
353
+ pdfjs-editor-alt-text-cancel-button = منسوخ
354
+ pdfjs-editor-alt-text-save-button = محفوظ
355
+ pdfjs-editor-alt-text-decorative-tooltip = آرائشی دے طور تے نشان زد تِھی ڳِیا
356
+ # .placeholder: This is a placeholder for the alt text input area
357
+ pdfjs-editor-alt-text-textarea =
358
+ .placeholder = مثال دے طور تے، "ہِک جؤان کھاݨاں کھاوݨ کِیتے میز اُتّے ٻیٹھا ہِے"
311
359
 
312
360
  ## Editor resizers
313
361
  ## This is used in an aria label to help to understand the role of the resizer.
314
362
 
363
+ pdfjs-editor-resizer-label-top-left = اُتلی کَھٻّی نُکّڑ — سائز بدلو
364
+ pdfjs-editor-resizer-label-top-middle = اُتلا وِچلا — سائز بدلو
365
+ pdfjs-editor-resizer-label-top-right = اُتلی سَڄّی نُکَّڑ — سائز بدلو
366
+ pdfjs-editor-resizer-label-middle-right = وِچلا سڄّا — سائز بدلو
367
+ pdfjs-editor-resizer-label-bottom-right = تلوِیں سَڄّی نُکَّڑ — سائز بدلو
368
+ pdfjs-editor-resizer-label-bottom-middle = تلواں وِچلا — سائز بدلو
369
+ pdfjs-editor-resizer-label-bottom-left = تلوِیں کَھٻّی نُکّڑ — سائز بدلو
370
+ pdfjs-editor-resizer-label-middle-left = وِچلا کَھٻّا — سائز بدلو
315
371
 
316
372
  ## Color picker
317
373
 
374
+ # This means "Color used to highlight text"
375
+ pdfjs-editor-highlight-colorpicker-label = نشابر رنگ
376
+ pdfjs-editor-colorpicker-button =
377
+ .title = رنگ بدلو
378
+ pdfjs-editor-colorpicker-dropdown =
379
+ .aria-label = رنگ اختیارات
318
380
  pdfjs-editor-colorpicker-yellow =
319
381
  .title = پیلا
320
382
  pdfjs-editor-colorpicker-green =
@@ -325,3 +387,10 @@ pdfjs-editor-colorpicker-pink =
325
387
  .title = گلابی
326
388
  pdfjs-editor-colorpicker-red =
327
389
  .title = لال
390
+
391
+ ## Show all highlights
392
+ ## This is a toggle button to show/hide all the highlights.
393
+
394
+ pdfjs-editor-highlight-show-all-button-label = سارے ݙکھاؤ
395
+ pdfjs-editor-highlight-show-all-button =
396
+ .title = سارے ݙکھاؤ