blob: a7302bdc2d2cf5cb01731f1ad374123c6275e4b9 [file] [log] [blame]
#
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
# or visit www.oracle.com if you need additional information or have any
# questions.
#
# This properties file is used to create a PropertyResourceBundle
# It contains Locale specific strings used in Swing
# Currently, it contains the additional strings needed for the Aqua versions of these components:
#
# FileChooser
#
# When this file is read in, the strings are put into the
# defaults table. This is an implementation detail of the current
# workings of Swing. DO NOT DEPEND ON THIS.
# This may change in future versions of Swing as we improve localization
# support.
############ FILE CHOOSER STRINGS #############
FileChooser.fileDescriptionText=Fichier g\u00E9n\u00E9rique
FileChooser.directoryDescriptionText=R\u00E9pertoire
FileChooser.newFolderErrorText=Erreur lors de la cr\u00E9ation du dossier
FileChooser.newFolderErrorSeparator= :
FileChooser.acceptAllFileFilterText=Tous les fichiers
FileChooser.cancelButtonText=Annuler
FileChooser.saveButtonText=Enregistrer
FileChooser.openButtonText=Ouvrir
FileChooser.saveDialogTitleText=Enregistrer
FileChooser.openDialogTitleText=Ouvrir
FileChooser.updateButtonText=Mettre \u00E0 jour
FileChooser.helpButtonText=Aide
FileChooser.directoryOpenButtonText=Ouvrir
# File Size Units
FileChooser.fileSizeKiloBytes={0} KB
FileChooser.fileSizeMegaBytes={0} MB
FileChooser.fileSizeGigaBytes={0} GB
// Mac-specific strings
FileChooser.saveTitleText=Enregistrer
FileChooser.openTitleText=Ouvrir
FileChooser.newFolderExistsErrorText=Ce nom est d\u00E9j\u00E0 utilis\u00E9
FileChooser.chooseButtonText=Choisir
FileChooser.newFolderButtonText=Nouveau dossier
FileChooser.newFolderTitleText=Nouveau dossier
FileChooser.fileNameLabelText=Fichier :
FileChooser.saveDialogFileNameLabelText=Enregistrer sous :
FileChooser.filesOfTypeLabelText=Format de fichier :
FileChooser.desktopName=Bureau
FileChooser.newFolderPromptText=Nom du nouveau dossier :
FileChooser.untitledFolderName=dossier sans titre
FileChooser.untitledFileName=sans titre
FileChooser.createButtonText=Cr\u00E9er
FileChooser.byDateText=Date de modification
FileChooser.byNameText=Nom
FileChooser.newFolderAccessibleName=Nouveau dossier
FileChooser.mac.newFolder=dossier sans titre
FileChooser.mac.newFolder.subsequent=dossier {0} sans titre
############ COLOR CHOOSER STRINGS #############
ColorChooser.previewText=Aper\u00E7u
ColorChooser.okText=OK
ColorChooser.cancelText=Annuler
ColorChooser.resetText=R\u00E9initialiser
# VK_XXX constant for 'ColorChooser.resetText' button to make mnemonic
ColorChooser.resetMnemonic=82
ColorChooser.sampleText=Echantillon de texte Echantillon de texte
ColorChooser.swatchesNameText=Echantillons
ColorChooser.swatchesMnemonic=69
ColorChooser.swatchesDisplayedMnemonicIndex=0
ColorChooser.swatchesRecentText=Dernier :
ColorChooser.hsbNameText=TSL
# Each of the ColorChooser types can define a mnemonic, as a KeyEvent.VK_XXX
# constant, and an index into the text to render the mnemonic as. The
# mnemonic is xxxMnemonic and the index of the character to underline is
# xxxDisplayedMnemonicIndex.
ColorChooser.hsbMnemonic=84
ColorChooser.hsbDisplayedMnemonicIndex=0
ColorChooser.hsbHueText=T
ColorChooser.hsbSaturationText=S
ColorChooser.hsbBrightnessText=L
ColorChooser.hsbRedText=R
ColorChooser.hsbGreenText=V
ColorChooser.hsbBlueText=B
ColorChooser.rgbNameText=RVB
ColorChooser.rgbMnemonic=86
ColorChooser.rgbDisplayedMnemonicIndex=1
ColorChooser.rgbRedText=Rouge
ColorChooser.rgbRedMnemonic=79
ColorChooser.rgbGreenText=Vert
ColorChooser.rgbGreenMnemonic=86
ColorChooser.rgbBlueText=Bleu
ColorChooser.rgbBlueMnemonic=66
############ OPTION PANE STRINGS #############
# Mnemonic keys correspond to KeyEvent.VK_XXX constant
# We only define mnemonics for YES/NO, but for completeness you can
# define mnemonics for any of the buttons.
OptionPane.yesButtonText=Oui
OptionPane.yesButtonMnemonic=79
OptionPane.noButtonText=Non
OptionPane.noButtonMnemonic=78
OptionPane.okButtonText=OK
#OptionPane.okButtonMnemonic=0
OptionPane.cancelButtonText=Annuler
#OptionPane.cancelButtonMnemonic=0
OptionPane.titleText=S\u00E9lectionner une option
# Title for the dialog for the showInputDialog methods. Only used if
# the developer uses one of the variants that doesn't take a title.
OptionPane.inputDialogTitle=Entr\u00E9e
# Title for the dialog for the showMessageDialog methods. Only used if
# the developer uses one of the variants that doesn't take a title.
OptionPane.messageDialogTitle=Message
############ Printing Dialog Strings ############
PrintingDialog.titleProgressText=Impression
PrintingDialog.titleAbortingText=Impression (abandon)
PrintingDialog.contentInitialText=Impression en cours...
# The following string will be formatted by a MessageFormat
# and {0} will be replaced by page number being printed
PrintingDialog.contentProgressText=Page {0} imprim\u00E9e...
PrintingDialog.contentAbortingText=Abandon de l'impression...
PrintingDialog.abortButtonText=Abandonner
PrintingDialog.abortButtonMnemonic=65
PrintingDialog.abortButtonDisplayedMnemonicIndex=0
PrintingDialog.abortButtonToolTipText=Abandonner l'impression
############ Internal Frame Strings ############
InternalFrame.iconButtonToolTip=R\u00E9duire
InternalFrame.maxButtonToolTip=Agrandir
InternalFrame.restoreButtonToolTip=Restaurer
InternalFrame.closeButtonToolTip=Fermer
############ Internal Frame Title Pane Strings ############
InternalFrameTitlePane.restoreButtonText=Restaurer
InternalFrameTitlePane.moveButtonText=D\u00E9placer
InternalFrameTitlePane.sizeButtonText=Taille
InternalFrameTitlePane.minimizeButtonText=R\u00E9duire
InternalFrameTitlePane.maximizeButtonText=Agrandir
InternalFrameTitlePane.closeButtonText=Fermer
############ Text strings #############
# Used for html forms
FormView.submitButtonText=Soumettre la requ\u00EAte
FormView.resetButtonText=R\u00E9initialiser
FormView.browseFileButtonText=Parcourir...
############ Abstract Document Strings ############
AbstractDocument.styleChangeText=modification de style
AbstractDocument.additionText=ajout
AbstractDocument.deletionText=suppression
AbstractDocument.undoText=Annuler
AbstractDocument.redoText=R\u00E9tablir
############ Abstract Button Strings ############
AbstractButton.clickText=cliquer
############ Abstract Undoable Edit Strings ############
AbstractUndoableEdit.undoText=Annuler
AbstractUndoableEdit.redoText=R\u00E9tablir
############ Combo Box Strings ############
ComboBox.togglePopupText=togglePopup
############ Progress Monitor Strings ############
ProgressMonitor.progressText=Progression...
############ Split Pane Strings ############
SplitPane.leftButtonText=bouton gauche
SplitPane.rightButtonText=bouton droit
# Used for Isindex
IsindexView.prompt=Ceci est un index de recherche. Tapez des mots-cl\u00E9s pour la recherche :
############ InternalFrameTitlePane Strings ############
InternalFrameTitlePane.iconifyButtonAccessibleName=R\u00E9duire
InternalFrameTitlePane.maximizeButtonAccessibleName=Agrandir
InternalFrameTitlePane.closeButtonAccessibleName=Fermer