viewer.ftl
399 lines
| 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 | |
| 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-highlight-button = |
| 301 | .title = Surligner |
| 302 | pdfjs-editor-highlight-button-label = Surligner |
| 303 | pdfjs-highlight-floating-button = |
| 304 | .title = Surligner |
| 305 | pdfjs-highlight-floating-button1 = |
| 306 | .title = Surligner |
| 307 | .aria-label = Surligner |
| 308 | pdfjs-highlight-floating-button-label = Surligner |
| 309 | |
| 310 | ## Remove button for the various kind of editor. |
| 311 | |
| 312 | pdfjs-editor-remove-ink-button = |
| 313 | .title = Supprimer le dessin |
| 314 | pdfjs-editor-remove-freetext-button = |
| 315 | .title = Supprimer le texte |
| 316 | pdfjs-editor-remove-stamp-button = |
| 317 | .title = Supprimer l’image |
| 318 | pdfjs-editor-remove-highlight-button = |
| 319 | .title = Supprimer le surlignage |
| 320 | |
| 321 | ## |
| 322 | |
| 323 | # Editor Parameters |
| 324 | pdfjs-editor-free-text-color-input = Couleur |
| 325 | pdfjs-editor-free-text-size-input = Taille |
| 326 | pdfjs-editor-ink-color-input = Couleur |
| 327 | pdfjs-editor-ink-thickness-input = Épaisseur |
| 328 | pdfjs-editor-ink-opacity-input = Opacité |
| 329 | pdfjs-editor-stamp-add-image-button = |
| 330 | .title = Ajouter une image |
| 331 | pdfjs-editor-stamp-add-image-button-label = Ajouter une image |
| 332 | # This refers to the thickness of the line used for free highlighting (not bound to text) |
| 333 | pdfjs-editor-free-highlight-thickness-input = Épaisseur |
| 334 | pdfjs-editor-free-highlight-thickness-title = |
| 335 | .title = Modifier l’épaisseur pour le surlignage d’éléments non textuels |
| 336 | pdfjs-free-text = |
| 337 | .aria-label = Éditeur de texte |
| 338 | pdfjs-free-text-default-content = Commencer à écrire… |
| 339 | pdfjs-ink = |
| 340 | .aria-label = Éditeur de dessin |
| 341 | pdfjs-ink-canvas = |
| 342 | .aria-label = Image créée par l’utilisateur·trice |
| 343 | |
| 344 | ## Alt-text dialog |
| 345 | |
| 346 | # Alternative text (alt text) helps when people can't see the image. |
| 347 | pdfjs-editor-alt-text-button-label = Texte alternatif |
| 348 | pdfjs-editor-alt-text-edit-button-label = Modifier le texte alternatif |
| 349 | pdfjs-editor-alt-text-dialog-label = Sélectionnez une option |
| 350 | 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. |
| 351 | pdfjs-editor-alt-text-add-description-label = Ajouter une description |
| 352 | 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. |
| 353 | pdfjs-editor-alt-text-mark-decorative-label = Marquer comme décorative |
| 354 | pdfjs-editor-alt-text-mark-decorative-description = Cette option est utilisée pour les images décoratives, comme les bordures ou les filigranes. |
| 355 | pdfjs-editor-alt-text-cancel-button = Annuler |
| 356 | pdfjs-editor-alt-text-save-button = Enregistrer |
| 357 | pdfjs-editor-alt-text-decorative-tooltip = Marquée comme décorative |
| 358 | # .placeholder: This is a placeholder for the alt text input area |
| 359 | pdfjs-editor-alt-text-textarea = |
| 360 | .placeholder = Par exemple, « Un jeune homme est assis à une table pour prendre un repas » |
| 361 | |
| 362 | ## Editor resizers |
| 363 | ## This is used in an aria label to help to understand the role of the resizer. |
| 364 | |
| 365 | pdfjs-editor-resizer-label-top-left = Coin supérieur gauche — redimensionner |
| 366 | pdfjs-editor-resizer-label-top-middle = Milieu haut — redimensionner |
| 367 | pdfjs-editor-resizer-label-top-right = Coin supérieur droit — redimensionner |
| 368 | pdfjs-editor-resizer-label-middle-right = Milieu droit — redimensionner |
| 369 | pdfjs-editor-resizer-label-bottom-right = Coin inférieur droit — redimensionner |
| 370 | pdfjs-editor-resizer-label-bottom-middle = Centre bas — redimensionner |
| 371 | pdfjs-editor-resizer-label-bottom-left = Coin inférieur gauche — redimensionner |
| 372 | pdfjs-editor-resizer-label-middle-left = Milieu gauche — redimensionner |
| 373 | |
| 374 | ## Color picker |
| 375 | |
| 376 | # This means "Color used to highlight text" |
| 377 | pdfjs-editor-highlight-colorpicker-label = Couleur de surlignage |
| 378 | pdfjs-editor-colorpicker-button = |
| 379 | .title = Changer de couleur |
| 380 | pdfjs-editor-colorpicker-dropdown = |
| 381 | .aria-label = Choix de couleurs |
| 382 | pdfjs-editor-colorpicker-yellow = |
| 383 | .title = Jaune |
| 384 | pdfjs-editor-colorpicker-green = |
| 385 | .title = Vert |
| 386 | pdfjs-editor-colorpicker-blue = |
| 387 | .title = Bleu |
| 388 | pdfjs-editor-colorpicker-pink = |
| 389 | .title = Rose |
| 390 | pdfjs-editor-colorpicker-red = |
| 391 | .title = Rouge |
| 392 | |
| 393 | ## Show all highlights |
| 394 | ## This is a toggle button to show/hide all the highlights. |
| 395 | |
| 396 | pdfjs-editor-highlight-show-all-button-label = Tout afficher |
| 397 | pdfjs-editor-highlight-show-all-button = |
| 398 | .title = Tout afficher |
| 399 |