blob: bc0ba15f4c6a7a3307508ec4fa210043a12bbdf4 [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001# This properties file is used to create a PropertyResourceBundle
2# It contains Locale specific strings used be the Motif Look and Feel.
3# Currently, the following components need this for support:
4#
5# FileChooser
6#
7# When this file is read in, the strings are put into the
8# defaults table. This is an implementation detail of the current
9# workings of Swing. DO NOT DEPEND ON THIS.
10# This may change in future versions of Swing as we improve localization
11# support.
12#
13# Refer to the note in basic.properties for a description as to what
14# the mnemonics correspond to and how to calculate them.
15#
16# @author Steve Wilson
17
18
19############ FILE CHOOSER STRINGS #############
20
21FileChooser.acceptAllFileFilterText=*
22FileChooser.cancelButtonText=Annulla
23FileChooser.saveButtonText=Salva
24FileChooser.openButtonText=OK
25FileChooser.saveDialogTitleText=Salva
26FileChooser.openDialogTitleText=Apri
27FileChooser.updateButtonText=Aggiorna
28FileChooser.helpButtonText=?
29FileChooser.pathLabelText=Percorso o nome cartella:
30FileChooser.filterLabelText=Filtro
31FileChooser.foldersLabelText=Cartelle
32FileChooser.filesLabelText=File
33FileChooser.enterFileNameLabelText=Nome file:
34FileChooser.enterFolderNameLabelText=Enter folder name:
35
36FileChooser.cancelButtonToolTipText=Finestra di dialogo Interrompi Selezione file.
37FileChooser.saveButtonToolTipText=Salva file selezionato.
38FileChooser.openButtonToolTipText=Apri file selezionato.
39FileChooser.updateButtonToolTipText=Aggiorna elenco directory.
40FileChooser.helpButtonToolTipText=Guida di Selezione file.