src/java.desktop/share/classes/sun/awt/resources/awt_ja.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
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    35
AWT.meta=\u30E1\u30BF
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    36
AWT.altGraph=Alt\u30B0\u30E9\u30D5
2
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
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    42
AWT.cancel=\u53D6\u6D88
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    43
AWT.clear=\u30AF\u30EA\u30A2
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    44
AWT.pause=\u4E00\u6642\u505C\u6B62
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
AWT.capsLock=Caps Lock
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    46
AWT.escape=Esc
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    47
AWT.space=\u30B9\u30DA\u30FC\u30B9
2
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
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    52
AWT.left=\u5DE6
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    53
AWT.up=\u4E0A
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    54
AWT.right=\u53F3
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    55
AWT.down=\u4E0B
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    56
AWT.begin=\u958B\u59CB
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    57
AWT.comma=\u30AB\u30F3\u30DE
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    58
AWT.period=\u30D4\u30EA\u30AA\u30C9
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    59
AWT.slash=\u30B9\u30E9\u30C3\u30B7\u30E5
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    60
AWT.semicolon=\u30BB\u30DF\u30B3\u30ED\u30F3
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    61
AWT.equals=\u7B49\u53F7
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    62
AWT.openBracket=\u5DE6\u5927\u30AB\u30C3\u30B3
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    63
AWT.backSlash=\u30D0\u30C3\u30AF\u30B9\u30E9\u30C3\u30B7\u30E5
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    64
AWT.closeBracket=\u53F3\u5927\u30AB\u30C3\u30B3
2
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
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   101
AWT.help=\u30D8\u30EB\u30D7
2
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=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30FB\u30E1\u30CB\u30E5\u30FC
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   104
AWT.backQuote=\u9006\u5F15\u7528\u7B26
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   105
AWT.quote=\u5F15\u7528\u7B26
2
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
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   122
AWT.ampersand=\u30A2\u30F3\u30D1\u30B5\u30F3\u30C9
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   123
AWT.asterisk=\u30A2\u30B9\u30BF\u30EA\u30B9\u30AF
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   124
AWT.quoteDbl=\u4E8C\u91CD\u5F15\u7528\u7B26
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   125
AWT.Less=\u3088\u308A\u5C0F\u3055\u3044
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   126
AWT.greater=\u3088\u308A\u5927\u304D\u3044
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   127
AWT.braceLeft=\u5DE6\u4E2D\u30AB\u30C3\u30B3
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   128
AWT.braceRight=\u53F3\u4E2D\u30AB\u30C3\u30B3
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   129
AWT.at=\u30A2\u30C3\u30C8
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   130
AWT.colon=\u30B3\u30ED\u30F3
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   131
AWT.circumflex=\u66F2\u6298\u30A2\u30AF\u30BB\u30F3\u30C8\u8A18\u53F7
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   132
AWT.dollar=\u30C9\u30EB
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   133
AWT.euro=\u30E6\u30FC\u30ED
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   134
AWT.exclamationMark=\u611F\u5606\u7B26
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   135
AWT.invertedExclamationMark=\u9006\u611F\u5606\u7B26
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   136
AWT.leftParenthesis=\u5DE6\u4E38\u30AB\u30C3\u30B3
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   137
AWT.numberSign=\u756A\u53F7\u8A18\u53F7
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   138
AWT.plus=\u30D7\u30E9\u30B9
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   139
AWT.minus=\u30DE\u30A4\u30CA\u30B9
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   140
AWT.rightParenthesis=\u53F3\u4E38\u30AB\u30C3\u30B3
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   141
AWT.underscore=\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   142
AWT.final=\u6700\u7D42
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   143
AWT.convert=\u5909\u63DB
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   144
AWT.noconvert=\u7121\u5909\u63DB
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   145
AWT.accept=\u78BA\u5B9A
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   146
AWT.modechange=\u30E2\u30FC\u30C9\u5909\u66F4
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   147
AWT.kana=\u304B\u306A
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   148
AWT.kanji=\u6F22\u5B57
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   149
AWT.alphanumeric=\u82F1\u6570\u5B57
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   150
AWT.katakana=\u30AB\u30BF\u30AB\u30CA
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   151
AWT.hiragana=\u3072\u3089\u304C\u306A
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   152
AWT.fullWidth=\u5168\u89D2
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   153
AWT.halfWidth=\u534A\u89D2
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   154
AWT.romanCharacters=\u30ED\u30FC\u30DE\u5B57
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   155
AWT.allCandidates=\u5168\u5019\u88DC
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   156
AWT.previousCandidate=\u524D\u5019\u88DC
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   157
AWT.codeInput=\u30B3\u30FC\u30C9\u5165\u529B
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   158
AWT.japaneseKatakana=\u65E5\u672C\u8A9E\u306E\u30AB\u30BF\u30AB\u30CA
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   159
AWT.japaneseHiragana=\u65E5\u672C\u8A9E\u306E\u3072\u3089\u304C\u306A
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   160
AWT.japaneseRoman=\u65E5\u672C\u8A9E\u306E\u30ED\u30FC\u30DE\u5B57
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   161
AWT.kanaLock=\u30AB\u30CA\u30FB\u30ED\u30C3\u30AF
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   162
AWT.inputMethodOnOff=\u5165\u529B\u30E1\u30BD\u30C3\u30C9On-Off
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   163
AWT.again=\u518D\u5EA6
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   164
AWT.undo=\u5143\u306B\u623B\u3059
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   165
AWT.copy=\u30B3\u30D4\u30FC
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   166
AWT.paste=\u8CBC\u4ED8\u3051
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   167
AWT.cut=\u5207\u53D6\u308A
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   168
AWT.find=\u691C\u7D22
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   169
AWT.props=\u30D7\u30ED\u30D1\u30C6\u30A3
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   170
AWT.stop=\u505C\u6B62
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   171
AWT.compose=\u4F5C\u6210
2
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
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   175
AWT.unknown=\u4E0D\u660E
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   176
AWT.undefined=\u672A\u5B9A\u7FA9
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=\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30AB\u30FC\u30BD\u30EB
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   180
AWT.CrosshairCursor=\u5341\u5B57\u30AB\u30FC\u30BD\u30EB
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   181
AWT.TextCursor=\u30C6\u30AD\u30B9\u30C8\u30FB\u30AB\u30FC\u30BD\u30EB
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   182
AWT.WaitCursor=\u5F85\u6A5F\u30AB\u30FC\u30BD\u30EB
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   183
AWT.SWResizeCursor=\u5357\u897F\u65B9\u5411\u306E\u30EA\u30B5\u30A4\u30BA\u30FB\u30AB\u30FC\u30BD\u30EB
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   184
AWT.SEResizeCursor=\u5357\u6771\u65B9\u5411\u306E\u30EA\u30B5\u30A4\u30BA\u30FB\u30AB\u30FC\u30BD\u30EB
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   185
AWT.NWResizeCursor=\u5317\u897F\u65B9\u5411\u306E\u30EA\u30B5\u30A4\u30BA\u30FB\u30AB\u30FC\u30BD\u30EB
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   186
AWT.NEResizeCursor=\u5317\u6771\u65B9\u5411\u306E\u30EA\u30B5\u30A4\u30BA\u30FB\u30AB\u30FC\u30BD\u30EB
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   187
AWT.NResizeCursor=\u5317\u65B9\u5411\u306E\u30EA\u30B5\u30A4\u30BA\u30FB\u30AB\u30FC\u30BD\u30EB
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   188
AWT.SResizeCursor=\u5357\u65B9\u5411\u306E\u30EA\u30B5\u30A4\u30BA\u30FB\u30AB\u30FC\u30BD\u30EB
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   189
AWT.WResizeCursor=\u897F\u65B9\u5411\u306E\u30EA\u30B5\u30A4\u30BA\u30FB\u30AB\u30FC\u30BD\u30EB
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   190
AWT.EResizeCursor=\u6771\u65B9\u5411\u306E\u30EA\u30B5\u30A4\u30BA\u30FB\u30AB\u30FC\u30BD\u30EB
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   191
AWT.HandCursor=\u6307\u578B\u30AB\u30FC\u30BD\u30EB
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   192
AWT.MoveCursor=\u79FB\u52D5\u30AB\u30FC\u30BD\u30EB
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   193
AWT.DefaultDragCursor=\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30C9\u30E9\u30C3\u30B0\u30FB\u30AB\u30FC\u30BD\u30EB
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   194
AWT.DefaultNoDropCursor=\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30C9\u30E9\u30C3\u30B0\u7981\u6B62\u30AB\u30FC\u30BD\u30EB
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   195
AWT.DefaultDropCursor=\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30C9\u30ED\u30C3\u30D7\u30FB\u30AB\u30FC\u30BD\u30EB
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=\u5165\u529B\u30A6\u30A3\u30F3\u30C9\u30A6
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   199
AWT.InputMethodSelectionMenu=\u5165\u529B\u30E1\u30BD\u30C3\u30C9\u306E\u9078\u629E
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   200
AWT.HostInputMethodDisplayName=\u30B7\u30B9\u30C6\u30E0\u5165\u529B\u30E1\u30BD\u30C3\u30C9
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   201
AWT.InputMethodLanguage.ja=\u65E5\u672C\u8A9E
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   202
AWT.InputMethodLanguage.ko=\u97D3\u56FD\u8A9E
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   203
AWT.InputMethodLanguage.zh=\u4E2D\u56FD\u8A9E
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   204
AWT.InputMethodLanguage.zh_CN=\u4E2D\u56FD\u8A9E(\u7C21\u4F53\u5B57)
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   205
AWT.InputMethodLanguage.zh_TW=\u4E2D\u56FD\u8A9E(\u7E41\u4F53\u5B57)
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   206
AWT.InputMethodCreationFailed={0}\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F\u3002\u7406\u7531: {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.
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   212
java.awt.im.style=\u5373\u5EA7
2
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=\u30B7\u30B9\u30C6\u30E0\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u308B\u4E00\u9023\u306E\u30C0\u30A4\u30CA\u30DF\u30C3\u30AF\u30FB\u30EA\u30F3\u30AF\u30FB\u30E9\u30A4\u30D6\u30E9\u30EA(DLL)\u306B\u77DB\u76FE\u304C\u3042\u308B\u305F\u3081\u3001\u30C6\u30AD\u30B9\u30C8\u30FB\u30D9\u30FC\u30B9\u306E\u64CD\u4F5C\u304C\u6B63\u3057\u304F\u52D5\u4F5C\u3057\u307E\u305B\u3093\u3002\u3053\u306E\u554F\u984C\u306E\u8A73\u7D30\u3068\u56DE\u907F\u7B56\u306F\u3001java.sun.com\u4E0A\u306B\u3042\u308BJava(TM) 2 SDK, Standard Edition\u306E\u30EA\u30EA\u30FC\u30B9\u30FB\u30CE\u30FC\u30C8\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217