blob: 9b873a43a61bcf05987a333192fb6237223d4f20 [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=\uc77c\ubc18 \ud30c\uc77c
FileChooser.directoryDescriptionText=\ub514\ub809\ud1a0\ub9ac
FileChooser.newFolderErrorText=\uc0c8 \ud3f4\ub354 \uc791\uc131 \uc624\ub958
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=\ubaa8\ub4e0 \ud30c\uc77c
FileChooser.cancelButtonText=\ucde8\uc18c
FileChooser.cancelButtonMnemonic=67
FileChooser.saveButtonText=\uc800\uc7a5
FileChooser.saveButtonMnemonic=83
FileChooser.openButtonText=\uc5f4\uae30
FileChooser.openButtonMnemonic=79
FileChooser.saveDialogTitleText=\uc800\uc7a5
FileChooser.openDialogTitleText=\uc5f4\uae30
FileChooser.updateButtonText=\uc5c5\ub370\uc774\ud2b8(U)
FileChooser.updateButtonMnemonic=85
FileChooser.helpButtonText=\ub3c4\uc6c0\ub9d0(H)
FileChooser.helpButtonMnemonic=72
FileChooser.directoryOpenButtonText=\uc5f4\uae30(O)
FileChooser.directoryOpenButtonMnemonic=79
# File Size Units
FileChooser.fileSizeKiloBytes={0}KB
FileChooser.fileSizeMegaBytes={0}MB
FileChooser.fileSizeGigaBytes={0}GB
# These strings are platform dependent not look and feel dependent.
FileChooser.win32.newFolder=\uc0c8 \ud3f4\ub354
FileChooser.win32.newFolder.subsequent=\uc0c8 \ud3f4\ub354 ({0})
FileChooser.other.newFolder=\uc0c8 \ud3f4\ub354
FileChooser.other.newFolder.subsequent=\uc0c8 \ud3f4\ub354.{0}
## file chooser tooltips ###
FileChooser.cancelButtonToolTipText=\ud30c\uc77c \uc120\ud0dd \ub300\ud654 \uc0c1\uc790 \uc911\uc9c0
FileChooser.saveButtonToolTipText=\uc120\ud0dd\ub41c \ud30c\uc77c \uc800\uc7a5
FileChooser.openButtonToolTipText=\uc120\ud0dd\ub41c \ud30c\uc77c \uc5f4\uae30
FileChooser.updateButtonToolTipText=\ub514\ub809\ud1a0\ub9ac \ubaa9\ub85d \uc5c5\ub370\uc774\ud2b8
FileChooser.helpButtonToolTipText=FileChooser \ub3c4\uc6c0\ub9d0
FileChooser.directoryOpenButtonToolTipText=\uc120\ud0dd\ub41c \ub514\ub809\ud1a0\ub9ac \uc5f4\uae30
############ COLOR CHOOSER STRINGS #############
ColorChooser.previewText=\ubbf8\ub9ac\ubcf4\uae30
ColorChooser.okText=\ud655\uc778
ColorChooser.cancelText=\ucde8\uc18c
ColorChooser.resetText=\uc7ac\uc124\uc815(R)
# VK_XXX constant for 'ColorChooser.resetText' button to make mnemonic
ColorChooser.resetMnemonic=82
ColorChooser.sampleText=\uc0d8\ud50c \ud14d\uc2a4\ud2b8 \uc0d8\ud50c \ud14d\uc2a4\ud2b8
ColorChooser.swatchesNameText=\uacac\ubcf8(S)
ColorChooser.swatchesMnemonic=83
ColorChooser.swatchesDisplayedMnemonicIndex=3
ColorChooser.swatchesRecentText=\ucd5c\uadfc \ubaa9\ub85d:
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=\ube68\uac04\uc0c9(D)
ColorChooser.rgbRedMnemonic=68
ColorChooser.rgbGreenText=\ub179\uc0c9(N)
ColorChooser.rgbGreenMnemonic=78
ColorChooser.rgbBlueText=\ud30c\ub780\uc0c9(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=\uc608(Y)
OptionPane.yesButtonMnemonic=89
OptionPane.noButtonText=\uc544\ub2c8\uc624(N)
OptionPane.noButtonMnemonic=78
OptionPane.okButtonText=\ud655\uc778
OptionPane.okButtonMnemonic=0
OptionPane.cancelButtonText=\ucde8\uc18c
OptionPane.cancelButtonMnemonic=0
OptionPane.titleText=\uc635\uc158 \uc120\ud0dd
# 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=\uc785\ub825
# 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=\uba54\uc2dc\uc9c0
############ Printing Dialog Strings ############
PrintingDialog.titleProgressText=\uc778\uc1c4
PrintingDialog.titleAbortingText=\uc778\uc1c4 (\uc911\uc9c0)
PrintingDialog.contentInitialText=\uc778\uc1c4 \uc9c4\ud589 \uc911...
# The following string will be formatted by a MessageFormat
# and {0} will be replaced by page number being printed
PrintingDialog.contentProgressText=\uc778\uc1c4\ub41c \ud398\uc774\uc9c0 {0}...
PrintingDialog.contentAbortingText=\uc778\uc1c4 \uc911\uc9c0...
PrintingDialog.abortButtonText=\uc911\uc9c0(A)
PrintingDialog.abortButtonMnemonic=65
PrintingDialog.abortButtonDisplayedMnemonicIndex=0
PrintingDialog.abortButtonToolTipText=\uc778\uc1c4 \uc911\uc9c0
############ Internal Frame Strings ############
InternalFrame.iconButtonToolTip=\ucd5c\uc18c\ud654
InternalFrame.maxButtonToolTip=\ucd5c\ub300\ud654
InternalFrame.restoreButtonToolTip=\ubcf5\uc6d0
InternalFrame.closeButtonToolTip=\ub2eb\uae30
############ Internal Frame Title Pane Strings ############
InternalFrameTitlePane.restoreButtonText=\ubcf5\uc6d0
InternalFrameTitlePane.moveButtonText=\uc774\ub3d9
InternalFrameTitlePane.sizeButtonText=\ud06c\uae30
InternalFrameTitlePane.minimizeButtonText=\ucd5c\uc18c\ud654
InternalFrameTitlePane.maximizeButtonText=\ucd5c\ub300\ud654
InternalFrameTitlePane.closeButtonText=\ub2eb\uae30
############ Text strings #############
# Used for html forms
FormView.submitButtonText=\uc9c8\uc758 \uc81c\ucd9c
FormView.resetButtonText=\uc7ac\uc124\uc815
FormView.browseFileButtonText=\ucc3e\uc544\ubcf4\uae30...
############ Abstract Document Strings ############
AbstractDocument.styleChangeText=\uc2a4\ud0c0\uc77c \ubcc0\uacbd
AbstractDocument.additionText=\ucd94\uac00
AbstractDocument.deletionText=\uc0ad\uc81c
AbstractDocument.undoText=\uc2e4\ud589 \ucde8\uc18c
AbstractDocument.redoText=\uc7ac\uc2e4\ud589
############ Abstract Button Strings ############
AbstractButton.clickText=\ub204\ub974\uae30
############ Abstract Undoable Edit Strings ############
AbstractUndoableEdit.undoText=\uc2e4\ud589 \ucde8\uc18c
AbstractUndoableEdit.redoText=\uc7ac\uc2e4\ud589
############ Combo Box Strings ############
ComboBox.togglePopupText=\ud1a0\uae00\ud31d\uc5c5
############ Progress Monitor Strings ############
ProgressMonitor.progressText=\uc9c4\ud589...
############ Split Pane Strings ############
SplitPane.leftButtonText=\uc67c\ucabd \ubc84\ud2bc
SplitPane.rightButtonText=\uc624\ub978\ucabd \ubc84\ud2bc
# Used for Isindex
IsindexView.prompt=\ub2e4\uc74c\uc740 \uac80\uc0c9 \uac00\ub2a5\ud55c \uc778\ub371\uc2a4\uc785\ub2c8\ub2e4. \uac80\uc0c9 \ud0a4\uc6cc\ub4dc\ub97c \uc785\ub825\ud558\uc2ed\uc2dc\uc624:
############ InternalFrameTitlePane Strings ############
InternalFrameTitlePane.iconifyButtonAccessibleName=\uc544\uc774\ucf58\ud654
InternalFrameTitlePane.maximizeButtonAccessibleName=\ucd5c\ub300\ud654
InternalFrameTitlePane.closeButtonAccessibleName=\ub2eb\uae30