motif_ja.properties revision 0
0N/A# This properties file is used to create a PropertyResourceBundle
0N/A# It contains Locale specific strings used be the Motif Look and Feel.
0N/A# Currently, the following components need this for support:
0N/A#
0N/A# FileChooser
0N/A#
0N/A# When this file is read in, the strings are put into the
0N/A# defaults table. This is an implementation detail of the current
0N/A# workings of Swing. DO NOT DEPEND ON THIS.
0N/A# This may change in future versions of Swing as we improve localization
2362N/A# support.
0N/A#
0N/A# Refer to the note in basic.properties for a description as to what
0N/A# the mnemonics correspond to and how to calculate them.
0N/A#
2362N/A# @author Steve Wilson
0N/A
2362N/A
0N/A############ FILE CHOOSER STRINGS #############
0N/A
0N/AFileChooser.acceptAllFileFilterText=*
0N/AFileChooser.cancelButtonText=\u53d6\u6d88\u3057
0N/AFileChooser.saveButtonText=\u4fdd\u5b58
0N/AFileChooser.openButtonText=\u4e86\u89e3
0N/AFileChooser.saveDialogTitleText=\u4fdd\u5b58
0N/AFileChooser.openDialogTitleText=\u958b\u304f
0N/AFileChooser.updateButtonText=\u66f4\u65b0
0N/AFileChooser.helpButtonText=\u30d8\u30eb\u30d7
0N/AFileChooser.pathLabelText=\u30d1\u30b9\u307e\u305f\u306f\u30d5\u30a9\u30eb\u30c0\u540d\u3092\u5165\u529b:
0N/AFileChooser.filterLabelText=\u30d5\u30a3\u30eb\u30bf
0N/AFileChooser.foldersLabelText=\u30d5\u30a9\u30eb\u30c0
0N/AFileChooser.filesLabelText=\u30d5\u30a1\u30a4\u30eb
0N/AFileChooser.enterFileNameLabelText=\u30d5\u30a1\u30a4\u30eb\u540d\u3092\u5165\u529b:
0N/AFileChooser.enterFolderNameLabelText=Enter folder name:
0N/A
0N/AFileChooser.cancelButtonToolTipText=\u30d5\u30a1\u30a4\u30eb\u30c1\u30e5\u30fc\u30b6\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u7d42\u4e86
0N/AFileChooser.saveButtonToolTipText=\u9078\u629e\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306b\u4fdd\u5b58
0N/AFileChooser.openButtonToolTipText=\u9078\u629e\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304f
0N/AFileChooser.updateButtonToolTipText=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u8868\u793a\u3092\u66f4\u65b0
0N/AFileChooser.helpButtonToolTipText=\u30d5\u30a1\u30a4\u30eb\u30c1\u30e5\u30fc\u30b6\u306e\u30d8\u30eb\u30d7
0N/A