home *** CD-ROM | disk | FTP | other *** search
- # 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.
- #
- # 1.12 04/04/01
- # @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.acceptAllFileFilterText=\u3059\u3079\u3066\u306e\u30d5\u30a1\u30a4\u30eb (*.*)
- FileChooser.cancelButtonText=\u53d6\u6d88\u3057
- FileChooser.saveButtonText=\u4fdd\u5b58
- FileChooser.openButtonText=\u958b\u304f
- FileChooser.saveDialogTitleText=\u4fdd\u5b58
- FileChooser.openDialogTitleText=\u958b\u304f
- FileChooser.updateButtonText=\u66f4\u65b0
- FileChooser.helpButtonText=\u30d8\u30eb\u30d7
- # These strings are platform dependent not look and feel dependent.
- FileChooser.win32.newFolder=\u65b0\u3057\u3044\u30d5\u30a9\u30eb\u30c0
- FileChooser.win32.newFolder.subsequent=\u65b0\u3057\u3044\u30d5\u30a9\u30eb\u30c0 ({0})
- FileChooser.other.newFolder=\u540d\u79f0\u672a\u8a2d\u5b9a\u30d5\u30a9\u30eb\u30c0
- FileChooser.other.newFolder.subsequent=\u540d\u79f0\u672a\u8a2d\u5b9a\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
-
- ############ 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
- ColorChooser.sampleText=\u30b5\u30f3\u30d7\u30eb\u30c6\u30ad\u30b9\u30c8 \u30b5\u30f3\u30d7\u30eb\u30c6\u30ad\u30b9\u30c8
- ColorChooser.swatchesNameText=\u30b5\u30f3\u30d7\u30eb
- ColorChooser.swatchesRecentText=\u6700\u65b0:
- ColorChooser.hsbNameText=HSB
- ColorChooser.hsbHueText=H
- ColorChooser.hsbSaturationText=S
- ColorChooser.hsbBrightnessText=B
- ColorChooser.hsbRedText=R
- ColorChooser.hsbGreenText=G
- ColorChooser.hsbBlueText=B
- ColorChooser.rgbNameText=RGB
- ColorChooser.rgbRedText=\u8d64
- ColorChooser.rgbGreenText=\u7dd1
- ColorChooser.rgbBlueText=\u9752
-
- ############ OPTION PANE STRINGS #############
- OptionPane.yesButtonText=\u306f\u3044
- OptionPane.noButtonText=\u3044\u3044\u3048
- OptionPane.okButtonText=\u4e86\u89e3
- OptionPane.cancelButtonText=\u53d6\u6d88\u3057
- OptionPane.titleText=\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u9078\u629e
-
- ############ Text strings #############
- # Used for html forms
- FormView.submitButtonText=\u554f\u3044\u5408\u308f\u305b\u306e\u5b9f\u884c
- FormView.resetButtonText=\u30ea\u30bb\u30c3\u30c8
-
- ############ 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
-
-