You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

399 lines
16KB

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