@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,347 +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
-
6
- ## Main toolbar buttons (tooltips and alt text for images)
7
-
8
- pdfjs-previous-button =
9
- .title = Page précédente
10
- pdfjs-previous-button-label = Précédent
11
- pdfjs-next-button =
12
- .title = Page suivante
13
- pdfjs-next-button-label = Suivant
14
- # .title: Tooltip for the pageNumber input.
15
- pdfjs-page-input =
16
- .title = Page
17
- # Variables:
18
- # $pagesCount (Number) - the total number of pages in the document
19
- # This string follows an input field with the number of the page currently displayed.
20
- pdfjs-of-pages = sur { $pagesCount }
21
- # Variables:
22
- # $pageNumber (Number) - the currently visible page
23
- # $pagesCount (Number) - the total number of pages in the document
24
- pdfjs-page-of-pages = ({ $pageNumber } sur { $pagesCount })
25
- pdfjs-zoom-out-button =
26
- .title = Zoom arrière
27
- pdfjs-zoom-out-button-label = Zoom arrière
28
- pdfjs-zoom-in-button =
29
- .title = Zoom avant
30
- pdfjs-zoom-in-button-label = Zoom avant
31
- pdfjs-zoom-select =
32
- .title = Zoom
33
- pdfjs-presentation-mode-button =
34
- .title = Basculer en mode présentation
35
- pdfjs-presentation-mode-button-label = Mode présentation
36
- pdfjs-open-file-button =
37
- .title = Ouvrir le fichier
38
- pdfjs-open-file-button-label = Ouvrir le fichier
39
- pdfjs-print-button =
40
- .title = Imprimer
41
- pdfjs-print-button-label = Imprimer
42
- pdfjs-save-button =
43
- .title = Enregistrer
44
- pdfjs-save-button-label = Enregistrer
45
- # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
46
- pdfjs-download-button =
47
- .title = Télécharger
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 = Télécharger
51
- pdfjs-bookmark-button =
52
- .title = Page courante (montrer l’adresse de la page courante)
53
- pdfjs-bookmark-button-label = Page courante
54
- # Used in Firefox for Android.
55
- pdfjs-open-in-app-button =
56
- .title = Ouvrir dans une application
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 = Ouvrir dans une application
60
-
61
- ## Secondary toolbar and context menu
62
-
63
- pdfjs-tools-button =
64
- .title = Outils
65
- pdfjs-tools-button-label = Outils
66
- pdfjs-first-page-button =
67
- .title = Aller à la première page
68
- pdfjs-first-page-button-label = Aller à la première page
69
- pdfjs-last-page-button =
70
- .title = Aller à la dernière page
71
- pdfjs-last-page-button-label = Aller à la dernière page
72
- pdfjs-page-rotate-cw-button =
73
- .title = Rotation horaire
74
- pdfjs-page-rotate-cw-button-label = Rotation horaire
75
- pdfjs-page-rotate-ccw-button =
76
- .title = Rotation antihoraire
77
- pdfjs-page-rotate-ccw-button-label = Rotation antihoraire
78
- pdfjs-cursor-text-select-tool-button =
79
- .title = Activer l’outil de sélection de texte
80
- pdfjs-cursor-text-select-tool-button-label = Outil de sélection de texte
81
- pdfjs-cursor-hand-tool-button =
82
- .title = Activer l’outil main
83
- pdfjs-cursor-hand-tool-button-label = Outil main
84
- pdfjs-scroll-page-button =
85
- .title = Utiliser le défilement par page
86
- pdfjs-scroll-page-button-label = Défilement par page
87
- pdfjs-scroll-vertical-button =
88
- .title = Utiliser le défilement vertical
89
- pdfjs-scroll-vertical-button-label = Défilement vertical
90
- pdfjs-scroll-horizontal-button =
91
- .title = Utiliser le défilement horizontal
92
- pdfjs-scroll-horizontal-button-label = Défilement horizontal
93
- pdfjs-scroll-wrapped-button =
94
- .title = Utiliser le défilement par bloc
95
- pdfjs-scroll-wrapped-button-label = Défilement par bloc
96
- pdfjs-spread-none-button =
97
- .title = Ne pas afficher les pages deux à deux
98
- pdfjs-spread-none-button-label = Pas de double affichage
99
- pdfjs-spread-odd-button =
100
- .title = Afficher les pages par deux, impaires à gauche
101
- pdfjs-spread-odd-button-label = Doubles pages, impaires à gauche
102
- pdfjs-spread-even-button =
103
- .title = Afficher les pages par deux, paires à gauche
104
- pdfjs-spread-even-button-label = Doubles pages, paires à gauche
105
-
106
- ## Document properties dialog
107
-
108
- pdfjs-document-properties-button =
109
- .title = Propriétés du document…
110
- pdfjs-document-properties-button-label = Propriétés du document…
111
- pdfjs-document-properties-file-name = Nom du fichier :
112
- pdfjs-document-properties-file-size = Taille du fichier :
113
- # Variables:
114
- # $size_kb (Number) - the PDF file size in kilobytes
115
- # $size_b (Number) - the PDF file size in bytes
116
- pdfjs-document-properties-kb = { $size_kb } Ko ({ $size_b } octets)
117
- # Variables:
118
- # $size_mb (Number) - the PDF file size in megabytes
119
- # $size_b (Number) - the PDF file size in bytes
120
- pdfjs-document-properties-mb = { $size_mb } Mo ({ $size_b } octets)
121
- pdfjs-document-properties-title = Titre :
122
- pdfjs-document-properties-author = Auteur :
123
- pdfjs-document-properties-subject = Sujet :
124
- pdfjs-document-properties-keywords = Mots-clés :
125
- pdfjs-document-properties-creation-date = Date de création :
126
- pdfjs-document-properties-modification-date = Modifié le :
127
- # Variables:
128
- # $date (Date) - the creation/modification date of the PDF file
129
- # $time (Time) - the creation/modification time of the PDF file
130
- pdfjs-document-properties-date-string = { $date } à { $time }
131
- pdfjs-document-properties-creator = Créé par :
132
- pdfjs-document-properties-producer = Outil de conversion PDF :
133
- pdfjs-document-properties-version = Version PDF :
134
- pdfjs-document-properties-page-count = Nombre de pages :
135
- pdfjs-document-properties-page-size = Taille de la page :
136
- pdfjs-document-properties-page-size-unit-inches = in
137
- pdfjs-document-properties-page-size-unit-millimeters = mm
138
- pdfjs-document-properties-page-size-orientation-portrait = portrait
139
- pdfjs-document-properties-page-size-orientation-landscape = paysage
140
- pdfjs-document-properties-page-size-name-a-three = A3
141
- pdfjs-document-properties-page-size-name-a-four = A4
142
- pdfjs-document-properties-page-size-name-letter = lettre
143
- pdfjs-document-properties-page-size-name-legal = document juridique
144
-
145
- ## Variables:
146
- ## $width (Number) - the width of the (current) page
147
- ## $height (Number) - the height of the (current) page
148
- ## $unit (String) - the unit of measurement of the (current) page
149
- ## $name (String) - the name of the (current) page
150
- ## $orientation (String) - the orientation of the (current) page
151
-
152
- pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
153
- pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
154
-
155
- ##
156
-
157
- # The linearization status of the document; usually called "Fast Web View" in
158
- # English locales of Adobe software.
159
- pdfjs-document-properties-linearized = Affichage rapide des pages web :
160
- pdfjs-document-properties-linearized-yes = Oui
161
- pdfjs-document-properties-linearized-no = Non
162
- pdfjs-document-properties-close-button = Fermer
163
-
164
- ## Print
165
-
166
- pdfjs-print-progress-message = Préparation du document pour l’impression…
167
- # Variables:
168
- # $progress (Number) - percent value
169
- pdfjs-print-progress-percent = { $progress } %
170
- pdfjs-print-progress-close-button = Annuler
171
- pdfjs-printing-not-supported = Attention : l’impression n’est pas totalement prise en charge par ce navigateur.
172
- pdfjs-printing-not-ready = Attention : le PDF n’est pas entièrement chargé pour pouvoir l’imprimer.
173
-
174
- ## Tooltips and alt text for side panel toolbar buttons
175
-
176
- pdfjs-toggle-sidebar-button =
177
- .title = Afficher/Masquer le panneau latéral
178
- pdfjs-toggle-sidebar-notification-button =
179
- .title = Afficher/Masquer le panneau latéral (le document contient des signets/pièces jointes/calques)
180
- pdfjs-toggle-sidebar-button-label = Afficher/Masquer le panneau latéral
181
- pdfjs-document-outline-button =
182
- .title = Afficher les signets du document (double-cliquer pour développer/réduire tous les éléments)
183
- pdfjs-document-outline-button-label = Signets du document
184
- pdfjs-attachments-button =
185
- .title = Afficher les pièces jointes
186
- pdfjs-attachments-button-label = Pièces jointes
187
- pdfjs-layers-button =
188
- .title = Afficher les calques (double-cliquer pour réinitialiser tous les calques à l’état par défaut)
189
- pdfjs-layers-button-label = Calques
190
- pdfjs-thumbs-button =
191
- .title = Afficher les vignettes
192
- pdfjs-thumbs-button-label = Vignettes
193
- pdfjs-current-outline-item-button =
194
- .title = Trouver l’élément de plan actuel
195
- pdfjs-current-outline-item-button-label = Élément de plan actuel
196
- pdfjs-findbar-button =
197
- .title = Rechercher dans le document
198
- pdfjs-findbar-button-label = Rechercher
199
- pdfjs-additional-layers = Calques additionnels
200
-
201
- ## Thumbnails panel item (tooltip and alt text for images)
202
-
203
- # Variables:
204
- # $page (Number) - the page number
205
- pdfjs-thumb-page-title =
206
- .title = Page { $page }
207
- # Variables:
208
- # $page (Number) - the page number
209
- pdfjs-thumb-page-canvas =
210
- .aria-label = Vignette de la page { $page }
211
-
212
- ## Find panel button title and messages
213
-
214
- pdfjs-find-input =
215
- .title = Rechercher
216
- .placeholder = Rechercher dans le document…
217
- pdfjs-find-previous-button =
218
- .title = Trouver l’occurrence précédente de l’expression
219
- pdfjs-find-previous-button-label = Précédent
220
- pdfjs-find-next-button =
221
- .title = Trouver la prochaine occurrence de l’expression
222
- pdfjs-find-next-button-label = Suivant
223
- pdfjs-find-highlight-checkbox = Tout surligner
224
- pdfjs-find-match-case-checkbox-label = Respecter la casse
225
- pdfjs-find-match-diacritics-checkbox-label = Respecter les accents et diacritiques
226
- pdfjs-find-entire-word-checkbox-label = Mots entiers
227
- pdfjs-find-reached-top = Haut de la page atteint, poursuite depuis la fin
228
- pdfjs-find-reached-bottom = Bas de la page atteint, poursuite au début
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 = Occurrence { $current } sur { $total }
233
- # Variables:
234
- # $limit (Number) - the maximum number of matches
235
- pdfjs-find-match-count-limit =
236
- { $limit ->
237
- [one] Plus d’{ $limit } occurrence
238
- *[other] Plus de { $limit } occurrences
239
- }
240
- pdfjs-find-not-found = Expression non trouvée
241
-
242
- ## Predefined zoom values
243
-
244
- pdfjs-page-scale-width = Pleine largeur
245
- pdfjs-page-scale-fit = Page entière
246
- pdfjs-page-scale-auto = Zoom automatique
247
- pdfjs-page-scale-actual = Taille réelle
248
- # Variables:
249
- # $scale (Number) - percent value for page scale
250
- pdfjs-page-scale-percent = { $scale } %
251
-
252
- ## PDF page
253
-
254
- # Variables:
255
- # $page (Number) - the page number
256
- pdfjs-page-landmark =
257
- .aria-label = Page { $page }
258
-
259
- ## Loading indicator messages
260
-
261
- pdfjs-loading-error = Une erreur s’est produite lors du chargement du fichier PDF.
262
- pdfjs-invalid-file-error = Fichier PDF invalide ou corrompu.
263
- pdfjs-missing-file-error = Fichier PDF manquant.
264
- pdfjs-unexpected-response-error = Réponse inattendue du serveur.
265
- pdfjs-rendering-error = Une erreur s’est produite lors de l’affichage de la page.
266
-
267
- ## Annotations
268
-
269
- # Variables:
270
- # $date (Date) - the modification date of the annotation
271
- # $time (Time) - the modification time of the annotation
272
- pdfjs-annotation-date-string = { $date } à { $time }
273
- # .alt: This is used as a tooltip.
274
- # Variables:
275
- # $type (String) - an annotation type from a list defined in the PDF spec
276
- # (32000-1:2008 Table 169 – Annotation types).
277
- # Some common types are e.g.: "Check", "Text", "Comment", "Note"
278
- pdfjs-text-annotation-type =
279
- .alt = [Annotation { $type }]
280
-
281
- ## Password
282
-
283
- pdfjs-password-label = Veuillez saisir le mot de passe pour ouvrir ce fichier PDF.
284
- pdfjs-password-invalid = Mot de passe incorrect. Veuillez réessayer.
285
- pdfjs-password-ok-button = OK
286
- pdfjs-password-cancel-button = Annuler
287
- pdfjs-web-fonts-disabled = Les polices web sont désactivées : impossible d’utiliser les polices intégrées au PDF.
288
-
289
- ## Editing
290
-
291
- pdfjs-editor-free-text-button =
292
- .title = Texte
293
- pdfjs-editor-free-text-button-label = Texte
294
- pdfjs-editor-ink-button =
295
- .title = Dessiner
296
- pdfjs-editor-ink-button-label = Dessiner
297
- pdfjs-editor-stamp-button =
298
- .title = Ajouter ou modifier des images
299
- pdfjs-editor-stamp-button-label = Ajouter ou modifier des images
300
- pdfjs-editor-remove-button =
301
- .title = Supprimer
302
- # Editor Parameters
303
- pdfjs-editor-free-text-color-input = Couleur
304
- pdfjs-editor-free-text-size-input = Taille
305
- pdfjs-editor-ink-color-input = Couleur
306
- pdfjs-editor-ink-thickness-input = Épaisseur
307
- pdfjs-editor-ink-opacity-input = Opacité
308
- pdfjs-editor-stamp-add-image-button =
309
- .title = Ajouter une image
310
- pdfjs-editor-stamp-add-image-button-label = Ajouter une image
311
- pdfjs-free-text =
312
- .aria-label = Éditeur de texte
313
- pdfjs-free-text-default-content = Commencer à écrire…
314
- pdfjs-ink =
315
- .aria-label = Éditeur de dessin
316
- pdfjs-ink-canvas =
317
- .aria-label = Image créée par l’utilisateur·trice
318
-
319
- ## Alt-text dialog
320
-
321
- # Alternative text (alt text) helps when people can't see the image.
322
- pdfjs-editor-alt-text-button-label = Texte alternatif
323
- pdfjs-editor-alt-text-edit-button-label = Modifier le texte alternatif
324
- pdfjs-editor-alt-text-dialog-label = Sélectionnez une option
325
- pdfjs-editor-alt-text-dialog-description = Le texte alternatif est utile lorsque des personnes ne peuvent pas voir l’image ou que l’image ne se charge pas.
326
- pdfjs-editor-alt-text-add-description-label = Ajouter une description
327
- pdfjs-editor-alt-text-add-description-description = Il est conseillé de rédiger une ou deux phrases décrivant le sujet, le cadre ou les actions.
328
- pdfjs-editor-alt-text-mark-decorative-label = Marquer comme décorative
329
- pdfjs-editor-alt-text-mark-decorative-description = Cette option est utilisée pour les images décoratives, comme les bordures ou les filigranes.
330
- pdfjs-editor-alt-text-cancel-button = Annuler
331
- pdfjs-editor-alt-text-save-button = Enregistrer
332
- pdfjs-editor-alt-text-decorative-tooltip = Marquée comme décorative
333
- # .placeholder: This is a placeholder for the alt text input area
334
- pdfjs-editor-alt-text-textarea =
335
- .placeholder = Par exemple, « Un jeune homme est assis à une table pour prendre un repas »
336
-
337
- ## Editor resizers
338
- ## This is used in an aria label to help to understand the role of the resizer.
339
-
340
- pdfjs-editor-resizer-label-top-left = Coin supérieur gauche — redimensionner
341
- pdfjs-editor-resizer-label-top-middle = Milieu haut — redimensionner
342
- pdfjs-editor-resizer-label-top-right = Coin supérieur droit — redimensionner
343
- pdfjs-editor-resizer-label-middle-right = Milieu droit — redimensionner
344
- pdfjs-editor-resizer-label-bottom-right = Coin inférieur droit — redimensionner
345
- pdfjs-editor-resizer-label-bottom-middle = Centre bas — redimensionner
346
- pdfjs-editor-resizer-label-bottom-left = Coin inférieur gauche — redimensionner
347
- pdfjs-editor-resizer-label-middle-left = Milieu gauche — redimensionner
@@ -1,6 +0,0 @@
1
- {
2
- "en-gb":"en-GB/viewer.ftl",
3
- "en-us":"en-US/viewer.ftl",
4
- "en-ca":"en-CA/viewer.ftl",
5
- "fr":"fr/viewer.ftl"
6
- }