1 # This properties file is used to create a PropertyResourceBundle
   2 # It contains Locale specific strings used in Swing
   3 # Currently, the following components need this for support:
   4 #
   5 #    ColorChooser
   6 #    FileChooser
   7 #    OptionPane
   8 #
   9 # When this file is read in, the strings are put into the
  10 # defaults table.  This is an implementation detail of the current
  11 # workings of Swing.  DO NOT DEPEND ON THIS.
  12 # This may change in future versions of Swing as we improve localization
  13 # support.
  14 #
  15 #                        MNEMONIC NOTE:
  16 # Many of strings in this file are used by widgets that have a
  17 # mnemonic, for example:
  18 #   ColorChooser.rgbNameTextAndMnemonic=R&GB
  19 #
  20 # Indicates that the tab in the ColorChooser for RGB colors will have
  21 # the text 'RGB', further the mnemonic character will be 'g' and that
  22 # a decoration will be provided under the 'G'. This will typically
  23 # look like:  RGB
  24 #              -
  25 #
  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
  68 FileChooser.saveButtonToolTip.textAndMnemonic=Save selected file
  69 FileChooser.openButtonToolTip.textAndMnemonic=Open selected file
  70 FileChooser.updateButtonToolTip.textAndMnemonic=Update directory listing
  71 FileChooser.helpButtonToolTip.textAndMnemonic=FileChooser help
  72 FileChooser.directoryOpenButtonToolTip.textAndMnemonic=Open selected directory
  73 
  74 FileChooser.filesListAccessibleName=Files List
  75 FileChooser.filesDetailsAccessibleName=Files Details
  76 
  77 ############ COLOR CHOOSER STRINGS #############
  78 ColorChooser.preview.textAndMnemonic=Preview
  79 ColorChooser.ok.textAndMnemonic=OK
  80 ColorChooser.cancel.textAndMnemonic=Cancel
  81 ColorChooser.reset.textAndMnemonic=&Reset
  82 ColorChooser.sample.textAndMnemonic=Sample Text  Sample Text
  83 ColorChooser.swatches.textAndMnemonic=&Swatches
  84 ColorChooser.swatchesRecent.textAndMnemonic=Recent:
  85 ColorChooser.hsb.textAndMnemonic=&HSB
  86 ColorChooser.hsbHue.textAndMnemonic=H
  87 ColorChooser.hsbSaturation.textAndMnemonic=S
  88 ColorChooser.hsbBrightness.textAndMnemonic=B
  89 ColorChooser.hsbRed.textAndMnemonic=R
  90 ColorChooser.hsbGreen.textAndMnemonic=G
  91 ColorChooser.hsbBlue.textAndMnemonic=B
  92 ColorChooser.hsv.textAndMnemonic=&HSV
  93 ColorChooser.hsvHue.textAndMnemonic=Hue
  94 ColorChooser.hsvSaturation.textAndMnemonic=Saturation
  95 ColorChooser.hsvValue.textAndMnemonic=Value
  96 ColorChooser.hsvTransparency.textAndMnemonic=Transparency
  97 ColorChooser.hsl.textAndMnemonic=HS&L
  98 ColorChooser.hslHue.textAndMnemonic=Hue
  99 ColorChooser.hslSaturation.textAndMnemonic=Saturation
 100 ColorChooser.hslLightness.textAndMnemonic=Lightness
 101 ColorChooser.hslTransparency.textAndMnemonic=Transparency
 102 ColorChooser.rgb.textAndMnemonic=R&GB
 103 ColorChooser.rgbRed.textAndMnemonic=Re&d
 104 ColorChooser.rgbGreen.textAndMnemonic=Gree&n
 105 ColorChooser.rgbBlue.textAndMnemonic=&Blue
 106 ColorChooser.rgbAlpha.textAndMnemonic=Alpha
 107 ColorChooser.rgbHexCode.textAndMnemonic=&Color Code
 108 ColorChooser.cmyk.textAndMnemonic=C&MYK
 109 ColorChooser.cmykCyan.textAndMnemonic=Cyan
 110 ColorChooser.cmykMagenta.textAndMnemonic=Magenta
 111 ColorChooser.cmykYellow.textAndMnemonic=Yellow
 112 ColorChooser.cmykBlack.textAndMnemonic=Black
 113 ColorChooser.cmykAlpha.textAndMnemonic=Alpha
 114 
 115 ############ OPTION PANE STRINGS #############
 116 # We only define mnemonics for YES/NO, but for completeness you can
 117 # define mnemonics for any of the buttons.
 118 OptionPane.yesButton.textAndMnemonic=&Yes
 119 OptionPane.noButton.textAndMnemonic=&No
 120 OptionPane.okButton.textAndMnemonic=OK
 121 #OptionPane.okButtonMnemonic=0
 122 OptionPane.cancelButton.textAndMnemonic=Cancel
 123 #OptionPane.cancelButtonMnemonic=0
 124 OptionPane.title.textAndMnemonic=Select an Option
 125 # Title for the dialog for the showInputDialog methods. Only used if
 126 # the developer uses one of the variants that doesn't take a title.
 127 OptionPane.inputDialog.titleAndMnemonic=Input
 128 # Title for the dialog for the showMessageDialog methods. Only used if
 129 # the developer uses one of the variants that doesn't take a title.
 130 OptionPane.messageDialog.titleAndMnemonic=Message
 131 
 132 ############ Printing Dialog Strings ############
 133 PrintingDialog.titleProgress.textAndMnemonic=Printing
 134 PrintingDialog.titleAborting.textAndMnemonic=Printing (Aborting)
 135 
 136 PrintingDialog.contentInitial.textAndMnemonic=Printing in progress...
 137 
 138 # The following string will be formatted by a MessageFormat
 139 # and {0} will be replaced by page number being printed
 140 PrintingDialog.contentProgress.textAndMnemonic=Printed page {0}...
 141 
 142 PrintingDialog.contentAborting.textAndMnemonic=Printing aborting...
 143 
 144 PrintingDialog.abortButton.textAndMnemonic=&Abort
 145 PrintingDialog.abortButtonToolTip.textAndMnemonic=Abort Printing
 146 
 147 ############ Internal Frame Strings ############
 148 InternalFrame.iconButtonToolTip=Minimize
 149 InternalFrame.maxButtonToolTip=Maximize
 150 InternalFrame.restoreButtonToolTip=Restore
 151 InternalFrame.closeButtonToolTip=Close
 152 
 153 ############ Internal Frame Title Pane Strings ############
 154 InternalFrameTitlePane.restoreButton.textAndMnemonic=&Restore
 155 InternalFrameTitlePane.moveButton.textAndMnemonic=&Move
 156 InternalFrameTitlePane.sizeButton.textAndMnemonic=&Size
 157 InternalFrameTitlePane.minimizeButton.textAndMnemonic=Mi&nimize
 158 InternalFrameTitlePane.maximizeButton.textAndMnemonic=Ma&ximize
 159 InternalFrameTitlePane.closeButton.textAndMnemonic=&Close
 160 
 161 ############ Text strings #############
 162 # Used for html forms
 163 FormView.submitButton.textAndMnemonic=Submit Query
 164 FormView.resetButton.textAndMnemonic=Reset
 165 FormView.browseFileButton.textAndMnemonic=Browse...
 166 
 167 ############ Abstract Document Strings ############
 168 AbstractDocument.styleChange.textAndMnemonic=style change
 169 AbstractDocument.addition.textAndMnemonic=addition
 170 AbstractDocument.deletion.textAndMnemonic=deletion
 171 AbstractDocument.undo.textAndMnemonic=Undo
 172 AbstractDocument.redo.textAndMnemonic=Redo
 173 
 174 ############ Abstract Button Strings ############
 175 AbstractButton.click.textAndMnemonic=click
 176 
 177 ############ Abstract Undoable Edit Strings ############
 178 AbstractUndoableEdit.undo.textAndMnemonic=Undo
 179 AbstractUndoableEdit.redo.textAndMnemonic=Redo
 180 
 181 ############ Combo Box Strings ############
 182 ComboBox.togglePopup.textAndMnemonic=togglePopup
 183 
 184 ############ Progress Monitor Strings ############
 185 ProgressMonitor.progress.textAndMnemonic=Progress...
 186 
 187 ############ Split Pane Strings ############
 188 SplitPane.leftButton.textAndMnemonic=left button
 189 SplitPane.rightButton.textAndMnemonic=right button
 190 # Used for Isindex
 191 IsindexView.prompt=This is a searchable index.  Enter search keywords:
 192 
 193 ############ InternalFrameTitlePane Strings ############
 194 InternalFrameTitlePane.iconifyButtonAccessibleName=Iconify
 195 InternalFrameTitlePane.maximizeButtonAccessibleName=Maximize
 196 InternalFrameTitlePane.closeButtonAccessibleName=Close