< prev index next >

src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal.properties

Print this page
rev 1486 : 7093156: NLS Please change the mnemonic assignment system to avoid translation issue (Swing files)
Reviewed-by: rupashka, alexp
rev 1488 : 7174970: NLS [ccjk] Extra mnemonic keys at standard filechooserdialog (open and save) in metal L&F
Reviewed-by: alexsch
rev 1495 : 7024118: possible hardcoded mnemonic for JFileChooser metal and motif l&f
Reviewed-by: rupashka
rev 1584 : 8080628: No mnemonics on Open and Save buttons in JFileChooser
Reviewed-by: serb, alexsch
rev 1585 : 8010782: clean up source files containing carriage return characters
Reviewed-by: alexsch, art
   1 # This properties file is used to create a PropertyResourceBundle
   2 # It contains Locale specific strings used be the Metal 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.lookInLabelText=Look In:
  22 FileChooser.saveInLabelText=Save In:
  23 FileChooser.fileNameLabelText=File Name:
  24 FileChooser.folderNameLabelText=Folder name:
  25 FileChooser.filesOfTypeLabelText=Files of Type:
  26 FileChooser.upFolderToolTipText=Up One Level
  27 FileChooser.upFolderAccessibleName=Up
  28 FileChooser.homeFolderToolTipText=Home
  29 FileChooser.homeFolderAccessibleName=Home
  30 FileChooser.newFolderToolTipText=Create New Folder
  31 FileChooser.newFolderAccessibleName=New Folder
  32 FileChooser.newFolderActionLabelText=New Folder
  33 FileChooser.listViewButtonToolTipText=List
  34 FileChooser.listViewButtonAccessibleName=List
  35 FileChooser.listViewActionLabelText=List
  36 FileChooser.detailsViewButtonToolTipText=Details
  37 FileChooser.detailsViewButtonAccessibleName=Details
  38 FileChooser.detailsViewActionLabelText=Details
  39 FileChooser.refreshActionLabelText=Refresh
  40 FileChooser.viewMenuLabelText=View
  41 FileChooser.fileNameHeaderText=Name
  42 FileChooser.fileSizeHeaderText=Size
  43 FileChooser.fileTypeHeaderText=Type
  44 FileChooser.fileDateHeaderText=Modified
  45 FileChooser.fileAttrHeaderText=Attributes
  46 
  47 ############ Used by MetalTitlePane if rendering window decorations############
  48 # All mnemonics are KeyEvent.VK_XXX as integers
  49 MetalTitlePane.restoreTitle=Restore
  50 MetalTitlePane.restoreMnemonic=82
  51 MetalTitlePane.iconifyTitle=Minimize
  52 MetalTitlePane.iconifyMnemonic=69
  53 MetalTitlePane.maximizeTitle=Maximize
  54 MetalTitlePane.maximizeMnemonic=88
  55 MetalTitlePane.closeTitle=Close
  56 MetalTitlePane.closeMnemonic=67
   1 # This properties file is used to create a PropertyResourceBundle
   2 # It contains Locale specific strings used be the Metal 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.detailsViewActionLabel.textAndMnemonic=Details
  39 FileChooser.refreshActionLabel.textAndMnemonic=Refresh
  40 FileChooser.viewMenuLabel.textAndMnemonic=View
  41 FileChooser.fileNameHeader.textAndMnemonic=Name
  42 FileChooser.fileSizeHeader.textAndMnemonic=Size
  43 FileChooser.fileTypeHeader.textAndMnemonic=Type
  44 FileChooser.fileDateHeader.textAndMnemonic=Modified
  45 FileChooser.fileAttrHeader.textAndMnemonic=Attributes
  46 
  47 ############ Used by MetalTitlePane if rendering window decorations############
  48 MetalTitlePane.restore.titleAndMnemonic=&Restore
  49 MetalTitlePane.iconify.titleAndMnemonic=Minimiz&e
  50 MetalTitlePane.maximize.titleAndMnemonic=Ma&ximize
  51 MetalTitlePane.close.titleAndMnemonic=&Close





< prev index next >