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

Print this page




  26 # One important thing to remember is that the mnemonic MUST exist in
  27 # the String, if it does not exist you should add text that makes it
  28 # exist. This will typically take the form 'XXXX (M)' where M is the
  29 # character for the mnemonic.
  30 #
  31 # @author Steve Wilson
  32 
  33 ############ FILE CHOOSER STRINGS #############
  34 FileChooser.fileDescription.textAndMnemonic=Generic File
  35 FileChooser.directoryDescription.textAndMnemonic=Directory
  36 FileChooser.newFolderError.textAndMnemonic=Error creating new folder
  37 FileChooser.newFolderErrorSeparator= :
  38 FileChooser.newFolderParentDoesntExistTitle.textAndMnemonic=Unable to create folder
  39 FileChooser.newFolderParentDoesntExist.textAndMnemonic=Unable to create the folder.\n\nThe system cannot find the path specified.
  40 FileChooser.renameErrorTitle.textAndMnemonic=Error Renaming File or Folder
  41 FileChooser.renameError.textAndMnemonic=Cannot rename {0}
  42 FileChooser.renameErrorFileExists.textAndMnemonic=Cannot rename {0}: A file with the name you specified already exists. \
  43   Specify a different file name.
  44 FileChooser.acceptAllFileFilter.textAndMnemonic=All Files
  45 FileChooser.cancelButton.textAndMnemonic=Cancel
  46 FileChooser.saveButton.textAndMnemonic=&Save
  47 FileChooser.openButton.textAndMnemonic=&Open
  48 FileChooser.saveDialogTitle.textAndMnemonic=Save
  49 FileChooser.openDialogTitle.textAndMnemonic=Open
  50 FileChooser.updateButton.textAndMnemonic=&Update
  51 FileChooser.helpButton.textAndMnemonic=&Help
  52 FileChooser.directoryOpenButton.textAndMnemonic=&Open
  53 
  54 # File Size Units
  55 FileChooser.fileSizeKiloBytes={0} KB
  56 FileChooser.fileSizeMegaBytes={0} MB
  57 FileChooser.fileSizeGigaBytes={0} GB
  58 
  59 # These strings are platform dependent not look and feel dependent.
  60 FileChooser.win32.newFolder=New Folder
  61 FileChooser.win32.newFolder.subsequent=New Folder ({0})
  62 FileChooser.other.newFolder=NewFolder
  63 FileChooser.other.newFolder.subsequent=NewFolder.{0}
  64 
  65 
  66 ## file chooser tooltips ###
  67 FileChooser.cancelButtonToolTip.textAndMnemonic=Abort file chooser dialog




  26 # One important thing to remember is that the mnemonic MUST exist in
  27 # the String, if it does not exist you should add text that makes it
  28 # exist. This will typically take the form 'XXXX (M)' where M is the
  29 # character for the mnemonic.
  30 #
  31 # @author Steve Wilson
  32 
  33 ############ FILE CHOOSER STRINGS #############
  34 FileChooser.fileDescription.textAndMnemonic=Generic File
  35 FileChooser.directoryDescription.textAndMnemonic=Directory
  36 FileChooser.newFolderError.textAndMnemonic=Error creating new folder
  37 FileChooser.newFolderErrorSeparator= :
  38 FileChooser.newFolderParentDoesntExistTitle.textAndMnemonic=Unable to create folder
  39 FileChooser.newFolderParentDoesntExist.textAndMnemonic=Unable to create the folder.\n\nThe system cannot find the path specified.
  40 FileChooser.renameErrorTitle.textAndMnemonic=Error Renaming File or Folder
  41 FileChooser.renameError.textAndMnemonic=Cannot rename {0}
  42 FileChooser.renameErrorFileExists.textAndMnemonic=Cannot rename {0}: A file with the name you specified already exists. \
  43   Specify a different file name.
  44 FileChooser.acceptAllFileFilter.textAndMnemonic=All Files
  45 FileChooser.cancelButton.textAndMnemonic=Cancel
  46 FileChooser.saveButton.textAndMnemonic=Save
  47 FileChooser.openButton.textAndMnemonic=Open
  48 FileChooser.saveDialogTitle.textAndMnemonic=Save
  49 FileChooser.openDialogTitle.textAndMnemonic=Open
  50 FileChooser.updateButton.textAndMnemonic=&Update
  51 FileChooser.helpButton.textAndMnemonic=&Help
  52 FileChooser.directoryOpenButton.textAndMnemonic=&Open
  53 
  54 # File Size Units
  55 FileChooser.fileSizeKiloBytes={0} KB
  56 FileChooser.fileSizeMegaBytes={0} MB
  57 FileChooser.fileSizeGigaBytes={0} GB
  58 
  59 # These strings are platform dependent not look and feel dependent.
  60 FileChooser.win32.newFolder=New Folder
  61 FileChooser.win32.newFolder.subsequent=New Folder ({0})
  62 FileChooser.other.newFolder=NewFolder
  63 FileChooser.other.newFolder.subsequent=NewFolder.{0}
  64 
  65 
  66 ## file chooser tooltips ###
  67 FileChooser.cancelButtonToolTip.textAndMnemonic=Abort file chooser dialog