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=汎用ファイル
  35 FileChooser.directoryDescription.textAndMnemonic=ディレクトリ
  36 FileChooser.newFolderError.textAndMnemonic=新規フォルダの作成エラー
  37 FileChooser.newFolderErrorSeparator= :
  38 FileChooser.newFolderParentDoesntExistTitle.textAndMnemonic=フォルダを作成できません
  39 FileChooser.newFolderParentDoesntExist.textAndMnemonic=フォルダを作成できません。\n\n指定したパスが見つかりません。
  40 FileChooser.renameErrorTitle.textAndMnemonic=ファイルまたはフォルダの名前変更エラー
  41 FileChooser.renameError.textAndMnemonic={0}の名前を変更できません
  42 FileChooser.renameErrorFileExists.textAndMnemonic={0}の名前を変更できません: 指定した名前のファイルはすでに存在します。別のファイル名を指定してください。 
  43 FileChooser.acceptAllFileFilter.textAndMnemonic=すべてのファイル
  44 FileChooser.cancelButton.textAndMnemonic=取消
  45 FileChooser.saveButton.textAndMnemonic=保存(&S)
  46 FileChooser.openButton.textAndMnemonic=開く(&O)
  47 FileChooser.saveDialogTitle.textAndMnemonic=保存
  48 FileChooser.openDialogTitle.textAndMnemonic=開く
  49 FileChooser.updateButton.textAndMnemonic=更新(&U)
  50 FileChooser.helpButton.textAndMnemonic=ヘルプ(&H)
  51 FileChooser.directoryOpenButton.textAndMnemonic=開く(&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=新規フォルダ
  60 FileChooser.win32.newFolder.subsequent=新規フォルダ({0})
  61 FileChooser.other.newFolder=新規フォルダ
  62 FileChooser.other.newFolder.subsequent=新規フォルダ.{0}
  63 
  64 
  65 ## file chooser tooltips ###
  66 FileChooser.cancelButtonToolTip.textAndMnemonic=ファイル・チューザ・ダイアログを終了します
  67 FileChooser.saveButtonToolTip.textAndMnemonic=選択したファイルを保存します
  68 FileChooser.openButtonToolTip.textAndMnemonic=選択したファイルを開きます
  69 FileChooser.updateButtonToolTip.textAndMnemonic=ディレクトリのリストを更新します
  70 FileChooser.helpButtonToolTip.textAndMnemonic=FileChooserのヘルプです
  71 FileChooser.directoryOpenButtonToolTip.textAndMnemonic=選択したディレクトリを開きます
  72 
  73 FileChooser.filesListAccessibleName=ファイル・リスト
  74 FileChooser.filesDetailsAccessibleName=ファイルの詳細
  75 
  76 ############ COLOR CHOOSER STRINGS #############
  77 ColorChooser.preview.textAndMnemonic=プレビュー
  78 ColorChooser.ok.textAndMnemonic=OK
  79 ColorChooser.cancel.textAndMnemonic=取消
  80 ColorChooser.reset.textAndMnemonic=リセット(&R)
  81 ColorChooser.sample.textAndMnemonic=サンプル・テキスト  サンプル・テキスト
  82 ColorChooser.swatches.textAndMnemonic=サンプル(&S)
  83 ColorChooser.swatchesRecent.textAndMnemonic=最新:
  84 ColorChooser.hsv.textAndMnemonic=HSV(&H)
  85 ColorChooser.hsvHue.textAndMnemonic=色相
  86 ColorChooser.hsvSaturation.textAndMnemonic=彩度
  87 ColorChooser.hsvValue.textAndMnemonic=値
  88 ColorChooser.hsvTransparency.textAndMnemonic=透明度
  89 ColorChooser.hsl.textAndMnemonic=HSL(&L)
  90 ColorChooser.hslHue.textAndMnemonic=色相
  91 ColorChooser.hslSaturation.textAndMnemonic=彩度
  92 ColorChooser.hslLightness.textAndMnemonic=明度
  93 ColorChooser.hslTransparency.textAndMnemonic=透明度
  94 ColorChooser.rgb.textAndMnemonic=RGB(&G)
  95 ColorChooser.rgbRed.textAndMnemonic=赤(&D)
  96 ColorChooser.rgbGreen.textAndMnemonic=緑(&N)
  97 ColorChooser.rgbBlue.textAndMnemonic=青(&B)
  98 ColorChooser.rgbAlpha.textAndMnemonic=アルファ
  99 ColorChooser.rgbHexCode.textAndMnemonic=色コード(&C)
 100 ColorChooser.cmyk.textAndMnemonic=C&MYK
 101 ColorChooser.cmykCyan.textAndMnemonic=シアン
 102 ColorChooser.cmykMagenta.textAndMnemonic=マゼンタ
 103 ColorChooser.cmykYellow.textAndMnemonic=黄
 104 ColorChooser.cmykBlack.textAndMnemonic=黒
 105 ColorChooser.cmykAlpha.textAndMnemonic=アルファ
 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=はい(&Y)
 111 OptionPane.noButton.textAndMnemonic=いいえ(&N)
 112 OptionPane.okButton.textAndMnemonic=OK
 113 #OptionPane.okButtonMnemonic=0
 114 OptionPane.cancelButton.textAndMnemonic=取消
 115 #OptionPane.cancelButtonMnemonic=0
 116 OptionPane.title.textAndMnemonic=オプションの選択
 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=入力
 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=メッセージ
 123 
 124 ############ Printing Dialog Strings ############
 125 PrintingDialog.titleProgress.textAndMnemonic=印刷しています
 126 PrintingDialog.titleAborting.textAndMnemonic=印刷を中止しています
 127 
 128 PrintingDialog.contentInitial.textAndMnemonic=印刷中...
 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=ページ{0}を印刷しました...
 133 
 134 PrintingDialog.contentAborting.textAndMnemonic=印刷を中止しています...
 135 
 136 PrintingDialog.abortButton.textAndMnemonic=中止(&A)
 137 PrintingDialog.abortButtonToolTip.textAndMnemonic=印刷の中止
 138 
 139 ############ Internal Frame Strings ############
 140 InternalFrame.iconButtonToolTip=最小化
 141 InternalFrame.maxButtonToolTip=最大化
 142 InternalFrame.restoreButtonToolTip=復元
 143 InternalFrame.closeButtonToolTip=閉じる
 144 
 145 ############ Internal Frame Title Pane Strings ############
 146 InternalFrameTitlePane.restoreButton.textAndMnemonic=復元
 147 InternalFrameTitlePane.moveButton.textAndMnemonic=移動
 148 InternalFrameTitlePane.sizeButton.textAndMnemonic=サイズ
 149 InternalFrameTitlePane.minimizeButton.textAndMnemonic=最小化
 150 InternalFrameTitlePane.maximizeButton.textAndMnemonic=最大化
 151 InternalFrameTitlePane.closeButton.textAndMnemonic=閉じる
 152 
 153 ############ Text strings #############
 154 # Used for html forms
 155 FormView.submitButton.textAndMnemonic=問合せの実行
 156 FormView.resetButton.textAndMnemonic=リセット
 157 FormView.browseFileButton.textAndMnemonic=参照...
 158 
 159 ############ Abstract Document Strings ############
 160 AbstractDocument.styleChange.textAndMnemonic=スタイル変更
 161 AbstractDocument.addition.textAndMnemonic=追加
 162 AbstractDocument.deletion.textAndMnemonic=削除
 163 AbstractDocument.undo.textAndMnemonic=元に戻す
 164 AbstractDocument.redo.textAndMnemonic=やり直し
 165 
 166 ############ Abstract Button Strings ############
 167 AbstractButton.click.textAndMnemonic=クリック
 168 
 169 ############ Abstract Undoable Edit Strings ############
 170 AbstractUndoableEdit.undo.textAndMnemonic=元に戻す
 171 AbstractUndoableEdit.redo.textAndMnemonic=やり直し
 172 
 173 ############ Combo Box Strings ############
 174 ComboBox.togglePopup.textAndMnemonic=トグル・ポップアップ
 175 
 176 ############ Progress Monitor Strings ############
 177 ProgressMonitor.progress.textAndMnemonic=進行中...
 178 
 179 ############ Split Pane Strings ############
 180 SplitPane.leftButton.textAndMnemonic=左ボタン
 181 SplitPane.rightButton.textAndMnemonic=右ボタン
 182 # Used for Isindex
 183 IsindexView.prompt=検索用の索引です。検索するキーワードを入力してください:
 184 
 185 ############ InternalFrameTitlePane Strings ############
 186 InternalFrameTitlePane.iconifyButtonAccessibleName=アイコン化
 187 InternalFrameTitlePane.maximizeButtonAccessibleName=最大化
 188 InternalFrameTitlePane.closeButtonAccessibleName=閉じる