< prev index next >

src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/resources/windows.properties

Print this page


   1 # This properties file is used to create a PropertyResourceBundle
   2 # It contains Locale specific strings used be the Windows 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.lookInLabel.textAndMnemonic=Look &in:
  22 FileChooser.saveInLabel.textAndMnemonic=Save in:



  23 FileChooser.fileNameLabel.textAndMnemonic=File &name:
  24 FileChooser.folderNameLabel.textAndMnemonic=Folder &name:

  25 FileChooser.filesOfTypeLabel.textAndMnemonic=Files of &type:
  26 FileChooser.upFolderToolTip.textAndMnemonic=Up One Level
  27 FileChooser.upFolderAccessibleName=Up
  28 FileChooser.homeFolderToolTip.textAndMnemonic=Home
  29 FileChooser.homeFolderAccessibleName=Home
  30 FileChooser.newFolderToolTip.textAndMnemonic=Create New Folder


  31 FileChooser.newFolderAccessibleName=New Folder
  32 FileChooser.newFolderActionLabel.textAndMnemonic=New Folder
  33 FileChooser.listViewButtonToolTip.textAndMnemonic=List
  34 FileChooser.listViewButtonAccessibleName=List
  35 FileChooser.listViewActionLabel.textAndMnemonic=List
  36 FileChooser.detailsViewButtonToolTip.textAndMnemonic=Details
  37 FileChooser.detailsViewButtonAccessibleName=Details
  38 FileChooser.viewMenuButtonToolTipText = View Menu
  39 FileChooser.viewMenuButtonAccessibleName = View Menu
  40 FileChooser.detailsViewActionLabel.textAndMnemonic=Details
  41 FileChooser.refreshActionLabel.textAndMnemonic=Refresh





  42 FileChooser.viewMenuLabel.textAndMnemonic=View
  43 FileChooser.fileNameHeader.textAndMnemonic=Name
  44 FileChooser.fileSizeHeader.textAndMnemonic=Size
  45 FileChooser.fileTypeHeader.textAndMnemonic=Type
  46 FileChooser.fileDateHeader.textAndMnemonic=Modified
  47 FileChooser.fileAttrHeader.textAndMnemonic=Attributes



   1 # This properties file is used to create a PropertyResourceBundle
   2 # It contains Locale specific strings used be the Windows 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.detailsViewButtonAccessibleName=Details
  22 FileChooser.detailsViewButtonToolTip.textAndMnemonic=Details
  23 FileChooser.fileAttrHeader.textAndMnemonic=Attributes
  24 FileChooser.fileDateHeader.textAndMnemonic=Modified
  25 FileChooser.fileNameHeader.textAndMnemonic=Name
  26 FileChooser.fileNameLabel.textAndMnemonic=File &name:
  27 FileChooser.fileSizeHeader.textAndMnemonic=Size
  28 FileChooser.fileTypeHeader.textAndMnemonic=Type
  29 FileChooser.filesOfTypeLabel.textAndMnemonic=Files of &type:



  30 FileChooser.homeFolderAccessibleName=Home
  31 FileChooser.homeFolderToolTip.textAndMnemonic=Home
  32 FileChooser.listViewButtonAccessibleName=List
  33 FileChooser.listViewButtonToolTip.textAndMnemonic=List
  34 FileChooser.newFolderAccessibleName=New Folder
  35 FileChooser.newFolderActionLabel.textAndMnemonic=New Folder
  36 FileChooser.newFolderToolTip.textAndMnemonic=Create New Folder







  37 FileChooser.refreshActionLabel.textAndMnemonic=Refresh
  38 FileChooser.saveInLabel.textAndMnemonic=Save in:
  39 FileChooser.upFolderAccessibleName=Up
  40 FileChooser.upFolderToolTip.textAndMnemonic=Up One Level
  41 FileChooser.viewMenuButtonAccessibleName=View Menu
  42 FileChooser.viewMenuButtonToolTipText=View Menu
  43 FileChooser.viewMenuLabel.textAndMnemonic=View
  44 
  45 FileChooser.extraLargeIconsViewActionLabel.textAndMnemonic=Extra Large
  46 FileChooser.largeIconsViewActionLabel.textAndMnemonic=Large Icons
  47 FileChooser.mediumIconsViewActionLabel.textAndMnemonic=Medium Icons
  48 FileChooser.smallIconsViewActionLabel.textAndMnemonic=Small Icons
  49 FileChooser.listViewActionLabel.textAndMnemonic=List
  50 FileChooser.detailsViewActionLabel.textAndMnemonic=Details
  51 FileChooser.tilesViewActionLabel.textAndMnemonic=Tiles
< prev index next >