src/java.desktop/share/classes/sun/awt/resources/awt_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
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
# AWT-specific properties
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
# Modifier names
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
AWT.shift=Maj
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
AWT.control=Ctrl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
AWT.alt=Alt
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    35
AWT.meta=M\u00E9ta
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    36
AWT.altGraph=Alt graphique
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
# Key names
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    39
AWT.enter=Entr\u00E9e
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    40
AWT.backSpace=Retour arri\u00E8re
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
AWT.tab=Tab
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
AWT.cancel=Annuler
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
AWT.clear=Effacer
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
AWT.pause=Pause
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
AWT.capsLock=Verrouillage des majuscules
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    46
AWT.escape=Echap
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
AWT.space=Espace
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    48
AWT.pgup=Page pr\u00E9c\u00E9dente
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
AWT.pgdn=Page suivante
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
AWT.end=Fin
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
AWT.home=Origine
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
AWT.left=Gauche
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
AWT.up=Haut
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
AWT.right=Droite
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
AWT.down=Bas
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    56
AWT.begin=D\u00E9but
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    57
AWT.comma=Virgule
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    58
AWT.period=Point
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    59
AWT.slash=Barre oblique
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    60
AWT.semicolon=Point-virgule
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    61
AWT.equals=Egal
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    62
AWT.openBracket=Crochet ouvrant
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    63
AWT.backSlash=Barre oblique inverse
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    64
AWT.closeBracket=Crochet fermant
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    65
AWT.multiply=Pav\u00E9 num\u00E9rique *
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    66
AWT.add=Pav\u00E9 num\u00E9rique +
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    67
AWT.separator=Pav\u00E9 num\u00E9rique ,
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    68
AWT.separater=Pav\u00E9 num\u00E9rique ,
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    69
AWT.subtract=Pav\u00E9 num\u00E9rique -
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    70
AWT.decimal=Pav\u00E9 num\u00E9rique .
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    71
AWT.divide=Pav\u00E9 num\u00E9rique /
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
AWT.delete=Supprimer
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    73
AWT.numLock=Verrouillage du pav\u00E9 num\u00E9rique
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    74
AWT.scrollLock=Verrouillage du d\u00E9filement
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
AWT.f1=F1
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
AWT.f2=F2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
AWT.f3=F3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
AWT.f4=F4
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
AWT.f5=F5
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
AWT.f6=F6
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
AWT.f7=F7
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
AWT.f8=F8
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
AWT.f9=F9
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
AWT.f10=F10
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
AWT.f11=F11
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
AWT.f12=F12
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
AWT.f13=F13
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
AWT.f14=F14
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
AWT.f15=F15
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
AWT.f16=F16
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
AWT.f17=F17
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
AWT.f18=F18
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
AWT.f19=F19
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
AWT.f20=F20
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
AWT.f21=F21
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
AWT.f22=F22
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
AWT.f23=F23
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
AWT.f24=F24
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    99
AWT.printScreen=Impression d'\u00E9cran
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   100
AWT.insert=Ins\u00E9rer
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
AWT.help=Aide
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
AWT.windows=Windows
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   103
AWT.context=Menu contextuel
9039
9c89f03a65ec 6384973: Incorrect translations in awt.properties
mfang
parents: 8203
diff changeset
   104
AWT.backQuote=Accent grave avec chasse
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   105
AWT.quote=Apostrophe
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
AWT.deadGrave=Accent grave
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
AWT.deadAcute=Accent aigu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
AWT.deadCircumflex=Accent circonflexe
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
AWT.deadTilde=Tilde
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
AWT.deadMacron=Macron
9039
9c89f03a65ec 6384973: Incorrect translations in awt.properties
mfang
parents: 8203
diff changeset
   111
AWT.deadBreve=Dead Breve
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   112
AWT.deadAboveDot=Point en chef
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   113
AWT.deadDiaeresis=Tr\u00E9ma
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   114
AWT.deadAboveRing=Anneau en chef
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   115
AWT.deadDoubleAcute=Double accent aigu
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
AWT.deadCaron=Caron
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   117
AWT.deadCedilla=C\u00E9dille
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
AWT.deadOgonek=Ogonek
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
AWT.deadIota=Iota
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   120
AWT.deadVoicedSound=Son vois\u00E9
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   121
AWT.deadSemivoicedSound=Son semi-vois\u00E9
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   122
AWT.ampersand=Esperluette
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   123
AWT.asterisk=Ast\u00E9risque
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
AWT.quoteDbl=Guillemets
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   125
AWT.Less=Inf\u00E9rieur \u00E0
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   126
AWT.greater=Sup\u00E9rieur \u00E0
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
AWT.braceLeft=Accolade ouvrante
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
AWT.braceRight=Accolade fermante
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
AWT.at=A commercial
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
AWT.colon=Deux-points
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
AWT.circumflex=Circonflexe
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
AWT.dollar=Dollar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
AWT.euro=Euro
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   134
AWT.exclamationMark=Point d'exclamation
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   135
AWT.invertedExclamationMark=Point d'exclamation invers\u00E9
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   136
AWT.leftParenthesis=Parenth\u00E8se ouvrante
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   137
AWT.numberSign=Di\u00E8se
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
AWT.plus=Plus
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
AWT.minus=Moins
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   140
AWT.rightParenthesis=Parenth\u00E8se fermante
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   141
AWT.underscore=Trait de soulignement
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
AWT.final=Final
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
AWT.convert=Convertir
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
AWT.noconvert=Ne pas convertir
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
AWT.accept=Accepter
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
AWT.modechange=Changement de mode
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
AWT.kana=Kana
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
AWT.kanji=Kanji
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   149
AWT.alphanumeric=Alphanum\u00E9rique
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
AWT.katakana=Katakana
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
AWT.hiragana=Hiragana
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
AWT.fullWidth=Pleine largeur
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
AWT.halfWidth=Demi-largeur
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   154
AWT.romanCharacters=Caract\u00E8res romains
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
AWT.allCandidates=Tous les candidats
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   156
AWT.previousCandidate=Candidat pr\u00E9c\u00E9dent
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   157
AWT.codeInput=Entr\u00E9e de code
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
AWT.japaneseKatakana=Japonais Katakana
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
AWT.japaneseHiragana=Japonais Hiragana
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
AWT.japaneseRoman=Japonais romain
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
AWT.kanaLock=Verrouiller Kana
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   162
AWT.inputMethodOnOff=Activation/d\u00E9sactivation de la m\u00E9thode d'entr\u00E9e
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   163
AWT.again=R\u00E9p\u00E9ter
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
AWT.undo=Annuler
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
AWT.copy=Copier
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
AWT.paste=Coller
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
AWT.cut=Couper
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
AWT.find=Rechercher
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
AWT.props=Props
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   170
AWT.stop=Arr\u00EAter
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
AWT.compose=Composer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
# Numeric Keypad
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   174
AWT.numpad=Pav\u00E9 num\u00E9rique
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   175
AWT.unknown=Inconnu
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   176
AWT.undefined=Non d\u00E9fini
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
# Predefined cursor names
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   179
AWT.DefaultCursor=Curseur par d\u00E9faut
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   180
AWT.CrosshairCursor=Curseur r\u00E9ticulaire
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
AWT.TextCursor=Curseur de texte
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   182
AWT.WaitCursor=Curseur d'attente
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   183
AWT.SWResizeCursor=Curseur de redimensionnement sud-ouest
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   184
AWT.SEResizeCursor=Curseur de redimensionnement sud-est
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   185
AWT.NWResizeCursor=Curseur de redimensionnement nord-ouest
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   186
AWT.NEResizeCursor=Curseur de redimensionnement nord-est
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   187
AWT.NResizeCursor=Curseur de redimensionnement nord
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   188
AWT.SResizeCursor=Curseur de redimensionnement sud
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   189
AWT.WResizeCursor=Curseur de redimensionnement ouest
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   190
AWT.EResizeCursor=Curseur de redimensionnement est
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   191
AWT.HandCursor=Curseur en forme de main
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   192
AWT.MoveCursor=Curseur de d\u00E9placement
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   193
AWT.DefaultDragCursor=Curseur de d\u00E9placement par d\u00E9faut
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   194
AWT.DefaultNoDropCursor=Curseur non d\u00E9pla\u00E7ant par d\u00E9faut
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   195
AWT.DefaultDropCursor=Curseur de pose par d\u00E9faut
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
# Input method related strings
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   198
AWT.CompositionWindowTitle=Fen\u00EAtre d'entr\u00E9e
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   199
AWT.InputMethodSelectionMenu=S\u00E9lectionner la m\u00E9thode d'entr\u00E9e
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   200
AWT.HostInputMethodDisplayName=M\u00E9thodes d'entr\u00E9e syst\u00E8me
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
AWT.InputMethodLanguage.ja=Japonais
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   202
AWT.InputMethodLanguage.ko=Cor\u00E9en
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
AWT.InputMethodLanguage.zh=Chinois
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   204
AWT.InputMethodLanguage.zh_CN=Chinois simplifi\u00E9
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
AWT.InputMethodLanguage.zh_TW=Chinois traditionnel
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   206
AWT.InputMethodCreationFailed=Impossible de cr\u00E9er {0}.  Raison\u00A0: {1}
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
# Property to select between on-the-spot and below-the-spot
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
# composition with input methods. Valid values:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
# "on-the-spot", "below-the-spot".
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
# May be overridden from command line.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
java.awt.im.style=sur place
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
java.awt.def.delay=30
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
# Warnings
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   216
AWT.InconsistentDLLsWarning=Il se peut que les op\u00E9rations li\u00E9es au texte ne fonctionnent pas correctement lorsqu'un ensemble incoh\u00E9rent de DLL est install\u00E9 sur le syst\u00E8me. Vous trouverez plus de d\u00E9tails sur ce probl\u00E8me et sur sa solution dans le document Java(TM) 2 SDK, Standard Edition Release Notes sur java.sun.com.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217