blob: c1eecd6274272a731d5297a4bfc60da3c3883911 [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 Synth 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# @author Steve Wilson
14
15
16############ FILE CHOOSER STRINGS #############
17
18FileChooser.lookInLabelText=Cerca in:
19FileChooser.saveInLabelText=Salva in:
20FileChooser.fileNameLabelText=Nome file:
21FileChooser.folderNameLabelText=Folder name:
22FileChooser.filesOfTypeLabelText=Tipo file:
23FileChooser.upFolderToolTipText=Cartella superiore
24FileChooser.upFolderAccessibleName=Superiore
25FileChooser.homeFolderToolTipText=Principale
26FileChooser.homeFolderAccessibleName=Principale
27FileChooser.newFolderToolTipText=Crea nuova cartella
28FileChooser.newFolderAccessibleName=Nuova cartella
29FileChooser.listViewButtonToolTipText=Elenco
30FileChooser.listViewButtonAccessibleName=Elenco
31FileChooser.detailsViewButtonToolTipText=Dettagli
32FileChooser.detailsViewButtonAccessibleName=Dettagli
33FileChooser.fileNameHeaderText=Nome
34FileChooser.fileSizeHeaderText=Dimensioni
35FileChooser.fileTypeHeaderText=Tipo
36FileChooser.fileDateHeaderText=Modificato
37FileChooser.fileAttrHeaderText=Attributi
38