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.hsv.textAndMnemonic=&HSV
  85 ColorChooser.hsvHue.textAndMnemonic=Matiz
  86 ColorChooser.hsvSaturation.textAndMnemonic=Saturaci\u00F3n
  87 ColorChooser.hsvValue.textAndMnemonic=Valor
  88 ColorChooser.hsvTransparency.textAndMnemonic=Transparencia
  89 ColorChooser.hsl.textAndMnemonic=HS&L
  90 ColorChooser.hslHue.textAndMnemonic=Matiz
  91 ColorChooser.hslSaturation.textAndMnemonic=Saturaci\u00F3n
  92 ColorChooser.hslLightness.textAndMnemonic=Iluminaci\u00F3n
  93 ColorChooser.hslTransparency.textAndMnemonic=Transparencia
  94 ColorChooser.rgb.textAndMnemonic=R&GB
  95 ColorChooser.rgbRed.textAndMnemonic=Ro&jo
  96 ColorChooser.rgbGreen.textAndMnemonic=&Verde
  97 ColorChooser.rgbBlue.textAndMnemonic=A&zul
  98 ColorChooser.rgbAlpha.textAndMnemonic=Alfa
  99 ColorChooser.rgbHexCode.textAndMnemonic=&C\u00F3digo de Color
 100 ColorChooser.cmyk.textAndMnemonic=C&MYK
 101 ColorChooser.cmykCyan.textAndMnemonic=Cian
 102 ColorChooser.cmykMagenta.textAndMnemonic=Magenta
 103 ColorChooser.cmykYellow.textAndMnemonic=Amarillo
 104 ColorChooser.cmykBlack.textAndMnemonic=Negro
 105 ColorChooser.cmykAlpha.textAndMnemonic=Alfa
 106 
 107 ############ OPTION PANE STRINGS #############
 108 # We only define mnemonics for YES/NO, but for completeness you can
 109 # define mnemonics for any of the buttons.
 110 OptionPane.yesButton.textAndMnemonic=&S\u00ED
 111 OptionPane.noButton.textAndMnemonic=&No
 112 OptionPane.okButton.textAndMnemonic=Aceptar
 113 #OptionPane.okButtonMnemonic=0
 114 OptionPane.cancelButton.textAndMnemonic=Cancelar
 115 #OptionPane.cancelButtonMnemonic=0
 116 OptionPane.title.textAndMnemonic=Seleccionar una Opci\u00F3n
 117 # Title for the dialog for the showInputDialog methods. Only used if
 118 # the developer uses one of the variants that doesn't take a title.
 119 OptionPane.inputDialog.titleAndMnemonic=Entrada
 120 # Title for the dialog for the showMessageDialog methods. Only used if
 121 # the developer uses one of the variants that doesn't take a title.
 122 OptionPane.messageDialog.titleAndMnemonic=Mensaje
 123 
 124 ############ Printing Dialog Strings ############
 125 PrintingDialog.titleProgress.textAndMnemonic=Impresi\u00F3n
 126 PrintingDialog.titleAborting.textAndMnemonic=Impresi\u00F3n (Abortando)
 127 
 128 PrintingDialog.contentInitial.textAndMnemonic=Impresi\u00F3n en curso...
 129 
 130 # The following string will be formatted by a MessageFormat
 131 # and {0} will be replaced by page number being printed
 132 PrintingDialog.contentProgress.textAndMnemonic=P\u00E1gina {0} impresa...
 133 
 134 PrintingDialog.contentAborting.textAndMnemonic=Abortando la impresi\u00F3n...
 135 
 136 PrintingDialog.abortButton.textAndMnemonic=&Abortar
 137 PrintingDialog.abortButtonToolTip.textAndMnemonic=Abortar Impresi\u00F3n
 138 
 139 ############ Internal Frame Strings ############
 140 InternalFrame.iconButtonToolTip=Minimizar
 141 InternalFrame.maxButtonToolTip=Maximizar
 142 InternalFrame.restoreButtonToolTip=Restaurar
 143 InternalFrame.closeButtonToolTip=Cerrar
 144 
 145 ############ Internal Frame Title Pane Strings ############
 146 InternalFrameTitlePane.restoreButton.textAndMnemonic=&Restaurar
 147 InternalFrameTitlePane.moveButton.textAndMnemonic=&Mover
 148 InternalFrameTitlePane.sizeButton.textAndMnemonic=&Tama\u00F1o
 149 InternalFrameTitlePane.minimizeButton.textAndMnemonic=Mi&nimizar
 150 InternalFrameTitlePane.maximizeButton.textAndMnemonic=Ma&ximizar
 151 InternalFrameTitlePane.closeButton.textAndMnemonic=&Cerrar
 152 
 153 ############ Text strings #############
 154 # Used for html forms
 155 FormView.submitButton.textAndMnemonic=Enviar Consulta
 156 FormView.resetButton.textAndMnemonic=Restablecer
 157 FormView.browseFileButton.textAndMnemonic=Examinar...
 158 
 159 ############ Abstract Document Strings ############
 160 AbstractDocument.styleChange.textAndMnemonic=cambio de estilo
 161 AbstractDocument.addition.textAndMnemonic=agregaci\u00F3n
 162 AbstractDocument.deletion.textAndMnemonic=supresi\u00F3n
 163 AbstractDocument.undo.textAndMnemonic=Deshacer
 164 AbstractDocument.redo.textAndMnemonic=Rehacer
 165 
 166 ############ Abstract Button Strings ############
 167 AbstractButton.click.textAndMnemonic=hacer clic
 168 
 169 ############ Abstract Undoable Edit Strings ############
 170 AbstractUndoableEdit.undo.textAndMnemonic=Deshacer
 171 AbstractUndoableEdit.redo.textAndMnemonic=Rehacer
 172 
 173 ############ Combo Box Strings ############
 174 ComboBox.togglePopup.textAndMnemonic=togglePopup
 175 
 176 ############ Progress Monitor Strings ############
 177 ProgressMonitor.progress.textAndMnemonic=Progreso...
 178 
 179 ############ Split Pane Strings ############
 180 SplitPane.leftButton.textAndMnemonic=bot\u00F3n izquierdo
 181 SplitPane.rightButton.textAndMnemonic=bot\u00F3n derecho
 182 # Used for Isindex
 183 IsindexView.prompt=En este \u00EDndice se pueden efectuar b\u00FAsquedas. Escriba las palabras clave de b\u00FAsqueda:
 184 
 185 ############ InternalFrameTitlePane Strings ############
 186 InternalFrameTitlePane.iconifyButtonAccessibleName=Convertir en Icono
 187 InternalFrameTitlePane.maximizeButtonAccessibleName=Maximizar
 188 InternalFrameTitlePane.closeButtonAccessibleName=Cerrar