< prev index next >

src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_ja.properties

Print this page
rev 1468 : 7034940: message drop 2 translation integration
Reviewed-by: yhuang
rev 1479 : 7034259: [all] incorrect mnemonic keys in JCP automatic update advanced settings dialog.
Reviewed-by: yhuang
rev 1481 : 7040228: [zh_TW] extra (C) on cancel button on File Chooser dialog
Reviewed-by: yhuang
rev 1483 : 7038803: [CCJK] Incorrect mnemonic key (0) is displayed on cancel button on messagedialog of JOptionPane
Reviewed-by: yhuang
rev 1486 : 7093156: NLS Please change the mnemonic assignment system to avoid translation issue (Swing files)
Reviewed-by: rupashka, alexp
rev 1487 : 7175367: NLS: 7u6 message drop10 integration
Reviewed-by: yhuang
rev 1492 : 7032018: The file list in JFileChooser does not have an accessible name
Reviewed-by: rupashka, coffeys
rev 1493 : 7182226: NLS: jdk7u6 message drop20 integration
Reviewed-by: yhuang
rev 1497 : 8008764: 7uX l10n resource file translation update
Reviewed-by: naoto
rev 1582 : 8020708: NLS mnemonics missing in SwingSet2/JInternalFrame demo
Reviewed-by: malenkov, leonidr
rev 1584 : 8080628: No mnemonics on Open and Save buttons in JFileChooser
Reviewed-by: serb, alexsch
rev 1586 : 8059177: jdk8u40 l10n resource file translation update 1
Reviewed-by: naoto, joehw, yhuang

*** 13,76 **** # 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\u30A8\u30E9\u30FC FileChooser.newFolderErrorSeparator= : ! FileChooser.newFolderParentDoesntExistTitleText=\u30D5\u30A9\u30EB\u30C0\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093 ! FileChooser.newFolderParentDoesntExistText=\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 ! FileChooser.renameErrorTitleText=\u30D5\u30A1\u30A4\u30EB\u307E\u305F\u306F\u30D5\u30A9\u30EB\u30C0\u306E\u540D\u524D\u5909\u66F4\u30A8\u30E9\u30FC ! FileChooser.renameErrorText={0}\u306E\u540D\u524D\u3092\u5909\u66F4\u3067\u304D\u307E\u305B\u3093 ! FileChooser.renameErrorFileExistsText={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 ! FileChooser.acceptAllFileFilterText=\u3059\u3079\u3066\u306E\u30D5\u30A1\u30A4\u30EB ! FileChooser.cancelButtonText=\u53D6\u6D88 ! 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 ! FileChooser.updateButtonMnemonic=85 ! FileChooser.helpButtonText=\u30D8\u30EB\u30D7 ! FileChooser.helpButtonMnemonic=72 ! FileChooser.directoryOpenButtonText=\u958B\u304F ! FileChooser.directoryOpenButtonMnemonic=79 # File Size Units FileChooser.fileSizeKiloBytes={0} KB FileChooser.fileSizeMegaBytes={0} MB FileChooser.fileSizeGigaBytes={0} GB --- 13,56 ---- # support. # # MNEMONIC NOTE: # Many of strings in this file are used by widgets that have a # mnemonic, for example: ! # ColorChooser.rgbNameTextAndMnemonic=R&GB ! # # 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 # - # # 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.fileDescription.textAndMnemonic=\u6C4E\u7528\u30D5\u30A1\u30A4\u30EB ! FileChooser.directoryDescription.textAndMnemonic=\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA ! FileChooser.newFolderError.textAndMnemonic=\u65B0\u898F\u30D5\u30A9\u30EB\u30C0\u306E\u4F5C\u6210\u30A8\u30E9\u30FC FileChooser.newFolderErrorSeparator= : ! FileChooser.newFolderParentDoesntExistTitle.textAndMnemonic=\u30D5\u30A9\u30EB\u30C0\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093 ! 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 ! FileChooser.renameErrorTitle.textAndMnemonic=\u30D5\u30A1\u30A4\u30EB\u307E\u305F\u306F\u30D5\u30A9\u30EB\u30C0\u306E\u540D\u524D\u5909\u66F4\u30A8\u30E9\u30FC ! FileChooser.renameError.textAndMnemonic={0}\u306E\u540D\u524D\u3092\u5909\u66F4\u3067\u304D\u307E\u305B\u3093 ! 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 ! FileChooser.acceptAllFileFilter.textAndMnemonic=\u3059\u3079\u3066\u306E\u30D5\u30A1\u30A4\u30EB ! FileChooser.cancelButton.textAndMnemonic=\u53D6\u6D88 ! FileChooser.saveButton.textAndMnemonic=\u4FDD\u5B58(&S) ! FileChooser.openButton.textAndMnemonic=\u958B\u304F(&O) ! FileChooser.saveDialogTitle.textAndMnemonic=\u4FDD\u5B58 ! FileChooser.openDialogTitle.textAndMnemonic=\u958B\u304F ! FileChooser.updateButton.textAndMnemonic=\u66F4\u65B0(&U) ! FileChooser.helpButton.textAndMnemonic=\u30D8\u30EB\u30D7(&H) ! FileChooser.directoryOpenButton.textAndMnemonic=\u958B\u304F(&O) # File Size Units FileChooser.fileSizeKiloBytes={0} KB FileChooser.fileSizeMegaBytes={0} MB FileChooser.fileSizeGigaBytes={0} GB
*** 81,212 **** 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\u30FB\u30C1\u30E5\u30FC\u30B6\u30FB\u30C0\u30A4\u30A2\u30ED\u30B0\u3092\u7D42\u4E86\u3057\u307E\u3059 ! FileChooser.saveButtonToolTipText=\u9078\u629E\u3057\u305F\u30D5\u30A1\u30A4\u30EB\u3092\u4FDD\u5B58\u3057\u307E\u3059 ! FileChooser.openButtonToolTipText=\u9078\u629E\u3057\u305F\u30D5\u30A1\u30A4\u30EB\u3092\u958B\u304D\u307E\u3059 ! FileChooser.updateButtonToolTipText=\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u306E\u30EA\u30B9\u30C8\u3092\u66F4\u65B0\u3057\u307E\u3059 ! FileChooser.helpButtonToolTipText=FileChooser\u306E\u30D8\u30EB\u30D7\u3067\u3059 ! FileChooser.directoryOpenButtonToolTipText=\u9078\u629E\u3057\u305F\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u3092\u958B\u304D\u307E\u3059 ############ COLOR CHOOSER STRINGS ############# ! ColorChooser.previewText=\u30D7\u30EC\u30D3\u30E5\u30FC ! ColorChooser.okText=OK ! ColorChooser.cancelText=\u53D6\u6D88 ! ColorChooser.resetText=\u30EA\u30BB\u30C3\u30C8 ! # VK_XXX constant for 'ColorChooser.resetText' button to make mnemonic ! ColorChooser.resetMnemonic=82 ! ColorChooser.sampleText=\u30B5\u30F3\u30D7\u30EB\u30FB\u30C6\u30AD\u30B9\u30C8 \u30B5\u30F3\u30D7\u30EB\u30FB\u30C6\u30AD\u30B9\u30C8 ! ColorChooser.swatchesNameText=\u30B5\u30F3\u30D7\u30EB ! 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 ! ColorChooser.rgbRedMnemonic=68 ! ColorChooser.rgbGreenText=\u7DD1 ! ColorChooser.rgbGreenMnemonic=78 ! ColorChooser.rgbBlueText=\u9752 ! 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 ! OptionPane.yesButtonMnemonic=89 ! OptionPane.noButtonText=\u3044\u3044\u3048 ! OptionPane.noButtonMnemonic=78 ! OptionPane.okButtonText=OK ! OptionPane.okButtonMnemonic=0 ! OptionPane.cancelButtonText=\u53D6\u6D88 ! 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 ! PrintingDialog.abortButtonMnemonic=65 ! PrintingDialog.abortButtonDisplayedMnemonicIndex=0 ! PrintingDialog.abortButtonToolTipText=\u5370\u5237\u306E\u4E2D\u6B62 ############ Internal Frame Strings ############ InternalFrame.iconButtonToolTip=\u6700\u5C0F\u5316 InternalFrame.maxButtonToolTip=\u6700\u5927\u5316 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\u5408\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=\u3084\u308A\u76F4\u3057 ############ Abstract Button Strings ############ ! AbstractButton.clickText=\u30AF\u30EA\u30C3\u30AF ############ Abstract Undoable Edit Strings ############ ! AbstractUndoableEdit.undoText=\u5143\u306B\u623B\u3059 ! AbstractUndoableEdit.redoText=\u3084\u308A\u76F4\u3057 ############ Combo Box Strings ############ ! ComboBox.togglePopupText=\u30C8\u30B0\u30EB\u30FB\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=\u30A2\u30A4\u30B3\u30F3\u5316 --- 61,193 ---- FileChooser.other.newFolder=\u65B0\u898F\u30D5\u30A9\u30EB\u30C0 FileChooser.other.newFolder.subsequent=\u65B0\u898F\u30D5\u30A9\u30EB\u30C0.{0} ## file chooser tooltips ### ! FileChooser.cancelButtonToolTip.textAndMnemonic=\u30D5\u30A1\u30A4\u30EB\u30FB\u30C1\u30E5\u30FC\u30B6\u30FB\u30C0\u30A4\u30A2\u30ED\u30B0\u3092\u7D42\u4E86\u3057\u307E\u3059 ! FileChooser.saveButtonToolTip.textAndMnemonic=\u9078\u629E\u3057\u305F\u30D5\u30A1\u30A4\u30EB\u3092\u4FDD\u5B58\u3057\u307E\u3059 ! FileChooser.openButtonToolTip.textAndMnemonic=\u9078\u629E\u3057\u305F\u30D5\u30A1\u30A4\u30EB\u3092\u958B\u304D\u307E\u3059 ! FileChooser.updateButtonToolTip.textAndMnemonic=\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u306E\u30EA\u30B9\u30C8\u3092\u66F4\u65B0\u3057\u307E\u3059 ! FileChooser.helpButtonToolTip.textAndMnemonic=FileChooser\u306E\u30D8\u30EB\u30D7\u3067\u3059 ! FileChooser.directoryOpenButtonToolTip.textAndMnemonic=\u9078\u629E\u3057\u305F\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u3092\u958B\u304D\u307E\u3059 ! ! FileChooser.filesListAccessibleName=\u30D5\u30A1\u30A4\u30EB\u30FB\u30EA\u30B9\u30C8 ! FileChooser.filesDetailsAccessibleName=\u30D5\u30A1\u30A4\u30EB\u306E\u8A73\u7D30 ############ COLOR CHOOSER STRINGS ############# ! ColorChooser.preview.textAndMnemonic=\u30D7\u30EC\u30D3\u30E5\u30FC ! ColorChooser.ok.textAndMnemonic=OK ! ColorChooser.cancel.textAndMnemonic=\u53D6\u6D88 ! ColorChooser.reset.textAndMnemonic=\u30EA\u30BB\u30C3\u30C8(&R) ! ColorChooser.sample.textAndMnemonic=\u30B5\u30F3\u30D7\u30EB\u30FB\u30C6\u30AD\u30B9\u30C8 \u30B5\u30F3\u30D7\u30EB\u30FB\u30C6\u30AD\u30B9\u30C8 ! ColorChooser.swatches.textAndMnemonic=\u30B5\u30F3\u30D7\u30EB(&S) ! ColorChooser.swatchesRecent.textAndMnemonic=\u6700\u65B0: ! ColorChooser.hsb.textAndMnemonic=&HSB ! ColorChooser.hsbHue.textAndMnemonic=H ! ColorChooser.hsbSaturation.textAndMnemonic=S ! ColorChooser.hsbBrightness.textAndMnemonic=B ! ColorChooser.hsbRed.textAndMnemonic=R ! ColorChooser.hsbGreen.textAndMnemonic=G ! ColorChooser.hsbBlue.textAndMnemonic=B ! ColorChooser.hsv.textAndMnemonic=HSV(&H) ! ColorChooser.hsvHue.textAndMnemonic=\u8272\u76F8 ! ColorChooser.hsvSaturation.textAndMnemonic=\u5F69\u5EA6 ! ColorChooser.hsvValue.textAndMnemonic=\u5024 ! ColorChooser.hsvTransparency.textAndMnemonic=\u900F\u660E\u5EA6 ! ColorChooser.hsl.textAndMnemonic=HSL(&L) ! ColorChooser.hslHue.textAndMnemonic=\u8272\u76F8 ! ColorChooser.hslSaturation.textAndMnemonic=\u5F69\u5EA6 ! ColorChooser.hslLightness.textAndMnemonic=\u660E\u5EA6 ! ColorChooser.hslTransparency.textAndMnemonic=\u900F\u660E\u5EA6 ! ColorChooser.rgb.textAndMnemonic=RGB(&G) ! ColorChooser.rgbRed.textAndMnemonic=\u8D64(&D) ! ColorChooser.rgbGreen.textAndMnemonic=\u7DD1(&N) ! ColorChooser.rgbBlue.textAndMnemonic=\u9752(&B) ! ColorChooser.rgbAlpha.textAndMnemonic=\u30A2\u30EB\u30D5\u30A1 ! ColorChooser.rgbHexCode.textAndMnemonic=\u8272\u30B3\u30FC\u30C9(&C) ! ColorChooser.cmyk.textAndMnemonic=C&MYK ! ColorChooser.cmykCyan.textAndMnemonic=\u30B7\u30A2\u30F3 ! ColorChooser.cmykMagenta.textAndMnemonic=\u30DE\u30BC\u30F3\u30BF ! ColorChooser.cmykYellow.textAndMnemonic=\u9EC4 ! ColorChooser.cmykBlack.textAndMnemonic=\u9ED2 ! ColorChooser.cmykAlpha.textAndMnemonic=\u30A2\u30EB\u30D5\u30A1 ############ OPTION PANE STRINGS ############# # We only define mnemonics for YES/NO, but for completeness you can # define mnemonics for any of the buttons. ! OptionPane.yesButton.textAndMnemonic=\u306F\u3044(&Y) ! OptionPane.noButton.textAndMnemonic=\u3044\u3044\u3048(&N) ! OptionPane.okButton.textAndMnemonic=OK ! #OptionPane.okButtonMnemonic=0 ! OptionPane.cancelButton.textAndMnemonic=\u53D6\u6D88 ! #OptionPane.cancelButtonMnemonic=0 ! OptionPane.title.textAndMnemonic=\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.inputDialog.titleAndMnemonic=\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.messageDialog.titleAndMnemonic=\u30E1\u30C3\u30BB\u30FC\u30B8 ############ Printing Dialog Strings ############ ! PrintingDialog.titleProgress.textAndMnemonic=\u5370\u5237\u3057\u3066\u3044\u307E\u3059 ! PrintingDialog.titleAborting.textAndMnemonic=\u5370\u5237\u3092\u4E2D\u6B62\u3057\u3066\u3044\u307E\u3059 ! PrintingDialog.contentInitial.textAndMnemonic=\u5370\u5237\u4E2D... # The following string will be formatted by a MessageFormat # and {0} will be replaced by page number being printed ! PrintingDialog.contentProgress.textAndMnemonic=\u30DA\u30FC\u30B8{0}\u3092\u5370\u5237\u3057\u307E\u3057\u305F... ! PrintingDialog.contentAborting.textAndMnemonic=\u5370\u5237\u3092\u4E2D\u6B62\u3057\u3066\u3044\u307E\u3059... ! PrintingDialog.abortButton.textAndMnemonic=\u4E2D\u6B62(&A) ! PrintingDialog.abortButtonToolTip.textAndMnemonic=\u5370\u5237\u306E\u4E2D\u6B62 ############ Internal Frame Strings ############ InternalFrame.iconButtonToolTip=\u6700\u5C0F\u5316 InternalFrame.maxButtonToolTip=\u6700\u5927\u5316 InternalFrame.restoreButtonToolTip=\u5FA9\u5143 InternalFrame.closeButtonToolTip=\u9589\u3058\u308B ############ Internal Frame Title Pane Strings ############ ! InternalFrameTitlePane.restoreButton.textAndMnemonic=\u5FA9\u5143(&R) ! InternalFrameTitlePane.moveButton.textAndMnemonic=\u79FB\u52D5(&M) ! InternalFrameTitlePane.sizeButton.textAndMnemonic=\u30B5\u30A4\u30BA(&S) ! InternalFrameTitlePane.minimizeButton.textAndMnemonic=\u6700\u5C0F\u5316(&N) ! InternalFrameTitlePane.maximizeButton.textAndMnemonic=\u6700\u5927\u5316(&X) ! InternalFrameTitlePane.closeButton.textAndMnemonic=\u9589\u3058\u308B(&C) ############ Text strings ############# # Used for html forms ! FormView.submitButton.textAndMnemonic=\u554F\u5408\u305B\u306E\u5B9F\u884C ! FormView.resetButton.textAndMnemonic=\u30EA\u30BB\u30C3\u30C8 ! FormView.browseFileButton.textAndMnemonic=\u53C2\u7167... ############ Abstract Document Strings ############ ! AbstractDocument.styleChange.textAndMnemonic=\u30B9\u30BF\u30A4\u30EB\u5909\u66F4 ! AbstractDocument.addition.textAndMnemonic=\u8FFD\u52A0 ! AbstractDocument.deletion.textAndMnemonic=\u524A\u9664 ! AbstractDocument.undo.textAndMnemonic=\u5143\u306B\u623B\u3059 ! AbstractDocument.redo.textAndMnemonic=\u3084\u308A\u76F4\u3057 ############ Abstract Button Strings ############ ! AbstractButton.click.textAndMnemonic=\u30AF\u30EA\u30C3\u30AF ############ Abstract Undoable Edit Strings ############ ! AbstractUndoableEdit.undo.textAndMnemonic=\u5143\u306B\u623B\u3059 ! AbstractUndoableEdit.redo.textAndMnemonic=\u3084\u308A\u76F4\u3057 ############ Combo Box Strings ############ ! ComboBox.togglePopup.textAndMnemonic=\u30C8\u30B0\u30EB\u30FB\u30DD\u30C3\u30D7\u30A2\u30C3\u30D7 ! ############ Progress Monitor Strings ############ ! ProgressMonitor.progress.textAndMnemonic=\u9032\u884C\u4E2D... ! ############ Split Pane Strings ############ ! SplitPane.leftButton.textAndMnemonic=\u5DE6\u30DC\u30BF\u30F3 ! SplitPane.rightButton.textAndMnemonic=\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=\u30A2\u30A4\u30B3\u30F3\u5316
< prev index next >