src/java.desktop/share/classes/sun/awt/resources/awt_zh_TW.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=Shift
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
AWT.control=Ctrl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
AWT.alt=Alt
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
AWT.meta=Meta
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
AWT.altGraph=Alt Graph
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
# Key names
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
AWT.enter=Enter
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
AWT.backSpace=Backspace
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
AWT.tab=Tab
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
AWT.cancel=Cancel
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
AWT.clear=Clear
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
AWT.pause=Pause
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
AWT.capsLock=Caps Lock
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
AWT.escape=Escape
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
AWT.space=Space
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
AWT.pgup=Page Up
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
AWT.pgdn=Page Down
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
AWT.end=End
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
AWT.home=Home
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
AWT.left=Left
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
AWT.up=Up
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
AWT.right=Right
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
AWT.down=Down
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
AWT.begin=Begin
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
AWT.comma=Comma
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
AWT.period=Period
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
AWT.slash=Slash
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
AWT.semicolon=Semicolon
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
AWT.equals=Equals
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
AWT.openBracket=Open Bracket
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
AWT.backSlash=Back Slash
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
AWT.closeBracket=Close Bracket
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
AWT.multiply=NumPad *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
AWT.add=NumPad +
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
AWT.separator=NumPad ,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
AWT.separater=NumPad ,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
AWT.subtract=NumPad -
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
AWT.decimal=NumPad .
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
AWT.divide=NumPad /
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
AWT.delete=Delete
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
AWT.numLock=Num Lock
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
AWT.scrollLock=Scroll Lock
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
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
AWT.printScreen=Print Screen
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
AWT.insert=Insert
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
AWT.help=Help
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
AWT.windows=Windows
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
AWT.context=Context Menu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
AWT.backQuote=Back Quote
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
AWT.quote=Quote
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
AWT.deadGrave=Dead Grave
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
AWT.deadAcute=Dead Acute
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
AWT.deadCircumflex=Dead Circumflex
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
AWT.deadTilde=Dead Tilde
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
AWT.deadMacron=Dead Macron
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
AWT.deadBreve=Dead Breve
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
AWT.deadAboveDot=Dead Above Dot
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
AWT.deadDiaeresis=Dead Diaeresis
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
AWT.deadAboveRing=Dead Above Ring
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
AWT.deadDoubleAcute=Dead Double Acute
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
AWT.deadCaron=Dead Caron
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
AWT.deadCedilla=Dead Cedilla
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
AWT.deadOgonek=Dead Ogonek
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
AWT.deadIota=Dead Iota
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
AWT.deadVoicedSound=Dead Voiced Sound
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
AWT.deadSemivoicedSound=Dead Semivoiced Sound
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
AWT.ampersand=Ampersand
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
AWT.asterisk=Asterisk
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
AWT.quoteDbl=Double Quote
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
AWT.Less=Less
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
AWT.greater=Greater
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
AWT.braceLeft=Left Brace
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
AWT.braceRight=Right Brace
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
AWT.at=At
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
AWT.colon=Colon
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
AWT.circumflex=Circumflex
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
AWT.dollar=Dollar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
AWT.euro=Euro
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
AWT.exclamationMark=Exclamation Mark
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
AWT.invertedExclamationMark=Inverted Exclamation Mark
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
AWT.leftParenthesis=Left Parenthesis
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
AWT.numberSign=Number Sign
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
AWT.plus=Plus
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
AWT.minus=Minus
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
AWT.rightParenthesis=Right Parenthesis
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
AWT.underscore=Underscore
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
AWT.final=Final
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
AWT.convert=Convert
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
AWT.noconvert=No Convert
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
AWT.accept=Accept
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
AWT.modechange=Mode Change
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
AWT.kana=Kana
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
AWT.kanji=Kanji
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
AWT.alphanumeric=Alphanumeric
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=Full-Width
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
AWT.halfWidth=Half-Width
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
AWT.romanCharacters=Roman Characters
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
AWT.allCandidates=All Candidates
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
AWT.previousCandidate=Previous Candidate
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
AWT.codeInput=Code Input
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
AWT.japaneseKatakana=Japanese Katakana
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
AWT.japaneseHiragana=Japanese Hiragana
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
AWT.japaneseRoman=Japanese Roman
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
AWT.kanaLock=Kana Lock
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
AWT.inputMethodOnOff=Input Method On/Off
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
AWT.again=Again
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
AWT.undo=Undo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
AWT.copy=Copy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
AWT.paste=Paste
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
AWT.cut=Cut
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
AWT.find=Find
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
AWT.props=Props
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
AWT.stop=Stop
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
AWT.compose=Compose
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
# Numeric Keypad
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
AWT.numpad=NumPad
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
AWT.unknown=Unknown
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
AWT.undefined=Undefined
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
# Predefined cursor names
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
AWT.DefaultCursor=Default Cursor
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
AWT.CrosshairCursor=Crosshair Cursor
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
AWT.TextCursor=Text Cursor
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
AWT.WaitCursor=Wait Cursor
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
AWT.SWResizeCursor=Southwest Resize Cursor
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
AWT.SEResizeCursor=Southeast Resize Cursor
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
AWT.NWResizeCursor=Northwest Resize Cursor
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
AWT.NEResizeCursor=Northeast Resize Cursor
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
AWT.NResizeCursor=North Resize Cursor
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
AWT.SResizeCursor=South Resize Cursor
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
AWT.WResizeCursor=West Resize Cursor
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
AWT.EResizeCursor=East Resize Cursor
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
AWT.HandCursor=Hand Cursor
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
AWT.MoveCursor=Move Cursor
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
AWT.DefaultDragCursor=Default Drag Cursor
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
AWT.DefaultNoDropCursor=Default NoDrag Cursor
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
AWT.DefaultDropCursor=Default Drop Cursor
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=\u8F38\u5165\u8996\u7A97
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   199
AWT.InputMethodSelectionMenu=\u9078\u64C7\u8F38\u5165\u6CD5
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   200
AWT.HostInputMethodDisplayName=\u7CFB\u7D71\u8F38\u5165\u6CD5
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   201
AWT.InputMethodLanguage.ja=\u65E5\u6587
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   202
AWT.InputMethodLanguage.ko=\u97D3\u6587
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   203
AWT.InputMethodLanguage.zh=\u4E2D\u6587
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   204
AWT.InputMethodLanguage.zh_CN=\u7C21\u9AD4\u4E2D\u6587
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   205
AWT.InputMethodLanguage.zh_TW=\u7E41\u9AD4\u4E2D\u6587
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   206
AWT.InputMethodCreationFailed=\u7121\u6CD5\u5EFA\u7ACB {0}\u3002\u539F\u56E0: {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=on-the-spot
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=\u4EE5\u6587\u5B57\u70BA\u57FA\u790E\u7684\u4F5C\u696D\u53EF\u80FD\u7121\u6CD5\u6B63\u78BA\u904B\u4F5C\uFF0C\u56E0\u70BA\u60A8\u7CFB\u7D71\u4E0A\u6709\u4E00\u7D44\u52D5\u614B\u9023\u7D50\u7A0B\u5F0F\u5EAB (DLL) \u4E0D\u4E00\u81F4\u3002\u82E5\u8981\u53D6\u5F97\u6709\u95DC\u6B64\u554F\u984C\u53CA\u5EFA\u8B70\u89E3\u6C7A\u65B9\u6CD5\u7684\u5176\u4ED6\u8CC7\u8A0A\uFF0C\u8ACB\u53C3\u95B1 java.sun.com \u7DB2\u7AD9\u4E0A\u7684 Java(TM) 2 SDK, Standard Edition Release Notes
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217