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