1 #
   2 # Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 # This properties file is used to create a PropertyResourceBundle
  27 # It contains Locale specific strings used in Swing
  28 # Currently, the following components need this for support:
  29 #
  30 #    ColorChooser
  31 #    FileChooser
  32 #    OptionPane
  33 #
  34 # When this file is read in, the strings are put into the
  35 # defaults table.  This is an implementation detail of the current
  36 # workings of Swing.  DO NOT DEPEND ON THIS.
  37 # This may change in future versions of Swing as we improve localization
  38 # support.
  39 #
  40 #                        MNEMONIC NOTE:
  41 # Many of strings in this file are used by widgets that have a
  42 # mnemonic, for example:
  43 #   ColorChooser.rgbNameTextAndMnemonic=R&GB
  44 #
  45 # Indicates that the tab in the ColorChooser for RGB colors will have
  46 # the text 'RGB', further the mnemonic character will be 'g' and that
  47 # a decoration will be provided under the 'G'. This will typically
  48 # look like:  RGB
  49 #              -
  50 #
  51 # One important thing to remember is that the mnemonic MUST exist in
  52 # the String, if it does not exist you should add text that makes it
  53 # exist. This will typically take the form 'XXXX (M)' where M is the
  54 # character for the mnemonic.
  55 #
  56 # @author Steve Wilson
  57 
  58 ############ FILE CHOOSER STRINGS #############
  59 FileChooser.fileDescription.textAndMnemonic=Archivo Gen\u00E9rico
  60 FileChooser.directoryDescription.textAndMnemonic=Directorio
  61 FileChooser.newFolderError.textAndMnemonic=Error al crear una nueva carpeta
  62 FileChooser.newFolderErrorSeparator= :
  63 FileChooser.newFolderParentDoesntExistTitle.textAndMnemonic=No se ha podido crear la carpeta
  64 FileChooser.newFolderParentDoesntExist.textAndMnemonic=No se ha podido crear la carpeta.\n\nEl sistema no puede encontrar la ruta de acceso especificada.
  65 FileChooser.renameErrorTitle.textAndMnemonic=Error al cambiar el nombre del archivo o carpeta
  66 FileChooser.renameError.textAndMnemonic=No se puede cambiar el nombre de {0}
  67 FileChooser.renameErrorFileExists.textAndMnemonic=No se puede cambiar el nombre de {0}: ya existe un archivo con el nombre especificado. Especifique otro nombre de archivo. 
  68 FileChooser.acceptAllFileFilter.textAndMnemonic=Todos los Archivos
  69 FileChooser.cancelButton.textAndMnemonic=Cancelar
  70 FileChooser.saveButton.textAndMnemonic=Guardar
  71 FileChooser.openButton.textAndMnemonic=Abrir
  72 FileChooser.saveDialogTitle.textAndMnemonic=Guardar
  73 FileChooser.openDialogTitle.textAndMnemonic=Abrir
  74 FileChooser.updateButton.textAndMnemonic=Act&ualizar
  75 FileChooser.helpButton.textAndMnemonic=A&yuda
  76 FileChooser.directoryOpenButton.textAndMnemonic=Abrir
  77 
  78 # File Size Units
  79 FileChooser.fileSizeKiloBytes={0} KB
  80 FileChooser.fileSizeMegaBytes={0} MB
  81 FileChooser.fileSizeGigaBytes={0} GB
  82 
  83 # These strings are platform dependent not look and feel dependent.
  84 FileChooser.win32.newFolder=Nueva Carpeta
  85 FileChooser.win32.newFolder.subsequent=Nueva Carpeta ({0})
  86 FileChooser.other.newFolder=Nueva Carpeta
  87 FileChooser.other.newFolder.subsequent=Nueva Carpeta.{0}
  88 
  89 
  90 ## file chooser tooltips ###
  91 FileChooser.cancelButtonToolTip.textAndMnemonic=Cuadro de di\u00E1logo para abortar el selector de archivos
  92 FileChooser.saveButtonToolTip.textAndMnemonic=Guardar archivo seleccionado
  93 FileChooser.openButtonToolTip.textAndMnemonic=Abrir archivo seleccionado
  94 FileChooser.updateButtonToolTip.textAndMnemonic=Actualizar lista de directorios
  95 FileChooser.helpButtonToolTip.textAndMnemonic=Ayuda del Selector de Archivos
  96 FileChooser.directoryOpenButtonToolTip.textAndMnemonic=Abrir directorio seleccionado
  97 
  98 FileChooser.filesListAccessibleName=Lista de archivos
  99 FileChooser.filesDetailsAccessibleName=Detalles de archivos
 100 
 101 ############ COLOR CHOOSER STRINGS #############
 102 ColorChooser.preview.textAndMnemonic=Vista Previa
 103 ColorChooser.ok.textAndMnemonic=Aceptar
 104 ColorChooser.cancel.textAndMnemonic=Cancelar
 105 ColorChooser.reset.textAndMnemonic=&Restablecer
 106 ColorChooser.sample.textAndMnemonic=Texto de Ejemplo  Texto de Ejemplo
 107 ColorChooser.swatches.textAndMnemonic=Mue&stras
 108 ColorChooser.swatchesRecent.textAndMnemonic=Reciente:
 109 ColorChooser.hsv.textAndMnemonic=&HSV
 110 ColorChooser.hsvHue.textAndMnemonic=Matiz
 111 ColorChooser.hsvSaturation.textAndMnemonic=Saturaci\u00F3n
 112 ColorChooser.hsvValue.textAndMnemonic=Valor
 113 ColorChooser.hsvTransparency.textAndMnemonic=Transparencia
 114 ColorChooser.hsl.textAndMnemonic=HS&L
 115 ColorChooser.hslHue.textAndMnemonic=Matiz
 116 ColorChooser.hslSaturation.textAndMnemonic=Saturaci\u00F3n
 117 ColorChooser.hslLightness.textAndMnemonic=Iluminaci\u00F3n
 118 ColorChooser.hslTransparency.textAndMnemonic=Transparencia
 119 ColorChooser.rgb.textAndMnemonic=R&GB
 120 ColorChooser.rgbRed.textAndMnemonic=Ro&jo
 121 ColorChooser.rgbGreen.textAndMnemonic=&Verde
 122 ColorChooser.rgbBlue.textAndMnemonic=A&zul
 123 ColorChooser.rgbAlpha.textAndMnemonic=Alfa
 124 ColorChooser.rgbHexCode.textAndMnemonic=&C\u00F3digo de Color
 125 ColorChooser.cmyk.textAndMnemonic=C&MYK
 126 ColorChooser.cmykCyan.textAndMnemonic=Cian
 127 ColorChooser.cmykMagenta.textAndMnemonic=Magenta
 128 ColorChooser.cmykYellow.textAndMnemonic=Amarillo
 129 ColorChooser.cmykBlack.textAndMnemonic=Negro
 130 ColorChooser.cmykAlpha.textAndMnemonic=Alfa
 131 
 132 ############ OPTION PANE STRINGS #############
 133 # We only define mnemonics for YES/NO, but for completeness you can
 134 # define mnemonics for any of the buttons.
 135 OptionPane.yesButton.textAndMnemonic=&S\u00ED
 136 OptionPane.noButton.textAndMnemonic=&No
 137 OptionPane.okButton.textAndMnemonic=Aceptar
 138 #OptionPane.okButtonMnemonic=0
 139 OptionPane.cancelButton.textAndMnemonic=Cancelar
 140 #OptionPane.cancelButtonMnemonic=0
 141 OptionPane.title.textAndMnemonic=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.
 144 OptionPane.inputDialog.titleAndMnemonic=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.
 147 OptionPane.messageDialog.titleAndMnemonic=Mensaje
 148 
 149 ############ Printing Dialog Strings ############
 150 PrintingDialog.titleProgress.textAndMnemonic=Impresi\u00F3n
 151 PrintingDialog.titleAborting.textAndMnemonic=Impresi\u00F3n (Abortando)
 152 
 153 PrintingDialog.contentInitial.textAndMnemonic=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
 157 PrintingDialog.contentProgress.textAndMnemonic=P\u00E1gina {0} impresa...
 158 
 159 PrintingDialog.contentAborting.textAndMnemonic=Abortando la impresi\u00F3n...
 160 
 161 PrintingDialog.abortButton.textAndMnemonic=&Abortar
 162 PrintingDialog.abortButtonToolTip.textAndMnemonic=Abortar Impresi\u00F3n
 163 
 164 ############ Internal Frame Strings ############
 165 InternalFrame.iconButtonToolTip=Minimizar
 166 InternalFrame.maxButtonToolTip=Maximizar
 167 InternalFrame.restoreButtonToolTip=Restaurar
 168 InternalFrame.closeButtonToolTip=Cerrar
 169 
 170 ############ Internal Frame Title Pane Strings ############
 171 InternalFrameTitlePane.restoreButton.textAndMnemonic=&Restaurar
 172 InternalFrameTitlePane.moveButton.textAndMnemonic=&Mover
 173 InternalFrameTitlePane.sizeButton.textAndMnemonic=&Tama\u00F1o
 174 InternalFrameTitlePane.minimizeButton.textAndMnemonic=Mi&nimizar
 175 InternalFrameTitlePane.maximizeButton.textAndMnemonic=Ma&ximizar
 176 InternalFrameTitlePane.closeButton.textAndMnemonic=&Cerrar
 177 
 178 ############ Text strings #############
 179 # Used for html forms
 180 FormView.submitButton.textAndMnemonic=Enviar Consulta
 181 FormView.resetButton.textAndMnemonic=Restablecer
 182 FormView.browseFileButton.textAndMnemonic=Examinar...
 183 
 184 ############ Abstract Document Strings ############
 185 AbstractDocument.styleChange.textAndMnemonic=cambio de estilo
 186 AbstractDocument.addition.textAndMnemonic=agregaci\u00F3n
 187 AbstractDocument.deletion.textAndMnemonic=supresi\u00F3n
 188 AbstractDocument.undo.textAndMnemonic=Deshacer
 189 AbstractDocument.redo.textAndMnemonic=Rehacer
 190 
 191 ############ Abstract Button Strings ############
 192 AbstractButton.click.textAndMnemonic=hacer clic
 193 
 194 ############ Abstract Undoable Edit Strings ############
 195 AbstractUndoableEdit.undo.textAndMnemonic=Deshacer
 196 AbstractUndoableEdit.redo.textAndMnemonic=Rehacer
 197 
 198 ############ Combo Box Strings ############
 199 ComboBox.togglePopup.textAndMnemonic=togglePopup
 200 
 201 ############ Progress Monitor Strings ############
 202 ProgressMonitor.progress.textAndMnemonic=Progreso...
 203 
 204 ############ Split Pane Strings ############
 205 SplitPane.leftButton.textAndMnemonic=bot\u00F3n izquierdo
 206 SplitPane.rightButton.textAndMnemonic=bot\u00F3n derecho
 207 # Used for Isindex
 208 IsindexView.prompt=En este \u00EDndice se pueden efectuar b\u00FAsquedas. Escriba las palabras clave de b\u00FAsqueda:
 209 
 210 ############ InternalFrameTitlePane Strings ############
 211 InternalFrameTitlePane.iconifyButtonAccessibleName=Convertir en Icono
 212 InternalFrameTitlePane.maximizeButtonAccessibleName=Maximizar
 213 InternalFrameTitlePane.closeButtonAccessibleName=Cerrar