blob: 9b873a43a61bcf05987a333192fb6237223d4f20 [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001# This properties file is used to create a PropertyResourceBundle
2# It contains Locale specific strings used in Swing
3# Currently, the following components need this for support:
4#
5# ColorChooser
6# FileChooser
7# OptionPane
8#
9# When this file is read in, the strings are put into the
10# defaults table. This is an implementation detail of the current
11# workings of Swing. DO NOT DEPEND ON THIS.
12# This may change in future versions of Swing as we improve localization
13# support.
14#
15# MNEMONIC NOTE:
16# Many of strings in this file are used by widgets that have a
17# mnemonic, for example:
18# ColorChooser.rgbNameText=RGB
19# ColorChooser.rgbMnemonic=71
20# ColorChooser.rgbDisplayedMnemonicIndex=1
21# Indicates that the tab in the ColorChooser for RGB colors will have
22# the text 'RGB', further the mnemonic character will be 'g' and that
23# a decoration will be provided under the 'G'. This will typically
24# look like: RGB
25# -
26# 71 corresponds to the decimal value of the VK constant defined
27# in java/awt/KeyEvent.java. VK_G is defined as:
28#
29# public static final int VK_G = 0x47;
30#
31# 0x47 is a hex number and needs to be converted to decimal.
32# A simple way to calculate this for a-z is to add 64 to the index of
33# the letter in the alphabet. As 'a' is in the 1st letter the mnemonic
34# for 'a' is 65, 'b' is 66...
35#
36# The xxDisplayedMnemonicIndex is used to indicate the index of the
37# character that should be underlined in the String, with 0
38# corresponding to the first character in the String.
39#
40# One important thing to remember is that the mnemonic MUST exist in
41# the String, if it does not exist you should add text that makes it
42# exist. This will typically take the form 'XXXX (M)' where M is the
43# character for the mnemonic.
44#
45# @author Steve Wilson
46
47############ FILE CHOOSER STRINGS #############
48FileChooser.fileDescriptionText=\uc77c\ubc18 \ud30c\uc77c
49FileChooser.directoryDescriptionText=\ub514\ub809\ud1a0\ub9ac
50FileChooser.newFolderErrorText=\uc0c8 \ud3f4\ub354 \uc791\uc131 \uc624\ub958
51FileChooser.newFolderErrorSeparator= :
52FileChooser.newFolderParentDoesntExistTitleText=Unable to create folder
53FileChooser.newFolderParentDoesntExistText=Unable to create the folder.\n\nThe system cannot find the path specified.
54FileChooser.renameErrorTitleText=Error Renaming File or Folder
55FileChooser.renameErrorText=Cannot rename {0}
56FileChooser.renameErrorFileExistsText=Cannot rename {0}: A file with the name you specified already exists. \
57 Specify a different file name.
58FileChooser.acceptAllFileFilterText=\ubaa8\ub4e0 \ud30c\uc77c
59FileChooser.cancelButtonText=\ucde8\uc18c
60FileChooser.cancelButtonMnemonic=67
61FileChooser.saveButtonText=\uc800\uc7a5
62FileChooser.saveButtonMnemonic=83
63FileChooser.openButtonText=\uc5f4\uae30
64FileChooser.openButtonMnemonic=79
65FileChooser.saveDialogTitleText=\uc800\uc7a5
66FileChooser.openDialogTitleText=\uc5f4\uae30
67FileChooser.updateButtonText=\uc5c5\ub370\uc774\ud2b8(U)
68FileChooser.updateButtonMnemonic=85
69FileChooser.helpButtonText=\ub3c4\uc6c0\ub9d0(H)
70FileChooser.helpButtonMnemonic=72
71FileChooser.directoryOpenButtonText=\uc5f4\uae30(O)
72FileChooser.directoryOpenButtonMnemonic=79
73
74# File Size Units
75FileChooser.fileSizeKiloBytes={0}KB
76FileChooser.fileSizeMegaBytes={0}MB
77FileChooser.fileSizeGigaBytes={0}GB
78
79# These strings are platform dependent not look and feel dependent.
80FileChooser.win32.newFolder=\uc0c8 \ud3f4\ub354
81FileChooser.win32.newFolder.subsequent=\uc0c8 \ud3f4\ub354 ({0})
82FileChooser.other.newFolder=\uc0c8 \ud3f4\ub354
83FileChooser.other.newFolder.subsequent=\uc0c8 \ud3f4\ub354.{0}
84
85
86## file chooser tooltips ###
87FileChooser.cancelButtonToolTipText=\ud30c\uc77c \uc120\ud0dd \ub300\ud654 \uc0c1\uc790 \uc911\uc9c0
88FileChooser.saveButtonToolTipText=\uc120\ud0dd\ub41c \ud30c\uc77c \uc800\uc7a5
89FileChooser.openButtonToolTipText=\uc120\ud0dd\ub41c \ud30c\uc77c \uc5f4\uae30
90FileChooser.updateButtonToolTipText=\ub514\ub809\ud1a0\ub9ac \ubaa9\ub85d \uc5c5\ub370\uc774\ud2b8
91FileChooser.helpButtonToolTipText=FileChooser \ub3c4\uc6c0\ub9d0
92FileChooser.directoryOpenButtonToolTipText=\uc120\ud0dd\ub41c \ub514\ub809\ud1a0\ub9ac \uc5f4\uae30
93
94############ COLOR CHOOSER STRINGS #############
95ColorChooser.previewText=\ubbf8\ub9ac\ubcf4\uae30
96ColorChooser.okText=\ud655\uc778
97ColorChooser.cancelText=\ucde8\uc18c
98ColorChooser.resetText=\uc7ac\uc124\uc815(R)
99# VK_XXX constant for 'ColorChooser.resetText' button to make mnemonic
100ColorChooser.resetMnemonic=82
101ColorChooser.sampleText=\uc0d8\ud50c \ud14d\uc2a4\ud2b8 \uc0d8\ud50c \ud14d\uc2a4\ud2b8
102ColorChooser.swatchesNameText=\uacac\ubcf8(S)
103ColorChooser.swatchesMnemonic=83
104ColorChooser.swatchesDisplayedMnemonicIndex=3
105ColorChooser.swatchesRecentText=\ucd5c\uadfc \ubaa9\ub85d:
106ColorChooser.hsbNameText=HSB
107# Each of the ColorChooser types can define a mnemonic, as a KeyEvent.VK_XXX
108# constant, and an index into the text to render the mnemonic as. The
109# mnemonic is xxxMnemonic and the index of the character to underline is
110# xxxDisplayedMnemonicIndex.
111ColorChooser.hsbMnemonic=72
112ColorChooser.hsbDisplayedMnemonicIndex=0
113ColorChooser.hsbHueText=H
114ColorChooser.hsbSaturationText=S
115ColorChooser.hsbBrightnessText=B
116ColorChooser.hsbRedText=R
117ColorChooser.hsbGreenText=G
118ColorChooser.hsbBlueText=B
119ColorChooser.rgbNameText=RGB
120ColorChooser.rgbMnemonic=71
121ColorChooser.rgbDisplayedMnemonicIndex=1
122ColorChooser.rgbRedText=\ube68\uac04\uc0c9(D)
123ColorChooser.rgbRedMnemonic=68
124ColorChooser.rgbGreenText=\ub179\uc0c9(N)
125ColorChooser.rgbGreenMnemonic=78
126ColorChooser.rgbBlueText=\ud30c\ub780\uc0c9(B)
127ColorChooser.rgbBlueMnemonic=66
128
129############ OPTION PANE STRINGS #############
130# Mnemonic keys correspond to KeyEvent.VK_XXX constant
131# We only define mnemonics for YES/NO, but for completeness you can
132# define mnemonics for any of the buttons.
133OptionPane.yesButtonText=\uc608(Y)
134OptionPane.yesButtonMnemonic=89
135OptionPane.noButtonText=\uc544\ub2c8\uc624(N)
136OptionPane.noButtonMnemonic=78
137OptionPane.okButtonText=\ud655\uc778
138OptionPane.okButtonMnemonic=0
139OptionPane.cancelButtonText=\ucde8\uc18c
140OptionPane.cancelButtonMnemonic=0
141OptionPane.titleText=\uc635\uc158 \uc120\ud0dd
142# Title for the dialog for the showInputDialog methods. Only used if
143# the developer uses one of the variants that doesn't take a title.
144OptionPane.inputDialogTitle=\uc785\ub825
145# Title for the dialog for the showMessageDialog methods. Only used if
146# the developer uses one of the variants that doesn't take a title.
147OptionPane.messageDialogTitle=\uba54\uc2dc\uc9c0
148
149############ Printing Dialog Strings ############
150PrintingDialog.titleProgressText=\uc778\uc1c4
151PrintingDialog.titleAbortingText=\uc778\uc1c4 (\uc911\uc9c0)
152
153PrintingDialog.contentInitialText=\uc778\uc1c4 \uc9c4\ud589 \uc911...
154
155# The following string will be formatted by a MessageFormat
156# and {0} will be replaced by page number being printed
157PrintingDialog.contentProgressText=\uc778\uc1c4\ub41c \ud398\uc774\uc9c0 {0}...
158
159PrintingDialog.contentAbortingText=\uc778\uc1c4 \uc911\uc9c0...
160
161PrintingDialog.abortButtonText=\uc911\uc9c0(A)
162PrintingDialog.abortButtonMnemonic=65
163PrintingDialog.abortButtonDisplayedMnemonicIndex=0
164PrintingDialog.abortButtonToolTipText=\uc778\uc1c4 \uc911\uc9c0
165
166############ Internal Frame Strings ############
167InternalFrame.iconButtonToolTip=\ucd5c\uc18c\ud654
168InternalFrame.maxButtonToolTip=\ucd5c\ub300\ud654
169InternalFrame.restoreButtonToolTip=\ubcf5\uc6d0
170InternalFrame.closeButtonToolTip=\ub2eb\uae30
171
172############ Internal Frame Title Pane Strings ############
173InternalFrameTitlePane.restoreButtonText=\ubcf5\uc6d0
174InternalFrameTitlePane.moveButtonText=\uc774\ub3d9
175InternalFrameTitlePane.sizeButtonText=\ud06c\uae30
176InternalFrameTitlePane.minimizeButtonText=\ucd5c\uc18c\ud654
177InternalFrameTitlePane.maximizeButtonText=\ucd5c\ub300\ud654
178InternalFrameTitlePane.closeButtonText=\ub2eb\uae30
179
180############ Text strings #############
181# Used for html forms
182FormView.submitButtonText=\uc9c8\uc758 \uc81c\ucd9c
183FormView.resetButtonText=\uc7ac\uc124\uc815
184FormView.browseFileButtonText=\ucc3e\uc544\ubcf4\uae30...
185
186############ Abstract Document Strings ############
187AbstractDocument.styleChangeText=\uc2a4\ud0c0\uc77c \ubcc0\uacbd
188AbstractDocument.additionText=\ucd94\uac00
189AbstractDocument.deletionText=\uc0ad\uc81c
190AbstractDocument.undoText=\uc2e4\ud589 \ucde8\uc18c
191AbstractDocument.redoText=\uc7ac\uc2e4\ud589
192
193############ Abstract Button Strings ############
194AbstractButton.clickText=\ub204\ub974\uae30
195
196############ Abstract Undoable Edit Strings ############
197AbstractUndoableEdit.undoText=\uc2e4\ud589 \ucde8\uc18c
198AbstractUndoableEdit.redoText=\uc7ac\uc2e4\ud589
199
200############ Combo Box Strings ############
201ComboBox.togglePopupText=\ud1a0\uae00\ud31d\uc5c5
202
203############ Progress Monitor Strings ############
204ProgressMonitor.progressText=\uc9c4\ud589...
205
206############ Split Pane Strings ############
207SplitPane.leftButtonText=\uc67c\ucabd \ubc84\ud2bc
208SplitPane.rightButtonText=\uc624\ub978\ucabd \ubc84\ud2bc
209# Used for Isindex
210IsindexView.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:
211
212############ InternalFrameTitlePane Strings ############
213InternalFrameTitlePane.iconifyButtonAccessibleName=\uc544\uc774\ucf58\ud654
214InternalFrameTitlePane.maximizeButtonAccessibleName=\ucd5c\ub300\ud654
215InternalFrameTitlePane.closeButtonAccessibleName=\ub2eb\uae30