< prev index next >

src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_fr.properties

Print this page
rev 1468 : 7034940: message drop 2 translation integration
Reviewed-by: yhuang
rev 1479 : 7034259: [all] incorrect mnemonic keys in JCP automatic update advanced settings dialog.
Reviewed-by: yhuang
rev 1480 : 6501385: ColorChooser demo - two elemets have same mnemonic in it locale, GTK L&F
Reviewed-by: yhuang
rev 1486 : 7093156: NLS Please change the mnemonic assignment system to avoid translation issue (Swing files)
Reviewed-by: rupashka, alexp
rev 1487 : 7175367: NLS: 7u6 message drop10 integration
Reviewed-by: yhuang
rev 1584 : 8080628: No mnemonics on Open and Save buttons in JFileChooser
Reviewed-by: serb, alexsch
   1 # 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:
   9 GTKColorChooserPanel.nameText=S\u00E9lecteur de couleurs GTK
  10 # mnemonic as a VK_ constant
  11 GTKColorChooserPanel.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.
  23 GTKColorChooserPanel.hueText=Teinte\u00A0:
  24 GTKColorChooserPanel.hueMnemonic=72
  25 
  26 GTKColorChooserPanel.redText=Rouge\u00A0:
  27 GTKColorChooserPanel.redMnemonic=69
  28 
  29 GTKColorChooserPanel.saturationText=Saturation\u00A0:
  30 GTKColorChooserPanel.saturationMnemonic=83
  31 
  32 GTKColorChooserPanel.greenText=Vert\u00A0:
  33 GTKColorChooserPanel.greenMnemonic=71
  34 
  35 GTKColorChooserPanel.valueText=Valeur\u00A0:
  36 GTKColorChooserPanel.valueMnemonic=86
  37 
  38 GTKColorChooserPanel.blueText=Bleu\u00A0:
  39 GTKColorChooserPanel.blueMnemonic=66
  40 
  41 GTKColorChooserPanel.colorNameText=Nom de la couleur\u00A0:
  42 GTKColorChooserPanel.colorNameMnemonic=78







  43 
  44 
  45 
  46 ############ FILE CHOOSER STRINGS #############
  47 
  48 FileChooser.acceptAllFileFilterText=Tous les fichiers
  49 FileChooser.newFolderButtonText=Nouveau dossier
  50 FileChooser.newFolderButtonMnemonic=78
  51 FileChooser.newFolderDialogText=Nom du dossier :
  52 FileChooser.newFolderNoDirectoryErrorTitleText=Erreur
  53 FileChooser.newFolderNoDirectoryErrorText=Erreur lors de la cr\u00E9ation du r\u00E9pertoire "{0}" : ce fichier ou r\u00E9pertoire n''existe pas
  54 FileChooser.deleteFileButtonText=Supprimer le fichier
  55 FileChooser.deleteFileButtonMnemonic=76
  56 FileChooser.renameFileButtonText=Renommer le fichier
  57 FileChooser.renameFileButtonMnemonic=82
  58 FileChooser.cancelButtonText=Annuler
  59 FileChooser.cancelButtonMnemonic=67
  60 FileChooser.saveButtonText=OK
  61 FileChooser.saveButtonMnemonic=79
  62 FileChooser.openButtonText=OK
  63 FileChooser.openButtonMnemonic=79
  64 FileChooser.saveDialogTitleText=Enregistrer
  65 FileChooser.openDialogTitleText=Ouvrir
  66 FileChooser.pathLabelText=S\u00E9lection\u00A0:
  67 FileChooser.filterLabelText=Filtre :
  68 FileChooser.pathLabelMnemonic=83
  69 FileChooser.foldersLabelText=Dossiers
  70 FileChooser.foldersLabelMnemonic=68
  71 FileChooser.filesLabelText=Fichiers
  72 FileChooser.filesLabelMnemonic=70
  73 
  74 FileChooser.cancelButtonToolTipText=Ferme la bo\u00EEte de dialogue du s\u00E9lecteur de fichiers.
  75 FileChooser.saveButtonToolTipText=Enregistre le fichier s\u00E9lectionn\u00E9.
  76 FileChooser.openButtonToolTipText=Ouvre le fichier s\u00E9lectionn\u00E9.
  77 
  78 FileChooser.renameFileDialogText=Renomme le fichier "{0}" en
  79 FileChooser.renameFileErrorTitle=Erreur 
  80 FileChooser.renameFileErrorText=Erreur lors du changement de nom du fichier "{0}" en "{1}"
  81 
  82 OptionPane.okButtonMnemonic=79
  83 OptionPane.cancelButtonMnemonic=67
   1 # 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:
   9 GTKColorChooserPanel.textAndMnemonic=S\u00E9lecteur de couleurs &GTK
  10 # mnemonic as a VK_ constant























  11 
  12 GTKColorChooserPanel.hue.textAndMnemonic=&Teinte :

  13 
  14 GTKColorChooserPanel.red.textAndMnemonic=Roug&e\u00A0:

  15 
  16 GTKColorChooserPanel.saturation.textAndMnemonic=&Saturation :
  17 
  18 GTKColorChooserPanel.green.textAndMnemonic=&Vert :
  19 
  20 GTKColorChooserPanel.value.textAndMnemonic=&Valeur :
  21 
  22 GTKColorChooserPanel.blue.textAndMnemonic=&Bleu :
  23 
  24 GTKColorChooserPanel.color.textAndMnemonic=&Nom de couleur :
  25 
  26 
  27 
  28 ############ FILE CHOOSER STRINGS #############
  29 
  30 FileChooser.acceptAllFileFilter.textAndMnemonic=Tous les fichiers
  31 FileChooser.newFolderButton.textAndMnemonic=&Nouveau dossier
  32 FileChooser.newFolderDialog.textAndMnemonic=Nom du dossier :
  33 FileChooser.newFolderNoDirectoryErrorTitle.textAndMnemonic=Erreur
  34 FileChooser.newFolderNoDirectoryError.textAndMnemonic=Erreur lors de la cr\u00E9ation du r\u00E9pertoire "{0}" : ce fichier ou r\u00E9pertoire n''existe pas
  35 FileChooser.deleteFileButton.textAndMnemonic=Supprimer &le fichier
  36 FileChooser.renameFileButton.textAndMnemonic=&Renommer le fichier
  37 FileChooser.cancelButton.textAndMnemonic=Annuler
  38 FileChooser.saveButton.textAndMnemonic=OK
  39 FileChooser.openButton.textAndMnemonic=OK
  40 FileChooser.saveDialogTitle.textAndMnemonic=Enregistrer
  41 FileChooser.openDialogTitle.textAndMnemonic=Ouvrir
  42 FileChooser.pathLabel.textAndMnemonic=&S\u00E9lection :
  43 FileChooser.filterLabel.textAndMnemonic=Filtre :
  44 FileChooser.foldersLabel.textAndMnemonic=&Dossiers
  45 FileChooser.filesLabel.textAndMnemonic=&Fichiers
  46 
  47 FileChooser.cancelButtonToolTip.textAndMnemonic=Ferme la bo\u00EEte de dialogue du s\u00E9lecteur de fichiers.
  48 FileChooser.saveButtonToolTip.textAndMnemonic=Enregistre le fichier s\u00E9lectionn\u00E9.
  49 FileChooser.openButtonToolTip.textAndMnemonic=Ouvre le fichier s\u00E9lectionn\u00E9.
  50 
  51 FileChooser.renameFileDialog.textAndMnemonic=Renomme le fichier "{0}" en
  52 FileChooser.renameFileError.titleAndMnemonic=Erreur
  53 FileChooser.renameFileError.textAndMnemonic=Erreur lors du changement de nom du fichier "{0}" en "{1}"









  54 


< prev index next >