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