blob: 1c9f3790e6fbbbacaf63cbd67ce2b4c8c1a50141 [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 in Swing
3# Currently, the following components need this for support:
4#
5# ColorChooser
6# FileChooser
7# OptionPane
8#
9# When this file is read in, the strings are put into the
10# defaults table. This is an implementation detail of the current
11# workings of Swing. DO NOT DEPEND ON THIS.
12# This may change in future versions of Swing as we improve localization
13# support.
14#
15# MNEMONIC NOTE:
16# Many of strings in this file are used by widgets that have a
17# mnemonic, for example:
18# ColorChooser.rgbNameText=RGB
19# ColorChooser.rgbMnemonic=71
20# ColorChooser.rgbDisplayedMnemonicIndex=1
21# Indicates that the tab in the ColorChooser for RGB colors will have
22# the text 'RGB', further the mnemonic character will be 'g' and that
23# a decoration will be provided under the 'G'. This will typically
24# look like: RGB
25# -
26# 71 corresponds to the decimal value of the VK constant defined
27# in java/awt/KeyEvent.java. VK_G is defined as:
28#
29# public static final int VK_G = 0x47;
30#
31# 0x47 is a hex number and needs to be converted to decimal.
32# A simple way to calculate this for a-z is to add 64 to the index of
33# the letter in the alphabet. As 'a' is in the 1st letter the mnemonic
34# for 'a' is 65, 'b' is 66...
35#
36# The xxDisplayedMnemonicIndex is used to indicate the index of the
37# character that should be underlined in the String, with 0
38# corresponding to the first character in the String.
39#
40# One important thing to remember is that the mnemonic MUST exist in
41# the String, if it does not exist you should add text that makes it
42# exist. This will typically take the form 'XXXX (M)' where M is the
43# character for the mnemonic.
44#
45# @author Steve Wilson
46
47############ FILE CHOOSER STRINGS #############
48FileChooser.fileDescriptionText=File generico
49FileChooser.directoryDescriptionText=Directory
50FileChooser.newFolderErrorText=Errore durante la creazione della nuova cartella
51FileChooser.newFolderErrorSeparator= :
52FileChooser.newFolderParentDoesntExistTitleText=Unable to create folder
53FileChooser.newFolderParentDoesntExistText=Unable to create the folder.\n\nThe system cannot find the path specified.
54FileChooser.renameErrorTitleText=Error Renaming File or Folder
55FileChooser.renameErrorText=Cannot rename {0}
56FileChooser.renameErrorFileExistsText=Cannot rename {0}: A file with the name you specified already exists. \
57 Specify a different file name.
58FileChooser.acceptAllFileFilterText=Tutti i file
59FileChooser.cancelButtonText=Annulla
60FileChooser.cancelButtonMnemonic=65
61FileChooser.saveButtonText=Salva
62FileChooser.saveButtonMnemonic=83
63FileChooser.openButtonText=Apri
64FileChooser.openButtonMnemonic=80
65FileChooser.saveDialogTitleText=Salva
66FileChooser.openDialogTitleText=Apri
67FileChooser.updateButtonText=Aggiorna
68FileChooser.updateButtonMnemonic=71
69FileChooser.helpButtonText=?
70FileChooser.helpButtonMnemonic=63
71FileChooser.directoryOpenButtonText=Apri
72FileChooser.directoryOpenButtonMnemonic=82
73
74# File Size Units
75FileChooser.fileSizeKiloBytes={0} KB
76FileChooser.fileSizeMegaBytes={0} MB
77FileChooser.fileSizeGigaBytes={0} GB
78
79# These strings are platform dependent not look and feel dependent.
80FileChooser.win32.newFolder=Nuova cartella
81FileChooser.win32.newFolder.subsequent=Nuova cartella ({0})
82FileChooser.other.newFolder=Nuova cartella
83FileChooser.other.newFolder.subsequent=Nuova cartella.{0}
84
85
86## file chooser tooltips ###
87FileChooser.cancelButtonToolTipText=Finestra di dialogo Interrompi selezione file
88FileChooser.saveButtonToolTipText=Salva file selezionato
89FileChooser.openButtonToolTipText=Apri file selezionato
90FileChooser.updateButtonToolTipText=Aggiorna elenco directory
91FileChooser.helpButtonToolTipText=Guida di Selezione file
92FileChooser.directoryOpenButtonToolTipText=Apri directory selezionata
93
94############ COLOR CHOOSER STRINGS #############
95ColorChooser.previewText=Anteprima
96ColorChooser.okText=OK
97ColorChooser.cancelText=Annulla
98ColorChooser.resetText=Ripristina
99# VK_XXX constant for 'ColorChooser.resetText' button to make mnemonic
100ColorChooser.resetMnemonic=82
101ColorChooser.sampleText=Testo di prova Testo di prova
102ColorChooser.swatchesNameText=Colori campione
103ColorChooser.swatchesMnemonic=67
104ColorChooser.swatchesDisplayedMnemonicIndex=0
105ColorChooser.swatchesRecentText=Recenti:
106ColorChooser.hsbNameText=HSB
107# Each of the ColorChooser types can define a mnemonic, as a KeyEvent.VK_XXX
108# constant, and an index into the text to render the mnemonic as. The
109# mnemonic is xxxMnemonic and the index of the character to underline is
110# xxxDisplayedMnemonicIndex.
111ColorChooser.hsbMnemonic=72
112ColorChooser.hsbDisplayedMnemonicIndex=0
113ColorChooser.hsbHueText=H
114ColorChooser.hsbSaturationText=S
115ColorChooser.hsbBrightnessText=B
116ColorChooser.hsbRedText=R
117ColorChooser.hsbGreenText=G
118ColorChooser.hsbBlueText=B
119ColorChooser.rgbNameText=RGB
120ColorChooser.rgbMnemonic=71
121ColorChooser.rgbDisplayedMnemonicIndex=1
122ColorChooser.rgbRedText=Rosso
123ColorChooser.rgbRedMnemonic=79
124ColorChooser.rgbGreenText=Verde
125ColorChooser.rgbGreenMnemonic=69
126ColorChooser.rgbBlueText=Blu
127ColorChooser.rgbBlueMnemonic=66
128
129############ OPTION PANE STRINGS #############
130# Mnemonic keys correspond to KeyEvent.VK_XXX constant
131# We only define mnemonics for YES/NO, but for completeness you can
132# define mnemonics for any of the buttons.
133OptionPane.yesButtonText=S\u00ec
134OptionPane.yesButtonMnemonic=83
135OptionPane.noButtonText=No
136OptionPane.noButtonMnemonic=78
137OptionPane.okButtonText=OK
138OptionPane.okButtonMnemonic=79
139OptionPane.cancelButtonText=Annulla
140OptionPane.cancelButtonMnemonic=65
141OptionPane.titleText=Selezionare una opzione
142# Title for the dialog for the showInputDialog methods. Only used if
143# the developer uses one of the variants that doesn't take a title.
144OptionPane.inputDialogTitle=Input
145# Title for the dialog for the showMessageDialog methods. Only used if
146# the developer uses one of the variants that doesn't take a title.
147OptionPane.messageDialogTitle=Messaggio
148
149############ Printing Dialog Strings ############
150PrintingDialog.titleProgressText=Stampa in corso
151PrintingDialog.titleAbortingText=Stampa in corso (operazione interrotta)
152
153PrintingDialog.contentInitialText=Stampa in corso...
154
155# The following string will be formatted by a MessageFormat
156# and {0} will be replaced by page number being printed
157PrintingDialog.contentProgressText=Pagina stampata {0}...
158
159PrintingDialog.contentAbortingText=Interruzione della stampa...
160
161PrintingDialog.abortButtonText=Interrompi
162PrintingDialog.abortButtonMnemonic=73
163PrintingDialog.abortButtonDisplayedMnemonicIndex=0
164PrintingDialog.abortButtonToolTipText=Interrompi la stampa
165
166############ Internal Frame Strings ############
167InternalFrame.iconButtonToolTip=Riduci a icona
168InternalFrame.maxButtonToolTip=Ingrandisci
169InternalFrame.restoreButtonToolTip=Ripristina
170InternalFrame.closeButtonToolTip=Chiudi
171
172############ Internal Frame Title Pane Strings ############
173InternalFrameTitlePane.restoreButtonText=Ripristina
174InternalFrameTitlePane.moveButtonText=Sposta
175InternalFrameTitlePane.sizeButtonText=Dimensioni
176InternalFrameTitlePane.minimizeButtonText=Riduci a icona
177InternalFrameTitlePane.maximizeButtonText=Ingrandisci
178InternalFrameTitlePane.closeButtonText=Chiudi
179
180############ Text strings #############
181# Used for html forms
182FormView.submitButtonText=Invia query
183FormView.resetButtonText=Ripristina
184FormView.browseFileButtonText=Sfoglia...
185
186############ Abstract Document Strings ############
187AbstractDocument.styleChangeText=cambiamento di stile
188AbstractDocument.additionText=aggiunta
189AbstractDocument.deletionText=eliminazione
190AbstractDocument.undoText=Annulla
191AbstractDocument.redoText=Ripeti
192
193############ Abstract Button Strings ############
194AbstractButton.clickText=fare clic
195
196############ Abstract Undoable Edit Strings ############
197AbstractUndoableEdit.undoText=Annulla
198AbstractUndoableEdit.redoText=Ripeti
199
200############ Combo Box Strings ############
201ComboBox.togglePopupText=togglePopup
202
203############ Progress Monitor Strings ############
204ProgressMonitor.progressText=Avanzamento...
205
206############ Split Pane Strings ############
207SplitPane.leftButtonText=tasto sinistro
208SplitPane.rightButtonText=tasto destro
209# Used for Isindex
210IsindexView.prompt=Questo \u00e8 un indice di ricerca. Immettere le parole chiave:
211
212############ InternalFrameTitlePane Strings ############
213InternalFrameTitlePane.iconifyButtonAccessibleName=Riduci a icona
214InternalFrameTitlePane.maximizeButtonAccessibleName=Ingrandisci
215InternalFrameTitlePane.closeButtonAccessibleName=Chiudi