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=\u6C4E\u7528\u30D5\u30A1\u30A4\u30EB
  60 FileChooser.directoryDescription.textAndMnemonic=\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA
  61 FileChooser.newFolderError.textAndMnemonic=\u65B0\u898F\u30D5\u30A9\u30EB\u30C0\u306E\u4F5C\u6210\u30A8\u30E9\u30FC
  62 FileChooser.newFolderErrorSeparator= :
  63 FileChooser.newFolderParentDoesntExistTitle.textAndMnemonic=\u30D5\u30A9\u30EB\u30C0\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093
  64 FileChooser.newFolderParentDoesntExist.textAndMnemonic=\u30D5\u30A9\u30EB\u30C0\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093\u3002\n\n\u6307\u5B9A\u3057\u305F\u30D1\u30B9\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
  65 FileChooser.renameErrorTitle.textAndMnemonic=\u30D5\u30A1\u30A4\u30EB\u307E\u305F\u306F\u30D5\u30A9\u30EB\u30C0\u306E\u540D\u524D\u5909\u66F4\u30A8\u30E9\u30FC
  66 FileChooser.renameError.textAndMnemonic={0}\u306E\u540D\u524D\u3092\u5909\u66F4\u3067\u304D\u307E\u305B\u3093
  67 FileChooser.renameErrorFileExists.textAndMnemonic={0}\u306E\u540D\u524D\u3092\u5909\u66F4\u3067\u304D\u307E\u305B\u3093: \u6307\u5B9A\u3057\u305F\u540D\u524D\u306E\u30D5\u30A1\u30A4\u30EB\u306F\u3059\u3067\u306B\u5B58\u5728\u3057\u307E\u3059\u3002\u5225\u306E\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002 
  68 FileChooser.acceptAllFileFilter.textAndMnemonic=\u3059\u3079\u3066\u306E\u30D5\u30A1\u30A4\u30EB
  69 FileChooser.cancelButton.textAndMnemonic=\u53D6\u6D88
  70 FileChooser.saveButton.textAndMnemonic=\u4FDD\u5B58
  71 FileChooser.openButton.textAndMnemonic=\u958B\u304F
  72 FileChooser.saveDialogTitle.textAndMnemonic=\u4FDD\u5B58
  73 FileChooser.openDialogTitle.textAndMnemonic=\u958B\u304F
  74 FileChooser.updateButton.textAndMnemonic=\u66F4\u65B0(&U)
  75 FileChooser.helpButton.textAndMnemonic=\u30D8\u30EB\u30D7(&H)
  76 FileChooser.directoryOpenButton.textAndMnemonic=\u958B\u304F
  77 
  78 # File Size Units
  79 FileChooser.fileSizeKiloBytes={0} KB
  80 FileChooser.fileSizeMegaBytes={0} MB
  81 FileChooser.fileSizeGigaBytes={0} GB
  82 
  83 # These strings are platform dependent not look and feel dependent.
  84 FileChooser.win32.newFolder=\u65B0\u898F\u30D5\u30A9\u30EB\u30C0
  85 FileChooser.win32.newFolder.subsequent=\u65B0\u898F\u30D5\u30A9\u30EB\u30C0({0})
  86 FileChooser.other.newFolder=\u65B0\u898F\u30D5\u30A9\u30EB\u30C0
  87 FileChooser.other.newFolder.subsequent=\u65B0\u898F\u30D5\u30A9\u30EB\u30C0.{0}
  88 
  89 
  90 ## file chooser tooltips ###
  91 FileChooser.cancelButtonToolTip.textAndMnemonic=\u30D5\u30A1\u30A4\u30EB\u30FB\u30C1\u30E5\u30FC\u30B6\u30FB\u30C0\u30A4\u30A2\u30ED\u30B0\u3092\u7D42\u4E86\u3057\u307E\u3059
  92 FileChooser.saveButtonToolTip.textAndMnemonic=\u9078\u629E\u3057\u305F\u30D5\u30A1\u30A4\u30EB\u3092\u4FDD\u5B58\u3057\u307E\u3059
  93 FileChooser.openButtonToolTip.textAndMnemonic=\u9078\u629E\u3057\u305F\u30D5\u30A1\u30A4\u30EB\u3092\u958B\u304D\u307E\u3059
  94 FileChooser.updateButtonToolTip.textAndMnemonic=\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u306E\u30EA\u30B9\u30C8\u3092\u66F4\u65B0\u3057\u307E\u3059
  95 FileChooser.helpButtonToolTip.textAndMnemonic=FileChooser\u306E\u30D8\u30EB\u30D7\u3067\u3059
  96 FileChooser.directoryOpenButtonToolTip.textAndMnemonic=\u9078\u629E\u3057\u305F\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u3092\u958B\u304D\u307E\u3059
  97 
  98 FileChooser.filesListAccessibleName=\u30D5\u30A1\u30A4\u30EB\u30FB\u30EA\u30B9\u30C8
  99 FileChooser.filesDetailsAccessibleName=\u30D5\u30A1\u30A4\u30EB\u306E\u8A73\u7D30
 100 
 101 ############ COLOR CHOOSER STRINGS #############
 102 ColorChooser.preview.textAndMnemonic=\u30D7\u30EC\u30D3\u30E5\u30FC
 103 ColorChooser.ok.textAndMnemonic=OK
 104 ColorChooser.cancel.textAndMnemonic=\u53D6\u6D88
 105 ColorChooser.reset.textAndMnemonic=\u30EA\u30BB\u30C3\u30C8(&R)
 106 ColorChooser.sample.textAndMnemonic=\u30B5\u30F3\u30D7\u30EB\u30FB\u30C6\u30AD\u30B9\u30C8  \u30B5\u30F3\u30D7\u30EB\u30FB\u30C6\u30AD\u30B9\u30C8
 107 ColorChooser.swatches.textAndMnemonic=\u30B5\u30F3\u30D7\u30EB(&S)
 108 ColorChooser.swatchesRecent.textAndMnemonic=\u6700\u65B0:
 109 ColorChooser.hsv.textAndMnemonic=HSV(&H)
 110 ColorChooser.hsvHue.textAndMnemonic=\u8272\u76F8
 111 ColorChooser.hsvSaturation.textAndMnemonic=\u5F69\u5EA6
 112 ColorChooser.hsvValue.textAndMnemonic=\u5024
 113 ColorChooser.hsvTransparency.textAndMnemonic=\u900F\u660E\u5EA6
 114 ColorChooser.hsl.textAndMnemonic=HSL(&L)
 115 ColorChooser.hslHue.textAndMnemonic=\u8272\u76F8
 116 ColorChooser.hslSaturation.textAndMnemonic=\u5F69\u5EA6
 117 ColorChooser.hslLightness.textAndMnemonic=\u660E\u5EA6
 118 ColorChooser.hslTransparency.textAndMnemonic=\u900F\u660E\u5EA6
 119 ColorChooser.rgb.textAndMnemonic=RGB(&G)
 120 ColorChooser.rgbRed.textAndMnemonic=\u8D64(&D)
 121 ColorChooser.rgbGreen.textAndMnemonic=\u7DD1(&N)
 122 ColorChooser.rgbBlue.textAndMnemonic=\u9752(&B)
 123 ColorChooser.rgbAlpha.textAndMnemonic=\u30A2\u30EB\u30D5\u30A1
 124 ColorChooser.rgbHexCode.textAndMnemonic=\u8272\u30B3\u30FC\u30C9(&C)
 125 ColorChooser.cmyk.textAndMnemonic=C&MYK
 126 ColorChooser.cmykCyan.textAndMnemonic=\u30B7\u30A2\u30F3
 127 ColorChooser.cmykMagenta.textAndMnemonic=\u30DE\u30BC\u30F3\u30BF
 128 ColorChooser.cmykYellow.textAndMnemonic=\u9EC4
 129 ColorChooser.cmykBlack.textAndMnemonic=\u9ED2
 130 ColorChooser.cmykAlpha.textAndMnemonic=\u30A2\u30EB\u30D5\u30A1
 131 
 132 ############ OPTION PANE STRINGS #############
 133 # We only define mnemonics for YES/NO, but for completeness you can
 134 # define mnemonics for any of the buttons.
 135 OptionPane.yesButton.textAndMnemonic=\u306F\u3044(&Y)
 136 OptionPane.noButton.textAndMnemonic=\u3044\u3044\u3048(&N)
 137 OptionPane.okButton.textAndMnemonic=OK
 138 #OptionPane.okButtonMnemonic=0
 139 OptionPane.cancelButton.textAndMnemonic=\u53D6\u6D88
 140 #OptionPane.cancelButtonMnemonic=0
 141 OptionPane.title.textAndMnemonic=\u30AA\u30D7\u30B7\u30E7\u30F3\u306E\u9078\u629E
 142 # Title for the dialog for the showInputDialog methods. Only used if
 143 # the developer uses one of the variants that doesn't take a title.
 144 OptionPane.inputDialog.titleAndMnemonic=\u5165\u529B
 145 # Title for the dialog for the showMessageDialog methods. Only used if
 146 # the developer uses one of the variants that doesn't take a title.
 147 OptionPane.messageDialog.titleAndMnemonic=\u30E1\u30C3\u30BB\u30FC\u30B8
 148 
 149 ############ Printing Dialog Strings ############
 150 PrintingDialog.titleProgress.textAndMnemonic=\u5370\u5237\u3057\u3066\u3044\u307E\u3059
 151 PrintingDialog.titleAborting.textAndMnemonic=\u5370\u5237\u3092\u4E2D\u6B62\u3057\u3066\u3044\u307E\u3059
 152 
 153 PrintingDialog.contentInitial.textAndMnemonic=\u5370\u5237\u4E2D...
 154 
 155 # The following string will be formatted by a MessageFormat
 156 # and {0} will be replaced by page number being printed
 157 PrintingDialog.contentProgress.textAndMnemonic=\u30DA\u30FC\u30B8{0}\u3092\u5370\u5237\u3057\u307E\u3057\u305F...
 158 
 159 PrintingDialog.contentAborting.textAndMnemonic=\u5370\u5237\u3092\u4E2D\u6B62\u3057\u3066\u3044\u307E\u3059...
 160 
 161 PrintingDialog.abortButton.textAndMnemonic=\u4E2D\u6B62(&A)
 162 PrintingDialog.abortButtonToolTip.textAndMnemonic=\u5370\u5237\u306E\u4E2D\u6B62
 163 
 164 ############ Internal Frame Strings ############
 165 InternalFrame.iconButtonToolTip=\u6700\u5C0F\u5316
 166 InternalFrame.maxButtonToolTip=\u6700\u5927\u5316
 167 InternalFrame.restoreButtonToolTip=\u5FA9\u5143
 168 InternalFrame.closeButtonToolTip=\u9589\u3058\u308B
 169 
 170 ############ Internal Frame Title Pane Strings ############
 171 InternalFrameTitlePane.restoreButton.textAndMnemonic=\u5FA9\u5143(&R)
 172 InternalFrameTitlePane.moveButton.textAndMnemonic=\u79FB\u52D5(&M)
 173 InternalFrameTitlePane.sizeButton.textAndMnemonic=\u30B5\u30A4\u30BA(&S)
 174 InternalFrameTitlePane.minimizeButton.textAndMnemonic=\u6700\u5C0F\u5316(&N)
 175 InternalFrameTitlePane.maximizeButton.textAndMnemonic=\u6700\u5927\u5316(&X)
 176 InternalFrameTitlePane.closeButton.textAndMnemonic=\u9589\u3058\u308B(&C)
 177 
 178 ############ Text strings #############
 179 # Used for html forms
 180 FormView.submitButton.textAndMnemonic=\u554F\u5408\u305B\u306E\u5B9F\u884C
 181 FormView.resetButton.textAndMnemonic=\u30EA\u30BB\u30C3\u30C8
 182 FormView.browseFileButton.textAndMnemonic=\u53C2\u7167...
 183 
 184 ############ Abstract Document Strings ############
 185 AbstractDocument.styleChange.textAndMnemonic=\u30B9\u30BF\u30A4\u30EB\u5909\u66F4
 186 AbstractDocument.addition.textAndMnemonic=\u8FFD\u52A0
 187 AbstractDocument.deletion.textAndMnemonic=\u524A\u9664
 188 AbstractDocument.undo.textAndMnemonic=\u5143\u306B\u623B\u3059
 189 AbstractDocument.redo.textAndMnemonic=\u3084\u308A\u76F4\u3057
 190 
 191 ############ Abstract Button Strings ############
 192 AbstractButton.click.textAndMnemonic=\u30AF\u30EA\u30C3\u30AF
 193 
 194 ############ Abstract Undoable Edit Strings ############
 195 AbstractUndoableEdit.undo.textAndMnemonic=\u5143\u306B\u623B\u3059
 196 AbstractUndoableEdit.redo.textAndMnemonic=\u3084\u308A\u76F4\u3057
 197 
 198 ############ Combo Box Strings ############
 199 ComboBox.togglePopup.textAndMnemonic=\u30C8\u30B0\u30EB\u30FB\u30DD\u30C3\u30D7\u30A2\u30C3\u30D7
 200 
 201 ############ Progress Monitor Strings ############
 202 ProgressMonitor.progress.textAndMnemonic=\u9032\u884C\u4E2D...
 203 
 204 ############ Split Pane Strings ############
 205 SplitPane.leftButton.textAndMnemonic=\u5DE6\u30DC\u30BF\u30F3
 206 SplitPane.rightButton.textAndMnemonic=\u53F3\u30DC\u30BF\u30F3
 207 # Used for Isindex
 208 IsindexView.prompt=\u691C\u7D22\u7528\u306E\u7D22\u5F15\u3067\u3059\u3002\u691C\u7D22\u3059\u308B\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044:
 209 
 210 ############ InternalFrameTitlePane Strings ############
 211 InternalFrameTitlePane.iconifyButtonAccessibleName=\u30A2\u30A4\u30B3\u30F3\u5316
 212 InternalFrameTitlePane.maximizeButtonAccessibleName=\u6700\u5927\u5316
 213 InternalFrameTitlePane.closeButtonAccessibleName=\u9589\u3058\u308B