blob: dda51d54f32a24c5256ba210506cd6fbd6e69043 [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-2007 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.
#actions in the Refactor menu:
CTL_IntroduceVariableAction=\u5f15\u5165\u53d8\u91cf(&V)...
CTL_IntroduceConstantAction=\u5f15\u5165\u5e38\u91cf(&C)...
CTL_IntroduceFieldAction=\u5f15\u5165\u5b57\u6bb5(&F)...
CTL_IntroduceMethodAction=\u5f15\u5165\u51fd\u6570(&F)...
jCheckBox1.text=\u66ff\u6362\u6240\u6709\u5b9e\u4f8b
jCheckBox2.text=\u58f0\u660e Final
TL_InitializeIn=\u521d\u59cb\u5316\u4f4d\u7f6e
LBL_Name=\u540d\u79f0(&N):
LBL_DeclareFinal=\u58f0\u660e\u5e38\u91cf(&C)
LBL_ReplaceAll=\u66ff\u6362\u6240\u6709\u5b9e\u4f8b(&A)
LBL_public=\u516c\u5171(&P)
LBL_Default=\u9ed8\u8ba4(&D)
LBL_protected=\u53d7\u4fdd\u62a4(&O)
LBL_private=\u79c1\u6709(&V)
LBL_CurrentMethod=\u5f53\u524d\u65b9\u6cd5(&M)
LBL_Field=\u5b57\u6bb5(&I)
LBL_Constructors=\u6784\u9020\u51fd\u6570(&C)
IntroduceFieldPanel.lblInitializeIn.text=\u521d\u59cb\u5316\u4f4d\u7f6e:
LBL_Access=\u8bbf\u95ee:
HINT_Introduce=\u5f15\u5165...
#fixes in the editor:
FIX_IntroduceConstant=\u5f15\u5165\u5e38\u91cf...
FIX_IntroduceVariable=\u5f15\u5165\u53d8\u91cf...
FIX_IntroduceField=\u5f15\u5165\u5b57\u6bb5...
FIX_IntroduceMethod=\u5f15\u5165\u51fd\u6570...
#captions of the dialogs:
CAP_IntroduceConstant=\u5f15\u5165\u5e38\u91cf
CAP_IntroduceVariable=\u5f15\u5165\u53d8\u91cf
CAP_IntroduceField=\u5f15\u5165\u5b57\u6bb5
CAP_IntroduceMethod=\u5f15\u5165\u51fd\u6570
#error messages:
ERR_Not_Selected=\u7f16\u8f91\u5668\u4e2d\u672a\u6253\u5f00\u652f\u6301\u7684\u6587\u4ef6\u3002
ERR_Not_Supported=\u4e0d\u652f\u6301\u6b64\u6587\u4ef6\u3002
ERR_Invalid_Selection=\u9009\u62e9\u65e0\u6548\u3002
ERR_Too_Many_Different_Exits=\u5404\u79cd\u9000\u51fa\u503c\u592a\u591a\u3002
ERR_Too_Many_Return_Values=\u8fd4\u56de\u503c\u592a\u591a\u3002
ERR_Different_Return_Values=\u8fd4\u56de\u503c\u4e0d\u540c\u3002
ERR_Break_Mismatch=Break \u6216 Continue \u5bfc\u81f4\u6267\u884c\u4e0d\u540c\u7684\u8bed\u53e5\u3002
LBL_Ok=\u786e\u5b9a
LBL_Cancel=\u53d6\u6d88
AD_IntrHint_OK=\u786e\u5b9a
AD_IntrHint_Cancel=\u53d6\u6d88
AD_IntrMethod_Dialog=\u201c\u5f15\u5165\u51fd\u6570\u201d\u5bf9\u8bdd\u6846
AN_IntrMethod_Name=\u540d\u79f0(&N):
AD_IntrVar_Dialog=\u201c\u5f15\u5165\u53d8\u91cf\u201d\u5bf9\u8bdd\u6846
AD_IntrFld_Dialog=\u201c\u5f15\u5165\u5b57\u6bb5\u201d\u5bf9\u8bdd\u6846
IntroduceVariablePanel.errorLabel.text=jLabel
IntroduceFieldPanel.errLabel.text=jLabel1
IntroduceVariablePanel.typeLabel.text=\u7c7b\u578b(&T):
# Introduce method
LBL_TitleChangeParameters=\u5f15\u5165\u51fd\u6570
LBL_ChangeParsColByRef=\u901a\u8fc7\u5f15\u7528
LBL_ChangeParsColName=\u540d\u79f0
LBL_ChangeParsColType=\u7c7b\u578b
LBL_ChangeParsColDefVal=\u9ed8\u8ba4\u503c
LBL_ChangeParsColOrigIdx=\u539f\u59cb\u7d22\u5f15
LBL_ChangeParsParUsed=\u5df2\u4f7f\u7528
LBL_ChangeParsMods=\u8bbf\u95ee\u4fee\u9970\u7b26(&M):
LBL_ChangeParsParameters=\u53c2\u6570(&T):
LBL_ChangeParsPreview=\u51fd\u6570\u7b7e\u540d\u9884\u89c8:
LBL_ChangeParsMoveUp=\u4e0a\u79fb(&U)
LBL_ChangeParsMoveDown=\u4e0b\u79fb(&D)
LBL_ChangeParsCannotDeleteTitle=\u8b66\u544a
LBL_ChangeParsCannotDelete=\u5df2\u5728\u65b9\u6cd5\u4e3b\u4f53\u4e2d\u4f7f\u7528\u53c2\u6570 "{0}"\u3002\u662f\u5426\u786e\u5b9e\u8981\u5220\u9664 "{0}"?
DSC_ChangeParsRootNode=\u5c06<b>{0}</b>\u7684\u53c2\u6570{1}\u66f4\u6539\u4e3a<b>{2}</b>
DSC_ChangeParsRootNodeMethod=\u65b9\u6cd5
DSC_ChangeParsRootNodeConstr=\u6784\u9020\u51fd\u6570
LBL_PackagePrivate=\u79c1\u6709\u5305
LBL_Protected=\u53d7\u4fdd\u62a4
IntroduceMethodPanel.lblName.text=\u540d\u79f0(&N):
IntroduceMethodPanel.returnTypeLabel.text=\u8fd4\u56de\u7c7b\u578b(&E):
ACSD_paramTable
LBL_InsertPoint=\u58f0\u660e\u63d2\u5165\u70b9(&I):
CAP_IntroduceMethodMethod=\u5f15\u5165\u65b9\u6cd5<b>{0}</b>
CAP_IntroduceMethodFunction=\u5f15\u5165\u51fd\u6570<b>{0}</b>