blob: 350b8ba2f9a401ff82a778bb0c065531b416a4e8 [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
#
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
# Other names may be trademarks of their respective owners.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common
# Development and Distribution License("CDDL") (collectively, the
# "License"). You may not use this file except in compliance with the
# License. You can obtain a copy of the License at
# http://www.netbeans.org/cddl-gplv2.html
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
# specific language governing permissions and limitations under the
# License. When distributing the software, include this License Header
# Notice in each file and include the License file at
# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the GPL Version 2 section of the License file that
# accompanied this code. If applicable, add the following below the
# License Header, with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# Contributor(s):
#
# The Original Software is NetBeans. The Initial Developer of the Original
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
# Microsystems, Inc. All Rights Reserved.
#
# If you wish your version of this file to be governed by only the CDDL
# or only the GPL Version 2, indicate your decision by adding
# "[Contributor] elects to include this software in this distribution
# under the [CDDL or GPL Version 2] license." If you do not indicate a
# single choice of license, a recipient has the option to distribute
# your version of this file under either the CDDL, the GPL Version 2 or
# to extend the choice of license to its licensees as provided above.
# However, if you add GPL Version 2 code and therefore, elected the GPL
# Version 2 license, then the option applies only if the new code is
# made subject to such option by the copyright holder.
# Sample ResourceBundle properties file
# message shown when PrimitiveTypeEditor parsing string array value
MSG_ERR_ParseError=Unable to convert string \"%s\" to %s type.
## CustomCodeEditor
CTL_InsertCode=&Insert Code:
ACSD_CustomCodeEditor.label1=\ud574\ub2f9 \uc5c6\uc74c
ACSD_CustomCodeEditor=\ud574\ub2f9 \uc5c6\uc74c
# KeyStrokeEditor
CTL_VirtualKey=&Virtual Key:
CTL_KeyStroke=&Key Stroke:
CTL_Ctrl=&Ctrl
CTL_Alt=A&lt
CTL_Shift=&Shift
CTL_Meta=&Meta (Mac only)
CTL_CtrlAsText=Ctrl
CTL_AltAsText=Alt
CTL_ShiftAsText=Shift
CTL_MetaAsText=Meta
ACSD_VirtualKey=\ud574\ub2f9 \uc5c6\uc74c
ACSD_KeyStroke=\ud574\ub2f9 \uc5c6\uc74c
ACSD_CtrlKey=\ud574\ub2f9 \uc5c6\uc74c
ACSD_AltKey=\ud574\ub2f9 \uc5c6\uc74c
ACSD_ShiftKey=\ud574\ub2f9 \uc5c6\uc74c
ACSD_MetaKey=\ud574\ub2f9 \uc5c6\uc74c
ACSD_KeyStrokeCustomEditor=\ud574\ub2f9 \uc5c6\uc74c
CTL_KeyStrokeEditor_DisplayName=Key stroke editor
# EnumEditor
CTL_EnumEditorName=Enumerated values
#StringEditor
ACSN_StringEditorTextArea=String editor text area
ACSD_StringEditorTextArea=\ud574\ub2f9 \uc5c6\uc74c
StringEditor.htmlTipLabel.text=To format the text using html, prefix the text with <html>
#StringArrayCustomEditor
CTL_StringArrayEditor_DisplayName=String array editor
StringArrayCustomEditor.label.text=<html>&Enter the textual representation of string array content. Each row corresponds to one array field.
StringArrayCustomEditor.textArea.AccessibleContext.accessibleName=Model editor text area
StringArrayCustomEditor.textArea.AccessibleContext.accessibleDescription=\ud574\ub2f9 \uc5c6\uc74c
StringArrayCustomEditor.label.AccessibleContext.accessibleName=Model editor label
StringArrayCustomEditor.label.AccessibleContext.accessibleDescription=\ud574\ub2f9 \uc5c6\uc74c
#MnemonicsEditor
CTL_MnemonicsEditor_DisplayName=\uc57d\uc5b4 \ubb38\uc790
#ModifierEditor
LAB_AccessRights=A&ccess:
ACSD_AccessRights=\ud574\ub2f9 \uc5c6\uc74c
ACSN_OtherModifiers=\uae30\ud0c0 \uc218\uc815\uc790
ACSD_OtherModifiers=\ud574\ub2f9 \uc5c6\uc74c
LAB_Modifiers=\uae30\ud0c0 \uc218\uc815\uc790
# {0} will be replaced by the offending string
MSG_IllegalModifierString=\uc54c \uc218 \uc5c6\ub294 \uc218\uc815\uc790: {0}
ACSN_ModifierPanel=\uc218\uc815\uc790 \ud328\ub110
ACSD_ModifierPanel=\ud574\ub2f9 \uc5c6\uc74c
ACSD_ModifierPanel_Modifier_Abstract=\ud574\ub2f9 \uc5c6\uc74c
ACSD_ModifierPanel_Modifier_Final=\ud574\ub2f9 \uc5c6\uc74c
ACSD_ModifierPanel_Modifier_Static=\ud574\ub2f9 \uc5c6\uc74c
ACSD_ModifierPanel_Modifier_Synchronized=\ud574\ub2f9 \uc5c6\uc74c
ACSD_ModifierPanel_Modifier_Transient=\ud574\ub2f9 \uc5c6\uc74c
ACSD_ModifierPanel_Modifier_Volatile=\ud574\ub2f9 \uc5c6\uc74c
ACSD_ModifierPanel_Modifier_Native=\ud574\ub2f9 \uc5c6\uc74c
LBL_ModifierPanel_Modifier_Abstract=a&bstract
LBL_ModifierPanel_Modifier_Final=&final
LBL_ModifierPanel_Modifier_Static=&static
LBL_ModifierPanel_Modifier_Synchronized=synch&ronized
LBL_ModifierPanel_Modifier_Transient=&transient
LBL_ModifierPanel_Modifier_Volatile=&volatile
LBL_ModifierPanel_Modifier_Native=nat&ive
LBL_ModifierPanel_Modifier_Default=<\uae30\ubcf8\uac12>
#Icon property editor
CTL_ImageSourceType=\uc774\ubbf8\uc9c0 \uc18c\uc2a4 \uc720\ud615:
CTL_ImageSourceName=\uc774\ub984(&N):
ACSD_CTL_ImageSourceName=\ud574\ub2f9 \uc5c6\uc74c
CTL_URL=URL(&U)
CTL_URLExample=(\uc608: http://www.netbeans.org/images/logo.gif)
CTL_File=\ud30c\uc77c(&F)
CTL_FileExample=(\uc608: c:\\duke.gif)
CTL_Classpath=\ud074\ub798\uc2a4\uacbd\ub85c(&C)
CTL_ClasspathExample=(\uc608: /org/netbeans/resources/action.gif)
CTL_NoPicture=\uadf8\ub9bc \uc5c6\uc74c(&p)
CTL_Null=(null)
CTL_ButtonSelect=\ud30c\uc77c \uc120\ud0dd(&S)...
ACSD_CTL_ButtonSelect=\ud574\ub2f9 \uc5c6\uc74c
CTL_Preview=\ubbf8\ub9ac\ubcf4\uae30(&r):
ACSD_CTL_Preview=\ud574\ub2f9 \uc5c6\uc74c
CTL_ImagesExtensionName=JPEG \uc640 GIF \uc640 PNG \uc774\ubbf8\uc9c0
CTL_OpenDialogName=\uc774\ubbf8\uc9c0 \ud30c\uc77c \uc120\ud0dd
ACSD_IconCustomEditor=\ud574\ub2f9 \uc5c6\uc74c
ACSN_ResourceSelector=\uc790\uc6d0 \uc120\ud0dd\uae30
ACSD_ResourceSelector=\uc790\uc6d0 \uc120\ud0dd\uae30
ACSN_ResourceSelectorView=\uc790\uc6d0 \ud2b8\ub9ac \ubdf0
ACSD_ResourceSelectorView=\uc790\uc6d0 \ud2b8\ub9ac \ubdf0
MSG_IllegalValue=\uc798\ubabb\ub41c \uc544\uc774\ucf58 \uac12\uc785\ub2c8\ub2e4! \ud615\uc2dd\uc774 \uc798\ubabb\ub41c URL\uc774\uac70\ub098 \uc54c \uc218 \uc5c6\ub294 \uc790\uc6d0\uc778 \uac83 \uac19\uc2b5\ub2c8\ub2e4.
CustomIconEditor.externalRadio.text=\uc678\ubd80 \uc774\ubbf8\uc9c0
CustomIconEditor.noIconRadio.text=\uc774\ubbf8\uc9c0 \uc5c6\uc74c
CustomIconEditor.urlLabel.text=\ud30c\uc77c \ub610\ub294 URL\:
CustomIconEditor.importButton.text=\ud504\ub85c\uc81d\ud2b8\uc5d0 \uac00\uc838\uc624\uae30...
CustomIconEditor.browseExternalButton.text=...
CustomIconEditor.fileLabel.text=\ud30c\uc77c(F)\:
CustomIconEditor.packageLabel.text=\ud328\ud0a4\uc9c0\:
CustomIconEditor.browseFileButton.text=...
CustomIconEditor.classPathRadio.text=\ud504\ub85c\uc81d\ud2b8 \uc548\uc5d0 \uc774\ubbf8\uc9c0
CustomIconEditor.classPathRadio.toolTipText=\ud504\ub85c\uc81d\ud2b8 \uc18c\uc2a4 \ub610\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac\uc5d0 \uc704\uce58\ud55c \uc774\ubbf8\uc9c0 \ud30c\uc77c (\ud074\ub798\uc2a4 \uacbd\ub85c \uc790\uc6d0)
CustomIconEditor.externalRadio.toolTipText=\uc784\uc758\uc758 \uc774\ubbf8\uc9c0 \ud30c\uc77c, URL\uc744 \ud1b5\ud574 \uc811\uadfc\uac00\ub2a5
CustomIconEditor.browseFileButton.toolTipText=\ud074\ub798\uc2a4\uacbd\ub85c \ucc3e\uc544\ubcf4\uae30
CustomIconEditor.browseExternalButton.toolTipText=\ub85c\uceec \ub514\uc2a4\ud06c \ucc3e\uc544\ubcf4\uae30
CustomIconEditor.importButton.toolTipText=\ud504\ub85c\uc81d\ud2b8 \uc790\uc6d0\uc5d0 \uc120\ud0dd\ub41c \ud30c\uc77c \ubcf5\uc0ac
CustomIconEditor.noIconRadio.toolTipText=\uc9c0\uc815\ub41c \uc774\ubbf8\uc9c0\uac00 \uc5c6\uc2b5\ub2c8\ub2e4 (null)
CustomIconEditor_FileCombo_Select=\uc120\ud0dd...
#FileSelector
CTL_ClassPathName=\ud074\ub798\uc2a4 \uacbd\ub85c
CTL_OKButton=\ud655\uc778
CTL_CancelButton=\ucde8\uc18c(C)
CTL_CreateNewButton=\uc0c8\ub85c \ub9cc\ub4e4\uae30(&N)
CTL_CreateNewButtonHint=\uc120\ud0dd\ub41c \ud3f4\ub354\uc544\ub798 \uc0c8 \ud3f4\ub354 \ub9cc\ub4e4\uae30
LBL_FileName=\ud30c\uc77c \uc774\ub984(&F):
LBL_FolderName=\ud3f4\ub354 \uc774\ub984(&F):
ACSN_FileSelectorTreeView=\ud2b8\ub9ac \ubdf0
ACSD_FileSelectorTreeView=\ud30c\uc77c \uc120\ud0dd\uae30\uc758 \ud2b8\ub9ac \ubdf0
ACSD_FileSelectorPanel=\ud30c\uc77c \uc120\ud0dd\uae30 \ub300\ud654 \uc0c1\uc790
#Import to project wizard
ImportImageWizard.Title=\ud504\ub85c\uc81d\ud2b8\uc5d0 \uc774\ubbf8\uc9c0 \uac00\uc838\uc624\uae30
ImportImageWizard.Step1=\uac00\uc838\uc62c \uc774\ubbf8\uc9c0 \uc120\ud0dd
ImportImageWizard.Step2=\ub300\uc0c1 \ud3f4\ub354 \uc120\ud0dd
TITLE_FileAlreadyExists=\ud30c\uc77c\uc774 \uc774\ubbf8 \uc874\uc7ac\ud569\ub2c8\ub2e4
FMT_ReplaceExistingFileQuestion=\uae30\uc874 \ud30c\uc77c {0}\uc744(\ub97c) \ub300\uccb4\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
#SpinnerEditorEditor
CTL_SpinnerEditorEditor_DisplayName=Spinner Editor Editor
LBL_SpinnerEditorEditor_Type=\uc720\ud615\:
LBL_SpinnerEditorEditor_Format=\ud3ec\ub9f7\:
LBL_SpinnerEditorEditor_Default=\uae30\ubcf8\uac12
LBL_SpinnerEditorEditor_Date=Date
LBL_SpinnerEditorEditor_List=\ubaa9\ub85d
LBL_SpinnerEditorEditor_Number=\uc22b\uc790
#FormatSelector
LBL_FormatSelector_CategoryTitle=\ubc94\uc8fc(&C)
ACSD_FormatSelector_Category=Type of the format
LBL_FormatSelector_FormatTitle=\ud3ec\ub9f7(&F)
ACSD_FormatSelector_Format=\ubbf8\ub9ac\uc815\uc758\ub41c \ud3ec\ub9f7
LBL_FormatSelector_Format=\ud3ec\ub9f7(&o):
ACSD_FormatSelector_Format2=\uc0ac\uc6a9\uc790\uc815\uc758 \ud3ec\ub9f7
LBL_FormatSelector_ValueToFormat=\ud3ec\ub9f7 \uac12(&V):
ACSD_FormatSelector_ValueToFormat=\ud3ec\ub9f7 \uac12
LBL_FormatSelector_Test=\ud14c\uc2a4\ud2b8(&T)
ACSD_FormatSelector_Test=\ud14c\uc2a4\ud2b8 \ud3ec\ub9f7\ud305
LBL_FormatSelector_Preview=\uacb0\uacfc(&R):
ACSD_FormatSelector_Preview=\ud3ec\ub9f7\ud305 \ud14c\uc2a4\ud2b8 \uacb0\uacfc
LBL_FormatSelector_Category_number=number
LBL_FormatSelector_Category_date=\ub0a0\uc9dc
LBL_FormatSelector_Category_time=time
LBL_FormatSelector_Category_percent=\ud37c\uc13c\ud2b8
LBL_FormatSelector_Category_currency=currency
LBL_FormatSelector_Category_mask=mask
LBL_FormatSelector_default=\uae30\ubcf8\uac12
LBL_FormatSelector_default_integer=integer default
LBL_FormatSelector_custom=\ucee4\uc2a4\ud140
LBL_FormatSelector_short=short
LBL_FormatSelector_medium=medium
LBL_FormatSelector_long=long
LBL_FormatSelector_full=full
LBL_FormatSelector_Example=\uc608
#AbstractFormatterFactoryEditor
CTL_AbstractFormatterFactoryEditor_DisplayName=\ud3ec\ub9f7 \ud3b8\uc9d1\uae30
MSG_AbstractFormatterFactory=[AbstractFormatterFactory]
#TableCustomizer
LBL_TableCustomizer_ACSN=\ud45c \uc0ac\uc6a9\uc790 \uc815\uc758
LBL_TableCustomizer_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_ModelTab=\ud14c\uc774\ube14 \ubaa8\ub378(T)
LBL_TableCustomizer_ColumnsTab=\uc5f4
LBL_TableCustomizer_RowsTab=\ud589
LBL_TableCustomizer_Model_Hardcoded=\uc0ac\uc6a9\uc790 \uc9c0\uc815(&U)
LBL_TableCustomizer_Model_Hardcoded_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_Model_Bound=\uacbd\uacc4(&B)
LBL_TableCustomizer_Model_Bound_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_Model_FromComponent=&Value from Existing Component
LBL_TableCustomizer_Model_FromComponent_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_Model_Custom=\uc0ac\uc6a9\uc790 \uc815\uc758 \ucf54\ub4dc(&t)
LBL_TableCustomizer_Model_Custom_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_Columns_Count=&Count\:
LBL_TableCustomizer_Columns_Count_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_Columns_Insert=\uc0bd\uc785(&I)
LBL_TableCustomizer_Columns_Insert_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_Columns_Delete=\uc0ad\uc81c(&D)
LBL_TableCustomizer_Columns_Delete_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_Columns_MoveUp=\uc704\ub85c \uc774\ub3d9(&U)
LBL_TableCustomizer_Columns_MoveUp_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_Columns_MoveDown=\uc544\ub798\ub85c \uc774\ub3d9(&W)
LBL_TableCustomizer_Columns_MoveDown_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_Columns_Table=\uc5f4
LBL_TableCustomizer_Columns_Table_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_Column_Title=\uc81c\ubaa9(&T)\:
LBL_TableCustomizer_Column_Title_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_Column_Type=\uc720\ud615(&y)\:
LBL_TableCustomizer_Column_Type_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_Column_Editor=\ud3b8\uc9d1\uae30(&o)\:
LBL_TableCustomizer_Column_Editor_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_Column_Renderer=\ub80c\ub354\ub7ec(&R)\:
LBL_TableCustomizer_Column_Renderer_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_Column_Expression=\ud45c\ud604\uc2dd(&p)\:
LBL_TableCustomizer_Column_Warning_MaxExceeded=Maximum columns (100) exceeded - re-setting to previous column count
LBL_TableCustomizer_SelectionModel=\uc120\ud0dd \ubaa8\ub378(&S)\:
LBL_TableCustomizer_SelectionModel_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_ReorderingAllowed=&Allow to reorder columns by drag and drop
LBL_TableCustomizer_ReorderingAllowed_ACSD=\ud574\ub2f9 \uc5c6\uc74c
#LBL_TableCustomizer_Type_Object=Object
#LBL_TableCustomizer_Type_String=String
#LBL_TableCustomizer_Type_Boolean=Boolean
#LBL_TableCustomizer_Type_Integer=Integer
#LBL_TableCustomizer_Type_Byte=Byte
#LBL_TableCustomizer_Type_Short=Short
#LBL_TableCustomizer_Type_Long=Long
#LBL_TableCustomizer_Type_Float=Float
#LBL_TableCustomizer_Type_Double=Double
LBL_TableCustomizer_SelectionType_None=\ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc74c
LBL_TableCustomizer_SelectionType_Single=\ub2e8\uc77c \uc120\ud0dd
LBL_TableCustomizer_SelectionType_Contiguous=Single Contiguous Selection
LBL_TableCustomizer_SelectionType_Discontiguous=Multiple Discontiguous Selection
LBL_TableCustomizer_Resizable=\ud06c\uae30\uc870\uc815\uac00\ub2a5(&z)
LBL_TableCustomizer_Resizable_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_Editable=\ud3b8\uc9d1\uac00\ub2a5(&E)
LBL_TableCustomizer_Editable_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_Width_Min=\ucd5c\uc18c \ub108\ube44(&n)\:
LBL_TableCustomizer_Width_Min_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_Width_Pref=\uc120\ud638 \ub108\ube44(&f)\:
LBL_TableCustomizer_Width_Pref_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_Width_Max=\ucd5c\ub300 \ub108\ubc84(&x)\:
LBL_TableCustomizer_Width_Max_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_Width_Default=\uae30\ubcf8\uac12
LBL_TableCustomizer_Rows_Count=\uac1c\uc218:
LBL_TableCustomizer_Rows_Count_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_Rows_Insert=\uc0bd\uc785(&I)
LBL_TableCustomizer_Rows_Insert_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_Rows_Delete=\uc0ad\uc81c(&D)
LBL_TableCustomizer_Rows_Delete_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_Rows_MoveUp=\uc704\ub85c \uc774\ub3d9(&U)
LBL_TableCustomizer_Rows_MoveUp_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_Rows_MoveDown=\uc544\ub798\ub85c \uc774\ub3d9(&W)
LBL_TableCustomizer_Rows_MoveDown_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_Rows_Table=\ud589
LBL_TableCustomizer_Rows_Table_ACSD=\ud574\ub2f9 \uc5c6\uc74c
LBL_TableCustomizer_Row_Warning_MaxExceeded=Maximum rows (100) exceeded - re-setting to previous row count
LBL_TableCustomizer_Title=\uc81c\ubaa9
LBL_TableCustomizer_Expression=\ud45c\ud604\uc2dd
LBL_TableCustomizer_Type=\uc720\ud615
LBL_TableCustomizer_ResizableH=\ud06c\uae30 \uc870\uc815 \uac00\ub2a5
LBL_TableCustomizer_EditableH=\ud3b8\uc9d1 \uac00\ub2a5
MSG_TableCustomizer_ModelPropertyError=\ud14c\uc774\ube14 \ubaa8\ub378\uc744 \uc124\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4!