viewer.ftl 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611
  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. ## Main toolbar buttons (tooltips and alt text for images)
  5. pdfjs-previous-button =
  6. .title = Page précédente
  7. pdfjs-previous-button-label = Précédent
  8. pdfjs-next-button =
  9. .title = Page suivante
  10. pdfjs-next-button-label = Suivant
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = Page
  14. # Variables:
  15. # $pagesCount (Number) - the total number of pages in the document
  16. # This string follows an input field with the number of the page currently displayed.
  17. pdfjs-of-pages = sur { $pagesCount }
  18. # Variables:
  19. # $pageNumber (Number) - the currently visible page
  20. # $pagesCount (Number) - the total number of pages in the document
  21. pdfjs-page-of-pages = ({ $pageNumber } sur { $pagesCount })
  22. pdfjs-zoom-out-button =
  23. .title = Zoom arrière
  24. pdfjs-zoom-out-button-label = Zoom arrière
  25. pdfjs-zoom-in-button =
  26. .title = Zoom avant
  27. pdfjs-zoom-in-button-label = Zoom avant
  28. pdfjs-zoom-select =
  29. .title = Zoom
  30. pdfjs-presentation-mode-button =
  31. .title = Basculer en mode présentation
  32. pdfjs-presentation-mode-button-label = Mode présentation
  33. pdfjs-open-file-button =
  34. .title = Ouvrir le fichier
  35. pdfjs-open-file-button-label = Ouvrir le fichier
  36. pdfjs-print-button =
  37. .title = Imprimer
  38. pdfjs-print-button-label = Imprimer
  39. pdfjs-save-button =
  40. .title = Enregistrer
  41. pdfjs-save-button-label = Enregistrer
  42. # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  43. pdfjs-download-button =
  44. .title = Télécharger
  45. # Used in Firefox for Android as a label for the download button (“download” is a verb).
  46. # Length of the translation matters since we are in a mobile context, with limited screen estate.
  47. pdfjs-download-button-label = Télécharger
  48. pdfjs-bookmark-button =
  49. .title = Page courante (montrer l’adresse de la page courante)
  50. pdfjs-bookmark-button-label = Page courante
  51. ## Secondary toolbar and context menu
  52. pdfjs-tools-button =
  53. .title = Outils
  54. pdfjs-tools-button-label = Outils
  55. pdfjs-first-page-button =
  56. .title = Aller à la première page
  57. pdfjs-first-page-button-label = Aller à la première page
  58. pdfjs-last-page-button =
  59. .title = Aller à la dernière page
  60. pdfjs-last-page-button-label = Aller à la dernière page
  61. pdfjs-page-rotate-cw-button =
  62. .title = Rotation horaire
  63. pdfjs-page-rotate-cw-button-label = Rotation horaire
  64. pdfjs-page-rotate-ccw-button =
  65. .title = Rotation antihoraire
  66. pdfjs-page-rotate-ccw-button-label = Rotation antihoraire
  67. pdfjs-cursor-text-select-tool-button =
  68. .title = Activer l’outil de sélection de texte
  69. pdfjs-cursor-text-select-tool-button-label = Outil de sélection de texte
  70. pdfjs-cursor-hand-tool-button =
  71. .title = Activer l’outil main
  72. pdfjs-cursor-hand-tool-button-label = Outil main
  73. pdfjs-scroll-page-button =
  74. .title = Utiliser le défilement par page
  75. pdfjs-scroll-page-button-label = Défilement par page
  76. pdfjs-scroll-vertical-button =
  77. .title = Utiliser le défilement vertical
  78. pdfjs-scroll-vertical-button-label = Défilement vertical
  79. pdfjs-scroll-horizontal-button =
  80. .title = Utiliser le défilement horizontal
  81. pdfjs-scroll-horizontal-button-label = Défilement horizontal
  82. pdfjs-scroll-wrapped-button =
  83. .title = Utiliser le défilement par bloc
  84. pdfjs-scroll-wrapped-button-label = Défilement par bloc
  85. pdfjs-spread-none-button =
  86. .title = Ne pas afficher les pages deux à deux
  87. pdfjs-spread-none-button-label = Pas de double affichage
  88. pdfjs-spread-odd-button =
  89. .title = Afficher les pages par deux, impaires à gauche
  90. pdfjs-spread-odd-button-label = Doubles pages, impaires à gauche
  91. pdfjs-spread-even-button =
  92. .title = Afficher les pages par deux, paires à gauche
  93. pdfjs-spread-even-button-label = Doubles pages, paires à gauche
  94. ## Document properties dialog
  95. pdfjs-document-properties-button =
  96. .title = Propriétés du document…
  97. pdfjs-document-properties-button-label = Propriétés du document…
  98. pdfjs-document-properties-file-name = Nom du fichier :
  99. pdfjs-document-properties-file-size = Taille du fichier :
  100. # Variables:
  101. # $kb (Number) - the PDF file size in kilobytes
  102. # $b (Number) - the PDF file size in bytes
  103. pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) } Ko ({ $b } octets)
  104. # Variables:
  105. # $mb (Number) - the PDF file size in megabytes
  106. # $b (Number) - the PDF file size in bytes
  107. pdfjs-document-properties-size-mb = { NUMBER($mb, maximumSignificantDigits: 3) } Mo ({ $b } octets)
  108. # Variables:
  109. # $size_kb (Number) - the PDF file size in kilobytes
  110. # $size_b (Number) - the PDF file size in bytes
  111. pdfjs-document-properties-kb = { $size_kb } Ko ({ $size_b } octets)
  112. # Variables:
  113. # $size_mb (Number) - the PDF file size in megabytes
  114. # $size_b (Number) - the PDF file size in bytes
  115. pdfjs-document-properties-mb = { $size_mb } Mo ({ $size_b } octets)
  116. pdfjs-document-properties-title = Titre :
  117. pdfjs-document-properties-author = Auteur :
  118. pdfjs-document-properties-subject = Sujet :
  119. pdfjs-document-properties-keywords = Mots-clés :
  120. pdfjs-document-properties-creation-date = Date de création :
  121. pdfjs-document-properties-modification-date = Modifié le :
  122. # Variables:
  123. # $dateObj (Date) - the creation/modification date and time of the PDF file
  124. pdfjs-document-properties-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  125. # Variables:
  126. # $date (Date) - the creation/modification date of the PDF file
  127. # $time (Time) - the creation/modification time of the PDF file
  128. pdfjs-document-properties-date-string = { $date } à { $time }
  129. pdfjs-document-properties-creator = Créé par :
  130. pdfjs-document-properties-producer = Outil de conversion PDF :
  131. pdfjs-document-properties-version = Version PDF :
  132. pdfjs-document-properties-page-count = Nombre de pages :
  133. pdfjs-document-properties-page-size = Taille de la page :
  134. pdfjs-document-properties-page-size-unit-inches = in
  135. pdfjs-document-properties-page-size-unit-millimeters = mm
  136. pdfjs-document-properties-page-size-orientation-portrait = portrait
  137. pdfjs-document-properties-page-size-orientation-landscape = paysage
  138. pdfjs-document-properties-page-size-name-a-three = A3
  139. pdfjs-document-properties-page-size-name-a-four = A4
  140. pdfjs-document-properties-page-size-name-letter = lettre
  141. pdfjs-document-properties-page-size-name-legal = document juridique
  142. ## Variables:
  143. ## $width (Number) - the width of the (current) page
  144. ## $height (Number) - the height of the (current) page
  145. ## $unit (String) - the unit of measurement of the (current) page
  146. ## $name (String) - the name of the (current) page
  147. ## $orientation (String) - the orientation of the (current) page
  148. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  149. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  150. ##
  151. # The linearization status of the document; usually called "Fast Web View" in
  152. # English locales of Adobe software.
  153. pdfjs-document-properties-linearized = Affichage rapide des pages web :
  154. pdfjs-document-properties-linearized-yes = Oui
  155. pdfjs-document-properties-linearized-no = Non
  156. pdfjs-document-properties-close-button = Fermer
  157. ## Print
  158. pdfjs-print-progress-message = Préparation du document pour l’impression…
  159. # Variables:
  160. # $progress (Number) - percent value
  161. pdfjs-print-progress-percent = { $progress } %
  162. pdfjs-print-progress-close-button = Annuler
  163. pdfjs-printing-not-supported = Attention : l’impression n’est pas totalement prise en charge par ce navigateur.
  164. pdfjs-printing-not-ready = Attention : le PDF n’est pas entièrement chargé pour pouvoir l’imprimer.
  165. ## Tooltips and alt text for side panel toolbar buttons
  166. pdfjs-toggle-sidebar-button =
  167. .title = Afficher/Masquer le panneau latéral
  168. pdfjs-toggle-sidebar-notification-button =
  169. .title = Afficher/Masquer le panneau latéral (le document contient des signets/pièces jointes/calques)
  170. pdfjs-toggle-sidebar-button-label = Afficher/Masquer le panneau latéral
  171. pdfjs-document-outline-button =
  172. .title = Afficher les signets du document (double-cliquer pour développer/réduire tous les éléments)
  173. pdfjs-document-outline-button-label = Signets du document
  174. pdfjs-attachments-button =
  175. .title = Afficher les pièces jointes
  176. pdfjs-attachments-button-label = Pièces jointes
  177. pdfjs-layers-button =
  178. .title = Afficher les calques (double-cliquer pour réinitialiser tous les calques à l’état par défaut)
  179. pdfjs-layers-button-label = Calques
  180. pdfjs-thumbs-button =
  181. .title = Afficher les vignettes
  182. pdfjs-thumbs-button-label = Vignettes
  183. pdfjs-current-outline-item-button =
  184. .title = Trouver l’élément de plan actuel
  185. pdfjs-current-outline-item-button-label = Élément de plan actuel
  186. pdfjs-findbar-button =
  187. .title = Rechercher dans le document
  188. pdfjs-findbar-button-label = Rechercher
  189. pdfjs-additional-layers = Calques additionnels
  190. ## Thumbnails panel item (tooltip and alt text for images)
  191. # Variables:
  192. # $page (Number) - the page number
  193. pdfjs-thumb-page-title =
  194. .title = Page { $page }
  195. # Variables:
  196. # $page (Number) - the page number
  197. pdfjs-thumb-page-canvas =
  198. .aria-label = Vignette de la page { $page }
  199. ## Find panel button title and messages
  200. pdfjs-find-input =
  201. .title = Rechercher
  202. .placeholder = Rechercher dans le document…
  203. pdfjs-find-previous-button =
  204. .title = Trouver l’occurrence précédente de l’expression
  205. pdfjs-find-previous-button-label = Précédent
  206. pdfjs-find-next-button =
  207. .title = Trouver la prochaine occurrence de l’expression
  208. pdfjs-find-next-button-label = Suivant
  209. pdfjs-find-highlight-checkbox = Tout surligner
  210. pdfjs-find-match-case-checkbox-label = Respecter la casse
  211. pdfjs-find-match-diacritics-checkbox-label = Respecter les accents et diacritiques
  212. pdfjs-find-entire-word-checkbox-label = Mots entiers
  213. pdfjs-find-reached-top = Haut de la page atteint, poursuite depuis la fin
  214. pdfjs-find-reached-bottom = Bas de la page atteint, poursuite au début
  215. # Variables:
  216. # $current (Number) - the index of the currently active find result
  217. # $total (Number) - the total number of matches in the document
  218. pdfjs-find-match-count = Occurrence { $current } sur { $total }
  219. # Variables:
  220. # $limit (Number) - the maximum number of matches
  221. pdfjs-find-match-count-limit =
  222. { $limit ->
  223. [one] Plus d’{ $limit } occurrence
  224. *[other] Plus de { $limit } occurrences
  225. }
  226. pdfjs-find-not-found = Expression non trouvée
  227. ## Predefined zoom values
  228. pdfjs-page-scale-width = Pleine largeur
  229. pdfjs-page-scale-fit = Page entière
  230. pdfjs-page-scale-auto = Zoom automatique
  231. pdfjs-page-scale-actual = Taille réelle
  232. # Variables:
  233. # $scale (Number) - percent value for page scale
  234. pdfjs-page-scale-percent = { $scale } %
  235. ## PDF page
  236. # Variables:
  237. # $page (Number) - the page number
  238. pdfjs-page-landmark =
  239. .aria-label = Page { $page }
  240. ## Loading indicator messages
  241. pdfjs-loading-error = Une erreur s’est produite lors du chargement du fichier PDF.
  242. pdfjs-invalid-file-error = Fichier PDF invalide ou corrompu.
  243. pdfjs-missing-file-error = Fichier PDF manquant.
  244. pdfjs-unexpected-response-error = Réponse inattendue du serveur.
  245. pdfjs-rendering-error = Une erreur s’est produite lors de l’affichage de la page.
  246. ## Annotations
  247. # Variables:
  248. # $date (Date) - the modification date of the annotation
  249. # $time (Time) - the modification time of the annotation
  250. pdfjs-annotation-date-string = { $date } à { $time }
  251. # .alt: This is used as a tooltip.
  252. # Variables:
  253. # $type (String) - an annotation type from a list defined in the PDF spec
  254. # (32000-1:2008 Table 169 – Annotation types).
  255. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  256. pdfjs-text-annotation-type =
  257. .alt = [Annotation { $type }]
  258. # Variables:
  259. # $dateObj (Date) - the modification date and time of the annotation
  260. pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  261. ## Password
  262. pdfjs-password-label = Veuillez saisir le mot de passe pour ouvrir ce fichier PDF.
  263. pdfjs-password-invalid = Mot de passe incorrect. Veuillez réessayer.
  264. pdfjs-password-ok-button = OK
  265. pdfjs-password-cancel-button = Annuler
  266. pdfjs-web-fonts-disabled = Les polices web sont désactivées : impossible d’utiliser les polices intégrées au PDF.
  267. ## Editing
  268. pdfjs-editor-free-text-button =
  269. .title = Texte
  270. pdfjs-editor-free-text-button-label = Texte
  271. pdfjs-editor-ink-button =
  272. .title = Dessiner
  273. pdfjs-editor-ink-button-label = Dessiner
  274. pdfjs-editor-stamp-button =
  275. .title = Ajouter ou modifier des images
  276. pdfjs-editor-stamp-button-label = Ajouter ou modifier des images
  277. pdfjs-editor-highlight-button =
  278. .title = Surligner
  279. pdfjs-editor-highlight-button-label = Surligner
  280. pdfjs-highlight-floating-button1 =
  281. .title = Surligner
  282. .aria-label = Surligner
  283. pdfjs-highlight-floating-button-label = Surligner
  284. pdfjs-editor-signature-button =
  285. .title = Ajouter une signature
  286. pdfjs-editor-signature-button-label = Ajouter une signature
  287. ## Default editor aria labels
  288. # “Highlight” is a noun, the string is used on the editor for highlights.
  289. pdfjs-editor-highlight-editor =
  290. .aria-label = Éditeur de surlignage
  291. # “Drawing” is a noun, the string is used on the editor for drawings.
  292. pdfjs-editor-ink-editor =
  293. .aria-label = Éditeur de dessins
  294. # Used when a signature editor is selected/hovered.
  295. # Variables:
  296. # $description (String) - a string describing/labeling the signature.
  297. pdfjs-editor-signature-editor1 =
  298. .aria-description = Éditeur de signature : { $description }
  299. pdfjs-editor-stamp-editor =
  300. .aria-label = Éditeur d’images
  301. ## Remove button for the various kind of editor.
  302. pdfjs-editor-remove-ink-button =
  303. .title = Supprimer le dessin
  304. pdfjs-editor-remove-freetext-button =
  305. .title = Supprimer le texte
  306. pdfjs-editor-remove-stamp-button =
  307. .title = Supprimer l’image
  308. pdfjs-editor-remove-highlight-button =
  309. .title = Supprimer le surlignage
  310. pdfjs-editor-remove-signature-button =
  311. .title = Retirer la signature
  312. ##
  313. # Editor Parameters
  314. pdfjs-editor-free-text-color-input = Couleur
  315. pdfjs-editor-free-text-size-input = Taille
  316. pdfjs-editor-ink-color-input = Couleur
  317. pdfjs-editor-ink-thickness-input = Épaisseur
  318. pdfjs-editor-ink-opacity-input = Opacité
  319. pdfjs-editor-stamp-add-image-button =
  320. .title = Ajouter une image
  321. pdfjs-editor-stamp-add-image-button-label = Ajouter une image
  322. # This refers to the thickness of the line used for free highlighting (not bound to text)
  323. pdfjs-editor-free-highlight-thickness-input = Épaisseur
  324. pdfjs-editor-free-highlight-thickness-title =
  325. .title = Modifier l’épaisseur pour le surlignage d’éléments non textuels
  326. pdfjs-editor-add-signature-container =
  327. .aria-label = Contrôles de signature et signatures enregistrées
  328. pdfjs-editor-signature-add-signature-button =
  329. .title = Ajouter une nouvelle signature
  330. pdfjs-editor-signature-add-signature-button-label = Ajouter une nouvelle signature
  331. # Used on the button to use an already saved signature.
  332. # Variables:
  333. # $description (String) - a string describing/labeling the signature.
  334. pdfjs-editor-add-saved-signature-button =
  335. .title = Signature enregistrée : { $description }
  336. # .default-content is used as a placeholder in an empty text editor.
  337. pdfjs-free-text2 =
  338. .aria-label = Éditeur de texte
  339. .default-content = Commencez à écrire…
  340. pdfjs-free-text =
  341. .aria-label = Éditeur de texte
  342. pdfjs-free-text-default-content = Commencer à écrire…
  343. pdfjs-ink =
  344. .aria-label = Éditeur de dessin
  345. pdfjs-ink-canvas =
  346. .aria-label = Image créée par l’utilisateur·trice
  347. ## Alt-text dialog
  348. pdfjs-editor-alt-text-button-label = Texte alternatif
  349. pdfjs-editor-alt-text-edit-button =
  350. .aria-label = Modifier le texte alternatif
  351. pdfjs-editor-alt-text-edit-button-label = Modifier le texte alternatif
  352. pdfjs-editor-alt-text-dialog-label = Sélectionnez une option
  353. 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.
  354. pdfjs-editor-alt-text-add-description-label = Ajouter une description
  355. 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.
  356. pdfjs-editor-alt-text-mark-decorative-label = Marquer comme décorative
  357. pdfjs-editor-alt-text-mark-decorative-description = Cette option est utilisée pour les images décoratives, comme les bordures ou les filigranes.
  358. pdfjs-editor-alt-text-cancel-button = Annuler
  359. pdfjs-editor-alt-text-save-button = Enregistrer
  360. pdfjs-editor-alt-text-decorative-tooltip = Marquée comme décorative
  361. # .placeholder: This is a placeholder for the alt text input area
  362. pdfjs-editor-alt-text-textarea =
  363. .placeholder = Par exemple, « Un jeune homme est assis à une table pour prendre un repas »
  364. # Alternative text (alt text) helps when people can't see the image.
  365. pdfjs-editor-alt-text-button =
  366. .aria-label = Texte alternatif
  367. ## Editor resizers
  368. ## This is used in an aria label to help to understand the role of the resizer.
  369. pdfjs-editor-resizer-label-top-left = Coin supérieur gauche — redimensionner
  370. pdfjs-editor-resizer-label-top-middle = Milieu haut — redimensionner
  371. pdfjs-editor-resizer-label-top-right = Coin supérieur droit — redimensionner
  372. pdfjs-editor-resizer-label-middle-right = Milieu droit — redimensionner
  373. pdfjs-editor-resizer-label-bottom-right = Coin inférieur droit — redimensionner
  374. pdfjs-editor-resizer-label-bottom-middle = Centre bas — redimensionner
  375. pdfjs-editor-resizer-label-bottom-left = Coin inférieur gauche — redimensionner
  376. pdfjs-editor-resizer-label-middle-left = Milieu gauche — redimensionner
  377. pdfjs-editor-resizer-top-left =
  378. .aria-label = Coin supérieur gauche — redimensionner
  379. pdfjs-editor-resizer-top-middle =
  380. .aria-label = Milieu haut — redimensionner
  381. pdfjs-editor-resizer-top-right =
  382. .aria-label = Coin supérieur droit — redimensionner
  383. pdfjs-editor-resizer-middle-right =
  384. .aria-label = Milieu droit — redimensionner
  385. pdfjs-editor-resizer-bottom-right =
  386. .aria-label = Coin inférieur droit — redimensionner
  387. pdfjs-editor-resizer-bottom-middle =
  388. .aria-label = Centre bas — redimensionner
  389. pdfjs-editor-resizer-bottom-left =
  390. .aria-label = Coin inférieur gauche — redimensionner
  391. pdfjs-editor-resizer-middle-left =
  392. .aria-label = Milieu gauche — redimensionner
  393. ## Color picker
  394. # This means "Color used to highlight text"
  395. pdfjs-editor-highlight-colorpicker-label = Couleur de surlignage
  396. pdfjs-editor-colorpicker-button =
  397. .title = Changer de couleur
  398. pdfjs-editor-colorpicker-dropdown =
  399. .aria-label = Choix de couleurs
  400. pdfjs-editor-colorpicker-yellow =
  401. .title = Jaune
  402. pdfjs-editor-colorpicker-green =
  403. .title = Vert
  404. pdfjs-editor-colorpicker-blue =
  405. .title = Bleu
  406. pdfjs-editor-colorpicker-pink =
  407. .title = Rose
  408. pdfjs-editor-colorpicker-red =
  409. .title = Rouge
  410. ## Show all highlights
  411. ## This is a toggle button to show/hide all the highlights.
  412. pdfjs-editor-highlight-show-all-button-label = Tout afficher
  413. pdfjs-editor-highlight-show-all-button =
  414. .title = Tout afficher
  415. ## New alt-text dialog
  416. ## Group note for entire feature: Alternative text (alt text) helps when people can't see the image. This feature includes a tool to create alt text automatically using an AI model that works locally on the user's device to preserve privacy.
  417. # Modal header positioned above a text box where users can edit the alt text.
  418. pdfjs-editor-new-alt-text-dialog-edit-label = Modifier le texte alternatif (description de l’image)
  419. # Modal header positioned above a text box where users can add the alt text.
  420. pdfjs-editor-new-alt-text-dialog-add-label = Ajouter du texte alternatif (description de l’image)
  421. pdfjs-editor-new-alt-text-textarea =
  422. .placeholder = Rédigez votre description ici…
  423. # This text refers to the alt text box above this description. It offers a definition of alt text.
  424. pdfjs-editor-new-alt-text-description = Courte description pour les personnes qui ne peuvent pas voir l’image ou lorsque l’image ne se charge pas.
  425. # This is a required legal disclaimer that refers to the automatically created text inside the alt text box above this text. It disappears if the text is edited by a human.
  426. pdfjs-editor-new-alt-text-disclaimer1 = Ce texte alternatif a été créé automatiquement et peut être inexact.
  427. pdfjs-editor-new-alt-text-disclaimer-learn-more-url = En savoir plus
  428. pdfjs-editor-new-alt-text-create-automatically-button-label = Créer automatiquement le texte alternatif
  429. pdfjs-editor-new-alt-text-not-now-button = Pas maintenant
  430. pdfjs-editor-new-alt-text-error-title = Impossible de créer automatiquement le texte alternatif
  431. pdfjs-editor-new-alt-text-error-description = Veuillez rédiger votre propre texte alternatif ou réessayer plus tard.
  432. pdfjs-editor-new-alt-text-error-close-button = Fermer
  433. # Variables:
  434. # $totalSize (Number) - the total size (in MB) of the AI model.
  435. # $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
  436. pdfjs-editor-new-alt-text-ai-model-downloading-progress = Téléchargement du modèle d’IA de texte alternatif ({ $downloadedSize } sur { $totalSize } Mo)
  437. .aria-valuetext = Téléchargement du modèle d’IA de texte alternatif ({ $downloadedSize } sur { $totalSize } Mo)
  438. # This is a button that users can click to edit the alt text they have already added.
  439. pdfjs-editor-new-alt-text-added-button =
  440. .aria-label = Texte alternatif ajouté
  441. pdfjs-editor-new-alt-text-added-button-label = Texte alternatif ajouté
  442. # This is a button that users can click to open the alt text editor and add alt text when it is not present.
  443. pdfjs-editor-new-alt-text-missing-button =
  444. .aria-label = Texte alternatif manquant
  445. pdfjs-editor-new-alt-text-missing-button-label = Texte alternatif manquant
  446. # This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
  447. pdfjs-editor-new-alt-text-to-review-button =
  448. .aria-label = Réviser le texte alternatif
  449. pdfjs-editor-new-alt-text-to-review-button-label = Réviser le texte alternatif
  450. # "Created automatically" is a prefix that will be added to the beginning of any alt text that has been automatically generated. After the colon, the user will see/hear the actual alt text description. If the alt text has been edited by a human, this prefix will not appear.
  451. # Variables:
  452. # $generatedAltText (String) - the generated alt-text.
  453. pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = Créé automatiquement : { $generatedAltText }
  454. ## Image alt-text settings
  455. pdfjs-image-alt-text-settings-button =
  456. .title = Paramètres du texte alternatif des images
  457. pdfjs-image-alt-text-settings-button-label = Paramètres du texte alternatif des images
  458. pdfjs-editor-alt-text-settings-dialog-label = Paramètres du texte alternatif des images
  459. pdfjs-editor-alt-text-settings-automatic-title = Texte alternatif automatique
  460. pdfjs-editor-alt-text-settings-create-model-button-label = Créer automatiquement le texte alternatif
  461. pdfjs-editor-alt-text-settings-create-model-description = Suggère des descriptions pour aider les personnes qui ne peuvent pas voir l’image ou lorsque l’image ne se charge pas.
  462. # Variables:
  463. # $totalSize (Number) - the total size (in MB) of the AI model.
  464. pdfjs-editor-alt-text-settings-download-model-label = Modèle d’IA de texte alternatif ({ $totalSize } Mo)
  465. pdfjs-editor-alt-text-settings-ai-model-description = Fonctionne localement sur votre appareil, vos données restent privées. Obligatoire pour la génération automatique de texte alternatif.
  466. pdfjs-editor-alt-text-settings-delete-model-button = Supprimer
  467. pdfjs-editor-alt-text-settings-download-model-button = Télécharger
  468. pdfjs-editor-alt-text-settings-downloading-model-button = Téléchargement…
  469. pdfjs-editor-alt-text-settings-editor-title = Éditeur de texte alternatif
  470. pdfjs-editor-alt-text-settings-show-dialog-button-label = Afficher l’éditeur de texte alternatif immédiatement lors de l’ajout d’une image
  471. pdfjs-editor-alt-text-settings-show-dialog-description = Vous aide à vous assurer que toutes vos images ont du texte alternatif.
  472. pdfjs-editor-alt-text-settings-close-button = Fermer
  473. ## "Annotations removed" bar
  474. pdfjs-editor-undo-bar-message-highlight = Surlignage supprimé
  475. pdfjs-editor-undo-bar-message-freetext = Texte supprimé
  476. pdfjs-editor-undo-bar-message-ink = Dessin supprimé
  477. pdfjs-editor-undo-bar-message-stamp = Image supprimée
  478. pdfjs-editor-undo-bar-message-signature = Signature retirée
  479. # Variables:
  480. # $count (Number) - the number of removed annotations.
  481. pdfjs-editor-undo-bar-message-multiple =
  482. { $count ->
  483. [one] { $count } annotation supprimée
  484. *[other] { $count } annotations supprimées
  485. }
  486. pdfjs-editor-undo-bar-undo-button =
  487. .title = Annuler
  488. pdfjs-editor-undo-bar-undo-button-label = Annuler
  489. pdfjs-editor-undo-bar-close-button =
  490. .title = Fermer
  491. pdfjs-editor-undo-bar-close-button-label = Fermer
  492. ## Add a signature dialog
  493. pdfjs-editor-add-signature-dialog-label = Cette fenêtre permet de créer une signature à ajouter à un document au format PDF. Il est possible d’en modifier le nom (qui sert également de texte alternatif) et, éventuellement, de l’enregistrer pour une utilisation répétée.
  494. pdfjs-editor-add-signature-dialog-title = Ajout d’une signature
  495. ## Tab names
  496. # Type is a verb (you can type your name as signature)
  497. pdfjs-editor-add-signature-type-button = Saisir
  498. .title = Saisir au clavier
  499. # Draw is a verb (you can draw your signature)
  500. pdfjs-editor-add-signature-draw-button = Dessiner
  501. .title = Dessiner
  502. pdfjs-editor-add-signature-image-button = Image
  503. .title = Image
  504. ## Tab panels
  505. pdfjs-editor-add-signature-type-input =
  506. .aria-label = Saisissez votre signature
  507. .placeholder = Saisissez votre signature
  508. pdfjs-editor-add-signature-draw-placeholder = Tracez votre signature
  509. pdfjs-editor-add-signature-draw-thickness-range-label = Épaisseur
  510. # Variables:
  511. # $thickness (Number) - the thickness (in pixels) of the line used to draw a signature.
  512. pdfjs-editor-add-signature-draw-thickness-range =
  513. .title = Épaisseur du trait : { $thickness }
  514. pdfjs-editor-add-signature-image-placeholder = Déposez un fichier ici pour l’envoyer
  515. pdfjs-editor-add-signature-image-browse-link =
  516. { PLATFORM() ->
  517. [macos] Ou choisissez parmi les fichiers image
  518. *[other] Ou parcourez les fichiers image
  519. }
  520. ## Controls
  521. pdfjs-editor-add-signature-description-label = Description (texte alternatif)
  522. pdfjs-editor-add-signature-description-input =
  523. .title = Description (texte alternatif)
  524. pdfjs-editor-add-signature-description-default-when-drawing = Signature
  525. pdfjs-editor-add-signature-clear-button-label = Effacer la signature
  526. pdfjs-editor-add-signature-clear-button =
  527. .title = Effacer la signature
  528. pdfjs-editor-add-signature-save-checkbox = Enregistrer la signature
  529. pdfjs-editor-add-signature-save-warning-message = Vous avez atteint la limite de 5 signatures enregistrées. Supprimez-en une pour en enregistrer une autre.
  530. pdfjs-editor-add-signature-image-upload-error-title = Impossible d’envoyer l’image
  531. pdfjs-editor-add-signature-image-upload-error-description = Vérifiez votre connexion réseau ou essayez avec une autre image.
  532. pdfjs-editor-add-signature-error-close-button = Fermer
  533. ## Dialog buttons
  534. pdfjs-editor-add-signature-cancel-button = Annuler
  535. pdfjs-editor-add-signature-add-button = Ajouter
  536. pdfjs-editor-edit-signature-update-button = Mettre à jour
  537. ## Main menu for adding/removing signatures
  538. pdfjs-editor-delete-signature-button1 =
  539. .title = Supprimer la signature enregistrée
  540. pdfjs-editor-delete-signature-button-label1 = Supprimer la signature enregistrée
  541. ## Editor toolbar
  542. pdfjs-editor-add-signature-edit-button-label = Modifier la description
  543. ## Edit signature description dialog
  544. pdfjs-editor-edit-signature-dialog-title = Modifier la description