0N/A# This properties file is used to create a PropertyResourceBundle
0N/A# It contains Locale specific strings used be the Motif Look and Feel.
0N/A# Currently, the following components need this for support:
0N/A#
0N/A# FileChooser
0N/A#
0N/A# When this file is read in, the strings are put into the
0N/A# defaults table. This is an implementation detail of the current
0N/A# workings of Swing. DO NOT DEPEND ON THIS.
0N/A# This may change in future versions of Swing as we improve localization
0N/A# support.
0N/A#
0N/A# Refer to the note in basic.properties for a description as to what
0N/A# the mnemonics correspond to and how to calculate them.
0N/A#
0N/A# @author Steve Wilson
0N/A
0N/A
0N/A############ FILE CHOOSER STRINGS #############
0N/A
5012N/AFileChooser.acceptAllFileFilter.textAndMnemonic=*
5012N/AFileChooser.cancelButton.textAndMnemonic=Annulla
5012N/AFileChooser.saveButton.textAndMnemonic=Salva
5012N/AFileChooser.openButton.textAndMnemonic=OK
5012N/AFileChooser.saveDialogTitle.textAndMnemonic=Salva
5012N/AFileChooser.openDialogTitle.textAndMnemonic=Apri
5012N/AFileChooser.updateButton.textAndMnemonic=Aggiorna
5012N/AFileChooser.helpButton.textAndMnemonic=?
5371N/AFileChooser.pathLabel.textAndMnemonic=&Percorso o nome cartella:
5371N/AFileChooser.filterLabel.textAndMnemonic=Filt&ro
5784N/AFileChooser.foldersLabel.textAndMnemonic=Car&telle
5371N/AFileChooser.filesLabel.textAndMnemonic=F&ile
5784N/AFileChooser.enterFileNameLabel.textAndMnemonic=Immettere il &nome file:
5012N/AFileChooser.enterFolderNameLabel.textAndMnemonic=Nome cartella:
0N/A
5012N/AFileChooser.cancelButtonToolTip.textAndMnemonic=Chiude la finestra di dialogo di selezione file.
5012N/AFileChooser.saveButtonToolTip.textAndMnemonic=Salva il file selezionato.
5012N/AFileChooser.openButtonToolTip.textAndMnemonic=Apre il file selezionato.
5012N/AFileChooser.updateButtonToolTip.textAndMnemonic=Aggiorna lista directory.
5012N/AFileChooser.helpButtonToolTip.textAndMnemonic=Guida FileChooser.