summaryrefslogtreecommitdiffstats
path: root/l10n-fr/suite/chrome/editor/editorOverlay.dtd
blob: 9c960bd144ecc1fa90652b2106580e88428d90fc (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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
<!-- 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/. -->

<!-- Attn: Localization - some of the menus in this dialog directly affect mail also. -->

<!-- File menu items -->
<!ENTITY saveCmd.key "S">

<!-- Edit menu items -->
<!ENTITY pasteNoFormatting.label "Coller sans mise en forme">
<!ENTITY pasteNoFormatting.accesskey "s">
<!ENTITY pasteNoFormatting.key "V">
<!ENTITY pasteAs.label "Coller comme">
<!ENTITY pasteAs.accesskey "c">
<!ENTITY pasteAsQuotationCmd.label "Coller comme une citation">
<!ENTITY pasteAsQuotationCmd.accesskey "i">
<!ENTITY pasteAsQuotationCmd.key "o">
<!ENTITY findBarCmd.label "Rechercher…">
<!ENTITY findReplaceCmd.label "Rechercher et remplacer…">
<!ENTITY enableInlineSpellChecker.label "Vérifier l’orthographe pendant la saisie">
<!ENTITY enableInlineSpellChecker.accesskey "A">
<!ENTITY checkSpellingCmd2.label "Vérifier l’orthographe…">
<!ENTITY checkSpellingCmd2.accesskey "o">
<!ENTITY checkSpellingCmd2.key "p">

<!-- Insert menu items -->
<!ENTITY insertMenu.label "Insérer">
<!ENTITY insertMenu.accesskey "I">
<!ENTITY insertLinkCmd2.label "Lien…">
<!ENTITY insertLinkCmd2.accesskey "L">
<!ENTITY insertLinkCmd2.key "K">
<!ENTITY insertAnchorCmd.label "Ancre…">
<!ENTITY insertAnchorCmd.accesskey "A">
<!ENTITY insertImageCmd.label "Image…">
<!ENTITY insertImageCmd.accesskey "I">
<!ENTITY insertHLineCmd.label "Ligne horizontale">
<!ENTITY insertHLineCmd.accesskey "g">
<!ENTITY insertTableCmd.label "Tableau…">
<!ENTITY insertTableCmd.accesskey "T">
<!ENTITY insertHTMLCmd.label "HTML…">
<!ENTITY insertHTMLCmd.accesskey "H">
<!ENTITY insertMathCmd.label "Math…">
<!ENTITY insertMathCmd.accesskey "M">
<!ENTITY insertCharsCmd.label "Caractères et symboles…">
<!ENTITY insertCharsCmd.accesskey "C">
<!ENTITY insertBreakAllCmd.label "Saut de ligne sous l’image/les images">
<!ENTITY insertBreakAllCmd.accesskey "S">

<!-- Used just in context popup. -->
<!ENTITY createLinkCmd.label "Créer un lien…">
<!ENTITY createLinkCmd.accesskey "l">
<!ENTITY editLinkCmd.label "Modifier le lien dans un nouveau Composeur">
<!ENTITY editLinkCmd.accesskey "M">

<!-- Font Face SubMenu -->
<!ENTITY FontFaceSelect.title "Police">
<!ENTITY FontFaceSelect.tooltip "Choisir une police">
<!ENTITY fontfaceMenu.label "Police de caractères">
<!ENTITY fontfaceMenu.accesskey "P">
<!ENTITY fontVarWidth.label "Largeur variable">
<!ENTITY fontVarWidth.accesskey "v">
<!ENTITY fontFixedWidth.label "Largeur fixe">
<!ENTITY fontFixedWidth.accesskey "x">
<!ENTITY fontFixedWidth.key "T">
<!ENTITY fontHelvetica.label "Helvetica, Arial">
<!ENTITY fontHelvetica.accesskey "H">
<!ENTITY fontTimes.label "Times">
<!ENTITY fontTimes.accesskey "T">
<!ENTITY fontCourier.label "Courier">
<!ENTITY fontCourier.accesskey "C">

<!-- Font Size SubMenu -->
<!ENTITY FontSizeSelect.title "Taille de police">
<!ENTITY FontSizeSelect.tooltip "Choisir la taille d’une police">
<!ENTITY decreaseFontSize.label "Plus petite">
<!ENTITY decreaseFontSize.accesskey "u">
<!ENTITY decrementFontSize.key "&lt;">
<!ENTITY decrementFontSize.key2 ","> <!-- < is above this key on many keyboards -->
<!ENTITY increaseFontSize.label "Plus grande">
<!ENTITY increaseFontSize.accesskey "g">
<!ENTITY incrementFontSize.key "&gt;">
<!ENTITY incrementFontSize.key2 "."> <!-- > is above this key on many keyboards -->

<!ENTITY fontSizeMenu.label "Taille">
<!ENTITY fontSizeMenu.accesskey "i">
<!ENTITY size-tinyCmd.label "Très petite">
<!ENTITY size-tinyCmd.accesskey "T">
<!ENTITY size-smallCmd.label "Petite">
<!ENTITY size-smallCmd.accesskey "P">
<!ENTITY size-mediumCmd.label "Moyenne">
<!ENTITY size-mediumCmd.accesskey "M">
<!ENTITY size-largeCmd.label "Grande">
<!ENTITY size-largeCmd.accesskey "G">
<!ENTITY size-extraLargeCmd.label "Très grande">
<!ENTITY size-extraLargeCmd.accesskey "r">
<!ENTITY size-hugeCmd.label "Très très grande">
<!ENTITY size-hugeCmd.accesskey "d">

<!-- Font Style SubMenu -->
<!ENTITY fontStyleMenu.label "Style">
<!ENTITY fontStyleMenu.accesskey "t">
<!ENTITY styleBoldCmd.label "Gras">
<!ENTITY styleBoldCmd.accesskey "G">
<!ENTITY styleBoldCmd.key "B">
<!ENTITY styleItalicCmd.label "Italique">
<!ENTITY styleItalicCmd.accesskey "I">
<!ENTITY styleItalicCmd.key "I">
<!ENTITY styleUnderlineCmd.label "Souligné">
<!ENTITY styleUnderlineCmd.accesskey "u">
<!ENTITY styleUnderlineCmd.key "U">
<!ENTITY styleStrikeThruCmd.label "Barré">
<!ENTITY styleStrikeThruCmd.accesskey "B">
<!ENTITY styleSuperscriptCmd.label "Exposant">
<!ENTITY styleSuperscriptCmd.accesskey "p">
<!ENTITY styleSubscriptCmd.label "Indice">
<!ENTITY styleSubscriptCmd.accesskey "d">
<!ENTITY styleNonbreakingCmd.label "Insécable">
<!ENTITY styleNonbreakingCmd.accesskey "n">
<!ENTITY styleEm.label "Emphase">
<!ENTITY styleEm.accesskey "E">
<!ENTITY styleStrong.label "Emphase plus forte">
<!ENTITY styleStrong.accesskey "t">
<!ENTITY styleCite.label "Citation">
<!ENTITY styleCite.accesskey "C">
<!ENTITY styleAbbr.label "Abréviation">
<!ENTITY styleAbbr.accesskey "A">
<!ENTITY styleAcronym.label "Acronyme">
<!ENTITY styleAcronym.accesskey "r">
<!ENTITY styleCode.label "Code">
<!ENTITY styleCode.accesskey "o">
<!ENTITY styleSamp.label "Sortie de test">
<!ENTITY styleSamp.accesskey "S">
<!ENTITY styleVar.label "Variable">
<!ENTITY styleVar.accesskey "V">

<!ENTITY formatFontColor.label "Couleur du texte…">
<!ENTITY formatFontColor.accesskey "C">
<!ENTITY tableOrCellColor.label "Couleur de fond du tableau ou des cellules…">
<!ENTITY tableOrCellColor.accesskey "b">

<!ENTITY formatRemoveStyles.key "Y">
<!ENTITY formatRemoveLinks.key "K">
<!ENTITY formatRemoveNamedAnchors.label "Effacer les ancres nommées">
<!ENTITY formatRemoveNamedAnchors.accesskey "E">
<!ENTITY formatRemoveNamedAnchors2.key "R">

<!ENTITY paragraphMenu.label "Paragraphe">
<!ENTITY paragraphMenu.accesskey "P">
<!ENTITY paragraphParagraphCmd.label "Paragraphe">
<!ENTITY paragraphParagraphCmd.accesskey "P">
<!ENTITY heading1Cmd.label "Titre 1">
<!ENTITY heading1Cmd.accesskey "1">
<!ENTITY heading2Cmd.label "Titre 2">
<!ENTITY heading2Cmd.accesskey "2">
<!ENTITY heading3Cmd.label "Titre 3">
<!ENTITY heading3Cmd.accesskey "3">
<!ENTITY heading4Cmd.label "Titre 4">
<!ENTITY heading4Cmd.accesskey "4">
<!ENTITY heading5Cmd.label "Titre 5">
<!ENTITY heading5Cmd.accesskey "5">
<!ENTITY heading6Cmd.label "Titre 6">
<!ENTITY heading6Cmd.accesskey "6">
<!ENTITY paragraphAddressCmd.label "Adresse">
<!ENTITY paragraphAddressCmd.accesskey "A">
<!ENTITY paragraphPreformatCmd.label "Préformaté">
<!ENTITY paragraphPreformatCmd.accesskey "P">

<!-- List menu items -->
<!ENTITY formatlistMenu.label "Liste">
<!ENTITY formatlistMenu.accesskey "L">
<!ENTITY noneCmd.label "Aucune">
<!ENTITY noneCmd.accesskey "n">
<!ENTITY listBulletCmd.label "À puces">
<!ENTITY listBulletCmd.accesskey "p">
<!ENTITY listNumberedCmd.label "Numérotée">
<!ENTITY listNumberedCmd.accesskey "N">
<!ENTITY listTermCmd.label "Terme">
<!ENTITY listTermCmd.accesskey "T">
<!ENTITY listDefinitionCmd.label "Définition">
<!ENTITY listDefinitionCmd.accesskey "D">
<!ENTITY listPropsCmd.label "Listes…">
<!ENTITY listPropsCmd.accesskey "L">

<!ENTITY ParagraphSelect.title "Paragraphe">
<!ENTITY ParagraphSelect.tooltip "Choisir un format de paragraphe">
<!-- Shared in Paragraph, and Toolbar menulist -->
<!ENTITY bodyTextCmd.label "Texte principal">
<!ENTITY bodyTextCmd.accesskey "T">
<!-- isn't used in menu now, but may be added in future -->
<!ENTITY advancedPropertiesCmd.label "Propriétés avancées">
<!ENTITY advancedPropertiesCmd.accesskey "v">

<!-- Align menu items -->
<!ENTITY alignMenu.label "Aligner">
<!ENTITY alignMenu.accesskey "A">
<!ENTITY alignLeft.label "À gauche">
<!ENTITY alignLeft.accesskey "g">
<!ENTITY alignLeft.tooltip "Aligner à gauche">
<!ENTITY alignCenter.label "Centré">
<!ENTITY alignCenter.accesskey "C">
<!ENTITY alignCenter.tooltip "Centrer">
<!ENTITY alignRight.label "À droite">
<!ENTITY alignRight.accesskey "d">
<!ENTITY alignRight.tooltip "Aligner à droite">
<!ENTITY alignJustify.label "Justifié">
<!ENTITY alignJustify.accesskey "J">
<!ENTITY alignJustify.tooltip "Justifier">

<!-- Layer toolbar items -->
<!ENTITY absolutePosition.label "Position">
<!ENTITY layer.tooltip "Niveaux">
<!ENTITY decreaseZIndex.label "Mettre à l’arrière-plan">
<!ENTITY layerSendToBack.tooltip "Mettre à l’arrière-plan">
<!ENTITY increaseZIndex.label "Mettre au premier plan">
<!ENTITY layerBringToFront.tooltip "Mettre au premier plan">

<!ENTITY increaseIndent.label "Augmenter le retrait">
<!ENTITY increaseIndent.accesskey "n">
<!ENTITY increaseIndent.key "=">
<!ENTITY decreaseIndent.label "Diminuer le retrait">
<!ENTITY decreaseIndent.accesskey "e">
<!ENTITY decreaseIndent.key "-">

<!ENTITY colorsAndBackground.label "Couleurs et fond de la page…">
<!ENTITY colorsAndBackground.accesskey "u">

<!-- Table Menu -->
<!ENTITY tableMenu.label "Tableau">
<!ENTITY tableMenu.accesskey "T">

<!-- Select Submenu -->
<!ENTITY tableSelectMenu.label "Sélectionner">
<!ENTITY tableSelectMenu.accesskey "S">

<!ENTITY tableSelectMenu2.label "Sélection du tableau">
<!ENTITY tableSelectMenu2.accesskey "S">
<!ENTITY tableInsertMenu2.label "Insérer un tableau">
<!ENTITY tableInsertMenu2.accesskey "I">
<!ENTITY tableDeleteMenu2.label "Supprimer le tableau">
<!ENTITY tableDeleteMenu2.accesskey "E">

<!-- Insert SubMenu -->
<!ENTITY tableInsertMenu.label "Insérer">
<!ENTITY tableInsertMenu.accesskey "I">
<!ENTITY tableTable.label "Tableau">
<!ENTITY tableTable.accesskey "T">
<!ENTITY tableRow.label "Ligne">
<!ENTITY tableRows.label "Ligne(s)">
<!ENTITY tableRow.accesskey "L">
<!ENTITY tableRowAbove.label "Une ligne au-dessus">
<!ENTITY tableRowAbove.accesskey "U">
<!ENTITY tableRowBelow.label "Une ligne en dessous">
<!ENTITY tableRowBelow.accesskey "s">
<!ENTITY tableColumn.label "Colonne">
<!ENTITY tableColumns.label "Colonne(s)">
<!ENTITY tableColumn.accesskey "o">
<!ENTITY tableColumnBefore.label "Colonne précédente">
<!ENTITY tableColumnBefore.accesskey "e">
<!ENTITY tableColumnAfter.label "Colonne suivante">
<!ENTITY tableColumnAfter.accesskey "a">
<!ENTITY tableCell.label "Cellule">
<!ENTITY tableCells.label "Cellule(s)">
<!ENTITY tableCell.accesskey "C">
<!ENTITY tableCellContents.label "Contenu des cellules">
<!ENTITY tableCellContents.accesskey "n">
<!ENTITY tableAllCells.label "Toutes les cellules">
<!ENTITY tableAllCells.accesskey "u">
<!ENTITY tableCellBefore.label "Une cellule avant">
<!ENTITY tableCellBefore.accesskey "c">
<!ENTITY tableCellAfter.label "Une cellule après">
<!ENTITY tableCellAfter.accesskey "r">
<!-- Delete SubMenu -->
<!ENTITY tableDeleteMenu.label "Supprimer">
<!ENTITY tableDeleteMenu.accesskey "E">

<!-- text for "Join Cells" is in editor.properties
     ("JoinSelectedCells" and "JoinCellToRight")
     the access key must exist in both of those strings
     But value must be set here for accesskey to draw properly
-->
<!ENTITY tableJoinCells.label "Fusionner les cellules">
<!ENTITY tableJoinCells.accesskey "F">
<!ENTITY tableSplitCell.label "Scinder la cellule">
<!ENTITY tableSplitCell.accesskey "D">
<!ENTITY convertToTable.label "Créer un tableau à partir de la sélection">
<!ENTITY convertToTable.accesskey "b">
<!ENTITY tableProperties.label "Propriétés du tableau…">
<!ENTITY tableProperties.accesskey "o">

<!-- Toolbar-only items -->
<!ENTITY menuBar.tooltip "Barre de menu">
<!ENTITY formatToolbar.tooltip "Barre d’outils de mise en forme">
<!ENTITY cutToolbarCmd.tooltip "Couper">
<!ENTITY copyToolbarCmd.tooltip "Copier">
<!ENTITY pasteToolbarCmd.tooltip "Coller">
<!ENTITY printToolbarCmd.label "Imprimer">
<!ENTITY printToolbarCmd.tooltip "Imprimer la page">
<!ENTITY findToolbarCmd.label "Rechercher">
<!ENTITY findToolbarCmd.tooltip "Rechercher du texte dans la page">
<!ENTITY spellToolbarCmd.label "Orthographe">
<!ENTITY spellToolbarCmd.tooltip "Vérifier l’orthographe sur la page entière ou la sélection">
<!ENTITY imageToolbarCmd.label "Image">
<!ENTITY imageToolbarCmd.tooltip "Insérer une nouvelle image ou modifier les propriétés de l’image sélectionnée">
<!ENTITY hruleToolbarCmd.label "Ligne horizontale">
<!ENTITY hruleToolbarCmd.tooltip "Insérer une ligne horizontale ou modifier les propriétés de la ligne sélectionnée">
<!ENTITY tableToolbarCmd.label "Tableau">
<!ENTITY tableToolbarCmd.tooltip "Insérer un nouveau tableau ou modifier les propriétés du tableau sélectionné">
<!ENTITY linkToolbarCmd.label "Lien">
<!ENTITY linkToolbarCmd.tooltip "Insérer un nouveau lien ou modifier les propriétés du lien sélectionné">
<!ENTITY anchorToolbarCmd.label "Ancre">
<!ENTITY anchorToolbarCmd.tooltip "Insérer une ancre nommée ou modifier les propriétés de l’ancre sélectionnée">
<!ENTITY colorButtons.title "Couleurs">
<!ENTITY TextColorButton.tooltip "Choisir la couleur du texte">
<!ENTITY BackgroundColorButton.tooltip "Choisir une couleur pour le fond">
<!ENTITY throbber.tooltip "Visiter le site web de &vendorShortName;">
<!ENTITY throbber.tooltip2 "Visiter le site web de &brandShortName;">
<!ENTITY HighlightColorButton.label "Surlignage">
<!ENTITY HighlightColorButton.tooltip "Choisir la mise en couleur pour le texte">

<!-- Editor toolbar -->
<!ENTITY absoluteFontSize.label "Taille de police">
<!ENTITY absoluteFontSizeToolbarCmd.tooltip "Définir la taille de police">
<!ENTITY smaller.label "Plus petite">
<!ENTITY decreaseFontSizeToolbarCmd.tooltip "Réduire la taille de police">
<!ENTITY larger.label "Plus grande">
<!ENTITY increaseFontSizeToolbarCmd.tooltip "Augmenter la taille de police">
<!ENTITY bold.label "Gras">
<!ENTITY boldToolbarCmd.tooltip "Gras">
<!ENTITY italic.label "Italique">
<!ENTITY italicToolbarCmd.tooltip "Italique">
<!ENTITY underline.label "Souligné">
<!ENTITY underlineToolbarCmd.tooltip "Souligné">
<!ENTITY bullets.label "Puces">
<!ENTITY bulletListToolbarCmd.tooltip "Appliquer ou enlever une liste">
<!ENTITY numbers.label "Numérotation">
<!ENTITY numberListToolbarCmd.tooltip "Appliquer ou enlever une liste numérotée">
<!ENTITY outdent.label "Diminuer le retrait">
<!ENTITY outdentToolbarCmd.tooltip "Diminuer le retrait (vers la gauche)">
<!ENTITY indent.label "Augmenter le retrait">
<!ENTITY indentToolbarCmd.tooltip "Augmenter le retrait (vers la droite)">
<!ENTITY AlignPopupButton.label "Alignement">
<!ENTITY AlignPopupButton.tooltip "Choisir l’alignement du texte">
<!ENTITY InsertPopupButton.label "Insertion">
<!ENTITY InsertPopupButton.tooltip "Insérer un lien, une ancre, une image, une ligne horizontale ou un tableau">
<!ENTITY alignLeftButton.label "Aligner à gauche">
<!ENTITY alignLeftButton.tooltip "Aligner le texte sur la marge de gauche">
<!ENTITY alignCenterButton.label "Centrer">
<!ENTITY alignCenterButton.tooltip "Centrer le texte">
<!ENTITY alignRightButton.label "Aligner à droite">
<!ENTITY alignRightButton.tooltip "Aligner le texte sur la marge de droite">
<!ENTITY alignJustifyButton.label "Justifier">
<!ENTITY alignJustifyButton.tooltip "Aligner le texte sur les marges droites et gauches">

<!-- Structure Toolbar Context Menu items -->
<!ENTITY structSelect.label         "Sélectionner">
<!ENTITY structSelect.accesskey     "s">
<!ENTITY structRemoveTag.label      "Enlever la balise">
<!ENTITY structRemoveTag.accesskey  "e">
<!ENTITY structChangeTag.label      "Modifier la balise">
<!ENTITY structChangeTag.accesskey  "m">

<!-- TOC manipulation -->
<!ENTITY insertTOC.label          "Insérer">
<!ENTITY insertTOC.accesskey      "i">
<!ENTITY updateTOC.label          "Mettre à jour">
<!ENTITY updateTOC.accesskey      "M">
<!ENTITY removeTOC.label          "Enlever">
<!ENTITY removeTOC.accesskey      "E">
<!ENTITY tocMenu.label            "Table des matières…">
<!ENTITY tocMenu.accesskey        "b">