motif_fr.properties revision 5371
325N/A# This properties file is used to create a PropertyResourceBundle
325N/A# It contains Locale specific strings used be the Motif Look and Feel.
325N/A# Currently, the following components need this for support:
325N/A#
325N/A# FileChooser
325N/A#
325N/A# When this file is read in, the strings are put into the
325N/A# defaults table. This is an implementation detail of the current
325N/A# workings of Swing. DO NOT DEPEND ON THIS.
325N/A# This may change in future versions of Swing as we improve localization
325N/A# support.
325N/A#
325N/A# Refer to the note in basic.properties for a description as to what
325N/A# the mnemonics correspond to and how to calculate them.
325N/A#
325N/A# @author Steve Wilson
325N/A
325N/A
325N/A############ FILE CHOOSER STRINGS #############
325N/A
325N/AFileChooser.acceptAllFileFilter.textAndMnemonic=*
325N/AFileChooser.cancelButton.textAndMnemonic=Annuler
325N/AFileChooser.saveButton.textAndMnemonic=Enregistrer
325N/AFileChooser.openButton.textAndMnemonic=OK
325N/AFileChooser.saveDialogTitle.textAndMnemonic=Enregistrer
325N/AFileChooser.openDialogTitle.textAndMnemonic=Ouvrir
325N/AFileChooser.updateButton.textAndMnemonic=Mettre \u00E0 jour
325N/AFileChooser.helpButton.textAndMnemonic=Aide
325N/AFileChooser.pathLabel.textAndMnemonic=Entrez le chemin ou le nom du dossier (&P):
325N/AFileChooser.filterLabel.textAndMnemonic=Filt&re
325N/AFileChooser.foldersLabel.textAndMnemonic=Dossiers(&L)
325N/AFileChooser.filesLabel.textAndMnemonic=Fich&iers
325N/AFileChooser.enterFileNameLabel.textAndMnemonic=E&ntrez le nom du fichier :
325N/AFileChooser.enterFolderNameLabel.textAndMnemonic=Entrez le nom du dossier :
325N/A
325N/AFileChooser.cancelButtonToolTip.textAndMnemonic=Ferme la bo\u00EEte de dialogue du s\u00E9lecteur de fichiers.
325N/AFileChooser.saveButtonToolTip.textAndMnemonic=Enregistre le fichier s\u00E9lectionn\u00E9.
325N/AFileChooser.openButtonToolTip.textAndMnemonic=Ouvre le fichier s\u00E9lectionn\u00E9.
325N/AFileChooser.updateButtonToolTip.textAndMnemonic=Met \u00E0 jour la liste des r\u00E9pertoires.
325N/AFileChooser.helpButtonToolTip.textAndMnemonic=Aide du s\u00E9lecteur de fichiers
325N/A