1
2#
3# AWT-specific properties
4#
5
6# Modifier names
7AWT.shift=Shift
8AWT.control=Ctrl
9AWT.alt=Alt
10AWT.meta=Meta
11AWT.altGraph=Alt Graph
12
13# Key names
14AWT.enter=Enter
15AWT.backSpace=Backspace
16AWT.tab=Tab
17AWT.cancel=Cancel
18AWT.clear=Clear
19AWT.pause=Pause
20AWT.capsLock=Caps Lock
21AWT.escape=Escape
22AWT.space=Space
23AWT.pgup=Page Up
24AWT.pgdn=Page Down
25AWT.end=End
26AWT.home=Home
27AWT.left=Left
28AWT.up=Up
29AWT.right=Right
30AWT.down=Down
31AWT.begin=Begin
32AWT.comma=Comma
33AWT.period=Period
34AWT.slash=Slash
35AWT.semicolon=Semicolon
36AWT.equals=Equals
37AWT.openBracket=Open Bracket
38AWT.backSlash=Back Slash
39AWT.closeBracket=Close Bracket
40AWT.multiply=NumPad *
41AWT.add=NumPad +
42AWT.separator=NumPad ,
43AWT.separater=NumPad ,
44AWT.subtract=NumPad -
45AWT.decimal=NumPad .
46AWT.divide=NumPad /
47AWT.delete=Delete
48AWT.numLock=Num Lock
49AWT.scrollLock=Scroll Lock
50AWT.f1=F1
51AWT.f2=F2
52AWT.f3=F3
53AWT.f4=F4
54AWT.f5=F5
55AWT.f6=F6
56AWT.f7=F7
57AWT.f8=F8
58AWT.f9=F9
59AWT.f10=F10
60AWT.f11=F11
61AWT.f12=F12
62AWT.f13=F13
63AWT.f14=F14
64AWT.f15=F15
65AWT.f16=F16
66AWT.f17=F17
67AWT.f18=F18
68AWT.f19=F19
69AWT.f20=F20
70AWT.f21=F21
71AWT.f22=F22
72AWT.f23=F23
73AWT.f24=F24
74AWT.printScreen=Print Screen
75AWT.insert=Insert
76AWT.help=Help
77AWT.windows=Windows
78AWT.context=Context Menu
79AWT.backQuote=Back Quote
80AWT.quote=Quote
81AWT.deadGrave=Dead Grave
82AWT.deadAcute=Dead Acute
83AWT.deadCircumflex=Dead Circumflex
84AWT.deadTilde=Dead Tilde
85AWT.deadMacron=Dead Macron
86AWT.deadBreve=Dead Breve
87AWT.deadAboveDot=Dead Above Dot
88AWT.deadDiaeresis=Dead Diaeresis
89AWT.deadAboveRing=Dead Above Ring
90AWT.deadDoubleAcute=Dead Double Acute
91AWT.deadCaron=Dead Caron
92AWT.deadCedilla=Dead Cedilla
93AWT.deadOgonek=Dead Ogonek
94AWT.deadIota=Dead Iota
95AWT.deadVoicedSound=Dead Voiced Sound
96AWT.deadSemivoicedSound=Dead Semivoiced Sound
97AWT.ampersand=Ampersand
98AWT.asterisk=Asterisk
99AWT.quoteDbl=Double Quote
100AWT.Less=Less
101AWT.greater=Greater
102AWT.braceLeft=Left Brace
103AWT.braceRight=Right Brace
104AWT.at=At
105AWT.colon=Colon
106AWT.circumflex=Circumflex
107AWT.dollar=Dollar
108AWT.euro=Euro
109AWT.exclamationMark=Exclamation Mark
110AWT.invertedExclamationMark=Inverted Exclamation Mark
111AWT.leftParenthesis=Left Parenthesis
112AWT.numberSign=Number Sign
113AWT.plus=Plus
114AWT.minus=Minus
115AWT.rightParenthesis=Right Parenthesis
116AWT.underscore=Underscore
117AWT.final=Final
118AWT.convert=Convert
119AWT.noconvert=No Convert
120AWT.accept=Accept
121AWT.modechange=Mode Change
122AWT.kana=Kana
123AWT.kanji=Kanji
124AWT.alphanumeric=Alphanumeric
125AWT.katakana=Katakana
126AWT.hiragana=Hiragana
127AWT.fullWidth=Full-Width
128AWT.halfWidth=Half-Width
129AWT.romanCharacters=Roman Characters
130AWT.allCandidates=All Candidates
131AWT.previousCandidate=Previous Candidate
132AWT.codeInput=Code Input
133AWT.japaneseKatakana=Japanese Katakana
134AWT.japaneseHiragana=Japanese Hiragana
135AWT.japaneseRoman=Japanese Roman
136AWT.kanaLock=Kana Lock
137AWT.inputMethodOnOff=Input Method On/Off
138AWT.again=Again
139AWT.undo=Undo
140AWT.copy=Copy
141AWT.paste=Paste
142AWT.cut=Cut
143AWT.find=Find
144AWT.props=Props
145AWT.stop=Stop
146AWT.compose=Compose
147
148# Numeric Keypad
149AWT.numpad=NumPad
150AWT.unknown=Unknown
151AWT.undefined=Undefined
152
153# Predefined cursor names
154AWT.DefaultCursor=Default Cursor
155AWT.CrosshairCursor=Crosshair Cursor
156AWT.TextCursor=Text Cursor
157AWT.WaitCursor=Wait Cursor
158AWT.SWResizeCursor=Southwest Resize Cursor
159AWT.SEResizeCursor=Southeast Resize Cursor
160AWT.NWResizeCursor=Northwest Resize Cursor
161AWT.NEResizeCursor=Northeast Resize Cursor
162AWT.NResizeCursor=North Resize Cursor
163AWT.SResizeCursor=South Resize Cursor
164AWT.WResizeCursor=West Resize Cursor
165AWT.EResizeCursor=East Resize Cursor
166AWT.HandCursor=Hand Cursor
167AWT.MoveCursor=Move Cursor
168AWT.DefaultDragCursor=Default Drag Cursor
169AWT.DefaultNoDropCursor=Default NoDrag Cursor
170AWT.DefaultDropCursor=Default Drop Cursor
171
172# Input method related strings
173AWT.CompositionWindowTitle=Input Window
174AWT.InputMethodSelectionMenu=Select Input Method
175AWT.HostInputMethodDisplayName=System Input Methods
176AWT.InputMethodLanguage.ja=Japanese
177AWT.InputMethodLanguage.ko=Korean
178AWT.InputMethodLanguage.zh=Chinese
179AWT.InputMethodLanguage.zh_CN=Simplified Chinese
180AWT.InputMethodLanguage.zh_TW=Traditional Chinese
181AWT.InputMethodCreationFailed=Could not create {0}.  Reason: {1}
182
183# Property to select between on-the-spot and below-the-spot
184# composition with input methods. Valid values:
185# "on-the-spot", "below-the-spot".
186# May be overridden from command line.
187java.awt.im.style=on-the-spot
188java.awt.def.delay=30
189
190# Warnings
191AWT.InconsistentDLLsWarning=Text based operations may not work correctly \
192due to an inconsistent set of dynamic linking libraries (DLLs) installed on \
193your system. For more information on this problem and a suggested workaround \
194please see the Java(TM) 2 SDK, Standard Edition Release Notes on java.sun.com.
195
196