< prev index next >

src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_es.properties

Print this page
rev 1494 : 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
Reviewed-by: rupashka
rev 1495 : 7024118: possible hardcoded mnemonic for JFileChooser metal and motif l&f
Reviewed-by: rupashka
rev 1497 : 8008764: 7uX l10n resource file translation update
Reviewed-by: naoto
   1 # This properties file is used to create a PropertyResourceBundle
   2 # It contains Locale specific strings used be the Motif Look and Feel.
   3 # Currently, the following components need this for support:
   4 #
   5 #    FileChooser
   6 #
   7 # When this file is read in, the strings are put into the 
   8 # defaults table.  This is an implementation detail of the current
   9 # workings of Swing.  DO NOT DEPEND ON THIS.  
  10 # This may change in future versions of Swing as we improve localization 
  11 # support.
  12 #
  13 # Refer to the note in basic.properties for a description as to what
  14 # the mnemonics correspond to and how to calculate them.
  15 #
  16 # @author Steve Wilson
  17 
  18 
  19 ############ FILE CHOOSER STRINGS #############
  20 
  21 FileChooser.acceptAllFileFilterText=*
  22 FileChooser.cancelButtonText=Cancelar
  23 FileChooser.saveButtonText=Guardar
  24 FileChooser.openButtonText=Aceptar
  25 FileChooser.saveDialogTitleText=Guardar
  26 FileChooser.openDialogTitleText=Abrir
  27 FileChooser.updateButtonText=Actualizar
  28 FileChooser.helpButtonText=Ayuda
  29 FileChooser.pathLabelText=Introducir nombre de la ruta de acceso o carpeta:
  30 FileChooser.filterLabelText=Filtro
  31 FileChooser.foldersLabelText=Carpetas
  32 FileChooser.filesLabelText=Archivos
  33 FileChooser.enterFileNameLabelText=Introducir nombre de archivo:
  34 FileChooser.enterFolderNameLabelText=Introducir nombre de carpeta:
  35 
  36 FileChooser.cancelButtonToolTipText=Abortar cuadro de di\u00E1logo del selector de archivos.
  37 FileChooser.saveButtonToolTipText=Guardar archivo seleccionado.
  38 FileChooser.openButtonToolTipText=Abrir archivo seleccionado.
  39 FileChooser.updateButtonToolTipText=Actualizar lista de directorios.
  40 FileChooser.helpButtonToolTipText=Ayuda del selector de archivos.
   1 # This properties file is used to create a PropertyResourceBundle
   2 # It contains Locale specific strings used be the Motif Look and Feel.
   3 # Currently, the following components need this for support:
   4 #
   5 #    FileChooser
   6 #
   7 # When this file is read in, the strings are put into the 
   8 # defaults table.  This is an implementation detail of the current
   9 # workings of Swing.  DO NOT DEPEND ON THIS.  
  10 # This may change in future versions of Swing as we improve localization 
  11 # support.
  12 #
  13 # Refer to the note in basic.properties for a description as to what
  14 # the mnemonics correspond to and how to calculate them.
  15 #
  16 # @author Steve Wilson
  17 
  18 
  19 ############ FILE CHOOSER STRINGS #############
  20 
  21 FileChooser.acceptAllFileFilter.textAndMnemonic=*
  22 FileChooser.cancelButton.textAndMnemonic=Cancelar
  23 FileChooser.saveButton.textAndMnemonic=Guardar
  24 FileChooser.openButton.textAndMnemonic=Aceptar
  25 FileChooser.saveDialogTitle.textAndMnemonic=Guardar
  26 FileChooser.openDialogTitle.textAndMnemonic=Abrir
  27 FileChooser.updateButton.textAndMnemonic=Actualizar
  28 FileChooser.helpButton.textAndMnemonic=Ayuda
  29 FileChooser.pathLabel.textAndMnemonic=Introducir nombre de ruta de acceso o car&peta:
  30 FileChooser.filterLabel.textAndMnemonic=Filt&ro
  31 FileChooser.foldersLabel.textAndMnemonic=Carpe&tas
  32 FileChooser.filesLabel.textAndMnemonic=Arch&ivos
  33 FileChooser.enterFileNameLabel.textAndMnemonic=I&ntroducir nombre de archivo:
  34 FileChooser.enterFolderNameLabel.textAndMnemonic=Introducir nombre de carpeta:
  35 
  36 FileChooser.cancelButtonToolTip.textAndMnemonic=Abortar cuadro de di\u00E1logo del selector de archivos.
  37 FileChooser.saveButtonToolTip.textAndMnemonic=Guardar archivo seleccionado.
  38 FileChooser.openButtonToolTip.textAndMnemonic=Abrir archivo seleccionado.
  39 FileChooser.updateButtonToolTip.textAndMnemonic=Actualizar lista de directorios.
  40 FileChooser.helpButtonToolTip.textAndMnemonic=Ayuda del selector de archivos.
< prev index next >