@fto-consult/expo-ui 7.4.42 → 7.4.44

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 (31) hide show
  1. package/electron/index.js +0 -7
  2. package/electron/pdf-viewer/viewer.css +14 -3718
  3. package/electron/pdf-viewer/wiewer.html +30 -0
  4. package/electron/preload.js +3 -4
  5. package/package.json +2 -1
  6. package/src/pdf/print.electron.js +11 -3
  7. package/src/pdf/print.web.js +3 -2
  8. package/electron/pdf-viewer/locale/en-CA/viewer.ftl +0 -311
  9. package/electron/pdf-viewer/locale/en-GB/viewer.ftl +0 -351
  10. package/electron/pdf-viewer/locale/en-US/viewer.ftl +0 -377
  11. package/electron/pdf-viewer/locale/fr/viewer.ftl +0 -347
  12. package/electron/pdf-viewer/locale/locale.json +0 -6
  13. package/electron/pdf-viewer/pdf.min.mjs +0 -21
  14. package/electron/pdf-viewer/viewer.html +0 -491
  15. package/electron/pdf-viewer/web/images/altText_add.svg +0 -3
  16. package/electron/pdf-viewer/web/images/altText_done.svg +0 -3
  17. package/electron/pdf-viewer/web/images/annotation-check.svg +0 -11
  18. package/electron/pdf-viewer/web/images/annotation-comment.svg +0 -16
  19. package/electron/pdf-viewer/web/images/annotation-help.svg +0 -26
  20. package/electron/pdf-viewer/web/images/annotation-insert.svg +0 -10
  21. package/electron/pdf-viewer/web/images/annotation-key.svg +0 -11
  22. package/electron/pdf-viewer/web/images/annotation-newparagraph.svg +0 -11
  23. package/electron/pdf-viewer/web/images/annotation-noicon.svg +0 -7
  24. package/electron/pdf-viewer/web/images/annotation-note.svg +0 -42
  25. package/electron/pdf-viewer/web/images/annotation-paperclip.svg +0 -6
  26. package/electron/pdf-viewer/web/images/annotation-paragraph.svg +0 -16
  27. package/electron/pdf-viewer/web/images/annotation-pushpin.svg +0 -7
  28. package/electron/pdf-viewer/web/images/editor-toolbar-delete.svg +0 -5
  29. package/electron/pdf-viewer/web/images/loading-icon.gif +0 -0
  30. package/electron/pdf-viewer/web/pdf_viewer.css +0 -2120
  31. package/electron/pdf-viewer/web/pdf_viewer.mjs +0 -8598
@@ -1,377 +0,0 @@
1
- # This Source Code Form is subject to the terms of the Mozilla Public
2
- # License, v. 2.0. If a copy of the MPL was not distributed with this
3
- # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
-
5
- ## Main toolbar buttons (tooltips and alt text for images)
6
-
7
- pdfjs-previous-button =
8
- .title = Previous Page
9
- pdfjs-previous-button-label = Previous
10
- pdfjs-next-button =
11
- .title = Next Page
12
- pdfjs-next-button-label = Next
13
-
14
- # .title: Tooltip for the pageNumber input.
15
- pdfjs-page-input =
16
- .title = Page
17
-
18
- # Variables:
19
- # $pagesCount (Number) - the total number of pages in the document
20
- # This string follows an input field with the number of the page currently displayed.
21
- pdfjs-of-pages = of { $pagesCount }
22
-
23
- # Variables:
24
- # $pageNumber (Number) - the currently visible page
25
- # $pagesCount (Number) - the total number of pages in the document
26
- pdfjs-page-of-pages = ({ $pageNumber } of { $pagesCount })
27
-
28
- pdfjs-zoom-out-button =
29
- .title = Zoom Out
30
- pdfjs-zoom-out-button-label = Zoom Out
31
- pdfjs-zoom-in-button =
32
- .title = Zoom In
33
- pdfjs-zoom-in-button-label = Zoom In
34
- pdfjs-zoom-select =
35
- .title = Zoom
36
- pdfjs-presentation-mode-button =
37
- .title = Switch to Presentation Mode
38
- pdfjs-presentation-mode-button-label = Presentation Mode
39
- pdfjs-open-file-button =
40
- .title = Open File
41
- pdfjs-open-file-button-label = Open
42
- pdfjs-print-button =
43
- .title = Print
44
- pdfjs-print-button-label = Print
45
- pdfjs-save-button =
46
- .title = Save
47
- pdfjs-save-button-label = Save
48
-
49
- # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
50
- pdfjs-download-button =
51
- .title = Download
52
-
53
- # Used in Firefox for Android as a label for the download button (“download” is a verb).
54
- # Length of the translation matters since we are in a mobile context, with limited screen estate.
55
- pdfjs-download-button-label = Download
56
-
57
- pdfjs-bookmark-button =
58
- .title = Current Page (View URL from Current Page)
59
- pdfjs-bookmark-button-label = Current Page
60
-
61
- # Used in Firefox for Android.
62
- pdfjs-open-in-app-button =
63
- .title = Open in app
64
-
65
- # Used in Firefox for Android.
66
- # Length of the translation matters since we are in a mobile context, with limited screen estate.
67
- pdfjs-open-in-app-button-label = Open in app
68
-
69
- ## Secondary toolbar and context menu
70
-
71
- pdfjs-tools-button =
72
- .title = Tools
73
-
74
- pdfjs-tools-button-label = Tools
75
- pdfjs-first-page-button =
76
- .title = Go to First Page
77
- pdfjs-first-page-button-label = Go to First Page
78
- pdfjs-last-page-button =
79
- .title = Go to Last Page
80
- pdfjs-last-page-button-label = Go to Last Page
81
- pdfjs-page-rotate-cw-button =
82
- .title = Rotate Clockwise
83
- pdfjs-page-rotate-cw-button-label = Rotate Clockwise
84
- pdfjs-page-rotate-ccw-button =
85
- .title = Rotate Counterclockwise
86
- pdfjs-page-rotate-ccw-button-label = Rotate Counterclockwise
87
- pdfjs-cursor-text-select-tool-button =
88
- .title = Enable Text Selection Tool
89
- pdfjs-cursor-text-select-tool-button-label = Text Selection Tool
90
- pdfjs-cursor-hand-tool-button =
91
- .title = Enable Hand Tool
92
- pdfjs-cursor-hand-tool-button-label = Hand Tool
93
- pdfjs-scroll-page-button =
94
- .title = Use Page Scrolling
95
- pdfjs-scroll-page-button-label = Page Scrolling
96
- pdfjs-scroll-vertical-button =
97
- .title = Use Vertical Scrolling
98
- pdfjs-scroll-vertical-button-label = Vertical Scrolling
99
- pdfjs-scroll-horizontal-button =
100
- .title = Use Horizontal Scrolling
101
- pdfjs-scroll-horizontal-button-label = Horizontal Scrolling
102
- pdfjs-scroll-wrapped-button =
103
- .title = Use Wrapped Scrolling
104
- pdfjs-scroll-wrapped-button-label = Wrapped Scrolling
105
- pdfjs-spread-none-button =
106
- .title = Do not join page spreads
107
- pdfjs-spread-none-button-label = No Spreads
108
- pdfjs-spread-odd-button =
109
- .title = Join page spreads starting with odd-numbered pages
110
- pdfjs-spread-odd-button-label = Odd Spreads
111
- pdfjs-spread-even-button =
112
- .title = Join page spreads starting with even-numbered pages
113
- pdfjs-spread-even-button-label = Even Spreads
114
-
115
- ## Document properties dialog
116
-
117
- pdfjs-document-properties-button =
118
- .title = Document Properties…
119
- pdfjs-document-properties-button-label = Document Properties…
120
- pdfjs-document-properties-file-name = File name:
121
- pdfjs-document-properties-file-size = File size:
122
-
123
- # Variables:
124
- # $size_kb (Number) - the PDF file size in kilobytes
125
- # $size_b (Number) - the PDF file size in bytes
126
- pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bytes)
127
-
128
- # Variables:
129
- # $size_mb (Number) - the PDF file size in megabytes
130
- # $size_b (Number) - the PDF file size in bytes
131
- pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bytes)
132
-
133
- pdfjs-document-properties-title = Title:
134
- pdfjs-document-properties-author = Author:
135
- pdfjs-document-properties-subject = Subject:
136
- pdfjs-document-properties-keywords = Keywords:
137
- pdfjs-document-properties-creation-date = Creation Date:
138
- pdfjs-document-properties-modification-date = Modification Date:
139
-
140
- # Variables:
141
- # $date (Date) - the creation/modification date of the PDF file
142
- # $time (Time) - the creation/modification time of the PDF file
143
- pdfjs-document-properties-date-string = { $date }, { $time }
144
-
145
- pdfjs-document-properties-creator = Creator:
146
- pdfjs-document-properties-producer = PDF Producer:
147
- pdfjs-document-properties-version = PDF Version:
148
- pdfjs-document-properties-page-count = Page Count:
149
- pdfjs-document-properties-page-size = Page Size:
150
- pdfjs-document-properties-page-size-unit-inches = in
151
- pdfjs-document-properties-page-size-unit-millimeters = mm
152
- pdfjs-document-properties-page-size-orientation-portrait = portrait
153
- pdfjs-document-properties-page-size-orientation-landscape = landscape
154
- pdfjs-document-properties-page-size-name-a-three = A3
155
- pdfjs-document-properties-page-size-name-a-four = A4
156
- pdfjs-document-properties-page-size-name-letter = Letter
157
- pdfjs-document-properties-page-size-name-legal = Legal
158
-
159
- ## Variables:
160
- ## $width (Number) - the width of the (current) page
161
- ## $height (Number) - the height of the (current) page
162
- ## $unit (String) - the unit of measurement of the (current) page
163
- ## $name (String) - the name of the (current) page
164
- ## $orientation (String) - the orientation of the (current) page
165
-
166
- pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
167
- pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
168
-
169
- ##
170
-
171
- # The linearization status of the document; usually called "Fast Web View" in
172
- # English locales of Adobe software.
173
- pdfjs-document-properties-linearized = Fast Web View:
174
- pdfjs-document-properties-linearized-yes = Yes
175
- pdfjs-document-properties-linearized-no = No
176
- pdfjs-document-properties-close-button = Close
177
-
178
- ## Print
179
-
180
- pdfjs-print-progress-message = Preparing document for printing…
181
-
182
- # Variables:
183
- # $progress (Number) - percent value
184
- pdfjs-print-progress-percent = { $progress }%
185
-
186
- pdfjs-print-progress-close-button = Cancel
187
- pdfjs-printing-not-supported = Warning: Printing is not fully supported by this browser.
188
- pdfjs-printing-not-ready = Warning: The PDF is not fully loaded for printing.
189
-
190
- ## Tooltips and alt text for side panel toolbar buttons
191
-
192
- pdfjs-toggle-sidebar-button =
193
- .title = Toggle Sidebar
194
- pdfjs-toggle-sidebar-notification-button =
195
- .title = Toggle Sidebar (document contains outline/attachments/layers)
196
- pdfjs-toggle-sidebar-button-label = Toggle Sidebar
197
- pdfjs-document-outline-button =
198
- .title = Show Document Outline (double-click to expand/collapse all items)
199
- pdfjs-document-outline-button-label = Document Outline
200
- pdfjs-attachments-button =
201
- .title = Show Attachments
202
- pdfjs-attachments-button-label = Attachments
203
- pdfjs-layers-button =
204
- .title = Show Layers (double-click to reset all layers to the default state)
205
- pdfjs-layers-button-label = Layers
206
- pdfjs-thumbs-button =
207
- .title = Show Thumbnails
208
- pdfjs-thumbs-button-label = Thumbnails
209
- pdfjs-current-outline-item-button =
210
- .title = Find Current Outline Item
211
- pdfjs-current-outline-item-button-label = Current Outline Item
212
- pdfjs-findbar-button =
213
- .title = Find in Document
214
- pdfjs-findbar-button-label = Find
215
- pdfjs-additional-layers = Additional Layers
216
-
217
- ## Thumbnails panel item (tooltip and alt text for images)
218
-
219
- # Variables:
220
- # $page (Number) - the page number
221
- pdfjs-thumb-page-title =
222
- .title = Page { $page }
223
-
224
- # Variables:
225
- # $page (Number) - the page number
226
- pdfjs-thumb-page-canvas =
227
- .aria-label = Thumbnail of Page { $page }
228
-
229
- ## Find panel button title and messages
230
-
231
- pdfjs-find-input =
232
- .title = Find
233
- .placeholder = Find in document…
234
- pdfjs-find-previous-button =
235
- .title = Find the previous occurrence of the phrase
236
- pdfjs-find-previous-button-label = Previous
237
- pdfjs-find-next-button =
238
- .title = Find the next occurrence of the phrase
239
- pdfjs-find-next-button-label = Next
240
- pdfjs-find-highlight-checkbox = Highlight All
241
- pdfjs-find-match-case-checkbox-label = Match Case
242
- pdfjs-find-match-diacritics-checkbox-label = Match Diacritics
243
- pdfjs-find-entire-word-checkbox-label = Whole Words
244
- pdfjs-find-reached-top = Reached top of document, continued from bottom
245
- pdfjs-find-reached-bottom = Reached end of document, continued from top
246
-
247
- # Variables:
248
- # $current (Number) - the index of the currently active find result
249
- # $total (Number) - the total number of matches in the document
250
- pdfjs-find-match-count =
251
- { $total ->
252
- [one] { $current } of { $total } match
253
- *[other] { $current } of { $total } matches
254
- }
255
-
256
- # Variables:
257
- # $limit (Number) - the maximum number of matches
258
- pdfjs-find-match-count-limit =
259
- { $limit ->
260
- [one] More than { $limit } match
261
- *[other] More than { $limit } matches
262
- }
263
-
264
- pdfjs-find-not-found = Phrase not found
265
-
266
- ## Predefined zoom values
267
-
268
- pdfjs-page-scale-width = Page Width
269
- pdfjs-page-scale-fit = Page Fit
270
- pdfjs-page-scale-auto = Automatic Zoom
271
- pdfjs-page-scale-actual = Actual Size
272
-
273
- # Variables:
274
- # $scale (Number) - percent value for page scale
275
- pdfjs-page-scale-percent = { $scale }%
276
-
277
- ## PDF page
278
-
279
- # Variables:
280
- # $page (Number) - the page number
281
- pdfjs-page-landmark =
282
- .aria-label = Page { $page }
283
-
284
- ## Loading indicator messages
285
-
286
- pdfjs-loading-error = An error occurred while loading the PDF.
287
- pdfjs-invalid-file-error = Invalid or corrupted PDF file.
288
- pdfjs-missing-file-error = Missing PDF file.
289
- pdfjs-unexpected-response-error = Unexpected server response.
290
- pdfjs-rendering-error = An error occurred while rendering the page.
291
-
292
- ## Annotations
293
-
294
- # Variables:
295
- # $date (Date) - the modification date of the annotation
296
- # $time (Time) - the modification time of the annotation
297
- pdfjs-annotation-date-string = { $date }, { $time }
298
-
299
- # .alt: This is used as a tooltip.
300
- # Variables:
301
- # $type (String) - an annotation type from a list defined in the PDF spec
302
- # (32000-1:2008 Table 169 – Annotation types).
303
- # Some common types are e.g.: "Check", "Text", "Comment", "Note"
304
- pdfjs-text-annotation-type =
305
- .alt = [{ $type } Annotation]
306
-
307
- ## Password
308
-
309
- pdfjs-password-label = Enter the password to open this PDF file.
310
- pdfjs-password-invalid = Invalid password. Please try again.
311
- pdfjs-password-ok-button = OK
312
- pdfjs-password-cancel-button = Cancel
313
- pdfjs-web-fonts-disabled = Web fonts are disabled: unable to use embedded PDF fonts.
314
-
315
- ## Editing
316
-
317
- pdfjs-editor-free-text-button =
318
- .title = Text
319
- pdfjs-editor-free-text-button-label = Text
320
- pdfjs-editor-ink-button =
321
- .title = Draw
322
- pdfjs-editor-ink-button-label = Draw
323
- pdfjs-editor-stamp-button =
324
- .title = Add or edit images
325
- pdfjs-editor-stamp-button-label = Add or edit images
326
- pdfjs-editor-remove-button =
327
- .title = Remove
328
-
329
- # Editor Parameters
330
- pdfjs-editor-free-text-color-input = Color
331
- pdfjs-editor-free-text-size-input = Size
332
- pdfjs-editor-ink-color-input = Color
333
- pdfjs-editor-ink-thickness-input = Thickness
334
- pdfjs-editor-ink-opacity-input = Opacity
335
- pdfjs-editor-stamp-add-image-button =
336
- .title = Add image
337
- pdfjs-editor-stamp-add-image-button-label = Add image
338
-
339
- pdfjs-free-text =
340
- .aria-label = Text Editor
341
- pdfjs-free-text-default-content = Start typing…
342
- pdfjs-ink =
343
- .aria-label = Draw Editor
344
- pdfjs-ink-canvas =
345
- .aria-label = User-created image
346
-
347
- ## Alt-text dialog
348
-
349
- # Alternative text (alt text) helps when people can't see the image.
350
- pdfjs-editor-alt-text-button-label = Alt text
351
-
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
-
363
- # .placeholder: This is a placeholder for the alt text input area
364
- pdfjs-editor-alt-text-textarea =
365
- .placeholder = For example, “A young man sits down at a table to eat a meal”
366
-
367
- ## Editor resizers
368
- ## This is used in an aria label to help to understand the role of the resizer.
369
-
370
- pdfjs-editor-resizer-label-top-left = Top left corner — resize
371
- pdfjs-editor-resizer-label-top-middle = Top middle — resize
372
- pdfjs-editor-resizer-label-top-right = Top right corner — resize
373
- pdfjs-editor-resizer-label-middle-right = Middle right — resize
374
- pdfjs-editor-resizer-label-bottom-right = Bottom right corner — resize
375
- pdfjs-editor-resizer-label-bottom-middle = Bottom middle — resize
376
- pdfjs-editor-resizer-label-bottom-left = Bottom left corner — resize
377
- pdfjs-editor-resizer-label-middle-left = Middle left — resize