1 #
   2 # Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 # Refer to the note in basic.properties for a description as to what
  27 # the mnemonics correspond to and how to calculate them.
  28 
  29 
  30 
  31 # GTK specific properties
  32 
  33 # GTK color chooser properties:
  34 GTKColorChooserPanel.textAndMnemonic=S\u00E9lecteur de couleurs &GTK
  35 # mnemonic as a VK_ constant
  36 
  37 GTKColorChooserPanel.hue.textAndMnemonic=&Teinte :
  38 
  39 GTKColorChooserPanel.red.textAndMnemonic=Roug&e\u00A0:
  40 
  41 GTKColorChooserPanel.saturation.textAndMnemonic=&Saturation :
  42 
  43 GTKColorChooserPanel.green.textAndMnemonic=&Vert :
  44 
  45 GTKColorChooserPanel.value.textAndMnemonic=&Valeur :
  46 
  47 GTKColorChooserPanel.blue.textAndMnemonic=&Bleu :
  48 
  49 GTKColorChooserPanel.color.textAndMnemonic=&Nom de couleur :
  50 
  51 
  52 
  53 ############ FILE CHOOSER STRINGS #############
  54 
  55 FileChooser.acceptAllFileFilter.textAndMnemonic=Tous les fichiers
  56 FileChooser.newFolderButton.textAndMnemonic=&Nouveau dossier
  57 FileChooser.newFolderDialog.textAndMnemonic=Nom du dossier :
  58 FileChooser.newFolderNoDirectoryErrorTitle.textAndMnemonic=Erreur
  59 FileChooser.newFolderNoDirectoryError.textAndMnemonic=Erreur lors de la cr\u00E9ation du r\u00E9pertoire "{0}" : ce fichier ou r\u00E9pertoire n''existe pas
  60 FileChooser.deleteFileButton.textAndMnemonic=Supprimer &le fichier
  61 FileChooser.renameFileButton.textAndMnemonic=&Renommer le fichier
  62 FileChooser.cancelButton.textAndMnemonic=Annuler
  63 FileChooser.saveButton.textAndMnemonic=OK
  64 FileChooser.openButton.textAndMnemonic=OK
  65 FileChooser.saveDialogTitle.textAndMnemonic=Enregistrer
  66 FileChooser.openDialogTitle.textAndMnemonic=Ouvrir
  67 FileChooser.pathLabel.textAndMnemonic=&S\u00E9lection :
  68 FileChooser.filterLabel.textAndMnemonic=Filtre :
  69 FileChooser.foldersLabel.textAndMnemonic=&Dossiers
  70 FileChooser.filesLabel.textAndMnemonic=&Fichiers
  71 
  72 FileChooser.cancelButtonToolTip.textAndMnemonic=Ferme la bo\u00EEte de dialogue du s\u00E9lecteur de fichiers.
  73 FileChooser.saveButtonToolTip.textAndMnemonic=Enregistre le fichier s\u00E9lectionn\u00E9.
  74 FileChooser.openButtonToolTip.textAndMnemonic=Ouvre le fichier s\u00E9lectionn\u00E9.
  75 
  76 FileChooser.renameFileDialog.textAndMnemonic=Renomme le fichier "{0}" en
  77 FileChooser.renameFileError.titleAndMnemonic=Erreur
  78 FileChooser.renameFileError.textAndMnemonic=Erreur lors du changement de nom du fichier "{0}" en "{1}"
  79