JDK14/Java14源码在线阅读

#
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation.  Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
# or visit www.oracle.com if you need additional information or have any
# questions.
#

# This properties file is used to create a PropertyResourceBundle
# It contains Locale specific strings used in Swing
# Currently, it contains the additional strings needed for the Aqua versions of these components:
#
#    FileChooser
#
# When this file is read in, the strings are put into the
# defaults table.  This is an implementation detail of the current
# workings of Swing.  DO NOT DEPEND ON THIS.
# This may change in future versions of Swing as we improve localization
# support.

############ FILE CHOOSER STRINGS #############
FileChooser.fileDescription.textAndMnemonic=File generico
FileChooser.directoryDescription.textAndMnemonic=Directory
FileChooser.newFolderError.textAndMnemonic=Si \u00E8 verificato un errore durante la creazione della cartella
FileChooser.newFolderErrorSeparator= :
FileChooser.acceptAllFileFilter.textAndMnemonic=Tutti i file
FileChooser.cancelButton.textAndMnemonic=Annulla
FileChooser.saveButton.textAndMnemonic=Salva
FileChooser.openButton.textAndMnemonic=Apri
FileChooser.saveDialogTitle.textAndMnemonic=Salva
FileChooser.openDialogTitle.textAndMnemonic=Apri
FileChooser.updateButton.textAndMnemonic=Aggiorna
FileChooser.helpButton.textAndMnemonic=?
FileChooser.directoryOpenButton.textAndMnemonic=Apri

# File Size Units
FileChooser.fileSizeKiloBytes={0} KB
FileChooser.fileSizeMegaBytes={0} MB
FileChooser.fileSizeGigaBytes={0} GB

# Mac-specific strings
FileChooser.saveTitle.textAndMnemonic=Salva
FileChooser.openTitle.textAndMnemonic=Apri
FileChooser.newFolderExistsError.textAndMnemonic=Il nome \u00E8 gi\u00E0 stato assegnato
FileChooser.chooseButton.textAndMnemonic=Scegli

FileChooser.newFolderButton.textAndMnemonic=Nuova cartella
FileChooser.newFolderTitle.textAndMnemonic=Nuova cartella
FileChooser.fileNameLabel.textAndMnemonic=File:
FileChooser.saveDialogFileNameLabel.textAndMnemonic=Salva con nome:
FileChooser.filesOfTypeLabel.textAndMnemonic=Formato file:

FileChooser.desktopName=Desktop
FileChooser.newFolderPrompt.textAndMnemonic=Nome nuova cartella:
FileChooser.untitledFolderName=cartella senza titolo
FileChooser.untitledFileName=senza titolo
FileChooser.createButton.textAndMnemonic=Crea

FileChooser.byDate.textAndMnemonic=Data modifica
FileChooser.by.textAndMnemonic=Nome
FileChooser.newFolderAccessibleName=Nuova cartella

FileChooser.mac.newFolder=cartella senza titolo
FileChooser.mac.newFolder.subsequent=cartella senza titolo {0}


############ COLOR CHOOSER STRINGS #############
ColorChooser.preview.textAndMnemonic=Anteprima
ColorChooser.ok.textAndMnemonic=OK
ColorChooser.cancel.textAndMnemonic=Annulla
ColorChooser.reset.textAndMnemonic=R&eimposta
ColorChooser.sample.textAndMnemonic=Testo di prova          Testo di prova
ColorChooser.swatches.textAndMnemonic=Colori ca&mpione
ColorChooser.swatchesRecent.textAndMnemonic=Recenti:
ColorChooser.hsb.textAndMnemonic=&HSB
ColorChooser.hsbHue.textAndMnemonic=H
ColorChooser.hsbSaturation.textAndMnemonic=S
ColorChooser.hsbBrightness.textAndMnemonic=B
ColorChooser.hsbRed.textAndMnemonic=R
ColorChooser.hsbGreen.textAndMnemonic=G
ColorChooser.hsbBlue.textAndMnemonic=B
ColorChooser.rgb.textAndMnemonic=R&GB
ColorChooser.rgbRed.textAndMnemonic=&Rosso
ColorChooser.rgbGreen.textAndMnemonic=Ver&de
ColorChooser.rgbBlue.textAndMnemonic=&Blu

############ OPTION PANE STRINGS #############
# We only define mnemonics for YES/NO, but for completeness you can
# define mnemonics for any of the buttons.
OptionPane.yesButton.textAndMnemonic=&S\u00EC
OptionPane.noButton.textAndMnemonic=&No
OptionPane.okButton.textAndMnemonic=OK
OptionPane.cancelButton.textAndMnemonic=Annulla
OptionPane.title.textAndMnemonic=Selezionare una opzione
# Title for the dialog for the showInputDialog methods. Only used if
# the developer uses one of the variants that doesn't take a title.
OptionPane.inputDialog.titleAndMnemonic=Input
# Title for the dialog for the showMessageDialog methods. Only used if
# the developer uses one of the variants that doesn't take a title.
OptionPane.messageDialog.titleAndMnemonic=Messaggio

############ Printing Dialog Strings ############
PrintingDialog.titleProgress.textAndMnemonic=Stampa in corso
PrintingDialog.titleAborting.textAndMnemonic=Stampa in corso (operazione interrotta)

PrintingDialog.contentInitial.textAndMnemonic=Stampa in corso...

# The following string will be formatted by a MessageFormat
# and {0} will be replaced by page number being printed
PrintingDialog.contentProgress.textAndMnemonic=Pagina stampata {0}...

PrintingDialog.contentAborting.textAndMnemonic=Interruzione della stampa in corso...

PrintingDialog.abortButton.textAndMnemonic=&Interrompi
PrintingDialog.abortButtonToolTip.textAndMnemonic=Interrompe la stampa

############ Internal Frame Strings ############
InternalFrame.iconButtonToolTip=Riduce a icona
InternalFrame.maxButtonToolTip=Ingrandisce
InternalFrame.restoreButtonToolTip=Ripristina
InternalFrame.closeButtonToolTip=Chiude

############ Internal Frame Title Pane Strings ############
InternalFrameTitlePane.restoreButton.textAndMnemonic=Ripristina
InternalFrameTitlePane.moveButton.textAndMnemonic=Sposta
InternalFrameTitlePane.sizeButton.textAndMnemonic=Dimensiona
InternalFrameTitlePane.minimizeButton.textAndMnemonic=Riduci a icona
InternalFrameTitlePane.maximizeButton.textAndMnemonic=Ingrandisci
InternalFrameTitlePane.closeButton.textAndMnemonic=Chiudi

############ Text strings #############
# Used for html forms
FormView.submitButton.textAndMnemonic=Sottometti query
FormView.resetButton.textAndMnemonic=Reimposta
FormView.browseFileButton.textAndMnemonic=Sfoglia...

############ Abstract Document Strings ############
AbstractDocument.styleChange.textAndMnemonic=modifica di stile
AbstractDocument.addition.textAndMnemonic=aggiunta
AbstractDocument.deletion.textAndMnemonic=eliminazione
AbstractDocument.undo.textAndMnemonic=Annulla
AbstractDocument.redo.textAndMnemonic=Ripeti

############ Abstract Button Strings ############
AbstractButton.click.textAndMnemonic=fare clic


/**代码未完, 请加载全部代码(NowJava.com).**/
展开阅读全文

关注时代Java

关注时代Java