gtk_fr.properties revision 0
0N/A# Refer to the note in basic.properties for a description as to what
0N/A# the mnemonics correspond to and how to calculate them.
0N/A
0N/A
0N/A
0N/A# GTK specific properties
0N/A
0N/A# GTK color chooser properties:
0N/AGTKColorChooserPanel.nameText=S\u00e9lectionneur de couleur GTK
0N/A# mnemonic as a VK_ constant
0N/AGTKColorChooserPanel.mnemonic=71
0N/A# Can also define GTKColorChooserPanel.dispalyedMnemonicIndex if you
0N/A# want an index other than would normally be underlined by
0N/A# GTKColorChooserPanel.mnemonic to be underlined. This is only useful
0N/A# if GTKColorChooserPanel.nameText defines the mnemonic character more
0N/A# than once and you want a character other than the first underlined.
0N/A
0N/A# Text and mnemonics for the spinner. You can also defined a different
0N/A# index for the mnemonic via xxxMnemonicIndex, for example
0N/A# GTKColorChooserPanel.hueMnemonicIndex=1 would indicate the second
0N/A# character of GTKColorChooserPanel.hueText should be underlined to
0N/A# represent the mnemonic.
0N/AGTKColorChooserPanel.hueText=Teinte\u00a0:
0N/AGTKColorChooserPanel.hueMnemonic=84
0N/A
0N/AGTKColorChooserPanel.redText=Rouge\u00a0:
0N/AGTKColorChooserPanel.redMnemonic=82
0N/A
0N/AGTKColorChooserPanel.saturationText=Saturation\u00a0:
0N/AGTKColorChooserPanel.saturationMnemonic=83
0N/A
0N/AGTKColorChooserPanel.greenText=Vert\u00a0:
0N/AGTKColorChooserPanel.greenMnemonic=69
0N/A
0N/AGTKColorChooserPanel.valueText=Valeur\u00a0:
0N/AGTKColorChooserPanel.valueMnemonic=86
0N/A
0N/AGTKColorChooserPanel.blueText=Bleu\u00a0:
0N/AGTKColorChooserPanel.blueMnemonic=66
0N/A
0N/AGTKColorChooserPanel.colorNameText=Nom de la couleur\u00a0:
0N/AGTKColorChooserPanel.colorNameMnemonic=78
0N/A
0N/A
0N/A
0N/A############ FILE CHOOSER STRINGS #############
0N/A
0N/AFileChooser.acceptAllFileFilterText=Tous les fichiers
0N/AFileChooser.newFolderButtonText=Nouveau dossier
0N/AFileChooser.newFolderButtonMnemonic=78
0N/AFileChooser.newFolderDialogText=Nom de dossier:
0N/AFileChooser.newFolderNoDirectoryErrorTitleText=Error
0N/AFileChooser.newFolderNoDirectoryErrorText=Error creating directory "{0}": No such file or directory
0N/AFileChooser.deleteFileButtonText=Supprimer le fichier
0N/AFileChooser.deleteFileButtonMnemonic=76
0N/AFileChooser.renameFileButtonText=Renommer le fichier
0N/AFileChooser.renameFileButtonMnemonic=82
0N/AFileChooser.cancelButtonText=Annuler
0N/AFileChooser.cancelButtonMnemonic=70
0N/AFileChooser.saveButtonText=Enregistrer
0N/AFileChooser.saveButtonMnemonic=79
0N/AFileChooser.openButtonText=OK
0N/AFileChooser.openButtonMnemonic=79
0N/AFileChooser.saveDialogTitleText=Enregistrer
0N/AFileChooser.openDialogTitleText=Ouvrir
0N/AFileChooser.pathLabelText=S\u00e9lection\u00a0:
0N/AFileChooser.filterLabelText=Filtre :
0N/AFileChooser.pathLabelMnemonic=83
0N/AFileChooser.foldersLabelText=Dossiers
0N/AFileChooser.foldersLabelMnemonic=71
0N/AFileChooser.filesLabelText=Fichiers
0N/AFileChooser.filesLabelMnemonic=70
0N/A
0N/AFileChooser.cancelButtonToolTipText=Abandonner la bo\u00eete de dialogue du s\u00e9lectionneur de fichier.
0N/AFileChooser.saveButtonToolTipText=Enregistrer le fichier s\u00e9lectionn\u00e9.
0N/AFileChooser.openButtonToolTipText=Ouvrir le fichier s\u00e9lectionn\u00e9.
0N/A
0N/AFileChooser.renameFileDialogText=Renommer le fichier "{0}" en
0N/AFileChooser.renameFileErrorTitle=Erreur
0N/AFileChooser.renameFileErrorText=Erreur lors du changement de nom du fichier "{0}" en "{1}"
0N/A
0N/AOptionPane.okButtonMnemonic=79
0N/AOptionPane.cancelButtonMnemonic=67