< prev index next >

src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_es.properties

Print this page
rev 1468 : 7034940: message drop 2 translation integration
Reviewed-by: yhuang
rev 1479 : 7034259: [all] incorrect mnemonic keys in JCP automatic update advanced settings dialog.
Reviewed-by: yhuang
rev 1480 : 6501385: ColorChooser demo - two elemets have same mnemonic in it locale, GTK L&F
Reviewed-by: yhuang
rev 1486 : 7093156: NLS Please change the mnemonic assignment system to avoid translation issue (Swing files)
Reviewed-by: rupashka, alexp
rev 1487 : 7175367: NLS: 7u6 message drop10 integration
Reviewed-by: yhuang
rev 1584 : 8080628: No mnemonics on Open and Save buttons in JFileChooser
Reviewed-by: serb, alexsch
   1 # Refer to the note in basic.properties for a description as to what
   2 # the mnemonics correspond to and how to calculate them.
   3 
   4 
   5 
   6 # GTK specific properties
   7 
   8 # GTK color chooser properties:
   9 GTKColorChooserPanel.nameText=Selector de Color para GTK
  10 # mnemonic as a VK_ constant
  11 GTKColorChooserPanel.mnemonic=71
  12 # Can also define GTKColorChooserPanel.dispalyedMnemonicIndex if you
  13 # want an index other than would normally be underlined by
  14 # GTKColorChooserPanel.mnemonic to be underlined. This is only useful
  15 # if GTKColorChooserPanel.nameText defines the mnemonic character more
  16 # than once and you want a character other than the first underlined.
  17 
  18 # Text and mnemonics for the spinner. You can also defined a different
  19 # index for the mnemonic via xxxMnemonicIndex, for example
  20 # GTKColorChooserPanel.hueMnemonicIndex=1 would indicate the second
  21 # character of GTKColorChooserPanel.hueText should be underlined to
  22 # represent the mnemonic.
  23 GTKColorChooserPanel.hueText=Matiz:
  24 GTKColorChooserPanel.hueMnemonic=72
  25 
  26 GTKColorChooserPanel.redText=Rojo:
  27 GTKColorChooserPanel.redMnemonic=69
  28 
  29 GTKColorChooserPanel.saturationText=Saturaci\u00F3n:
  30 GTKColorChooserPanel.saturationMnemonic=83
  31 
  32 GTKColorChooserPanel.greenText=Verde:
  33 GTKColorChooserPanel.greenMnemonic=71
  34 
  35 GTKColorChooserPanel.valueText=Valor:
  36 GTKColorChooserPanel.valueMnemonic=86
  37 
  38 GTKColorChooserPanel.blueText=Azul:
  39 GTKColorChooserPanel.blueMnemonic=66
  40 
  41 GTKColorChooserPanel.colorNameText=Nombre del Color:
  42 GTKColorChooserPanel.colorNameMnemonic=78







  43 
  44 
  45 
  46 ############ FILE CHOOSER STRINGS #############
  47 
  48 FileChooser.acceptAllFileFilterText=Todos los Archivos
  49 FileChooser.newFolderButtonText=Nueva Carpeta
  50 FileChooser.newFolderButtonMnemonic=78
  51 FileChooser.newFolderDialogText=Nombre de la Carpeta:
  52 FileChooser.newFolderNoDirectoryErrorTitleText=Error
  53 FileChooser.newFolderNoDirectoryErrorText=Error al crear el directorio "{0}": no existe dicho archivo o directorio
  54 FileChooser.deleteFileButtonText=Suprimir Archivo
  55 FileChooser.deleteFileButtonMnemonic=76
  56 FileChooser.renameFileButtonText=Cambiar Nombre a Archivo
  57 FileChooser.renameFileButtonMnemonic=82
  58 FileChooser.cancelButtonText=Cancelar
  59 FileChooser.cancelButtonMnemonic=67
  60 FileChooser.saveButtonText=Aceptar
  61 FileChooser.saveButtonMnemonic=79
  62 FileChooser.openButtonText=Aceptar
  63 FileChooser.openButtonMnemonic=79
  64 FileChooser.saveDialogTitleText=Guardar
  65 FileChooser.openDialogTitleText=Abrir
  66 FileChooser.pathLabelText=Selecci\u00F3n:
  67 FileChooser.filterLabelText=Filtro:
  68 FileChooser.pathLabelMnemonic=83
  69 FileChooser.foldersLabelText=Carpetas
  70 FileChooser.foldersLabelMnemonic=68
  71 FileChooser.filesLabelText=Archivos
  72 FileChooser.filesLabelMnemonic=70
  73 
  74 FileChooser.cancelButtonToolTipText=Abortar cuadro de di\u00E1logo del selector de archivos.
  75 FileChooser.saveButtonToolTipText=Guardar el archivo seleccionado.
  76 FileChooser.openButtonToolTipText=Abrir el archivo seleccionado.
  77 
  78 FileChooser.renameFileDialogText=Cambiar el nombre del archivo "{0}" por
  79 FileChooser.renameFileErrorTitle=Error 
  80 FileChooser.renameFileErrorText=Error al cambiar el nombre del archivo "{0}" a "{1}"
  81 
  82 OptionPane.okButtonMnemonic=79
  83 OptionPane.cancelButtonMnemonic=67
   1 # Refer to the note in basic.properties for a description as to what
   2 # the mnemonics correspond to and how to calculate them.
   3 
   4 
   5 
   6 # GTK specific properties
   7 
   8 # GTK color chooser properties:
   9 GTKColorChooserPanel.textAndMnemonic=Selector de Color para &GTK
  10 # mnemonic as a VK_ constant























  11 
  12 GTKColorChooserPanel.hue.textAndMnemonic=&Mat:

  13 
  14 GTKColorChooserPanel.red.textAndMnemonic=Ro&jo:

  15 
  16 GTKColorChooserPanel.saturation.textAndMnemonic=&Saturaci\u00F3n:
  17 
  18 GTKColorChooserPanel.green.textAndMnemonic=&Verde:
  19 
  20 GTKColorChooserPanel.value.textAndMnemonic=&Valor:
  21 
  22 GTKColorChooserPanel.blue.textAndMnemonic=&Azul:
  23 
  24 GTKColorChooserPanel.color.textAndMnemonic=&Nombre del Color:
  25 
  26 
  27 
  28 ############ FILE CHOOSER STRINGS #############
  29 
  30 FileChooser.acceptAllFileFilter.textAndMnemonic=Todos los Archivos
  31 FileChooser.newFolderButton.textAndMnemonic=&Nueva Carpeta
  32 FileChooser.newFolderDialog.textAndMnemonic=Nombre de la Carpeta:
  33 FileChooser.newFolderNoDirectoryErrorTitle.textAndMnemonic=Error
  34 FileChooser.newFolderNoDirectoryError.textAndMnemonic=Error al crear el directorio "{0}": no existe dicho archivo o directorio
  35 FileChooser.deleteFileButton.textAndMnemonic=Su&primir Archivo
  36 FileChooser.renameFileButton.textAndMnemonic=Cambiar Nomb&re de Archivo
  37 FileChooser.cancelButton.textAndMnemonic=Cancelar
  38 FileChooser.saveButton.textAndMnemonic=Aceptar
  39 FileChooser.openButton.textAndMnemonic=Aceptar
  40 FileChooser.saveDialogTitle.textAndMnemonic=Guardar
  41 FileChooser.openDialogTitle.textAndMnemonic=Abrir
  42 FileChooser.pathLabel.textAndMnemonic=&Selecci\u00F3n:
  43 FileChooser.filterLabel.textAndMnemonic=Filtro:
  44 FileChooser.foldersLabel.textAndMnemonic=Carpe&tas
  45 FileChooser.filesLabel.textAndMnemonic=&Archivos
  46 
  47 FileChooser.cancelButtonToolTip.textAndMnemonic=Abortar cuadro de di\u00E1logo del selector de archivos.
  48 FileChooser.saveButtonToolTip.textAndMnemonic=Guardar el archivo seleccionado.
  49 FileChooser.openButtonToolTip.textAndMnemonic=Abrir el archivo seleccionado.
  50 
  51 FileChooser.renameFileDialog.textAndMnemonic=Cambiar el nombre del archivo "{0}" por
  52 FileChooser.renameFileError.titleAndMnemonic=Error
  53 FileChooser.renameFileError.textAndMnemonic=Error al cambiar el nombre del archivo "{0}" a "{1}"









  54 


< prev index next >