motif_it.properties revision 0
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
0N/AFileChooser.acceptAllFileFilterText=*
0N/AFileChooser.cancelButtonText=Annulla
0N/AFileChooser.saveButtonText=Salva
0N/AFileChooser.openButtonText=OK
0N/AFileChooser.saveDialogTitleText=Salva
0N/AFileChooser.openDialogTitleText=Apri
0N/AFileChooser.updateButtonText=Aggiorna
0N/AFileChooser.helpButtonText=?
0N/AFileChooser.pathLabelText=Percorso o nome cartella:
0N/AFileChooser.filterLabelText=Filtro
0N/AFileChooser.foldersLabelText=Cartelle
0N/AFileChooser.filesLabelText=File
0N/AFileChooser.enterFileNameLabelText=Nome file:
0N/AFileChooser.enterFolderNameLabelText=Enter folder name:
0N/A
0N/AFileChooser.cancelButtonToolTipText=Finestra di dialogo Interrompi Selezione file.
0N/AFileChooser.saveButtonToolTipText=Salva file selezionato.
0N/AFileChooser.openButtonToolTipText=Apri file selezionato.
0N/AFileChooser.updateButtonToolTipText=Aggiorna elenco directory.
0N/AFileChooser.helpButtonToolTipText=Guida di Selezione file.
0N/A