1 #
   2 # Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 # This properties file is used to create a PropertyResourceBundle
  27 # It contains Locale specific strings used in Swing
  28 # Currently, the following components need this for support:
  29 #
  30 #    ColorChooser
  31 #    FileChooser
  32 #    OptionPane
  33 #
  34 # When this file is read in, the strings are put into the
  35 # defaults table.  This is an implementation detail of the current
  36 # workings of Swing.  DO NOT DEPEND ON THIS.
  37 # This may change in future versions of Swing as we improve localization
  38 # support.
  39 #
  40 #                        MNEMONIC NOTE:
  41 # Many of strings in this file are used by widgets that have a
  42 # mnemonic, for example:
  43 #   ColorChooser.rgbNameTextAndMnemonic=R&GB
  44 #
  45 # Indicates that the tab in the ColorChooser for RGB colors will have
  46 # the text 'RGB', further the mnemonic character will be 'g' and that
  47 # a decoration will be provided under the 'G'. This will typically
  48 # look like:  RGB
  49 #              -
  50 #
  51 # One important thing to remember is that the mnemonic MUST exist in
  52 # the String, if it does not exist you should add text that makes it
  53 # exist. This will typically take the form 'XXXX (M)' where M is the
  54 # character for the mnemonic.
  55 #
  56 # @author Steve Wilson
  57 
  58 ############ FILE CHOOSER STRINGS #############
  59 FileChooser.fileDescription.textAndMnemonic=Generic File
  60 FileChooser.directoryDescription.textAndMnemonic=Directory
  61 FileChooser.newFolderError.textAndMnemonic=Error creating new folder
  62 FileChooser.newFolderErrorSeparator= :
  63 FileChooser.newFolderParentDoesntExistTitle.textAndMnemonic=Unable to create folder
  64 FileChooser.newFolderParentDoesntExist.textAndMnemonic=Unable to create the folder.\n\nThe system cannot find the path specified.
  65 FileChooser.renameErrorTitle.textAndMnemonic=Error Renaming File or Folder
  66 FileChooser.renameError.textAndMnemonic=Cannot rename {0}
  67 FileChooser.renameErrorFileExists.textAndMnemonic=Cannot rename {0}: A file with the name you specified already exists. \
  68   Specify a different file name.
  69 FileChooser.acceptAllFileFilter.textAndMnemonic=All Files
  70 FileChooser.cancelButton.textAndMnemonic=Cancel
  71 FileChooser.saveButton.textAndMnemonic=Save
  72 FileChooser.openButton.textAndMnemonic=Open
  73 FileChooser.saveDialogTitle.textAndMnemonic=Save
  74 FileChooser.openDialogTitle.textAndMnemonic=Open
  75 FileChooser.updateButton.textAndMnemonic=&Update
  76 FileChooser.helpButton.textAndMnemonic=&Help
  77 FileChooser.directoryOpenButton.textAndMnemonic=Open
  78 
  79 # File Size Units
  80 FileChooser.fileSizeKiloBytes={0} KB
  81 FileChooser.fileSizeMegaBytes={0} MB
  82 FileChooser.fileSizeGigaBytes={0} GB
  83 
  84 # These strings are platform dependent not look and feel dependent.
  85 FileChooser.win32.newFolder=New Folder
  86 FileChooser.win32.newFolder.subsequent=New Folder ({0})
  87 FileChooser.other.newFolder=NewFolder
  88 FileChooser.other.newFolder.subsequent=NewFolder.{0}
  89 
  90 
  91 ## file chooser tooltips ###
  92 FileChooser.cancelButtonToolTip.textAndMnemonic=Abort file chooser dialog
  93 FileChooser.saveButtonToolTip.textAndMnemonic=Save selected file
  94 FileChooser.openButtonToolTip.textAndMnemonic=Open selected file
  95 FileChooser.updateButtonToolTip.textAndMnemonic=Update directory listing
  96 FileChooser.helpButtonToolTip.textAndMnemonic=FileChooser help
  97 FileChooser.directoryOpenButtonToolTip.textAndMnemonic=Open selected directory
  98 
  99 FileChooser.filesListAccessibleName=Files List
 100 FileChooser.filesDetailsAccessibleName=Files Details
 101 
 102 ############ COLOR CHOOSER STRINGS #############
 103 ColorChooser.preview.textAndMnemonic=Preview
 104 ColorChooser.ok.textAndMnemonic=OK
 105 ColorChooser.cancel.textAndMnemonic=Cancel
 106 ColorChooser.reset.textAndMnemonic=&Reset
 107 ColorChooser.sample.textAndMnemonic=Sample Text  Sample Text
 108 ColorChooser.swatches.textAndMnemonic=&Swatches
 109 ColorChooser.swatchesRecent.textAndMnemonic=Recent:
 110 ColorChooser.hsv.textAndMnemonic=&HSV
 111 ColorChooser.hsvHue.textAndMnemonic=Hue
 112 ColorChooser.hsvSaturation.textAndMnemonic=Saturation
 113 ColorChooser.hsvValue.textAndMnemonic=Value
 114 ColorChooser.hsvTransparency.textAndMnemonic=Transparency
 115 ColorChooser.hsl.textAndMnemonic=HS&L
 116 ColorChooser.hslHue.textAndMnemonic=Hue
 117 ColorChooser.hslSaturation.textAndMnemonic=Saturation
 118 ColorChooser.hslLightness.textAndMnemonic=Lightness
 119 ColorChooser.hslTransparency.textAndMnemonic=Transparency
 120 ColorChooser.rgb.textAndMnemonic=R&GB
 121 ColorChooser.rgbRed.textAndMnemonic=Re&d
 122 ColorChooser.rgbGreen.textAndMnemonic=Gree&n
 123 ColorChooser.rgbBlue.textAndMnemonic=&Blue
 124 ColorChooser.rgbAlpha.textAndMnemonic=Alpha
 125 ColorChooser.rgbHexCode.textAndMnemonic=&Color Code
 126 ColorChooser.cmyk.textAndMnemonic=C&MYK
 127 ColorChooser.cmykCyan.textAndMnemonic=Cyan
 128 ColorChooser.cmykMagenta.textAndMnemonic=Magenta
 129 ColorChooser.cmykYellow.textAndMnemonic=Yellow
 130 ColorChooser.cmykBlack.textAndMnemonic=Black
 131 ColorChooser.cmykAlpha.textAndMnemonic=Alpha
 132 
 133 ############ OPTION PANE STRINGS #############
 134 # We only define mnemonics for YES/NO, but for completeness you can
 135 # define mnemonics for any of the buttons.
 136 OptionPane.yesButton.textAndMnemonic=&Yes
 137 OptionPane.noButton.textAndMnemonic=&No
 138 OptionPane.okButton.textAndMnemonic=OK
 139 #OptionPane.okButtonMnemonic=0
 140 OptionPane.cancelButton.textAndMnemonic=Cancel
 141 #OptionPane.cancelButtonMnemonic=0
 142 OptionPane.title.textAndMnemonic=Select an Option
 143 # Title for the dialog for the showInputDialog methods. Only used if
 144 # the developer uses one of the variants that doesn't take a title.
 145 OptionPane.inputDialog.titleAndMnemonic=Input
 146 # Title for the dialog for the showMessageDialog methods. Only used if
 147 # the developer uses one of the variants that doesn't take a title.
 148 OptionPane.messageDialog.titleAndMnemonic=Message
 149 
 150 ############ Printing Dialog Strings ############
 151 PrintingDialog.titleProgress.textAndMnemonic=Printing
 152 PrintingDialog.titleAborting.textAndMnemonic=Printing (Aborting)
 153 
 154 PrintingDialog.contentInitial.textAndMnemonic=Printing in progress...
 155 
 156 # The following string will be formatted by a MessageFormat
 157 # and {0} will be replaced by page number being printed
 158 PrintingDialog.contentProgress.textAndMnemonic=Printed page {0}...
 159 
 160 PrintingDialog.contentAborting.textAndMnemonic=Printing aborting...
 161 
 162 PrintingDialog.abortButton.textAndMnemonic=&Abort
 163 PrintingDialog.abortButtonToolTip.textAndMnemonic=Abort Printing
 164 
 165 ############ Internal Frame Strings ############
 166 InternalFrame.iconButtonToolTip=Minimize
 167 InternalFrame.maxButtonToolTip=Maximize
 168 InternalFrame.restoreButtonToolTip=Restore
 169 InternalFrame.closeButtonToolTip=Close
 170 
 171 ############ Internal Frame Title Pane Strings ############
 172 InternalFrameTitlePane.restoreButton.textAndMnemonic=&Restore
 173 InternalFrameTitlePane.moveButton.textAndMnemonic=&Move
 174 InternalFrameTitlePane.sizeButton.textAndMnemonic=&Size
 175 InternalFrameTitlePane.minimizeButton.textAndMnemonic=Mi&nimize
 176 InternalFrameTitlePane.maximizeButton.textAndMnemonic=Ma&ximize
 177 InternalFrameTitlePane.closeButton.textAndMnemonic=&Close
 178 
 179 ############ Text strings #############
 180 # Used for html forms
 181 FormView.submitButton.textAndMnemonic=Submit Query
 182 FormView.resetButton.textAndMnemonic=Reset
 183 FormView.browseFileButton.textAndMnemonic=Browse...
 184 
 185 ############ Abstract Document Strings ############
 186 AbstractDocument.styleChange.textAndMnemonic=style change
 187 AbstractDocument.addition.textAndMnemonic=addition
 188 AbstractDocument.deletion.textAndMnemonic=deletion
 189 AbstractDocument.undo.textAndMnemonic=Undo
 190 AbstractDocument.redo.textAndMnemonic=Redo
 191 
 192 ############ Abstract Button Strings ############
 193 AbstractButton.click.textAndMnemonic=click
 194 
 195 ############ Abstract Undoable Edit Strings ############
 196 AbstractUndoableEdit.undo.textAndMnemonic=Undo
 197 AbstractUndoableEdit.redo.textAndMnemonic=Redo
 198 
 199 ############ Combo Box Strings ############
 200 ComboBox.togglePopup.textAndMnemonic=togglePopup
 201 
 202 ############ Progress Monitor Strings ############
 203 ProgressMonitor.progress.textAndMnemonic=Progress...
 204 
 205 ############ Split Pane Strings ############
 206 SplitPane.leftButton.textAndMnemonic=left button
 207 SplitPane.rightButton.textAndMnemonic=right button
 208 # Used for Isindex
 209 IsindexView.prompt=This is a searchable index.  Enter search keywords:
 210 
 211 ############ InternalFrameTitlePane Strings ############
 212 InternalFrameTitlePane.iconifyButtonAccessibleName=Iconify
 213 InternalFrameTitlePane.maximizeButtonAccessibleName=Maximize
 214 InternalFrameTitlePane.closeButtonAccessibleName=Close