jdk/src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_fr.properties
author malenkov
Fri, 18 Jul 2008 18:26:22 +0400
changeset 1282 00a51b36c173
parent 2 90ce3da70b43
child 5307 7865cb8f2f54
permissions -rw-r--r--
6552812: Add HSL tab to JColorChooser Reviewed-by: peterz, avu
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
# This properties file is used to create a PropertyResourceBundle
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
# It contains Locale specific strings used in Swing
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
# Currently, the following components need this for support:
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
#    ColorChooser
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
#    FileChooser
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
#    OptionPane
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
# When this file is read in, the strings are put into the 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
# defaults table.  This is an implementation detail of the current
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
# workings of Swing.  DO NOT DEPEND ON THIS.  
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
# This may change in future versions of Swing as we improve localization 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# support.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
#                        MNEMONIC NOTE:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
# Many of strings in this file are used by widgets that have a
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
# mnemonic, for example:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
#   ColorChooser.rgbNameText=RGB
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
#   ColorChooser.rgbMnemonic=71
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
#   ColorChooser.rgbDisplayedMnemonicIndex=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
# Indicates that the tab in the ColorChooser for RGB colors will have
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
# the text 'RGB', further the mnemonic character will be 'g' and that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
# a decoration will be provided under the 'G'. This will typically
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
# look like:  RGB
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
#              -
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
# 71 corresponds to the decimal value of the VK constant defined
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
# in java/awt/KeyEvent.java. VK_G is defined as:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
#    public static final int VK_G              = 0x47;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
# 0x47 is a hex number and needs to be converted to decimal.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
# A simple way to calculate this for a-z is to add 64 to the index of
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
# the letter in the alphabet. As 'a' is in the 1st letter the mnemonic
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
# for 'a' is 65, 'b' is 66...
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
# The xxDisplayedMnemonicIndex is used to indicate the index of the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
# character that should be underlined in the String, with 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
# corresponding to the first character in the String.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
# One important thing to remember is that the mnemonic MUST exist in
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
# the String, if it does not exist you should add text that makes it
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
# exist. This will typically take the form 'XXXX (M)' where M is the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
# character for the mnemonic.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
# 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
# @author Steve Wilson
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
############ FILE CHOOSER STRINGS #############
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
FileChooser.fileDescriptionText=Fichier g\u00e9n\u00e9rique
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
FileChooser.directoryDescriptionText=R\u00e9pertoire
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
FileChooser.newFolderErrorText=Erreur lors de la cr\u00e9ation du nouveau dossier
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
FileChooser.newFolderErrorSeparator= : 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
FileChooser.newFolderParentDoesntExistTitleText=Unable to create folder
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
FileChooser.newFolderParentDoesntExistText=Unable to create the folder.\n\nThe system cannot find the path specified.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
FileChooser.renameErrorTitleText=Error Renaming File or Folder
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
FileChooser.renameErrorText=Cannot rename {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
FileChooser.renameErrorFileExistsText=Cannot rename {0}: A file with the name you specified already exists. \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
  Specify a different file name.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
FileChooser.acceptAllFileFilterText=Tous les fichiers
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
FileChooser.cancelButtonText=Annuler
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
FileChooser.cancelButtonMnemonic=65
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
FileChooser.saveButtonText=Enregistrer
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
FileChooser.saveButtonMnemonic=69
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
FileChooser.openButtonText=Ouvrir
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
FileChooser.openButtonMnemonic=79
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
FileChooser.saveDialogTitleText=Enregistrer
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
FileChooser.openDialogTitleText=Ouvrir
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
FileChooser.updateButtonText=Mise \u00e0 jour
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
FileChooser.updateButtonMnemonic=77
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
FileChooser.helpButtonText=Aide
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
FileChooser.helpButtonMnemonic=68
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
FileChooser.directoryOpenButtonText=Ouvrir
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
FileChooser.directoryOpenButtonMnemonic=79
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
# File Size Units
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
FileChooser.fileSizeKiloBytes={0} Ko
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
FileChooser.fileSizeMegaBytes={0} Mo
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
FileChooser.fileSizeGigaBytes={0} Go
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
# These strings are platform dependent not look and feel dependent.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
FileChooser.win32.newFolder=Nouveau dossier
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
FileChooser.win32.newFolder.subsequent=Nouveau dossier ({0})
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
FileChooser.other.newFolder=Nouveau dossier
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
FileChooser.other.newFolder.subsequent=Nouveau dossier.{0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
## file chooser tooltips ###
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
FileChooser.cancelButtonToolTipText=Ferme la bo\u00eete de dialogue du s\u00e9lecteur de fichiers
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
FileChooser.saveButtonToolTipText=Enregistre le fichier s\u00e9lectionn\u00e9
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
FileChooser.openButtonToolTipText=Ouvre le fichier s\u00e9lectionn\u00e9
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
FileChooser.updateButtonToolTipText=Met \u00e0 jour la liste des r\u00e9pertoires
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
FileChooser.helpButtonToolTipText=Aide sur le s\u00e9lecteur de fichiers
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
FileChooser.directoryOpenButtonToolTipText=Ouvrir le r\u00e9pertoire s\u00e9lectionn\u00e9
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
############ COLOR CHOOSER STRINGS #############
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
ColorChooser.previewText=Aper\u00e7u
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
ColorChooser.okText=OK
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
ColorChooser.cancelText=Annuler
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
ColorChooser.resetText=Restaurer
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
# VK_XXX constant for 'ColorChooser.resetText' button to make mnemonic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
ColorChooser.resetMnemonic=82
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
ColorChooser.sampleText=Echantillon de texte  Echantillon de texte
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
ColorChooser.swatchesNameText=Echantillons
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
ColorChooser.swatchesMnemonic=69
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
ColorChooser.swatchesRecentText=Dernier :
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
# Each of the ColorChooser types can define a mnemonic, as a KeyEvent.VK_XXX
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
# constant, and an index into the text to render the mnemonic as. The
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
# mnemonic is xxxMnemonic and the index of the character to underline is
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
# xxxDisplayedMnemonicIndex.
1282
00a51b36c173 6552812: Add HSL tab to JColorChooser
malenkov
parents: 2
diff changeset
   109
ColorChooser.hsvNameText=HSV
00a51b36c173 6552812: Add HSL tab to JColorChooser
malenkov
parents: 2
diff changeset
   110
ColorChooser.hsvMnemonic=72
00a51b36c173 6552812: Add HSL tab to JColorChooser
malenkov
parents: 2
diff changeset
   111
ColorChooser.hsvHueText=Hue
00a51b36c173 6552812: Add HSL tab to JColorChooser
malenkov
parents: 2
diff changeset
   112
ColorChooser.hsvSaturationText=Saturation
00a51b36c173 6552812: Add HSL tab to JColorChooser
malenkov
parents: 2
diff changeset
   113
ColorChooser.hsvValueText=Value
00a51b36c173 6552812: Add HSL tab to JColorChooser
malenkov
parents: 2
diff changeset
   114
ColorChooser.hsvTransparencyText=Transparency
00a51b36c173 6552812: Add HSL tab to JColorChooser
malenkov
parents: 2
diff changeset
   115
ColorChooser.hslNameText=HSL
00a51b36c173 6552812: Add HSL tab to JColorChooser
malenkov
parents: 2
diff changeset
   116
ColorChooser.hslMnemonic=76
00a51b36c173 6552812: Add HSL tab to JColorChooser
malenkov
parents: 2
diff changeset
   117
ColorChooser.hslHueText=Hue
00a51b36c173 6552812: Add HSL tab to JColorChooser
malenkov
parents: 2
diff changeset
   118
ColorChooser.hslSaturationText=Saturation
00a51b36c173 6552812: Add HSL tab to JColorChooser
malenkov
parents: 2
diff changeset
   119
ColorChooser.hslLightnessText=Lightness
00a51b36c173 6552812: Add HSL tab to JColorChooser
malenkov
parents: 2
diff changeset
   120
ColorChooser.hslTransparencyText=Transparency
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
ColorChooser.rgbNameText=RVB
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
ColorChooser.rgbMnemonic=86
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
ColorChooser.rgbRedText=Rouge
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
ColorChooser.rgbRedMnemonic=71
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
ColorChooser.rgbGreenText=Vert
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
ColorChooser.rgbGreenMnemonic=84
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
ColorChooser.rgbBlueText=Bleu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
ColorChooser.rgbBlueMnemonic=66
1282
00a51b36c173 6552812: Add HSL tab to JColorChooser
malenkov
parents: 2
diff changeset
   129
ColorChooser.rgbAlphaText=Alpha
00a51b36c173 6552812: Add HSL tab to JColorChooser
malenkov
parents: 2
diff changeset
   130
ColorChooser.rgbHexCodeText=Color Code
00a51b36c173 6552812: Add HSL tab to JColorChooser
malenkov
parents: 2
diff changeset
   131
ColorChooser.rgbHexCodeMnemonic=67
00a51b36c173 6552812: Add HSL tab to JColorChooser
malenkov
parents: 2
diff changeset
   132
ColorChooser.cmykNameText=CMYK
00a51b36c173 6552812: Add HSL tab to JColorChooser
malenkov
parents: 2
diff changeset
   133
ColorChooser.cmykMnemonic=77
00a51b36c173 6552812: Add HSL tab to JColorChooser
malenkov
parents: 2
diff changeset
   134
ColorChooser.cmykCyanText=Cyan
00a51b36c173 6552812: Add HSL tab to JColorChooser
malenkov
parents: 2
diff changeset
   135
ColorChooser.cmykMagentaText=Magenta
00a51b36c173 6552812: Add HSL tab to JColorChooser
malenkov
parents: 2
diff changeset
   136
ColorChooser.cmykYellowText=Yellow
00a51b36c173 6552812: Add HSL tab to JColorChooser
malenkov
parents: 2
diff changeset
   137
ColorChooser.cmykBlackText=Black
00a51b36c173 6552812: Add HSL tab to JColorChooser
malenkov
parents: 2
diff changeset
   138
ColorChooser.cmykAlphaText=Alpha
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
############ OPTION PANE STRINGS #############
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
# Mnemonic keys correspond to KeyEvent.VK_XXX constant
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
# We only define mnemonics for YES/NO, but for completeness you can
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
# define mnemonics for any of the buttons.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
OptionPane.yesButtonText=Oui
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
OptionPane.yesButtonMnemonic=79
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
OptionPane.noButtonText=Non
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
OptionPane.noButtonMnemonic=78
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
OptionPane.okButtonText=OK
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
OptionPane.okButtonMnemonic=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
OptionPane.cancelButtonText=Annuler
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
OptionPane.cancelButtonMnemonic=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
OptionPane.titleText=S\u00e9lectionnez une option
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
# Title for the dialog for the showInputDialog methods. Only used if
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
# the developer uses one of the variants that doesn't take a title.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
OptionPane.inputDialogTitle=Entr\u00e9e
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
# Title for the dialog for the showMessageDialog methods. Only used if
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
# the developer uses one of the variants that doesn't take a title.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
OptionPane.messageDialogTitle=Message
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
############ Printing Dialog Strings ############
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
PrintingDialog.titleProgressText=Impression
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
PrintingDialog.titleAbortingText=Impression (Abandon)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
PrintingDialog.contentInitialText=Impression en cours...
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
# The following string will be formatted by a MessageFormat
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
# and {0} will be replaced by page number being printed
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
PrintingDialog.contentProgressText=Page imprim\u00e9e {0}...
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
PrintingDialog.contentAbortingText=Abandon de l'impression...
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
PrintingDialog.abortButtonText=Abandonner
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
PrintingDialog.abortButtonMnemonic=65
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
PrintingDialog.abortButtonDisplayedMnemonicIndex=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
PrintingDialog.abortButtonToolTipText=Abandonner l'impression
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
############ Internal Frame Strings ############
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
InternalFrame.iconButtonToolTip=R\u00e9duire
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
InternalFrame.maxButtonToolTip=Agrandir
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
InternalFrame.restoreButtonToolTip=Restaurer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
InternalFrame.closeButtonToolTip=Fermer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
############ Internal Frame Title Pane Strings ############
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
InternalFrameTitlePane.restoreButtonText=Restaurer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
InternalFrameTitlePane.moveButtonText=D\u00e9placer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
InternalFrameTitlePane.sizeButtonText=Taille
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
InternalFrameTitlePane.minimizeButtonText=R\u00e9duire
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
InternalFrameTitlePane.maximizeButtonText=Agrandir
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
InternalFrameTitlePane.closeButtonText=Fermer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
############ Text strings #############
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
# Used for html forms
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
FormView.submitButtonText=Soumettre la requ\u00eate
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
FormView.resetButtonText=Restaurer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
FormView.browseFileButtonText=Parcourir...
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
############ Abstract Document Strings ############
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
AbstractDocument.styleChangeText=modification de style
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
AbstractDocument.additionText=ajout
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
AbstractDocument.deletionText=suppression
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
AbstractDocument.undoText=D\u00e9faire
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
AbstractDocument.redoText=Refaire
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
############ Abstract Button Strings ############
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
AbstractButton.clickText=cliquez sur
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
############ Abstract Undoable Edit Strings ############
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
AbstractUndoableEdit.undoText=D\u00e9faire
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
AbstractUndoableEdit.redoText=Refaire
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
############ Combo Box Strings ############
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
ComboBox.togglePopupText=togglePopup
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
############ Progress Monitor Strings ############
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
ProgressMonitor.progressText=Progression...
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
############ Split Pane Strings ############
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
SplitPane.leftButtonText=bouton gauche
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
SplitPane.rightButtonText=bouton droit
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
# Used for Isindex
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
IsindexView.prompt=Ceci est un index de recherche.  Tapez des mots-cl\u00e9s pour la recherche :
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
############ InternalFrameTitlePane Strings ############
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
InternalFrameTitlePane.iconifyButtonAccessibleName=R\u00e9duire
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
InternalFrameTitlePane.maximizeButtonAccessibleName=Agrandir
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
InternalFrameTitlePane.closeButtonAccessibleName=Fermer