src/java.desktop/share/classes/sun/awt/resources/awt_it.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=Maiusc
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 Gr
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=Invio
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
AWT.backSpace=Backspace
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
AWT.tab=Tabulazione
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
AWT.cancel=Annulla
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
AWT.clear=Cancella
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    44
AWT.pause=Sospendi
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
AWT.capsLock=Bloc Maiusc
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
AWT.escape=Esc
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
AWT.space=Barra spaziatrice
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
AWT.pgup=Pg Su
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    49
AWT.pgdn=Pg Gi\u00F9
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
AWT.end=Fine
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
AWT.home=Home
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
AWT.left=Sinistra
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
AWT.up=Su
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
AWT.right=Destra
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    55
AWT.down=Gi\u00F9
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    56
AWT.begin=Inizio
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    57
AWT.comma=Virgola
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    58
AWT.period=Punto
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    59
AWT.slash=Barra
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    60
AWT.semicolon=Punto e virgola
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    61
AWT.equals=Uguale
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    62
AWT.openBracket=Parentesi quadra aperta
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    63
AWT.backSlash=Barra rovesciata
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    64
AWT.closeBracket=Parentesi quadra chiusa
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    65
AWT.multiply=NumPad *
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    66
AWT.add=NumPad +
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    67
AWT.separator=NumPad ,
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    68
AWT.separater=NumPad ,
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    69
AWT.subtract=NumPad -
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    70
AWT.decimal=NumPad .
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    71
AWT.divide=NumPad /
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
AWT.delete=Elimina
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
AWT.numLock=Bloc Num
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
AWT.scrollLock=Bloc Scorr
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=Stamp
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
AWT.insert=Ins
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
AWT.help=?
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=Menu di scelta rapida
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   104
AWT.backQuote=Apice invertito
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   105
AWT.quote=Apice
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
AWT.deadGrave=Grave non attivo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
AWT.deadAcute=Acuto non attivo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
AWT.deadCircumflex=Circonflesso non attivo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
AWT.deadTilde=Tilde non attivo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
AWT.deadMacron=Macron non attivo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
AWT.deadBreve=Breve non attivo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
AWT.deadAboveDot=Punto superiore non attivo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
AWT.deadDiaeresis=Dieresi non attivo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
AWT.deadAboveRing=Cerchio superiore non attivo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
AWT.deadDoubleAcute=Acuto doppio non attivo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
AWT.deadCaron=Caron non attivo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
AWT.deadCedilla=Cediglia non attivo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
AWT.deadOgonek=Ogonek non attivo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
AWT.deadIota=Iota non attivo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
AWT.deadVoicedSound=Suono vocalizzato non attivo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
AWT.deadSemivoicedSound=Suono semivocalizzato non attivo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
AWT.ampersand=E commerciale
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
AWT.asterisk=Asterisco
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   124
AWT.quoteDbl=Virgolette
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
AWT.Less=Minore
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
AWT.greater=Maggiore
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
AWT.braceLeft=Parentesi graffa aperta
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
AWT.braceRight=Parentesi graffa chiusa
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
AWT.at=Chiocciola
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
AWT.colon=Due punti
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
AWT.circumflex=Circonflesso
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
AWT.dollar=Dollaro
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
AWT.euro=Euro
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
AWT.exclamationMark=Punto esclamativo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
AWT.invertedExclamationMark=Punto esclamativo invertito
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
AWT.leftParenthesis=Parentesi aperta
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
AWT.numberSign=Cancelletto
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   138
AWT.plus=Pi\u00F9
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
AWT.minus=Meno
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
AWT.rightParenthesis=Parentesi chiusa
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
AWT.underscore=Sottolineatura
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
AWT.final=Finale
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
AWT.convert=Converti
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
AWT.noconvert=Non convertire
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   145
AWT.accept=Accetto
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   146
AWT.modechange=Modifica modalit\u00E0
2
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=Alfanumerico
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=Spessore pieno
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
AWT.halfWidth=Spessore ridotto
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
AWT.romanCharacters=Caratteri romani
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
AWT.allCandidates=Tutti i candidati
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
AWT.previousCandidate=Candidato precedente
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
AWT.codeInput=Immissione codice
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
AWT.japaneseKatakana=Katakana giapponese
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
AWT.japaneseHiragana=Hiragana giapponese
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
AWT.japaneseRoman=Romano Giapponese
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
AWT.kanaLock=Blocco Kana
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
AWT.inputMethodOnOff=Metodo immissione On/Off
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
AWT.again=Ancora
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
AWT.undo=Annulla
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
AWT.copy=Copia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
AWT.paste=Incolla
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
AWT.cut=Taglia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
AWT.find=Trova
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   169
AWT.props=Propriet\u00E0
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   170
AWT.stop=Arresta
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
AWT.compose=Componi
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=Sconosciuto
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
   176
AWT.undefined=Non definito
2
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=Cursore predefinito
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
AWT.CrosshairCursor=Puntatore a croce
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
AWT.TextCursor=Cursore testo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
AWT.WaitCursor=Cursore attesa
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
AWT.SWResizeCursor=Cursore di ridimensionamento sudoccidentale
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
AWT.SEResizeCursor=Cursore di ridimensionamento sudorientale
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
AWT.NWResizeCursor=Cursore di ridimensionamento nordoccidentale
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
AWT.NEResizeCursor=Cursore di ridimensionamento nordorientale
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
AWT.NResizeCursor=Cursore di ridimensionamento settentrionale
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
AWT.SResizeCursor=Cursore di ridimensionamento meridionale
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
AWT.WResizeCursor=Cursore di ridimensionamento occidentale
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
AWT.EResizeCursor=Cursore di ridimensionamento orientale
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
AWT.HandCursor=Cursore mano
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
AWT.MoveCursor=Sposta cursore
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
AWT.DefaultDragCursor=Cursore di trascinamento predefinito
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
AWT.DefaultNoDropCursor=Cursore NoDrag predefinito
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
AWT.DefaultDropCursor=Cursore di rilasciamento predefinito
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
# Input method related strings
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
AWT.CompositionWindowTitle=Finestra di immissione
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
AWT.InputMethodSelectionMenu=Seleziona metodo di immissione
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
AWT.HostInputMethodDisplayName=Metodi di immissione di sistema
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
AWT.InputMethodLanguage.ja=Giapponese
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
AWT.InputMethodLanguage.ko=Coreano
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
AWT.InputMethodLanguage.zh=Cinese
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
AWT.InputMethodLanguage.zh_CN=Cinese semplificato
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
AWT.InputMethodLanguage.zh_TW=Cinese tradizionale
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
AWT.InputMethodCreationFailed=Impossibile creare {0}.  Motivo: {1}
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=immediato
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=Le operazioni sul testo possono non funzionare correttamente, a causa di una serie non coerente di DLL installate sul sistema. Per ulteriori informazioni su questo problema e per la soluzione suggerita, vedere le note di rilascio di Java(TM) 2 SDK, Standard Edition su java.sun.com.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217