blob: 1e37bad338f20381dc145ad8d8c0803f6b45dddb [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
#
# 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. Sun designates this
# particular file as subject to the "Classpath" exception as provided
# by Sun 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\u8b8a\u6578(&V)...
CTL_IntroduceConstantAction=\u5f15\u5165\u5e38\u6578(&C)...
CTL_IntroduceFieldAction=\u5f15\u5165\u6b04\u4f4d(&F)...
CTL_IntroduceMethodAction=\u5f15\u5165\u65b9\u6cd5(&H)...
jCheckBox1.text=\u66ff\u4ee3\u6240\u6709\u51fa\u73fe\u9805\u76ee
jCheckBox2.text=\u5ba3\u544a Final
TL_InitializeIn=\u521d\u59cb\u5316\u4f4d\u7f6e
LBL_Name=\u540d\u7a31(&N)\uff1a
LBL_DeclareFinal=\u5ba3\u544a Final(&F)
LBL_ReplaceAll=\u66ff\u4ee3\u6240\u6709\u51fa\u73fe\u9805\u76ee(&A)
LBL_public=\u516c\u958b(&P)
LBL_Default=\u9810\u8a2d(&D)
LBL_protected=\u53d7\u4fdd\u8b77(&O)
LBL_private=\u79c1\u5bc6(&V)
LBL_CurrentMethod=\u76ee\u524d\u7684\u65b9\u6cd5(&M)
LBL_Field=\u6b04\u4f4d(&I)
LBL_Constructors=\u5efa\u69cb\u5b50(&C)
IntroduceFieldPanel.lblInitializeIn.text=\u521d\u59cb\u5316\u4f4d\u7f6e\uff1a
LBL_Access=\u5b58\u53d6\u6b0a\u9650\uff1a
HINT_Introduce=\u5f15\u5165...
#fixes in the editor:
FIX_IntroduceConstant=\u5f15\u5165\u5e38\u6578...
FIX_IntroduceVariable=\u5f15\u5165\u8b8a\u6578...
FIX_IntroduceField=\u5f15\u5165\u6b04\u4f4d...
FIX_IntroduceMethod=\u5f15\u5165\u65b9\u6cd5...
#captions of the dialogs:
CAP_IntroduceConstant=\u5f15\u5165\u5e38\u6578
CAP_IntroduceVariable=\u5f15\u5165\u8b8a\u6578
CAP_IntroduceField=\u5f15\u5165\u6b04\u4f4d
CAP_IntroduceMethod=\u5f15\u5165\u65b9\u6cd5
#error messages:
ERR_Not_Selected=\u7de8\u8f2f\u5668\u4e2d\u672a\u958b\u555f\u652f\u63f4\u7684\u6a94\u6848\u3002
ERR_Not_Supported=\u4e0d\u652f\u63f4\u6b64\u6a94\u6848\u3002
ERR_Invalid_Selection=\u7121\u6548\u7684\u9078\u53d6\u3002
ERR_Too_Many_Different_Exits=\u5b58\u6709\u592a\u591a\u5dee\u7570\u3002
ERR_Too_Many_Return_Values=\u592a\u591a\u50b3\u56de\u503c\u3002
ERR_Different_Return_Values=\u4e0d\u540c\u7684\u50b3\u56de\u503c\u3002
ERR_Break_Mismatch=Break \u6216 Continue \u901a\u5f80\u4e0d\u540c\u7684\u6558\u8ff0\u3002
LBL_Ok=\u78ba\u5b9a
LBL_Cancel=\u53d6\u6d88
AD_IntrHint_OK=\u78ba\u5b9a
AD_IntrHint_Cancel=\u53d6\u6d88
AD_IntrMethod_Dialog=[\u5f15\u5165\u65b9\u6cd5] \u5c0d\u8a71\u65b9\u584a
AN_IntrMethod_Name=\u540d\u7a31(&N)\uff1a
AD_IntrMethod_Name=N/A
AD_IntrMethod_Public=N/A
AD_IntrMethod_Protected=N/A
AD_IntrMethod_Default=N/A
AD_IntrMethod_Private=N/A
AD_IntrVar_Dialog=[\u5f15\u5165\u8b8a\u6578] \u5c0d\u8a71\u65b9\u584a
AD_IntrVar_Name=N/A
AD_IntrVar_Public=N/A
AD_IntrVar_Protected=N/A
AD_IntrVar_Default=N/A
AD_IntrVar_Private=N/A
AD_IntrVar_DeclareFinal=N/A
AD_IntrVar_ReplaceAllOccurences=N/A
AD_IntrFld_Dialog=[\u5f15\u5165\u6b04\u4f4d] \u5c0d\u8a71\u65b9\u584a
AD_IntrFld_Name=N/A
AD_IntrFld_Public=N/A
AD_IntrFld_Protected=N/A
AD_IntrFld_Default=N/A
AD_IntrFld_Private=N/A
AD_IntrFld_DeclareFinal=N/A
AD_IntrFld_ReplaceAllOccurences=N/A
AD_IntrFld_CurrentMethod=N/A
AD_IntrFld_Field=N/A
AD_IntrFld_Constructors=N/A