1# This properties file is used to create a PropertyResourceBundle
2# It contains Locale specific strings used in Swing
3# Currently, the following components need this for support:
4#
5#    ColorChooser
6#    FileChooser
7#    OptionPane
8#
9# When this file is read in, the strings are put into the
10# defaults table.  This is an implementation detail of the current
11# workings of Swing.  DO NOT DEPEND ON THIS.
12# This may change in future versions of Swing as we improve localization
13# support.
14#
15#                        MNEMONIC NOTE:
16# Many of strings in this file are used by widgets that have a
17# mnemonic, for example:
18#   ColorChooser.rgbNameTextAndMnemonic=R&GB
19#
20# Indicates that the tab in the ColorChooser for RGB colors will have
21# the text 'RGB', further the mnemonic character will be 'g' and that
22# a decoration will be provided under the 'G'. This will typically
23# look like:  RGB
24#              -
25#
26# One important thing to remember is that the mnemonic MUST exist in
27# the String, if it does not exist you should add text that makes it
28# exist. This will typically take the form 'XXXX (M)' where M is the
29# character for the mnemonic.
30#
31# @author Steve Wilson
32
33############ FILE CHOOSER STRINGS #############
34FileChooser.fileDescription.textAndMnemonic=Fichier g\u00E9n\u00E9rique
35FileChooser.directoryDescription.textAndMnemonic=R\u00E9pertoire
36FileChooser.newFolderError.textAndMnemonic=Erreur lors de la cr\u00E9ation du dossier
37FileChooser.newFolderErrorSeparator= :
38FileChooser.newFolderParentDoesntExistTitle.textAndMnemonic=Impossible de cr\u00E9er le dossier
39FileChooser.newFolderParentDoesntExist.textAndMnemonic=Impossible de cr\u00E9er le dossier.\n\nLe syst\u00E8me ne parvient pas \u00E0 trouver le chemin indiqu\u00E9.
40FileChooser.renameErrorTitle.textAndMnemonic=Erreur lors du changement de nom du fichier ou du dossier
41FileChooser.renameError.textAndMnemonic=Impossible de renommer {0}
42FileChooser.renameErrorFileExists.textAndMnemonic=Impossible de renommer {0} : il existe d\u00E9j\u00E0 un fichier portant le nom indiqu\u00E9. Indiquez-en un autre. 
43FileChooser.acceptAllFileFilter.textAndMnemonic=Tous les fichiers
44FileChooser.cancelButton.textAndMnemonic=Annuler
45FileChooser.saveButton.textAndMnemonic=Enregistrer
46FileChooser.openButton.textAndMnemonic=Ouvrir
47FileChooser.saveDialogTitle.textAndMnemonic=Enregistrer
48FileChooser.openDialogTitle.textAndMnemonic=Ouvrir
49FileChooser.updateButton.textAndMnemonic=Mettre \u00E0 jo&ur
50FileChooser.helpButton.textAndMnemonic=&Aide
51FileChooser.directoryOpenButton.textAndMnemonic=Ouvrir
52
53# File Size Units
54FileChooser.fileSizeKiloBytes={0} KB
55FileChooser.fileSizeMegaBytes={0} MB
56FileChooser.fileSizeGigaBytes={0} GB
57
58# These strings are platform dependent not look and feel dependent.
59FileChooser.win32.newFolder=Nouveau dossier
60FileChooser.win32.newFolder.subsequent=Nouveau dossier ({0})
61FileChooser.other.newFolder=NewFolder
62FileChooser.other.newFolder.subsequent=NewFolder.{0}
63
64
65## file chooser tooltips ###
66FileChooser.cancelButtonToolTip.textAndMnemonic=Ferme la bo\u00EEte de dialogue du s\u00E9lecteur de fichiers
67FileChooser.saveButtonToolTip.textAndMnemonic=Enregistre le fichier s\u00E9lectionn\u00E9
68FileChooser.openButtonToolTip.textAndMnemonic=Ouvre le fichier s\u00E9lectionn\u00E9
69FileChooser.updateButtonToolTip.textAndMnemonic=Met \u00E0 jour la liste des r\u00E9pertoires
70FileChooser.helpButtonToolTip.textAndMnemonic=Aide du s\u00E9lecteur de fichiers
71FileChooser.directoryOpenButtonToolTip.textAndMnemonic=Ouvre le r\u00E9pertoire s\u00E9lectionn\u00E9
72
73FileChooser.filesListAccessibleName=Liste des fichiers
74FileChooser.filesDetailsAccessibleName=D\u00E9tails des fichiers
75
76############ COLOR CHOOSER STRINGS #############
77ColorChooser.preview.textAndMnemonic=Aper\u00E7u
78ColorChooser.ok.textAndMnemonic=OK
79ColorChooser.cancel.textAndMnemonic=Annuler
80ColorChooser.reset.textAndMnemonic=&R\u00E9initialiser
81ColorChooser.sample.textAndMnemonic=Echantillon de texte  Echantillon de texte
82ColorChooser.swatches.textAndMnemonic=&Echantillons
83ColorChooser.swatchesRecent.textAndMnemonic=Dernier :
84ColorChooser.hsv.textAndMnemonic=&TSV
85ColorChooser.hsvHue.textAndMnemonic=Teinte
86ColorChooser.hsvSaturation.textAndMnemonic=Saturation
87ColorChooser.hsvValue.textAndMnemonic=Valeur
88ColorChooser.hsvTransparency.textAndMnemonic=Transparence
89ColorChooser.hsl.textAndMnemonic=TS&L
90ColorChooser.hslHue.textAndMnemonic=Teinte
91ColorChooser.hslSaturation.textAndMnemonic=Saturation
92ColorChooser.hslLightness.textAndMnemonic=Lumi\u00E8re
93ColorChooser.hslTransparency.textAndMnemonic=Transparence
94ColorChooser.rgb.textAndMnemonic=R&VB
95ColorChooser.rgbRed.textAndMnemonic=R&ouge
96ColorChooser.rgbGreen.textAndMnemonic=&Vert
97ColorChooser.rgbBlue.textAndMnemonic=&Bleu
98ColorChooser.rgbAlpha.textAndMnemonic=Alpha
99ColorChooser.rgbHexCode.textAndMnemonic=&Code couleur
100ColorChooser.cmyk.textAndMnemonic=C&MYK
101ColorChooser.cmykCyan.textAndMnemonic=Cyan
102ColorChooser.cmykMagenta.textAndMnemonic=Magenta
103ColorChooser.cmykYellow.textAndMnemonic=Jaune
104ColorChooser.cmykBlack.textAndMnemonic=Noir
105ColorChooser.cmykAlpha.textAndMnemonic=Alpha
106
107############ OPTION PANE STRINGS #############
108# We only define mnemonics for YES/NO, but for completeness you can
109# define mnemonics for any of the buttons.
110OptionPane.yesButton.textAndMnemonic=&Oui
111OptionPane.noButton.textAndMnemonic=&Non
112OptionPane.okButton.textAndMnemonic=OK
113#OptionPane.okButtonMnemonic=0
114OptionPane.cancelButton.textAndMnemonic=Annuler
115#OptionPane.cancelButtonMnemonic=0
116OptionPane.title.textAndMnemonic=S\u00E9lectionner une option
117# Title for the dialog for the showInputDialog methods. Only used if
118# the developer uses one of the variants that doesn't take a title.
119OptionPane.inputDialog.titleAndMnemonic=Entr\u00E9e
120# Title for the dialog for the showMessageDialog methods. Only used if
121# the developer uses one of the variants that doesn't take a title.
122OptionPane.messageDialog.titleAndMnemonic=Message
123
124############ Printing Dialog Strings ############
125PrintingDialog.titleProgress.textAndMnemonic=Impression
126PrintingDialog.titleAborting.textAndMnemonic=Impression (abandon)
127
128PrintingDialog.contentInitial.textAndMnemonic=Impression en cours...
129
130# The following string will be formatted by a MessageFormat
131# and {0} will be replaced by page number being printed
132PrintingDialog.contentProgress.textAndMnemonic=Page {0} imprim\u00E9e...
133
134PrintingDialog.contentAborting.textAndMnemonic=Abandon de l'impression...
135
136PrintingDialog.abortButton.textAndMnemonic=&Abandonner
137PrintingDialog.abortButtonToolTip.textAndMnemonic=Abandonner l'impression
138
139############ Internal Frame Strings ############
140InternalFrame.iconButtonToolTip=R\u00E9duire
141InternalFrame.maxButtonToolTip=Agrandir
142InternalFrame.restoreButtonToolTip=Restaurer
143InternalFrame.closeButtonToolTip=Fermer
144
145############ Internal Frame Title Pane Strings ############
146InternalFrameTitlePane.restoreButton.textAndMnemonic=&Restaurer
147InternalFrameTitlePane.moveButton.textAndMnemonic=D\u00E9p&lacer
148InternalFrameTitlePane.sizeButton.textAndMnemonic=Re&dimensionner
149InternalFrameTitlePane.minimizeButton.textAndMnemonic=&R\u00E9duire
150InternalFrameTitlePane.maximizeButton.textAndMnemonic=&Agrandir
151InternalFrameTitlePane.closeButton.textAndMnemonic=&Fermer
152
153############ Text strings #############
154# Used for html forms
155FormView.submitButton.textAndMnemonic=Soumettre la requ\u00EAte
156FormView.resetButton.textAndMnemonic=R\u00E9initialiser
157FormView.browseFileButton.textAndMnemonic=Parcourir...
158
159############ Abstract Document Strings ############
160AbstractDocument.styleChange.textAndMnemonic=modification de style
161AbstractDocument.addition.textAndMnemonic=ajout
162AbstractDocument.deletion.textAndMnemonic=suppression
163AbstractDocument.undo.textAndMnemonic=Annuler
164AbstractDocument.redo.textAndMnemonic=R\u00E9tablir
165
166############ Abstract Button Strings ############
167AbstractButton.click.textAndMnemonic=cliquer
168
169############ Abstract Undoable Edit Strings ############
170AbstractUndoableEdit.undo.textAndMnemonic=Annuler
171AbstractUndoableEdit.redo.textAndMnemonic=R\u00E9tablir
172
173############ Combo Box Strings ############
174ComboBox.togglePopup.textAndMnemonic=togglePopup
175
176############ Progress Monitor Strings ############
177ProgressMonitor.progress.textAndMnemonic=Progression...
178
179############ Split Pane Strings ############
180SplitPane.leftButton.textAndMnemonic=bouton gauche
181SplitPane.rightButton.textAndMnemonic=bouton droit
182# Used for Isindex
183IsindexView.prompt=Ceci est un index de recherche. Tapez des mots-cl\u00E9s pour la recherche :
184
185############ InternalFrameTitlePane Strings ############
186InternalFrameTitlePane.iconifyButtonAccessibleName=R\u00E9duire
187InternalFrameTitlePane.maximizeButtonAccessibleName=Agrandir
188InternalFrameTitlePane.closeButtonAccessibleName=Fermer
189