blob: 2b3b1c0f95bcf565da0313210aea681e7d373883 [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 Metal 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.lookInLabelText=Cerca in:
22FileChooser.saveInLabelText=Salva in:
23FileChooser.fileNameLabelText=Nome file:
24FileChooser.folderNameLabelText=Folder name:
25FileChooser.filesOfTypeLabelText=Tipo file:
26FileChooser.upFolderToolTipText=Cartella superiore
27FileChooser.upFolderAccessibleName=Superiore
28FileChooser.homeFolderToolTipText=Principale
29FileChooser.homeFolderAccessibleName=Principale
30FileChooser.newFolderToolTipText=Crea nuova cartella
31FileChooser.newFolderAccessibleName=Nuova cartella
32FileChooser.newFolderActionLabelText=Nuova cartella
33FileChooser.listViewButtonToolTipText=Elenco
34FileChooser.listViewButtonAccessibleName=Elenco
35FileChooser.listViewActionLabelText=Elenco
36FileChooser.detailsViewButtonToolTipText=Dettagli
37FileChooser.detailsViewButtonAccessibleName=Dettagli
38FileChooser.detailsViewActionLabelText=Dettagli
39FileChooser.refreshActionLabelText=Aggiorna
40FileChooser.viewMenuLabelText=Visualizza
41FileChooser.fileNameHeaderText=Nome
42FileChooser.fileSizeHeaderText=Dimensioni
43FileChooser.fileTypeHeaderText=Tipo
44FileChooser.fileDateHeaderText=Modificato
45FileChooser.fileAttrHeaderText=Attributi
46
47############ Used by MetalTitlePane if rendering window decorations############
48# All mnemonics are KeyEvent.VK_XXX as integers
49MetalTitlePane.restoreTitle=Ripristina
50MetalTitlePane.restoreMnemonic=82
51MetalTitlePane.iconifyTitle=Riduci a icona
52MetalTitlePane.iconifyMnemonic=68
53MetalTitlePane.maximizeTitle=Ingrandisci
54MetalTitlePane.maximizeMnemonic=73
55MetalTitlePane.closeTitle=Chiudi
56MetalTitlePane.closeMnemonic=67