src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/resources/motif_fr.properties
author ljiang
Thu, 25 Jul 2019 15:29:50 +0800
changeset 57577 a0c5401371c9
parent 47216 71c04702a3d5
permissions -rw-r--r--
8228397: Missing license copyright header in some properties files Reviewed-by: iris, mchung, naoto
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
57577
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     1
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     2
# Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     4
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    10
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    15
# accompanied this code).
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    16
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    17
# You should have received a copy of the GNU General Public License version
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    20
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    23
# questions.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    24
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    25
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
# This properties file is used to create a PropertyResourceBundle
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
# It contains Locale specific strings used be the Motif Look and Feel.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
# Currently, the following components need this for support:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
#    FileChooser
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
# When this file is read in, the strings are put into the 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
# defaults table.  This is an implementation detail of the current
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
# workings of Swing.  DO NOT DEPEND ON THIS.  
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
# This may change in future versions of Swing as we improve localization 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
# support.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
# Refer to the note in basic.properties for a description as to what
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
# the mnemonics correspond to and how to calculate them.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
# @author Steve Wilson
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
############ FILE CHOOSER STRINGS #############
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
12655
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    46
FileChooser.acceptAllFileFilter.textAndMnemonic=*
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    47
FileChooser.cancelButton.textAndMnemonic=Annuler
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    48
FileChooser.saveButton.textAndMnemonic=Enregistrer
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    49
FileChooser.openButton.textAndMnemonic=OK
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    50
FileChooser.saveDialogTitle.textAndMnemonic=Enregistrer
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    51
FileChooser.openDialogTitle.textAndMnemonic=Ouvrir
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    52
FileChooser.updateButton.textAndMnemonic=Mettre \u00E0 jour
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    53
FileChooser.helpButton.textAndMnemonic=Aide
17184
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12655
diff changeset
    54
FileChooser.pathLabel.textAndMnemonic=Entrez le c&hemin ou le nom du dossier :
12655
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    55
FileChooser.filterLabel.textAndMnemonic=Filt&re
17184
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12655
diff changeset
    56
FileChooser.foldersLabel.textAndMnemonic=&Dossiers
12655
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    57
FileChooser.filesLabel.textAndMnemonic=F&ichiers
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    58
FileChooser.enterFileNameLabel.textAndMnemonic=E&ntrez le nom du fichier :
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    59
FileChooser.enterFolderNameLabel.textAndMnemonic=Entrez le nom du dossier :
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
12655
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    61
FileChooser.cancelButtonToolTip.textAndMnemonic=Ferme la bo\u00EEte de dialogue du s\u00E9lecteur de fichiers.
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    62
FileChooser.saveButtonToolTip.textAndMnemonic=Enregistre le fichier s\u00E9lectionn\u00E9.
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    63
FileChooser.openButtonToolTip.textAndMnemonic=Ouvre le fichier s\u00E9lectionn\u00E9.
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    64
FileChooser.updateButtonToolTip.textAndMnemonic=Met \u00E0 jour la liste des r\u00E9pertoires.
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    65
FileChooser.helpButtonToolTip.textAndMnemonic=Aide du s\u00E9lecteur de fichiers