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.