blob: 1b5a131cabde008e5c76b926bb78114cf6faffa7 [file] [log] [blame]
# This properties file is used to create a PropertyResourceBundle
# It contains Locale specific strings used in Swing
# Currently, the following components need this for support:
#
# ColorChooser
# FileChooser
# OptionPane
#
# When this file is read in, the strings are put into the
# defaults table. This is an implementation detail of the current
# workings of Swing. DO NOT DEPEND ON THIS.
# This may change in future versions of Swing as we improve localization
# support.
#
# MNEMONIC NOTE:
# Many of strings in this file are used by widgets that have a
# mnemonic, for example:
# ColorChooser.rgbNameText=RGB
# ColorChooser.rgbMnemonic=71
# ColorChooser.rgbDisplayedMnemonicIndex=1
# Indicates that the tab in the ColorChooser for RGB colors will have
# the text 'RGB', further the mnemonic character will be 'g' and that
# a decoration will be provided under the 'G'. This will typically
# look like: RGB
# -
# 71 corresponds to the decimal value of the VK constant defined
# in java/awt/KeyEvent.java. VK_G is defined as:
#
# public static final int VK_G = 0x47;
#
# 0x47 is a hex number and needs to be converted to decimal.
# A simple way to calculate this for a-z is to add 64 to the index of
# the letter in the alphabet. As 'a' is in the 1st letter the mnemonic
# for 'a' is 65, 'b' is 66...
#
# The xxDisplayedMnemonicIndex is used to indicate the index of the
# character that should be underlined in the String, with 0
# corresponding to the first character in the String.
#
# One important thing to remember is that the mnemonic MUST exist in
# the String, if it does not exist you should add text that makes it
# exist. This will typically take the form 'XXXX (M)' where M is the
# character for the mnemonic.
#
# @author Steve Wilson
############ FILE CHOOSER STRINGS #############
FileChooser.fileDescriptionText=\u6c4e\u7528\u30d5\u30a1\u30a4\u30eb
FileChooser.directoryDescriptionText=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea
FileChooser.newFolderErrorText=\u65b0\u898f\u30d5\u30a9\u30eb\u30c0\u306e\u4f5c\u6210\u306b\u5931\u6557
FileChooser.newFolderErrorSeparator= :
FileChooser.newFolderParentDoesntExistTitleText=Unable to create folder
FileChooser.newFolderParentDoesntExistText=Unable to create the folder.\n\nThe system cannot find the path specified.
FileChooser.renameErrorTitleText=Error Renaming File or Folder
FileChooser.renameErrorText=Cannot rename {0}
FileChooser.renameErrorFileExistsText=Cannot rename {0}: A file with the name you specified already exists. \
Specify a different file name.
FileChooser.acceptAllFileFilterText=\u3059\u3079\u3066\u306e\u30d5\u30a1\u30a4\u30eb
FileChooser.cancelButtonText=\u53d6\u6d88\u3057
FileChooser.cancelButtonMnemonic=67
FileChooser.saveButtonText=\u4fdd\u5b58
FileChooser.saveButtonMnemonic=83
FileChooser.openButtonText=\u958b\u304f
FileChooser.openButtonMnemonic=79
FileChooser.saveDialogTitleText=\u4fdd\u5b58
FileChooser.openDialogTitleText=\u958b\u304f
FileChooser.updateButtonText=\u66f4\u65b0(U)
FileChooser.updateButtonMnemonic=85
FileChooser.helpButtonText=\u30d8\u30eb\u30d7(H)
FileChooser.helpButtonMnemonic=72
FileChooser.directoryOpenButtonText=\u958b\u304f(O)
FileChooser.directoryOpenButtonMnemonic=79
# File Size Units
FileChooser.fileSizeKiloBytes={0} K \u30d0\u30a4\u30c8
FileChooser.fileSizeMegaBytes={0} M \u30d0\u30a4\u30c8
FileChooser.fileSizeGigaBytes={0} G \u30d0\u30a4\u30c8
# These strings are platform dependent not look and feel dependent.
FileChooser.win32.newFolder=\u65b0\u898f\u30d5\u30a9\u30eb\u30c0
FileChooser.win32.newFolder.subsequent=\u65b0\u898f\u30d5\u30a9\u30eb\u30c0 ({0})
FileChooser.other.newFolder=\u65b0\u898f\u30d5\u30a9\u30eb\u30c0
FileChooser.other.newFolder.subsequent=\u65b0\u898f\u30d5\u30a9\u30eb\u30c0.{0}
## file chooser tooltips ###
FileChooser.cancelButtonToolTipText=\u30d5\u30a1\u30a4\u30eb\u30c1\u30e5\u30fc\u30b6\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u7d42\u4e86
FileChooser.saveButtonToolTipText=\u9078\u629e\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u3092\u4fdd\u5b58
FileChooser.openButtonToolTipText=\u9078\u629e\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304f
FileChooser.updateButtonToolTipText=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4e00\u89a7\u3092\u66f4\u65b0
FileChooser.helpButtonToolTipText=\u30d5\u30a1\u30a4\u30eb\u30c1\u30e5\u30fc\u30b6\u30d8\u30eb\u30d7
FileChooser.directoryOpenButtonToolTipText=\u9078\u629e\u3057\u305f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u958b\u304f
############ COLOR CHOOSER STRINGS #############
ColorChooser.previewText=\u30d7\u30ec\u30d3\u30e5\u30fc
ColorChooser.okText=\u4e86\u89e3
ColorChooser.cancelText=\u53d6\u6d88\u3057
ColorChooser.resetText=\u30ea\u30bb\u30c3\u30c8(R)
# VK_XXX constant for 'ColorChooser.resetText' button to make mnemonic
ColorChooser.resetMnemonic=82
ColorChooser.sampleText=\u30b5\u30f3\u30d7\u30eb\u30c6\u30ad\u30b9\u30c8 \u30b5\u30f3\u30d7\u30eb\u30c6\u30ad\u30b9\u30c8
ColorChooser.swatchesNameText=\u30b5\u30f3\u30d7\u30eb(S)
ColorChooser.swatchesMnemonic=83
ColorChooser.swatchesDisplayedMnemonicIndex=5
ColorChooser.swatchesRecentText=\u6700\u65b0:
ColorChooser.hsbNameText=HSB
# Each of the ColorChooser types can define a mnemonic, as a KeyEvent.VK_XXX
# constant, and an index into the text to render the mnemonic as. The
# mnemonic is xxxMnemonic and the index of the character to underline is
# xxxDisplayedMnemonicIndex.
ColorChooser.hsbMnemonic=72
ColorChooser.hsbDisplayedMnemonicIndex=0
ColorChooser.hsbHueText=H
ColorChooser.hsbSaturationText=S
ColorChooser.hsbBrightnessText=B
ColorChooser.hsbRedText=R
ColorChooser.hsbGreenText=G
ColorChooser.hsbBlueText=B
ColorChooser.rgbNameText=RGB
ColorChooser.rgbMnemonic=71
ColorChooser.rgbDisplayedMnemonicIndex=1
ColorChooser.rgbRedText=\u8d64(D)
ColorChooser.rgbRedMnemonic=68
ColorChooser.rgbGreenText=\u7dd1(N)
ColorChooser.rgbGreenMnemonic=78
ColorChooser.rgbBlueText=\u9752(B)
ColorChooser.rgbBlueMnemonic=66
############ OPTION PANE STRINGS #############
# Mnemonic keys correspond to KeyEvent.VK_XXX constant
# We only define mnemonics for YES/NO, but for completeness you can
# define mnemonics for any of the buttons.
OptionPane.yesButtonText=\u306f\u3044(Y)
OptionPane.yesButtonMnemonic=89
OptionPane.noButtonText=\u3044\u3044\u3048(N)
OptionPane.noButtonMnemonic=78
OptionPane.okButtonText=\u4e86\u89e3
OptionPane.okButtonMnemonic=0
OptionPane.cancelButtonText=\u53d6\u6d88\u3057
OptionPane.cancelButtonMnemonic=0
OptionPane.titleText=\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u9078\u629e
# Title for the dialog for the showInputDialog methods. Only used if
# the developer uses one of the variants that doesn't take a title.
OptionPane.inputDialogTitle=\u5165\u529b
# Title for the dialog for the showMessageDialog methods. Only used if
# the developer uses one of the variants that doesn't take a title.
OptionPane.messageDialogTitle=\u30e1\u30c3\u30bb\u30fc\u30b8
############ Printing Dialog Strings ############
PrintingDialog.titleProgressText=\u5370\u5237\u3057\u3066\u3044\u307e\u3059
PrintingDialog.titleAbortingText=\u5370\u5237\u3092\u4e2d\u6b62\u3057\u3066\u3044\u307e\u3059
PrintingDialog.contentInitialText=\u5370\u5237\u4e2d...
# The following string will be formatted by a MessageFormat
# and {0} will be replaced by page number being printed
PrintingDialog.contentProgressText=\u30da\u30fc\u30b8 {0} \u3092\u5370\u5237\u3057\u307e\u3057\u305f...
PrintingDialog.contentAbortingText=\u5370\u5237\u3092\u4e2d\u6b62\u3057\u3066\u3044\u307e\u3059...
PrintingDialog.abortButtonText=\u4e2d\u6b62(A)
PrintingDialog.abortButtonMnemonic=65
PrintingDialog.abortButtonDisplayedMnemonicIndex=0
PrintingDialog.abortButtonToolTipText=\u5370\u5237\u306e\u4e2d\u6b62
############ Internal Frame Strings ############
InternalFrame.iconButtonToolTip=\u30a2\u30a4\u30b3\u30f3\u5316
InternalFrame.maxButtonToolTip=\u6700\u5927\u8868\u793a
InternalFrame.restoreButtonToolTip=\u5fa9\u5143
InternalFrame.closeButtonToolTip=\u9589\u3058\u308b
############ Internal Frame Title Pane Strings ############
InternalFrameTitlePane.restoreButtonText=\u5fa9\u5143
InternalFrameTitlePane.moveButtonText=\u79fb\u52d5
InternalFrameTitlePane.sizeButtonText=\u30b5\u30a4\u30ba
InternalFrameTitlePane.minimizeButtonText=\u6700\u5c0f\u5316
InternalFrameTitlePane.maximizeButtonText=\u6700\u5927\u5316
InternalFrameTitlePane.closeButtonText=\u9589\u3058\u308b
############ Text strings #############
# Used for html forms
FormView.submitButtonText=\u554f\u3044\u5408\u308f\u305b\u306e\u5b9f\u884c
FormView.resetButtonText=\u30ea\u30bb\u30c3\u30c8
FormView.browseFileButtonText=\u53c2\u7167...
############ Abstract Document Strings ############
AbstractDocument.styleChangeText=\u30b9\u30bf\u30a4\u30eb\u5909\u66f4
AbstractDocument.additionText=\u8ffd\u52a0
AbstractDocument.deletionText=\u524a\u9664
AbstractDocument.undoText=\u5143\u306b\u623b\u3059
AbstractDocument.redoText=\u518d\u5b9f\u884c
############ Abstract Button Strings ############
AbstractButton.clickText=\u30af\u30ea\u30c3\u30af
############ Abstract Undoable Edit Strings ############
AbstractUndoableEdit.undoText=\u5143\u306b\u623b\u3059
AbstractUndoableEdit.redoText=\u518d\u5b9f\u884c
############ Combo Box Strings ############
ComboBox.togglePopupText=\u30c8\u30b0\u30eb\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7
############ Progress Monitor Strings ############
ProgressMonitor.progressText=\u9032\u884c\u4e2d...
############ Split Pane Strings ############
SplitPane.leftButtonText=\u5de6\u30dc\u30bf\u30f3
SplitPane.rightButtonText=\u53f3\u30dc\u30bf\u30f3
# Used for Isindex
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:
############ InternalFrameTitlePane Strings ############
InternalFrameTitlePane.iconifyButtonAccessibleName=\u6700\u5c0f\u5316
InternalFrameTitlePane.maximizeButtonAccessibleName=\u6700\u5927\u5316
InternalFrameTitlePane.closeButtonAccessibleName=\u9589\u3058\u308b