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

Print this page


   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 # Indicates that the tab in the ColorChooser for RGB colors will have
  20 # the text 'RGB', further the mnemonic character will be 'g' and that
  21 # a decoration will be provided under the 'G'. This will typically
  22 # look like:  RGB
  23 #              -
  24 #
  25 # One important thing to remember is that the mnemonic MUST exist in
  26 # the String, if it does not exist you should add text that makes it
  27 # exist. This will typically take the form 'XXXX (M)' where M is the
  28 # character for the mnemonic.
  29 #
  30 # @author Steve Wilson
  31 
  32 ############ FILE CHOOSER STRINGS #############
  33 FileChooser.fileDescription.textAndMnemonic=\u666E\u901A\u7684\u6587\u4EF6
  34 FileChooser.directoryDescription.textAndMnemonic=\u76EE\u5F55
  35 FileChooser.newFolderError.textAndMnemonic=\u521B\u5EFA\u65B0\u7684\u6587\u4EF6\u5939\u65F6\u51FA\u9519
  36 FileChooser.newFolderErrorSeparator= :
  37 FileChooser.newFolderParentDoesntExistTitle.textAndMnemonic=\u65E0\u6CD5\u521B\u5EFA\u6587\u4EF6\u5939
  38 FileChooser.newFolderParentDoesntExist.textAndMnemonic=\u65E0\u6CD5\u521B\u5EFA\u6587\u4EF6\u5939\u3002\n\n\u7CFB\u7EDF\u627E\u4E0D\u5230\u6307\u5B9A\u7684\u8DEF\u5F84\u3002
  39 FileChooser.renameErrorTitle.textAndMnemonic=\u91CD\u547D\u540D\u6587\u4EF6\u6216\u6587\u4EF6\u5939\u65F6\u51FA\u9519
  40 FileChooser.renameError.textAndMnemonic=\u65E0\u6CD5\u91CD\u547D\u540D{0}
  41 FileChooser.renameErrorFileExists.textAndMnemonic=\u65E0\u6CD5\u91CD\u547D\u540D{0}: \u5DF2\u5B58\u5728\u5177\u6709\u6240\u6307\u5B9A\u540D\u79F0\u7684\u6587\u4EF6\u3002\u8BF7\u6307\u5B9A\u5176\u4ED6\u6587\u4EF6\u540D\u3002
  42 FileChooser.acceptAllFileFilter.textAndMnemonic=\u6240\u6709\u6587\u4EF6
  43 FileChooser.cancelButton.textAndMnemonic=\u53D6\u6D88
  44 FileChooser.saveButton.textAndMnemonic=\u4FDD\u5B58(&S)
  45 FileChooser.openButton.textAndMnemonic=\u6253\u5F00(&O)
  46 FileChooser.saveDialogTitle.textAndMnemonic=\u4FDD\u5B58
  47 FileChooser.openDialogTitle.textAndMnemonic=\u6253\u5F00
  48 FileChooser.updateButton.textAndMnemonic=\u66F4\u65B0(&U)
  49 FileChooser.helpButton.textAndMnemonic=\u5E2E\u52A9(&H)
  50 FileChooser.directoryOpenButton.textAndMnemonic=\u6253\u5F00(&O)
  51 
  52 # File Size Units
  53 FileChooser.fileSizeKiloBytes={0} KB
  54 FileChooser.fileSizeMegaBytes={0} MB
  55 FileChooser.fileSizeGigaBytes={0} GB
  56 
  57 # These strings are platform dependent not look and feel dependent.
  58 FileChooser.win32.newFolder=\u65B0\u5EFA\u6587\u4EF6\u5939
  59 FileChooser.win32.newFolder.subsequent=\u65B0\u5EFA\u6587\u4EF6\u5939 ({0})
  60 FileChooser.other.newFolder=NewFolder
  61 FileChooser.other.newFolder.subsequent=NewFolder.{0}
  62 
  63 
  64 ## file chooser tooltips ###
  65 FileChooser.cancelButtonToolTip.textAndMnemonic=\u4E2D\u6B62\u6587\u4EF6\u9009\u62E9\u5668\u5BF9\u8BDD\u6846
  66 FileChooser.saveButtonToolTip.textAndMnemonic=\u4FDD\u5B58\u6240\u9009\u6587\u4EF6
  67 FileChooser.openButtonToolTip.textAndMnemonic=\u6253\u5F00\u6240\u9009\u6587\u4EF6
  68 FileChooser.updateButtonToolTip.textAndMnemonic=\u66F4\u65B0\u76EE\u5F55\u5217\u8868
  69 FileChooser.helpButtonToolTip.textAndMnemonic=FileChooser \u5E2E\u52A9
  70 FileChooser.directoryOpenButtonToolTip.textAndMnemonic=\u6253\u5F00\u9009\u62E9\u7684\u76EE\u5F55
  71 
  72 FileChooser.filesListAccessibleName=Files List
  73 FileChooser.filesDetailsAccessibleName=Files Details
  74 
  75 ############ COLOR CHOOSER STRINGS #############
  76 ColorChooser.preview.textAndMnemonic=\u9884\u89C8
  77 ColorChooser.ok.textAndMnemonic=\u786E\u5B9A
  78 ColorChooser.cancel.textAndMnemonic=\u53D6\u6D88
  79 ColorChooser.reset.textAndMnemonic=\u91CD\u7F6E(&R)
  80 ColorChooser.sample.textAndMnemonic=\u793A\u4F8B\u6587\u672C  \u793A\u4F8B\u6587\u672C
  81 ColorChooser.swatches.textAndMnemonic=\u793A\u4F8B(&S)
  82 ColorChooser.swatchesRecent.textAndMnemonic=\u6700\u8FD1:
  83 ColorChooser.hsv.textAndMnemonic=&HSV
  84 ColorChooser.hsvHue.textAndMnemonic=\u8272\u8C03
  85 ColorChooser.hsvSaturation.textAndMnemonic=\u9971\u548C\u5EA6
  86 ColorChooser.hsvValue.textAndMnemonic=\u503C
  87 ColorChooser.hsvTransparency.textAndMnemonic=\u900F\u660E\u5EA6
  88 ColorChooser.hsl.textAndMnemonic=HS&L
  89 ColorChooser.hslHue.textAndMnemonic=\u8272\u8C03
  90 ColorChooser.hslSaturation.textAndMnemonic=\u9971\u548C\u5EA6
  91 ColorChooser.hslLightness.textAndMnemonic=\u4EAE\u5EA6
  92 ColorChooser.hslTransparency.textAndMnemonic=\u900F\u660E\u5EA6
  93 ColorChooser.rgb.textAndMnemonic=R&GB
  94 ColorChooser.rgbRed.textAndMnemonic=\u7EA2\u8272(&D)
  95 ColorChooser.rgbGreen.textAndMnemonic=\u7EFF\u8272(&N)
  96 ColorChooser.rgbBlue.textAndMnemonic=\u84DD\u8272(&B)
  97 ColorChooser.rgbAlpha.textAndMnemonic=Alpha
  98 ColorChooser.rgbHexCode.textAndMnemonic=\u989C\u8272\u4EE3\u7801(&C)
  99 ColorChooser.cmyk.textAndMnemonic=C&MYK
 100 ColorChooser.cmykCyan.textAndMnemonic=\u9752\u8272
 101 ColorChooser.cmykMagenta.textAndMnemonic=\u7D2B\u7EA2\u8272
 102 ColorChooser.cmykYellow.textAndMnemonic=\u9EC4\u8272
 103 ColorChooser.cmykBlack.textAndMnemonic=\u9ED1\u8272
 104 ColorChooser.cmykAlpha.textAndMnemonic=Alpha
 105 
 106 ############ OPTION PANE STRINGS #############
 107 # We only define mnemonics for YES/NO, but for completeness you can
 108 # define mnemonics for any of the buttons.
 109 OptionPane.yesButton.textAndMnemonic=\u662F(&Y)
 110 OptionPane.noButton.textAndMnemonic=\u5426(&N)
 111 OptionPane.okButton.textAndMnemonic=\u786E\u5B9A(&O)

 112 OptionPane.cancelButton.textAndMnemonic=\u53D6\u6D88

 113 OptionPane.title.textAndMnemonic=\u9009\u62E9\u4E00\u4E2A\u9009\u9879
 114 # Title for the dialog for the showInputDialog methods. Only used if
 115 # the developer uses one of the variants that doesn't take a title.
 116 OptionPane.inputDialog.titleAndMnemonic=\u8F93\u5165
 117 # Title for the dialog for the showMessageDialog methods. Only used if
 118 # the developer uses one of the variants that doesn't take a title.
 119 OptionPane.messageDialog.titleAndMnemonic=\u6D88\u606F
 120 
 121 ############ Printing Dialog Strings ############
 122 PrintingDialog.titleProgress.textAndMnemonic=\u6253\u5370
 123 PrintingDialog.titleAborting.textAndMnemonic=\u6253\u5370 (\u6B63\u5728\u4E2D\u6B62)
 124 
 125 PrintingDialog.contentInitial.textAndMnemonic=\u6B63\u5728\u8FDB\u884C\u6253\u5370...
 126 
 127 # The following string will be formatted by a MessageFormat
 128 # and {0} will be replaced by page number being printed
 129 PrintingDialog.contentProgress.textAndMnemonic=\u5DF2\u6253\u5370\u9875 {0}...
 130 
 131 PrintingDialog.contentAborting.textAndMnemonic=\u6B63\u5728\u4E2D\u6B62\u6253\u5370...
 132 
 133 PrintingDialog.abortButton.textAndMnemonic=\u4E2D\u6B62(&A)
 134 PrintingDialog.abortButtonToolTip.textAndMnemonic=\u4E2D\u6B62\u6253\u5370
 135 
 136 ############ Internal Frame Strings ############
 137 InternalFrame.iconButtonToolTip=\u6700\u5C0F\u5316
 138 InternalFrame.maxButtonToolTip=\u6700\u5927\u5316
 139 InternalFrame.restoreButtonToolTip=\u8FD8\u539F
 140 InternalFrame.closeButtonToolTip=\u5173\u95ED
 141 
 142 ############ Internal Frame Title Pane Strings ############
 143 InternalFrameTitlePane.restoreButton.textAndMnemonic=\u8FD8\u539F
 144 InternalFrameTitlePane.moveButton.textAndMnemonic=\u79FB\u52A8
 145 InternalFrameTitlePane.sizeButton.textAndMnemonic=\u5927\u5C0F
 146 InternalFrameTitlePane.minimizeButton.textAndMnemonic=\u6700\u5C0F\u5316
 147 InternalFrameTitlePane.maximizeButton.textAndMnemonic=\u6700\u5927\u5316
 148 InternalFrameTitlePane.closeButton.textAndMnemonic=\u5173\u95ED
 149 
 150 ############ Text strings #############
 151 # Used for html forms
 152 FormView.submitButton.textAndMnemonic=\u63D0\u4EA4\u67E5\u8BE2
 153 FormView.resetButton.textAndMnemonic=\u91CD\u8BBE
 154 FormView.browseFileButton.textAndMnemonic=\u6D4F\u89C8...
 155 
 156 ############ Abstract Document Strings ############
 157 AbstractDocument.styleChange.textAndMnemonic=\u6837\u5F0F\u66F4\u6539
 158 AbstractDocument.addition.textAndMnemonic=\u6DFB\u52A0
 159 AbstractDocument.deletion.textAndMnemonic=\u5220\u9664
 160 AbstractDocument.undo.textAndMnemonic=\u64A4\u6D88
 161 AbstractDocument.redo.textAndMnemonic=\u91CD\u505A
 162 
 163 ############ Abstract Button Strings ############
 164 AbstractButton.click.textAndMnemonic=\u5355\u51FB
 165 
 166 ############ Abstract Undoable Edit Strings ############
 167 AbstractUndoableEdit.undo.textAndMnemonic=\u64A4\u6D88
 168 AbstractUndoableEdit.redo.textAndMnemonic=\u91CD\u505A
 169 
 170 ############ Combo Box Strings ############
 171 ComboBox.togglePopup.textAndMnemonic=togglePopup
 172 
 173 ############ Progress Monitor Strings ############
 174 ProgressMonitor.progress.textAndMnemonic=\u8FDB\u5EA6...
 175 
 176 ############ Split Pane Strings ############
 177 SplitPane.leftButton.textAndMnemonic=\u5DE6\u952E
 178 SplitPane.rightButton.textAndMnemonic=\u53F3\u952E
 179 # Used for Isindex
 180 IsindexView.prompt=\u8FD9\u662F\u53EF\u641C\u7D22\u7D22\u5F15\u3002\u8BF7\u8F93\u5165\u641C\u7D22\u5173\u952E\u5B57:
 181 
 182 ############ InternalFrameTitlePane Strings ############
 183 InternalFrameTitlePane.iconifyButtonAccessibleName=\u56FE\u6807\u5316
 184 InternalFrameTitlePane.maximizeButtonAccessibleName=\u6700\u5927\u5316
 185 InternalFrameTitlePane.closeButtonAccessibleName=\u5173\u95ED
 186 
   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=\u901A\u7528\u6587\u4EF6
  35 FileChooser.directoryDescription.textAndMnemonic=\u76EE\u5F55
  36 FileChooser.newFolderError.textAndMnemonic=\u521B\u5EFA\u65B0\u7684\u6587\u4EF6\u5939\u65F6\u51FA\u9519
  37 FileChooser.newFolderErrorSeparator= :
  38 FileChooser.newFolderParentDoesntExistTitle.textAndMnemonic=\u65E0\u6CD5\u521B\u5EFA\u6587\u4EF6\u5939
  39 FileChooser.newFolderParentDoesntExist.textAndMnemonic=\u65E0\u6CD5\u521B\u5EFA\u6587\u4EF6\u5939\u3002\n\n\u7CFB\u7EDF\u627E\u4E0D\u5230\u6307\u5B9A\u7684\u8DEF\u5F84\u3002
  40 FileChooser.renameErrorTitle.textAndMnemonic=\u91CD\u547D\u540D\u6587\u4EF6\u6216\u6587\u4EF6\u5939\u65F6\u51FA\u9519
  41 FileChooser.renameError.textAndMnemonic=\u65E0\u6CD5\u91CD\u547D\u540D{0}
  42 FileChooser.renameErrorFileExists.textAndMnemonic=\u65E0\u6CD5\u91CD\u547D\u540D{0}: \u5DF2\u5B58\u5728\u5177\u6709\u6240\u6307\u5B9A\u540D\u79F0\u7684\u6587\u4EF6\u3002\u8BF7\u6307\u5B9A\u5176\u4ED6\u6587\u4EF6\u540D\u3002
  43 FileChooser.acceptAllFileFilter.textAndMnemonic=\u6240\u6709\u6587\u4EF6
  44 FileChooser.cancelButton.textAndMnemonic=\u53D6\u6D88
  45 FileChooser.saveButton.textAndMnemonic=\u4FDD\u5B58(&S)
  46 FileChooser.openButton.textAndMnemonic=\u6253\u5F00(&O)
  47 FileChooser.saveDialogTitle.textAndMnemonic=\u4FDD\u5B58
  48 FileChooser.openDialogTitle.textAndMnemonic=\u6253\u5F00
  49 FileChooser.updateButton.textAndMnemonic=\u66F4\u65B0(&U)
  50 FileChooser.helpButton.textAndMnemonic=\u5E2E\u52A9(&H)
  51 FileChooser.directoryOpenButton.textAndMnemonic=\u6253\u5F00(&O)
  52 
  53 # File Size Units
  54 FileChooser.fileSizeKiloBytes={0} KB
  55 FileChooser.fileSizeMegaBytes={0} MB
  56 FileChooser.fileSizeGigaBytes={0} GB
  57 
  58 # These strings are platform dependent not look and feel dependent.
  59 FileChooser.win32.newFolder=\u65B0\u5EFA\u6587\u4EF6\u5939
  60 FileChooser.win32.newFolder.subsequent=\u65B0\u5EFA\u6587\u4EF6\u5939 ({0})
  61 FileChooser.other.newFolder=NewFolder
  62 FileChooser.other.newFolder.subsequent=NewFolder.{0}
  63 
  64 
  65 ## file chooser tooltips ###
  66 FileChooser.cancelButtonToolTip.textAndMnemonic=\u4E2D\u6B62\u6587\u4EF6\u9009\u62E9\u5668\u5BF9\u8BDD\u6846
  67 FileChooser.saveButtonToolTip.textAndMnemonic=\u4FDD\u5B58\u6240\u9009\u6587\u4EF6
  68 FileChooser.openButtonToolTip.textAndMnemonic=\u6253\u5F00\u6240\u9009\u6587\u4EF6
  69 FileChooser.updateButtonToolTip.textAndMnemonic=\u66F4\u65B0\u76EE\u5F55\u5217\u8868
  70 FileChooser.helpButtonToolTip.textAndMnemonic=FileChooser \u5E2E\u52A9
  71 FileChooser.directoryOpenButtonToolTip.textAndMnemonic=\u6253\u5F00\u9009\u62E9\u7684\u76EE\u5F55
  72 
  73 FileChooser.filesListAccessibleName=\u6587\u4EF6\u5217\u8868
  74 FileChooser.filesDetailsAccessibleName=\u6587\u4EF6\u8BE6\u7EC6\u4FE1\u606F
  75 
  76 ############ COLOR CHOOSER STRINGS #############
  77 ColorChooser.preview.textAndMnemonic=\u9884\u89C8
  78 ColorChooser.ok.textAndMnemonic=\u786E\u5B9A
  79 ColorChooser.cancel.textAndMnemonic=\u53D6\u6D88
  80 ColorChooser.reset.textAndMnemonic=\u91CD\u7F6E(&R)
  81 ColorChooser.sample.textAndMnemonic=\u793A\u4F8B\u6587\u672C  \u793A\u4F8B\u6587\u672C
  82 ColorChooser.swatches.textAndMnemonic=\u6837\u672C(&S)
  83 ColorChooser.swatchesRecent.textAndMnemonic=\u6700\u8FD1:
  84 ColorChooser.hsv.textAndMnemonic=HSV(&H)
  85 ColorChooser.hsvHue.textAndMnemonic=\u8272\u8C03
  86 ColorChooser.hsvSaturation.textAndMnemonic=\u9971\u548C\u5EA6
  87 ColorChooser.hsvValue.textAndMnemonic=\u503C
  88 ColorChooser.hsvTransparency.textAndMnemonic=\u900F\u660E\u5EA6
  89 ColorChooser.hsl.textAndMnemonic=HSL(&L)
  90 ColorChooser.hslHue.textAndMnemonic=\u8272\u8C03
  91 ColorChooser.hslSaturation.textAndMnemonic=\u9971\u548C\u5EA6
  92 ColorChooser.hslLightness.textAndMnemonic=\u4EAE\u5EA6
  93 ColorChooser.hslTransparency.textAndMnemonic=\u900F\u660E\u5EA6
  94 ColorChooser.rgb.textAndMnemonic=RGB(&G)
  95 ColorChooser.rgbRed.textAndMnemonic=\u7EA2\u8272(&D)
  96 ColorChooser.rgbGreen.textAndMnemonic=\u7EFF\u8272(&N)
  97 ColorChooser.rgbBlue.textAndMnemonic=\u84DD\u8272(&B)
  98 ColorChooser.rgbAlpha.textAndMnemonic=Alpha
  99 ColorChooser.rgbHexCode.textAndMnemonic=\u989C\u8272\u4EE3\u7801(&C)
 100 ColorChooser.cmyk.textAndMnemonic=C&MYK
 101 ColorChooser.cmykCyan.textAndMnemonic=\u9752\u8272
 102 ColorChooser.cmykMagenta.textAndMnemonic=\u7D2B\u7EA2\u8272
 103 ColorChooser.cmykYellow.textAndMnemonic=\u9EC4\u8272
 104 ColorChooser.cmykBlack.textAndMnemonic=\u9ED1\u8272
 105 ColorChooser.cmykAlpha.textAndMnemonic=Alpha
 106 
 107 ############ OPTION PANE STRINGS #############
 108 # We only define mnemonics for YES/NO, but for completeness you can
 109 # define mnemonics for any of the buttons.
 110 OptionPane.yesButton.textAndMnemonic=\u662F(&Y)
 111 OptionPane.noButton.textAndMnemonic=\u5426(&N)
 112 OptionPane.okButton.textAndMnemonic=\u786E\u5B9A
 113 #OptionPane.okButtonMnemonic=0
 114 OptionPane.cancelButton.textAndMnemonic=\u53D6\u6D88
 115 #OptionPane.cancelButtonMnemonic=0
 116 OptionPane.title.textAndMnemonic=\u9009\u62E9\u4E00\u4E2A\u9009\u9879
 117 # Title for the dialog for the showInputDialog methods. Only used if
 118 # the developer uses one of the variants that doesn't take a title.
 119 OptionPane.inputDialog.titleAndMnemonic=\u8F93\u5165
 120 # Title for the dialog for the showMessageDialog methods. Only used if
 121 # the developer uses one of the variants that doesn't take a title.
 122 OptionPane.messageDialog.titleAndMnemonic=\u6D88\u606F
 123 
 124 ############ Printing Dialog Strings ############
 125 PrintingDialog.titleProgress.textAndMnemonic=\u6253\u5370
 126 PrintingDialog.titleAborting.textAndMnemonic=\u6253\u5370 (\u6B63\u5728\u4E2D\u6B62)
 127 
 128 PrintingDialog.contentInitial.textAndMnemonic=\u6B63\u5728\u8FDB\u884C\u6253\u5370...
 129 
 130 # The following string will be formatted by a MessageFormat
 131 # and {0} will be replaced by page number being printed
 132 PrintingDialog.contentProgress.textAndMnemonic=\u5DF2\u6253\u5370\u9875 {0}...
 133 
 134 PrintingDialog.contentAborting.textAndMnemonic=\u6B63\u5728\u4E2D\u6B62\u6253\u5370...
 135 
 136 PrintingDialog.abortButton.textAndMnemonic=\u4E2D\u6B62(&A)
 137 PrintingDialog.abortButtonToolTip.textAndMnemonic=\u4E2D\u6B62\u6253\u5370
 138 
 139 ############ Internal Frame Strings ############
 140 InternalFrame.iconButtonToolTip=\u6700\u5C0F\u5316
 141 InternalFrame.maxButtonToolTip=\u6700\u5927\u5316
 142 InternalFrame.restoreButtonToolTip=\u8FD8\u539F
 143 InternalFrame.closeButtonToolTip=\u5173\u95ED
 144 
 145 ############ Internal Frame Title Pane Strings ############
 146 InternalFrameTitlePane.restoreButton.textAndMnemonic=\u8FD8\u539F
 147 InternalFrameTitlePane.moveButton.textAndMnemonic=\u79FB\u52A8
 148 InternalFrameTitlePane.sizeButton.textAndMnemonic=\u5927\u5C0F
 149 InternalFrameTitlePane.minimizeButton.textAndMnemonic=\u6700\u5C0F\u5316
 150 InternalFrameTitlePane.maximizeButton.textAndMnemonic=\u6700\u5927\u5316
 151 InternalFrameTitlePane.closeButton.textAndMnemonic=\u5173\u95ED
 152 
 153 ############ Text strings #############
 154 # Used for html forms
 155 FormView.submitButton.textAndMnemonic=\u63D0\u4EA4\u67E5\u8BE2
 156 FormView.resetButton.textAndMnemonic=\u91CD\u7F6E
 157 FormView.browseFileButton.textAndMnemonic=\u6D4F\u89C8...
 158 
 159 ############ Abstract Document Strings ############
 160 AbstractDocument.styleChange.textAndMnemonic=\u6837\u5F0F\u66F4\u6539
 161 AbstractDocument.addition.textAndMnemonic=\u6DFB\u52A0
 162 AbstractDocument.deletion.textAndMnemonic=\u5220\u9664
 163 AbstractDocument.undo.textAndMnemonic=\u64A4\u6D88
 164 AbstractDocument.redo.textAndMnemonic=\u91CD\u505A
 165 
 166 ############ Abstract Button Strings ############
 167 AbstractButton.click.textAndMnemonic=\u5355\u51FB
 168 
 169 ############ Abstract Undoable Edit Strings ############
 170 AbstractUndoableEdit.undo.textAndMnemonic=\u64A4\u6D88
 171 AbstractUndoableEdit.redo.textAndMnemonic=\u91CD\u505A
 172 
 173 ############ Combo Box Strings ############
 174 ComboBox.togglePopup.textAndMnemonic=togglePopup
 175 
 176 ############ Progress Monitor Strings ############
 177 ProgressMonitor.progress.textAndMnemonic=\u8FDB\u5EA6...
 178 
 179 ############ Split Pane Strings ############
 180 SplitPane.leftButton.textAndMnemonic=\u5DE6\u952E
 181 SplitPane.rightButton.textAndMnemonic=\u53F3\u952E
 182 # Used for Isindex
 183 IsindexView.prompt=\u8FD9\u662F\u53EF\u641C\u7D22\u7D22\u5F15\u3002\u8BF7\u8F93\u5165\u641C\u7D22\u5173\u952E\u5B57: 
 184 
 185 ############ InternalFrameTitlePane Strings ############
 186 InternalFrameTitlePane.iconifyButtonAccessibleName=\u56FE\u6807\u5316
 187 InternalFrameTitlePane.maximizeButtonAccessibleName=\u6700\u5927\u5316
 188 InternalFrameTitlePane.closeButtonAccessibleName=\u5173\u95ED