windows_it.properties revision 3516
2509N/A# This properties file is used to create a PropertyResourceBundle
1178N/A# It contains Locale specific strings used be the Windows Look and Feel.
1178N/A# Currently, the following components need this for support:
1178N/A#
1178N/A# FileChooser
1178N/A#
1178N/A# When this file is read in, the strings are put into the
1178N/A# defaults table. This is an implementation detail of the current
1178N/A# workings of Swing. DO NOT DEPEND ON THIS.
1178N/A# This may change in future versions of Swing as we improve localization
1178N/A# support.
1178N/A#
1178N/A# Refer to the note in basic.properties for a description as to what
1178N/A# the mnemonics correspond to and how to calculate them.
1178N/A#
1178N/A# @author Steve Wilson
1178N/A
2362N/A
2362N/A############ FILE CHOOSER STRINGS #############
2362N/A
1178N/AFileChooser.lookInLabelText=Cerca in:
4033N/AFileChooser.saveInLabelText=Salva in:
1178N/AFileChooser.fileNameLabelText=Nome file:
1178N/AFileChooser.folderNameLabelText=Nome della cartella:
4033N/AFileChooser.filesOfTypeLabelText=Tipo file:
4033N/AFileChooser.upFolderToolTipText=Cartella superiore
1178N/AFileChooser.upFolderAccessibleName=Superiore
1178N/AFileChooser.homeFolderToolTipText=Home
1178N/AFileChooser.homeFolderAccessibleName=Home
1178N/AFileChooser.newFolderToolTipText=Crea nuova cartella
4033N/AFileChooser.newFolderAccessibleName=Nuova cartella
1178N/AFileChooser.newFolderActionLabelText=Nuova cartella
1178N/AFileChooser.listViewButtonToolTipText=Lista
4033N/AFileChooser.listViewButtonAccessibleName=Lista
1178N/AFileChooser.listViewActionLabelText=Lista
1178N/AFileChooser.detailsViewButtonToolTipText=Dettagli
4033N/AFileChooser.detailsViewButtonAccessibleName=Dettagli
1178N/AFileChooser.viewMenuButtonToolTipText = Visualizza menu
1178N/AFileChooser.viewMenuButtonAccessibleName = Visualizza menu
4033N/AFileChooser.detailsViewActionLabelText=Dettagli
1178N/AFileChooser.refreshActionLabelText=Aggiorna
1178N/AFileChooser.viewMenuLabelText=Visualizza
4033N/AFileChooser.fileNameHeaderText=Nome
1178N/AFileChooser.fileSizeHeaderText=Dimensioni
1178N/AFileChooser.fileTypeHeaderText=Tipo
4033N/AFileChooser.fileDateHeaderText=Modificato
1178N/AFileChooser.fileAttrHeaderText=Attributi
1178N/A