blob: 9203bf56a2a69181c1319eb5b017e9b58ed76722 (
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
|
<!-- 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/. -->
<!-- extracted from content/pref-fonts.xul -->
<!-- LOCALIZATION NOTE : FILE 'Fonts' prefs dialog -->
<!ENTITY pref.fonts.title "Polices de caractères">
<!ENTITY language.label "Polices pour :">
<!ENTITY language.accesskey "o">
<!ENTITY typefaces.label "Apparence">
<!ENTITY sizes.label "Taille (pixels)">
<!ENTITY proportional.label "Proportionnelle :">
<!ENTITY proportional.accesskey "P">
<!ENTITY serif.label "Serif :">
<!ENTITY serif.accesskey "f">
<!ENTITY sans-serif.label "Sans serif :">
<!ENTITY sans-serif.accesskey "s">
<!ENTITY monospace.label "Largeur fixe :">
<!ENTITY monospace.accesskey "L">
<!-- LOCALIZATION NOTE (fantasy.label): 'Fantasy' means 'Ornate' -->
<!ENTITY fantasy.label "Fantaisie :">
<!ENTITY fantasy.accesskey "t">
<!ENTITY cursive.label "Cursive :">
<!ENTITY cursive.accesskey "C">
<!-- LOCALIZATION NOTE (font.langGroup.latin) :
Translate "Latin" as the name of Latin (Roman) script, not as the name of
the Latin language. -->
<!ENTITY font.langGroup.latin "Langues latines">
<!ENTITY font.langGroup.japanese "Japonais">
<!ENTITY font.langGroup.trad-chinese "Chinois traditionnel (Taïwan)">
<!ENTITY font.langGroup.simpl-chinese "Chinois simplifié">
<!ENTITY font.langGroup.trad-chinese-hk "Chinois Traditionnel (Hong-Kong)">
<!ENTITY font.langGroup.korean "Coréen">
<!ENTITY font.langGroup.cyrillic "Cyrillique">
<!ENTITY font.langGroup.el "Grec">
<!ENTITY font.langGroup.thai "Thaï">
<!ENTITY font.langGroup.hebrew "Hébreu">
<!ENTITY font.langGroup.arabic "Arabe">
<!ENTITY font.langGroup.devanagari "Devanagari">
<!ENTITY font.langGroup.tamil "Tamoul">
<!ENTITY font.langGroup.armenian "Arménien">
<!ENTITY font.langGroup.bengali "Bengali">
<!ENTITY font.langGroup.canadian "Syllabaire canadien unifié">
<!ENTITY font.langGroup.ethiopic "Éthiopien">
<!ENTITY font.langGroup.georgian "Géorgien">
<!ENTITY font.langGroup.gujarati "Gujarati">
<!ENTITY font.langGroup.gurmukhi "Gurmukhi">
<!ENTITY font.langGroup.khmer "Khmer">
<!ENTITY font.langGroup.malayalam "Malayalam">
<!ENTITY font.langGroup.math "Mathématiques">
<!ENTITY font.langGroup.odia "Odia">
<!ENTITY font.langGroup.telugu "Télougou">
<!ENTITY font.langGroup.kannada "Kannada">
<!ENTITY font.langGroup.sinhala "Sinhala">
<!ENTITY font.langGroup.tibetan "Tibétain">
<!ENTITY font.langGroup.other "Autres systèmes d’écriture">
<!-- Minimum font size -->
<!ENTITY minSize.label "Taille minimale de la police :">
<!ENTITY minSize.accesskey "m">
<!ENTITY minSize.none "Aucune">
<!-- default font type -->
<!ENTITY useDefaultFontSerif.label "Serif">
<!ENTITY useDefaultFontSansSerif.label "Sans serif">
<!ENTITY useDocumentFonts.label "Autoriser les pages web à utiliser d’autres polices">
<!ENTITY useDocumentFonts.accesskey "u">
<!-- leaving this stuff in for now -->
<!ENTITY header2 "Quand une page web choisit ses propres polices de caractères">
<!ENTITY useDefaultFont.label "Utiliser mes polices par défaut, et ignorer celles que propose la page web.">
<!ENTITY useDefaultFont.accesskey "u">
|