blob: a843c60fd8f60b3d29dcd531cacb344a1e723678 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
about-reader-loading = Chargement…
about-reader-load-error = Impossible de charger l’article à partir de la page
about-reader-color-scheme-light = Clair
.title = Jeu de couleurs claires
about-reader-color-scheme-dark = Sombre
.title = Jeu de couleurs sombres
about-reader-color-scheme-sepia = Sépia
.title = Jeu de couleurs sépia
about-reader-color-scheme-auto = Auto
.title = Jeu de couleurs automatique
about-reader-color-theme-light = Clair
.title = Couleurs du thème clair
about-reader-color-theme-dark = Sombre
.title = Couleurs du thème sombre
about-reader-color-theme-sepia = Sépia
.title = Couleurs du thème sépia
about-reader-color-theme-auto = Auto
.title = Couleurs du thème auto
about-reader-color-theme-gray = Gris
.title = Couleurs du thème gris
about-reader-color-theme-contrast = Contrasté
.title = Couleurs du thème contrasté
about-reader-color-theme-custom = Couleurs personnalisées
.title = Couleurs du thème personnalisé
# An estimate for how long it takes to read an article,
# expressed as a range covering both slow and fast readers.
# Variables:
# $rangePlural (String): The plural category of the range, using the same set as for numbers.
# $range (String): The range of minutes as a localised string. Examples: "3-7", "~1".
about-reader-estimated-read-time =
{ $rangePlural ->
[one] { $range } minute
*[other] { $range } minutes
}
## These are used as tooltips in Type Control
about-reader-toolbar-minus =
.title = Diminuer la taille de la police
about-reader-toolbar-plus =
.title = Augmenter la taille de la police
about-reader-toolbar-contentwidthminus =
.title = Réduire la largeur du contenu
about-reader-toolbar-contentwidthplus =
.title = Augmenter la largeur du contenu
about-reader-toolbar-lineheightminus =
.title = Réduire la hauteur de ligne
about-reader-toolbar-lineheightplus =
.title = Augmenter la hauteur de ligne
## These are the styles of typeface that are options in the reader view controls.
about-reader-font-type-serif = Sérif
about-reader-font-type-sans-serif = Sans sérif
## Reader View toolbar buttons
about-reader-toolbar-close = Quitter le mode lecture
about-reader-toolbar-type-controls = Modifier la police
about-reader-toolbar-color-controls = Couleurs
about-reader-toolbar-savetopocket = Enregistrer dans { -pocket-brand-name }
## Reader View colors menu
about-reader-colors-menu-header = Thème
about-reader-fxtheme-tab = Par défaut
about-reader-customtheme-tab = Personnalisé
## These are used as labels for the custom theme color pickers.
## The .title element is used to make the editing functionality
## clear and give context for screen reader users.
about-reader-custom-colors-foreground = Texte
.title = Modifier la couleur
about-reader-custom-colors-background = Arrière-plan
.title = Modifier la couleur
about-reader-custom-colors-unvisited-links = Liens non visités
.title = Modifier la couleur
about-reader-custom-colors-visited-links = Liens visités
.title = Modifier la couleur
about-reader-custom-colors-selection-highlight = Surligneur pour la lecture à haute voix
.title = Modifier la couleur
about-reader-custom-colors-reset-button = Rétablir les valeurs par défaut
|