blob: 3ed6b451192aea2a6933d5c7a455a4532f1979c7 [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001# Refer to the note in basic.properties for a description as to what
2# the mnemonics correspond to and how to calculate them.
3
4
5
6# GTK specific properties
7
8# GTK color chooser properties:
9GTKColorChooserPanel.nameText=S\u00e9lectionneur de couleur GTK
10# mnemonic as a VK_ constant
11GTKColorChooserPanel.mnemonic=71
12# Can also define GTKColorChooserPanel.dispalyedMnemonicIndex if you
13# want an index other than would normally be underlined by
14# GTKColorChooserPanel.mnemonic to be underlined. This is only useful
15# if GTKColorChooserPanel.nameText defines the mnemonic character more
16# than once and you want a character other than the first underlined.
17
18# Text and mnemonics for the spinner. You can also defined a different
19# index for the mnemonic via xxxMnemonicIndex, for example
20# GTKColorChooserPanel.hueMnemonicIndex=1 would indicate the second
21# character of GTKColorChooserPanel.hueText should be underlined to
22# represent the mnemonic.
23GTKColorChooserPanel.hueText=Teinte\u00a0:
24GTKColorChooserPanel.hueMnemonic=84
25
26GTKColorChooserPanel.redText=Rouge\u00a0:
27GTKColorChooserPanel.redMnemonic=82
28
29GTKColorChooserPanel.saturationText=Saturation\u00a0:
30GTKColorChooserPanel.saturationMnemonic=83
31
32GTKColorChooserPanel.greenText=Vert\u00a0:
33GTKColorChooserPanel.greenMnemonic=69
34
35GTKColorChooserPanel.valueText=Valeur\u00a0:
36GTKColorChooserPanel.valueMnemonic=86
37
38GTKColorChooserPanel.blueText=Bleu\u00a0:
39GTKColorChooserPanel.blueMnemonic=66
40
41GTKColorChooserPanel.colorNameText=Nom de la couleur\u00a0:
42GTKColorChooserPanel.colorNameMnemonic=78
43
44
45
46############ FILE CHOOSER STRINGS #############
47
48FileChooser.acceptAllFileFilterText=Tous les fichiers
49FileChooser.newFolderButtonText=Nouveau dossier
50FileChooser.newFolderButtonMnemonic=78
51FileChooser.newFolderDialogText=Nom de dossier:
52FileChooser.newFolderNoDirectoryErrorTitleText=Error
53FileChooser.newFolderNoDirectoryErrorText=Error creating directory "{0}": No such file or directory
54FileChooser.deleteFileButtonText=Supprimer le fichier
55FileChooser.deleteFileButtonMnemonic=76
56FileChooser.renameFileButtonText=Renommer le fichier
57FileChooser.renameFileButtonMnemonic=82
58FileChooser.cancelButtonText=Annuler
59FileChooser.cancelButtonMnemonic=70
60FileChooser.saveButtonText=Enregistrer
61FileChooser.saveButtonMnemonic=79
62FileChooser.openButtonText=OK
63FileChooser.openButtonMnemonic=79
64FileChooser.saveDialogTitleText=Enregistrer
65FileChooser.openDialogTitleText=Ouvrir
66FileChooser.pathLabelText=S\u00e9lection\u00a0:
67FileChooser.filterLabelText=Filtre :
68FileChooser.pathLabelMnemonic=83
69FileChooser.foldersLabelText=Dossiers
70FileChooser.foldersLabelMnemonic=71
71FileChooser.filesLabelText=Fichiers
72FileChooser.filesLabelMnemonic=70
73
74FileChooser.cancelButtonToolTipText=Abandonner la bo\u00eete de dialogue du s\u00e9lectionneur de fichier.
75FileChooser.saveButtonToolTipText=Enregistrer le fichier s\u00e9lectionn\u00e9.
76FileChooser.openButtonToolTipText=Ouvrir le fichier s\u00e9lectionn\u00e9.
77
78FileChooser.renameFileDialogText=Renommer le fichier "{0}" en
79FileChooser.renameFileErrorTitle=Erreur
80FileChooser.renameFileErrorText=Erreur lors du changement de nom du fichier "{0}" en "{1}"
81
82OptionPane.okButtonMnemonic=79
83OptionPane.cancelButtonMnemonic=67