home *** CD-ROM | disk | FTP | other *** search
- # This properties file is used to create a PropertyResourceBundle
- # It contains Locale specific strings used be the Metal Look and Feel.
- # Currently, the following components need this for support:
- #
- # FileChooser
- #
- # 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.
- #
- # 1.7 03/08/01
- # @author Steve Wilson
-
-
- ############ FILE CHOOSER STRINGS #############
-
- FileChooser.lookInLabelText=Buscar en:
- FileChooser.fileNameLabelText=Nombre de archivo:
- FileChooser.filesOfTypeLabelText=Archivos de tipo:
- FileChooser.upFolderToolTipText=Subir un nivel
- FileChooser.upFolderAccessibleName=Arriba
- FileChooser.homeFolderToolTipText=Principal
- FileChooser.homeFolderAccessibleName=Principal
- FileChooser.newFolderToolTipText=Crear carpeta nueva
- FileChooser.newFolderAccessibleName=Carpeta nueva
- FileChooser.listViewButtonToolTipText=Lista
- FileChooser.listViewButtonAccessibleName=Lista
- FileChooser.detailsViewButtonToolTipText=Detalles
- FileChooser.detailsViewButtonAccessibleName=Detalles
-
- ############ InternalFrameTitlePane Strings ############
- InternalFrameTitlePane.iconifyButtonAccessibleName=Convertir en icono
- InternalFrameTitlePane.maximizeButtonAccessibleName=Maximizar
- InternalFrameTitlePane.closeButtonAccessibleName=Cerrar
-