home *** CD-ROM | disk | FTP | other *** search
- # @(#)awt.properties 1.9 99/10/01 1.9, 10/01/99
-
- #
- # AWT-specific properties
- #
-
- # Modifier names
- AWT.shift=Shift
- AWT.control=Ctrl
- AWT.alt=Alt
- AWT.meta=Meta
- AWT.altGraph=Alt Graph
-
- # Key names
- AWT.enter=Enter
- AWT.backSpace=Backspace
- AWT.tab=Tab
- AWT.cancel=Cancel
- AWT.clear=Clear
- AWT.pause=Pause
- AWT.capsLock=Caps Lock
- AWT.escape=Escape
- AWT.space=Space
- AWT.pgup=Page Up
- AWT.pgdn=Page Down
- AWT.end=End
- AWT.home=Home
- AWT.left=Left
- AWT.up=Up
- AWT.right=Right
- AWT.down=Down
- AWT.multiply=NumPad *
- AWT.add=NumPad +
- AWT.separater=NumPad ,
- AWT.subtract=NumPad -
- AWT.decimal=NumPad .
- AWT.divide=NumPad /
- AWT.delete=Delete
- AWT.numLock=Num Lock
- AWT.scrollLock=Scroll Lock
- AWT.f1=F1
- AWT.f2=F2
- AWT.f3=F3
- AWT.f4=F4
- AWT.f5=F5
- AWT.f6=F6
- AWT.f7=F7
- AWT.f8=F8
- AWT.f9=F9
- AWT.f10=F10
- AWT.f11=F11
- AWT.f12=F12
- AWT.f13=F13
- AWT.f14=F14
- AWT.f15=F15
- AWT.f16=F16
- AWT.f17=F17
- AWT.f18=F18
- AWT.f19=F19
- AWT.f20=F20
- AWT.f21=F21
- AWT.f22=F22
- AWT.f23=F23
- AWT.f24=F24
- AWT.printScreen=Print Screen
- AWT.insert=Insert
- AWT.help=Help
- AWT.backQuote=Back Quote
- AWT.quote=Quote
- AWT.deadGrave=Dead Grave
- AWT.deadAcute=Dead Acute
- AWT.deadCircumflex=Dead Circumflex
- AWT.deadTilde=Dead Tilde
- AWT.deadMacron=Dead Macron
- AWT.deadBreve=Dead Breve
- AWT.deadAboveDot=Dead Above Dot
- AWT.deadDiaeresis=Dead Diaeresis
- AWT.deadAboveRing=Dead Above Ring
- AWT.deadDoubleAcute=Dead Double Acute
- AWT.deadCaron=Dead Caron
- AWT.deadCedilla=Dead Cedilla
- AWT.deadOgonek=Dead Ogonek
- AWT.deadIota=Dead Iota
- AWT.deadVoicedSound=Dead Voiced Sound
- AWT.deadSemivoicedSound=Dead Semivoiced Sound
- AWT.ampersand=Ampersand
- AWT.asterisk=Asterisk
- AWT.quoteDbl=Double Quote
- AWT.Less=Less
- AWT.greater=Greater
- AWT.braceLeft=Left Brace
- AWT.braceRight=Right Brace
- AWT.at=At
- AWT.colon=Colon
- AWT.circumflex=Circumflex
- AWT.dollar=Dollar
- AWT.euro=Euro
- AWT.exclamationMark=Exclamation Mark
- AWT.invertedExclamationMark=Inverted Exclamation Mark
- AWT.leftParenthesis=Left Parenthesis
- AWT.numberSign=Number Sign
- AWT.plus=Plus
- AWT.minus=Minus
- AWT.rightParenthesis=Right Parenthesis
- AWT.underscore=Underscore
- AWT.final=Final
- AWT.convert=Convert
- AWT.noconvert=No Convert
- AWT.accept=Accept
- AWT.modechange=Mode Change
- AWT.kana=Kana
- AWT.kanji=Kanji
- AWT.alphanumeric=Alphanumeric
- AWT.katakana=Katakana
- AWT.hiragana=Hiragana
- AWT.fullWidth=Full-Width
- AWT.halfWidth=Half-Width
- AWT.romanCharacters=Roman Characters
- AWT.allCandidates=All Candidates
- AWT.previousCandidate=Previous Candidate
- AWT.codeInput=Code Input
- AWT.japaneseKatakana=Japanese Katakana
- AWT.japaneseHiragana=Japanese Hiragana
- AWT.japaneseRoman=Japanese Roman
- AWT.kanaLock=Kana Lock
- AWT.inputMethodOnOff=Input Method On/Off
- AWT.again=Again
- AWT.undo=Undo
- AWT.copy=Copy
- AWT.paste=Paste
- AWT.cut=Cut
- AWT.find=Find
- AWT.props=Props
- AWT.stop=Stop
- AWT.compose=Compose
-
- # Predefined cursor names
- AWT.DefaultCursor=Default Cursor
- AWT.CrosshairCursor=Crosshair Cursor
- AWT.TextCursor=Text Cursor
- AWT.WaitCursor=Wait Cursor
- AWT.SWResizeCursor=Southwest Resize Cursor
- AWT.SEResizeCursor=Southeast Resize Cursor
- AWT.NWResizeCursor=Northwest Resize Cursor
- AWT.NEResizeCursor=Northeast Resize Cursor
- AWT.NResizeCursor=North Resize Cursor
- AWT.SResizeCursor=South Resize Cursor
- AWT.WResizeCursor=West Resize Cursor
- AWT.EResizeCursor=East Resize Cursor
- AWT.HandCursor=Hand Cursor
- AWT.MoveCursor=Move Cursor
- AWT.DefaultDragCursor=Default Drag Cursor
- AWT.DefaultNoDropCursor=Default NoDrag Cursor
- AWT.DefaultDropCursor=Default Drop Cursor
-
- # Input method related strings
- AWT.CompositionWindowTitle=Input Window
- AWT.InputMethodSelectionMenu=Select Input Method
- AWT.HostInputMethodDisplayName=System Input Methods
- AWT.InputMethodLanguage.ja=Japanese
- AWT.InputMethodLanguage.ko=Korean
- AWT.InputMethodLanguage.zh=Chinese
- AWT.InputMethodLanguage.zh_CN=Simplified Chinese
- AWT.InputMethodLanguage.zh_TW=Traditional Chinese
-
- # Property to select between on-the-spot and below-the-spot
- # composition with input methods. Valid values:
- # "on-the-spot", "below-the-spot".
- # May be overridden from command line.
- java.awt.im.style=on-the-spot
-