mirror of https://github.com/weisJ/darklaf.git
darculadarcula-themefeelguihacktoberfestintellijintellij-themelaflooklookandfeelnativesolarizedsolarized-dark-themesolarized-light-themesvgswingthemethemes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
214 lines
9.7 KiB
214 lines
9.7 KiB
3 years ago
|
#
|
||
|
# Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved.
|
||
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||
|
#
|
||
|
# This code is free software; you can redistribute it and/or modify it
|
||
|
# under the terms of the GNU General Public License version 2 only, as
|
||
|
# published by the Free Software Foundation. Oracle designates this
|
||
|
# particular file as subject to the "Classpath" exception as provided
|
||
|
# by Oracle in the LICENSE file that accompanied this code.
|
||
|
#
|
||
|
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||
|
# version 2 for more details (a copy is included in the LICENSE file that
|
||
|
# accompanied this code).
|
||
|
#
|
||
|
# You should have received a copy of the GNU General Public License version
|
||
|
# 2 along with this work; if not, write to the Free Software Foundation,
|
||
|
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||
|
#
|
||
|
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||
|
# or visit www.oracle.com if you need additional information or have any
|
||
|
# questions.
|
||
|
#
|
||
|
|
||
|
# This properties file is used to create a PropertyResourceBundle
|
||
|
# It contains Locale specific strings used in Swing
|
||
|
# Currently, the following components need this for support:
|
||
|
#
|
||
|
# ColorChooser
|
||
|
# FileChooser
|
||
|
# OptionPane
|
||
|
#
|
||
|
# When this file is read in, the strings are put into the
|
||
|
# defaults table. This is an implementation detail of the current
|
||
|
# workings of Swing. DO NOT DEPEND ON THIS.
|
||
|
# This may change in future versions of Swing as we improve localization
|
||
|
# support.
|
||
|
#
|
||
|
# MNEMONIC NOTE:
|
||
|
# Many of strings in this file are used by widgets that have a
|
||
|
# mnemonic, for example:
|
||
|
# ColorChooser.rgbNameTextAndMnemonic=R&GB
|
||
|
#
|
||
|
# Indicates that the tab in the ColorChooser for RGB colors will have
|
||
|
# the text 'RGB', further the mnemonic character will be 'g' and that
|
||
|
# a decoration will be provided under the 'G'. This will typically
|
||
|
# look like: RGB
|
||
|
# -
|
||
|
#
|
||
|
# One important thing to remember is that the mnemonic MUST exist in
|
||
|
# the String, if it does not exist you should add text that makes it
|
||
|
# exist. This will typically take the form 'XXXX (M)' where M is the
|
||
|
# character for the mnemonic.
|
||
|
#
|
||
|
# @author Steve Wilson
|
||
|
|
||
|
############ FILE CHOOSER STRINGS #############
|
||
|
FileChooser.fileDescription.textAndMnemonic=Archivo Gen\u00E9rico
|
||
|
FileChooser.directoryDescription.textAndMnemonic=Directorio
|
||
|
FileChooser.newFolderError.textAndMnemonic=Error al crear una nueva carpeta
|
||
|
FileChooser.newFolderErrorSeparator= :
|
||
|
FileChooser.newFolderParentDoesntExistTitle.textAndMnemonic=No se ha podido crear la carpeta
|
||
|
FileChooser.newFolderParentDoesntExist.textAndMnemonic=No se ha podido crear la carpeta.\n\nEl sistema no puede encontrar la ruta de acceso especificada.
|
||
|
FileChooser.renameErrorTitle.textAndMnemonic=Error al cambiar el nombre del archivo o carpeta
|
||
|
FileChooser.renameError.textAndMnemonic=No se puede cambiar el nombre de {0}
|
||
|
FileChooser.renameErrorFileExists.textAndMnemonic=No se puede cambiar el nombre de {0}: ya existe un archivo con el nombre especificado. Especifique otro nombre de archivo.
|
||
|
FileChooser.acceptAllFileFilter.textAndMnemonic=Todos los Archivos
|
||
|
FileChooser.cancelButton.textAndMnemonic=Cancelar
|
||
|
FileChooser.saveButton.textAndMnemonic=Guardar
|
||
|
FileChooser.openButton.textAndMnemonic=Abrir
|
||
|
FileChooser.saveDialogTitle.textAndMnemonic=Guardar
|
||
|
FileChooser.openDialogTitle.textAndMnemonic=Abrir
|
||
|
FileChooser.updateButton.textAndMnemonic=Act&ualizar
|
||
|
FileChooser.helpButton.textAndMnemonic=A&yuda
|
||
|
FileChooser.directoryOpenButton.textAndMnemonic=Abrir
|
||
|
|
||
|
# File Size Units
|
||
|
FileChooser.fileSizeKiloBytes={0} KB
|
||
|
FileChooser.fileSizeMegaBytes={0} MB
|
||
|
FileChooser.fileSizeGigaBytes={0} GB
|
||
|
|
||
|
# These strings are platform dependent not look and feel dependent.
|
||
|
FileChooser.win32.newFolder=Nueva Carpeta
|
||
|
FileChooser.win32.newFolder.subsequent=Nueva Carpeta ({0})
|
||
|
FileChooser.other.newFolder=Nueva Carpeta
|
||
|
FileChooser.other.newFolder.subsequent=Nueva Carpeta.{0}
|
||
|
|
||
|
|
||
|
## file chooser tooltips ###
|
||
|
FileChooser.cancelButtonToolTip.textAndMnemonic=Cuadro de di\u00E1logo para abortar el selector de archivos
|
||
|
FileChooser.saveButtonToolTip.textAndMnemonic=Guardar archivo seleccionado
|
||
|
FileChooser.openButtonToolTip.textAndMnemonic=Abrir archivo seleccionado
|
||
|
FileChooser.updateButtonToolTip.textAndMnemonic=Actualizar lista de directorios
|
||
|
FileChooser.helpButtonToolTip.textAndMnemonic=Ayuda del Selector de Archivos
|
||
|
FileChooser.directoryOpenButtonToolTip.textAndMnemonic=Abrir directorio seleccionado
|
||
|
|
||
|
FileChooser.filesListAccessibleName=Lista de archivos
|
||
|
FileChooser.filesDetailsAccessibleName=Detalles de archivos
|
||
|
|
||
|
############ COLOR CHOOSER STRINGS #############
|
||
|
ColorChooser.preview.textAndMnemonic=Vista Previa
|
||
|
ColorChooser.ok.textAndMnemonic=Aceptar
|
||
|
ColorChooser.cancel.textAndMnemonic=Cancelar
|
||
|
ColorChooser.reset.textAndMnemonic=&Restablecer
|
||
|
ColorChooser.sample.textAndMnemonic=Texto de Ejemplo Texto de Ejemplo
|
||
|
ColorChooser.swatches.textAndMnemonic=Mue&stras
|
||
|
ColorChooser.swatchesRecent.textAndMnemonic=Reciente:
|
||
|
ColorChooser.hsv.textAndMnemonic=&HSV
|
||
|
ColorChooser.hsvHue.textAndMnemonic=Matiz
|
||
|
ColorChooser.hsvSaturation.textAndMnemonic=Saturaci\u00F3n
|
||
|
ColorChooser.hsvValue.textAndMnemonic=Valor
|
||
|
ColorChooser.hsvTransparency.textAndMnemonic=Transparencia
|
||
|
ColorChooser.hsl.textAndMnemonic=HS&L
|
||
|
ColorChooser.hslHue.textAndMnemonic=Matiz
|
||
|
ColorChooser.hslSaturation.textAndMnemonic=Saturaci\u00F3n
|
||
|
ColorChooser.hslLightness.textAndMnemonic=Iluminaci\u00F3n
|
||
|
ColorChooser.hslTransparency.textAndMnemonic=Transparencia
|
||
|
ColorChooser.rgb.textAndMnemonic=R&GB
|
||
|
ColorChooser.rgbRed.textAndMnemonic=Ro&jo
|
||
|
ColorChooser.rgbGreen.textAndMnemonic=&Verde
|
||
|
ColorChooser.rgbBlue.textAndMnemonic=A&zul
|
||
|
ColorChooser.rgbAlpha.textAndMnemonic=Alfa
|
||
|
ColorChooser.rgbHexCode.textAndMnemonic=&C\u00F3digo de Color
|
||
|
ColorChooser.cmyk.textAndMnemonic=C&MYK
|
||
|
ColorChooser.cmykCyan.textAndMnemonic=Cian
|
||
|
ColorChooser.cmykMagenta.textAndMnemonic=Magenta
|
||
|
ColorChooser.cmykYellow.textAndMnemonic=Amarillo
|
||
|
ColorChooser.cmykBlack.textAndMnemonic=Negro
|
||
|
ColorChooser.cmykAlpha.textAndMnemonic=Alfa
|
||
|
|
||
|
############ OPTION PANE STRINGS #############
|
||
|
# We only define mnemonics for YES/NO, but for completeness you can
|
||
|
# define mnemonics for any of the buttons.
|
||
|
OptionPane.yesButton.textAndMnemonic=&S\u00ED
|
||
|
OptionPane.noButton.textAndMnemonic=&No
|
||
|
OptionPane.okButton.textAndMnemonic=Aceptar
|
||
|
#OptionPane.okButtonMnemonic=0
|
||
|
OptionPane.cancelButton.textAndMnemonic=Cancelar
|
||
|
#OptionPane.cancelButtonMnemonic=0
|
||
|
OptionPane.title.textAndMnemonic=Seleccionar una Opci\u00F3n
|
||
|
# Title for the dialog for the showInputDialog methods. Only used if
|
||
|
# the developer uses one of the variants that doesn't take a title.
|
||
|
OptionPane.inputDialog.titleAndMnemonic=Entrada
|
||
|
# Title for the dialog for the showMessageDialog methods. Only used if
|
||
|
# the developer uses one of the variants that doesn't take a title.
|
||
|
OptionPane.messageDialog.titleAndMnemonic=Mensaje
|
||
|
|
||
|
############ Printing Dialog Strings ############
|
||
|
PrintingDialog.titleProgress.textAndMnemonic=Impresi\u00F3n
|
||
|
PrintingDialog.titleAborting.textAndMnemonic=Impresi\u00F3n (Abortando)
|
||
|
|
||
|
PrintingDialog.contentInitial.textAndMnemonic=Impresi\u00F3n en curso...
|
||
|
|
||
|
# The following string will be formatted by a MessageFormat
|
||
|
# and {0} will be replaced by page number being printed
|
||
|
PrintingDialog.contentProgress.textAndMnemonic=P\u00E1gina {0} impresa...
|
||
|
|
||
|
PrintingDialog.contentAborting.textAndMnemonic=Abortando la impresi\u00F3n...
|
||
|
|
||
|
PrintingDialog.abortButton.textAndMnemonic=&Abortar
|
||
|
PrintingDialog.abortButtonToolTip.textAndMnemonic=Abortar Impresi\u00F3n
|
||
|
|
||
|
############ Internal Frame Strings ############
|
||
|
InternalFrame.iconButtonToolTip=Minimizar
|
||
|
InternalFrame.maxButtonToolTip=Maximizar
|
||
|
InternalFrame.restoreButtonToolTip=Restaurar
|
||
|
InternalFrame.closeButtonToolTip=Cerrar
|
||
|
|
||
|
############ Internal Frame Title Pane Strings ############
|
||
|
InternalFrameTitlePane.restoreButton.textAndMnemonic=&Restaurar
|
||
|
InternalFrameTitlePane.moveButton.textAndMnemonic=&Mover
|
||
|
InternalFrameTitlePane.sizeButton.textAndMnemonic=&Tama\u00F1o
|
||
|
InternalFrameTitlePane.minimizeButton.textAndMnemonic=Mi&nimizar
|
||
|
InternalFrameTitlePane.maximizeButton.textAndMnemonic=Ma&ximizar
|
||
|
InternalFrameTitlePane.closeButton.textAndMnemonic=&Cerrar
|
||
|
|
||
|
############ Text strings #############
|
||
|
# Used for html forms
|
||
|
FormView.submitButton.textAndMnemonic=Enviar Consulta
|
||
|
FormView.resetButton.textAndMnemonic=Restablecer
|
||
|
FormView.browseFileButton.textAndMnemonic=Examinar...
|
||
|
|
||
|
############ Abstract Document Strings ############
|
||
|
AbstractDocument.styleChange.textAndMnemonic=cambio de estilo
|
||
|
AbstractDocument.addition.textAndMnemonic=agregaci\u00F3n
|
||
|
AbstractDocument.deletion.textAndMnemonic=supresi\u00F3n
|
||
|
AbstractDocument.undo.textAndMnemonic=Deshacer
|
||
|
AbstractDocument.redo.textAndMnemonic=Rehacer
|
||
|
|
||
|
############ Abstract Button Strings ############
|
||
|
AbstractButton.click.textAndMnemonic=hacer clic
|
||
|
|
||
|
############ Abstract Undoable Edit Strings ############
|
||
|
AbstractUndoableEdit.undo.textAndMnemonic=Deshacer
|
||
|
AbstractUndoableEdit.redo.textAndMnemonic=Rehacer
|
||
|
|
||
|
############ Combo Box Strings ############
|
||
|
ComboBox.togglePopup.textAndMnemonic=togglePopup
|
||
|
|
||
|
############ Progress Monitor Strings ############
|
||
|
ProgressMonitor.progress.textAndMnemonic=Progreso...
|
||
|
|
||
|
############ Split Pane Strings ############
|
||
|
SplitPane.leftButton.textAndMnemonic=bot\u00F3n izquierdo
|
||
|
SplitPane.rightButton.textAndMnemonic=bot\u00F3n derecho
|
||
|
# Used for Isindex
|
||
|
IsindexView.prompt=En este \u00EDndice se pueden efectuar b\u00FAsquedas. Escriba las palabras clave de b\u00FAsqueda:
|
||
|
|
||
|
############ InternalFrameTitlePane Strings ############
|
||
|
InternalFrameTitlePane.iconifyButtonAccessibleName=Convertir en Icono
|
||
|
InternalFrameTitlePane.maximizeButtonAccessibleName=Maximizar
|
||
|
InternalFrameTitlePane.closeButtonAccessibleName=Cerrar
|