blob: b553b26f06525ebef312d8cbd5cf0869e12f0f7f [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=Archivo gen\u00e9rico
49FileChooser.directoryDescriptionText=Directorio
50FileChooser.newFolderErrorText=Error al crear una nueva carpeta
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=Todos los archivos
59FileChooser.cancelButtonText=Cancelar
60FileChooser.cancelButtonMnemonic=67
61FileChooser.saveButtonText=Guardar
62FileChooser.saveButtonMnemonic=71
63FileChooser.openButtonText=Abrir
64FileChooser.openButtonMnemonic=65
65FileChooser.saveDialogTitleText=Guardar
66FileChooser.openDialogTitleText=Abrir
67FileChooser.updateButtonText=Actualizar
68FileChooser.updateButtonMnemonic=84
69FileChooser.helpButtonText=Ayuda
70FileChooser.helpButtonMnemonic=89
71FileChooser.directoryOpenButtonText=Abrir
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=Carpeta nueva
81FileChooser.win32.newFolder.subsequent=Carpeta nueva ({0})
82FileChooser.other.newFolder=Carpeta nueva
83FileChooser.other.newFolder.subsequent=Carpeta nueva.{0}
84
85
86## file chooser tooltips ###
87FileChooser.cancelButtonToolTipText=Cuadro de di\u00e1logo para cancelar elector de archivo
88FileChooser.saveButtonToolTipText=Guardar archivo seleccionado
89FileChooser.openButtonToolTipText=Abrir archivo seleccionado
90FileChooser.updateButtonToolTipText=Actualizar lista de directorios
91FileChooser.helpButtonToolTipText=Ayuda elector de archivos
92FileChooser.directoryOpenButtonToolTipText=Abrir directorio seleccionado
93
94############ COLOR CHOOSER STRINGS #############
95ColorChooser.previewText=Vista previa
96ColorChooser.okText=Aceptar
97ColorChooser.cancelText=Cancelar
98ColorChooser.resetText=Restablecer
99# VK_XXX constant for 'ColorChooser.resetText' button to make mnemonic
100ColorChooser.resetMnemonic=82
101ColorChooser.sampleText=Texto de ejemplo Texto de ejemplo
102ColorChooser.swatchesNameText=Muestras
103ColorChooser.swatchesMnemonic=77
104ColorChooser.swatchesDisplayedMnemonicIndex=0
105ColorChooser.swatchesRecentText=Reciente:
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=V
118ColorChooser.hsbBlueText=A
119ColorChooser.rgbNameText=RGB
120ColorChooser.rgbMnemonic=71
121ColorChooser.rgbDisplayedMnemonicIndex=1
122ColorChooser.rgbRedText=Rojo
123ColorChooser.rgbRedMnemonic=74
124ColorChooser.rgbGreenText=Verde
125ColorChooser.rgbGreenMnemonic=86
126ColorChooser.rgbBlueText=Azul
127ColorChooser.rgbBlueMnemonic=76
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\u00ed
134OptionPane.yesButtonMnemonic=83
135OptionPane.noButtonText=No
136OptionPane.noButtonMnemonic=78
137OptionPane.okButtonText=Aceptar
138OptionPane.okButtonMnemonic=0
139OptionPane.cancelButtonText=Cancelar
140OptionPane.cancelButtonMnemonic=0
141OptionPane.titleText=Seleccionar una opci\u00f3n
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=Entrada
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=Mensaje
148
149############ Printing Dialog Strings ############
150PrintingDialog.titleProgressText=Impresi\u00f3n
151PrintingDialog.titleAbortingText=Impresi\u00f3n (cancelaci\u00f3n)
152
153PrintingDialog.contentInitialText=Impresi\u00f3n en curso...
154
155# The following string will be formatted by a MessageFormat
156# and {0} will be replaced by page number being printed
157PrintingDialog.contentProgressText=P\u00e1gina impresa {0}...
158
159PrintingDialog.contentAbortingText=Cancelando la impresi\u00f3n...
160
161PrintingDialog.abortButtonText=Cancelar
162PrintingDialog.abortButtonMnemonic=67
163PrintingDialog.abortButtonDisplayedMnemonicIndex=0
164PrintingDialog.abortButtonToolTipText=Cancelar la impresi\u00f3n
165
166############ Internal Frame Strings ############
167InternalFrame.iconButtonToolTip=Minimizar
168InternalFrame.maxButtonToolTip=Maximizar
169InternalFrame.restoreButtonToolTip=Restaurar
170InternalFrame.closeButtonToolTip=Cerrar
171
172############ Internal Frame Title Pane Strings ############
173InternalFrameTitlePane.restoreButtonText=Restaurar
174InternalFrameTitlePane.moveButtonText=Mover
175InternalFrameTitlePane.sizeButtonText=Tama\u00f1o
176InternalFrameTitlePane.minimizeButtonText=Minimizar
177InternalFrameTitlePane.maximizeButtonText=Maximizar
178InternalFrameTitlePane.closeButtonText=Cerrar
179
180############ Text strings #############
181# Used for html forms
182FormView.submitButtonText=Enviar consulta
183FormView.resetButtonText=Restablecer
184FormView.browseFileButtonText=Examinar...
185
186############ Abstract Document Strings ############
187AbstractDocument.styleChangeText=cambio de estilo
188AbstractDocument.additionText=adici\u00f3n
189AbstractDocument.deletionText=supresi\u00f3n
190AbstractDocument.undoText=Deshacer
191AbstractDocument.redoText=Rehacer
192
193############ Abstract Button Strings ############
194AbstractButton.clickText=hacer clic
195
196############ Abstract Undoable Edit Strings ############
197AbstractUndoableEdit.undoText=Deshacer
198AbstractUndoableEdit.redoText=Rehacer
199
200############ Combo Box Strings ############
201ComboBox.togglePopupText=togglePopup
202
203############ Progress Monitor Strings ############
204ProgressMonitor.progressText=Progreso...
205
206############ Split Pane Strings ############
207SplitPane.leftButtonText=bot\u00f3n izquierdo
208SplitPane.rightButtonText=bot\u00f3n derecho
209# Used for Isindex
210IsindexView.prompt=En este \u00edndice se pueden efectuar b\u00fasquedas. Escriba las palabras clave de b\u00fasqueda:
211
212############ InternalFrameTitlePane Strings ############
213InternalFrameTitlePane.iconifyButtonAccessibleName=Convertir en icono
214InternalFrameTitlePane.maximizeButtonAccessibleName=Maximizar
215InternalFrameTitlePane.closeButtonAccessibleName=Cerrar