1 # 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.rgbNameTextAndMnemonic=R&GB
  19 #
  20 # Indicates that the tab in the ColorChooser for RGB colors will have
  21 # the text 'RGB', further the mnemonic character will be 'g' and that
  22 # a decoration will be provided under the 'G'. This will typically
  23 # look like:  RGB
  24 #              -
  25 #
  26 # One important thing to remember is that the mnemonic MUST exist in
  27 # the String, if it does not exist you should add text that makes it
  28 # exist. This will typically take the form 'XXXX (M)' where M is the
  29 # character for the mnemonic.
  30 #
  31 # @author Steve Wilson
  32 
  33 ############ FILE CHOOSER STRINGS #############
  34 FileChooser.fileDescription.textAndMnemonic=Archivo Gen\u00E9rico
  35 FileChooser.directoryDescription.textAndMnemonic=Directorio
  36 FileChooser.newFolderError.textAndMnemonic=Error al crear una nueva carpeta
  37 FileChooser.newFolderErrorSeparator= :
  38 FileChooser.newFolderParentDoesntExistTitle.textAndMnemonic=No se ha podido crear la carpeta
  39 FileChooser.newFolderParentDoesntExist.textAndMnemonic=No se ha podido crear la carpeta.\n\nEl sistema no puede encontrar la ruta de acceso especificada.
  40 FileChooser.renameErrorTitle.textAndMnemonic=Error al cambiar el nombre del archivo o carpeta
  41 FileChooser.renameError.textAndMnemonic=No se puede cambiar el nombre de {0}
  42 FileChooser.renameErrorFileExists.textAndMnemonic=No se puede cambiar el nombre de {0}: ya existe un archivo con el nombre especificado. Especifique otro nombre de archivo. 
  43 FileChooser.acceptAllFileFilter.textAndMnemonic=Todos los Archivos
  44 FileChooser.cancelButton.textAndMnemonic=Cancelar
  45 FileChooser.saveButton.textAndMnemonic=Guardar
  46 FileChooser.openButton.textAndMnemonic=Abrir
  47 FileChooser.saveDialogTitle.textAndMnemonic=Guardar
  48 FileChooser.openDialogTitle.textAndMnemonic=Abrir
  49 FileChooser.updateButton.textAndMnemonic=Act&ualizar
  50 FileChooser.helpButton.textAndMnemonic=A&yuda
  51 FileChooser.directoryOpenButton.textAndMnemonic=Abrir
  52 
  53 # File Size Units
  54 FileChooser.fileSizeKiloBytes={0} KB
  55 FileChooser.fileSizeMegaBytes={0} MB
  56 FileChooser.fileSizeGigaBytes={0} GB
  57 
  58 # These strings are platform dependent not look and feel dependent.
  59 FileChooser.win32.newFolder=Nueva Carpeta
  60 FileChooser.win32.newFolder.subsequent=Nueva Carpeta ({0})
  61 FileChooser.other.newFolder=Nueva Carpeta
  62 FileChooser.other.newFolder.subsequent=Nueva Carpeta.{0}
  63 
  64 
  65 ## file chooser tooltips ###
  66 FileChooser.cancelButtonToolTip.textAndMnemonic=Cuadro de di\u00E1logo para abortar el selector de archivos
  67 FileChooser.saveButtonToolTip.textAndMnemonic=Guardar archivo seleccionado
  68 FileChooser.openButtonToolTip.textAndMnemonic=Abrir archivo seleccionado
  69 FileChooser.updateButtonToolTip.textAndMnemonic=Actualizar lista de directorios
  70 FileChooser.helpButtonToolTip.textAndMnemonic=Ayuda del Selector de Archivos
  71 FileChooser.directoryOpenButtonToolTip.textAndMnemonic=Abrir directorio seleccionado
  72 
  73 FileChooser.filesListAccessibleName=Lista de archivos
  74 FileChooser.filesDetailsAccessibleName=Detalles de archivos
  75 
  76 ############ COLOR CHOOSER STRINGS #############
  77 ColorChooser.preview.textAndMnemonic=Vista Previa
  78 ColorChooser.ok.textAndMnemonic=Aceptar
  79 ColorChooser.cancel.textAndMnemonic=Cancelar
  80 ColorChooser.reset.textAndMnemonic=&Restablecer
  81 ColorChooser.sample.textAndMnemonic=Texto de Ejemplo  Texto de Ejemplo
  82 ColorChooser.swatches.textAndMnemonic=Mue&stras
  83 ColorChooser.swatchesRecent.textAndMnemonic=Reciente:
  84 ColorChooser.hsb.textAndMnemonic=&HSB
  85 ColorChooser.hsbHue.textAndMnemonic=H
  86 ColorChooser.hsbSaturation.textAndMnemonic=S
  87 ColorChooser.hsbBrightness.textAndMnemonic=B
  88 ColorChooser.hsbRed.textAndMnemonic=R
  89 ColorChooser.hsbGreen.textAndMnemonic=V
  90 ColorChooser.hsbBlue.textAndMnemonic=A
  91 ColorChooser.hsv.textAndMnemonic=&HSV
  92 ColorChooser.hsvHue.textAndMnemonic=Matiz
  93 ColorChooser.hsvSaturation.textAndMnemonic=Saturaci\u00F3n
  94 ColorChooser.hsvValue.textAndMnemonic=Valor
  95 ColorChooser.hsvTransparency.textAndMnemonic=Transparencia
  96 ColorChooser.hsl.textAndMnemonic=HS&L
  97 ColorChooser.hslHue.textAndMnemonic=Matiz
  98 ColorChooser.hslSaturation.textAndMnemonic=Saturaci\u00F3n
  99 ColorChooser.hslLightness.textAndMnemonic=Iluminaci\u00F3n
 100 ColorChooser.hslTransparency.textAndMnemonic=Transparencia
 101 ColorChooser.rgb.textAndMnemonic=R&GB
 102 ColorChooser.rgbRed.textAndMnemonic=Ro&jo
 103 ColorChooser.rgbGreen.textAndMnemonic=&Verde
 104 ColorChooser.rgbBlue.textAndMnemonic=A&zul
 105 ColorChooser.rgbAlpha.textAndMnemonic=Alfa
 106 ColorChooser.rgbHexCode.textAndMnemonic=&C\u00F3digo de Color
 107 ColorChooser.cmyk.textAndMnemonic=C&MYK
 108 ColorChooser.cmykCyan.textAndMnemonic=Cian
 109 ColorChooser.cmykMagenta.textAndMnemonic=Magenta
 110 ColorChooser.cmykYellow.textAndMnemonic=Amarillo
 111 ColorChooser.cmykBlack.textAndMnemonic=Negro
 112 ColorChooser.cmykAlpha.textAndMnemonic=Alfa
 113 
 114 ############ OPTION PANE STRINGS #############
 115 # We only define mnemonics for YES/NO, but for completeness you can
 116 # define mnemonics for any of the buttons.
 117 OptionPane.yesButton.textAndMnemonic=&S\u00ED
 118 OptionPane.noButton.textAndMnemonic=&No
 119 OptionPane.okButton.textAndMnemonic=Aceptar
 120 #OptionPane.okButtonMnemonic=0
 121 OptionPane.cancelButton.textAndMnemonic=Cancelar
 122 #OptionPane.cancelButtonMnemonic=0
 123 OptionPane.title.textAndMnemonic=Seleccionar una Opci\u00F3n
 124 # Title for the dialog for the showInputDialog methods. Only used if
 125 # the developer uses one of the variants that doesn't take a title.
 126 OptionPane.inputDialog.titleAndMnemonic=Entrada
 127 # Title for the dialog for the showMessageDialog methods. Only used if
 128 # the developer uses one of the variants that doesn't take a title.
 129 OptionPane.messageDialog.titleAndMnemonic=Mensaje
 130 
 131 ############ Printing Dialog Strings ############
 132 PrintingDialog.titleProgress.textAndMnemonic=Impresi\u00F3n
 133 PrintingDialog.titleAborting.textAndMnemonic=Impresi\u00F3n (Abortando)
 134 
 135 PrintingDialog.contentInitial.textAndMnemonic=Impresi\u00F3n en curso...
 136 
 137 # The following string will be formatted by a MessageFormat
 138 # and {0} will be replaced by page number being printed
 139 PrintingDialog.contentProgress.textAndMnemonic=P\u00E1gina {0} impresa...
 140 
 141 PrintingDialog.contentAborting.textAndMnemonic=Abortando la impresi\u00F3n...
 142 
 143 PrintingDialog.abortButton.textAndMnemonic=&Abortar
 144 PrintingDialog.abortButtonToolTip.textAndMnemonic=Abortar Impresi\u00F3n
 145 
 146 ############ Internal Frame Strings ############
 147 InternalFrame.iconButtonToolTip=Minimizar
 148 InternalFrame.maxButtonToolTip=Maximizar
 149 InternalFrame.restoreButtonToolTip=Restaurar
 150 InternalFrame.closeButtonToolTip=Cerrar
 151 
 152 ############ Internal Frame Title Pane Strings ############
 153 InternalFrameTitlePane.restoreButton.textAndMnemonic=&Restaurar
 154 InternalFrameTitlePane.moveButton.textAndMnemonic=&Mover
 155 InternalFrameTitlePane.sizeButton.textAndMnemonic=&Tama\u00F1o
 156 InternalFrameTitlePane.minimizeButton.textAndMnemonic=Mi&nimizar
 157 InternalFrameTitlePane.maximizeButton.textAndMnemonic=Ma&ximizar
 158 InternalFrameTitlePane.closeButton.textAndMnemonic=&Cerrar
 159 
 160 ############ Text strings #############
 161 # Used for html forms
 162 FormView.submitButton.textAndMnemonic=Enviar Consulta
 163 FormView.resetButton.textAndMnemonic=Restablecer
 164 FormView.browseFileButton.textAndMnemonic=Examinar...
 165 
 166 ############ Abstract Document Strings ############
 167 AbstractDocument.styleChange.textAndMnemonic=cambio de estilo
 168 AbstractDocument.addition.textAndMnemonic=agregaci\u00F3n
 169 AbstractDocument.deletion.textAndMnemonic=supresi\u00F3n
 170 AbstractDocument.undo.textAndMnemonic=Deshacer
 171 AbstractDocument.redo.textAndMnemonic=Rehacer
 172 
 173 ############ Abstract Button Strings ############
 174 AbstractButton.click.textAndMnemonic=hacer clic
 175 
 176 ############ Abstract Undoable Edit Strings ############
 177 AbstractUndoableEdit.undo.textAndMnemonic=Deshacer
 178 AbstractUndoableEdit.redo.textAndMnemonic=Rehacer
 179 
 180 ############ Combo Box Strings ############
 181 ComboBox.togglePopup.textAndMnemonic=togglePopup
 182 
 183 ############ Progress Monitor Strings ############
 184 ProgressMonitor.progress.textAndMnemonic=Progreso...
 185 
 186 ############ Split Pane Strings ############
 187 SplitPane.leftButton.textAndMnemonic=bot\u00F3n izquierdo
 188 SplitPane.rightButton.textAndMnemonic=bot\u00F3n derecho
 189 # Used for Isindex
 190 IsindexView.prompt=En este \u00EDndice se pueden efectuar b\u00FAsquedas. Escriba las palabras clave de b\u00FAsqueda:
 191 
 192 ############ InternalFrameTitlePane Strings ############
 193 InternalFrameTitlePane.iconifyButtonAccessibleName=Convertir en Icono
 194 InternalFrameTitlePane.maximizeButtonAccessibleName=Maximizar
 195 InternalFrameTitlePane.closeButtonAccessibleName=Cerrar