blob: 2066c2b80de576130a8d4a415dd6e5350129741a [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=\u5909\u6570(&V)...
CTL_IntroduceConstantAction=\u5b9a\u6570(&C)...
CTL_IntroduceFieldAction=\u30d5\u30a3\u30fc\u30eb\u30c9(&F)...
CTL_IntroduceMethodAction=\u30e1\u30bd\u30c3\u30c9(&H)...
ERR_ConflictingField=\u305d\u306e\u540d\u524d\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059
ERR_InvalidMethodName=\u30e1\u30bd\u30c3\u30c9\u540d\u304cJava\u8b58\u5225\u5b50\u3067\u306f\u3042\u308a\u307e\u305b\u3093
ERR_LocalVarOrParameterHidden=\u30d5\u30a3\u30fc\u30eb\u30c9\u306b\u3088\u3063\u3066\u3001\u5305\u542b\u3059\u308b\u30e1\u30bd\u30c3\u30c9\u306e\u30ed\u30fc\u30ab\u30eb\u30fb\u30b7\u30f3\u30dc\u30eb\u304c\u975e\u8868\u793a\u306b\u306a\u308a\u307e\u3059
ERR_MethodExistsOrConflict=\u30bf\u30fc\u30b2\u30c3\u30c8\u30fb\u30af\u30e9\u30b9\u307e\u305f\u306f\u305d\u306e\u30b9\u30fc\u30d1\u30fc\u30bf\u30a4\u30d7\u306b\u7af6\u5408\u3059\u308b\u30e1\u30bd\u30c3\u30c9\u304c\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059
ERR_MethodNameEmpty=\u30e1\u30bd\u30c3\u30c9\u540d\u304c\u7a7a\u3067\u3059
ERR_NameIsEmpty=\u540d\u524d\u304c\u7a7a\u3067\u3059
ERR_NameIsNotValid=\u540d\u524d\u304c\u6709\u52b9\u306aJava\u8b58\u5225\u5b50\u3067\u306f\u3042\u308a\u307e\u305b\u3093
INFO_FieldHidden=\u5909\u6570\u3001\u30d5\u30a3\u30fc\u30eb\u30c9\u307e\u305f\u306f\u30a4\u30f3\u30dd\u30fc\u30c8\u306f\u975e\u8868\u793a\u306b\u306a\u308a\u307e\u3059
INFO_MethodWillShadow=\u3053\u306e\u30e1\u30bd\u30c3\u30c9\u306b\u3088\u308a\u3001\u65e2\u5b58\u306e\u3082\u306e\u306b\u5f71\u304c\u4ed8\u3051\u3089\u308c\u307e\u3059\u3002
jCheckBox1.text=\u3059\u3079\u3066\u306e\u51fa\u73fe\u306e\u7f6e\u63db
jCheckBox2.text=\u30d5\u30a1\u30a4\u30ca\u30eb\u306e\u5ba3\u8a00
MSG_ExpressionContainsLocalReferences=\u30ed\u30fc\u30ab\u30eb\u30fb\u30af\u30e9\u30b9\u3092\u53c2\u7167\u3059\u308b\u5f0f\u3092\u79fb\u52d5\u3067\u304d\u307e\u305b\u3093
TL_InitializeIn=\u521d\u671f\u5316:
LBL_Name=\u540d\u524d(&N):
LBL_DeclareFinal=\u30d5\u30a1\u30a4\u30ca\u30eb\u306e\u5ba3\u8a00(&F)
LBL_ReplaceAll=\u3059\u3079\u3066\u306e\u51fa\u73fe\u306e\u7f6e\u63db(&A)
LBL_public=public(&P)
LBL_Default=default(&D)
LBL_protected=protected(&O)
LBL_private=private(&V)
LBL_CurrentMethod=\u73fe\u5728\u306e\u30e1\u30bd\u30c3\u30c9(&M)
LBL_Field=\u30d5\u30a3\u30fc\u30eb\u30c9(&I)
LBL_Constructors=\u30b3\u30f3\u30b9\u30c8\u30e9\u30af\u30bf(&C)
IntroduceFieldPanel.lblInitializeIn.text=\u521d\u671f\u5316:
LBL_Access=\u30a2\u30af\u30bb\u30b9\u6a29:
HINT_Introduce=\u5c0e\u5165...
#fixes in the editor:
FIX_IntroduceConstant=\u5b9a\u6570\u3092\u5c0e\u5165...
FIX_IntroduceVariable=\u5909\u6570\u3092\u5c0e\u5165...
FIX_IntroduceField=\u30d5\u30a3\u30fc\u30eb\u30c9\u3092\u5c0e\u5165...
FIX_IntroduceMethod=\u30e1\u30bd\u30c3\u30c9\u3092\u5c0e\u5165...
FIX_IntroduceParameter=\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u5c0e\u5165...
#captions of the dialogs:
CAP_IntroduceConstant=\u5b9a\u6570\u3092\u5c0e\u5165
CAP_IntroduceVariable=\u5909\u6570\u3092\u5c0e\u5165
CAP_IntroduceField=\u30d5\u30a3\u30fc\u30eb\u30c9\u3092\u5c0e\u5165
CAP_IntroduceMethod=\u30e1\u30bd\u30c3\u30c9\u3092\u5c0e\u5165
#error messages:
ERR_Not_Selected=\u30a8\u30c7\u30a3\u30bf\u3067\u958b\u304b\u308c\u3066\u3044\u308b\u30b5\u30dd\u30fc\u30c8\u30fb\u30d5\u30a1\u30a4\u30eb\u306f\u3042\u308a\u307e\u305b\u3093\u3002
ERR_Not_Supported=\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u3067\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
ERR_Invalid_Selection=\u9078\u629e\u5185\u5bb9\u304c\u7121\u52b9\u3067\u3059\u3002
ERR_Too_Many_Different_Exits=\u7d42\u4e86\u304c\u591a\u3059\u304e\u307e\u3059\u3002
ERR_Too_Many_Return_Values=\u623b\u308a\u5024\u304c\u591a\u3059\u304e\u307e\u3059\u3002
ERR_Different_Return_Values=\u623b\u308a\u5024\u304c\u9055\u3044\u307e\u3059\u3002
ERR_Break_Mismatch=Break\u307e\u305f\u306fContinue\u306f\u5225\u306e\u6587\u306b\u3064\u306a\u304c\u308a\u307e\u3059\u3002
LBL_Ok=OK
LBL_Cancel=\u53d6\u6d88
AD_IntrHint_OK=OK
AD_IntrHint_Cancel=\u53d6\u6d88
AD_IntrMethod_Dialog=\u30e1\u30bd\u30c3\u30c9\u306e\u5c0e\u5165\u30c0\u30a4\u30a2\u30ed\u30b0
AN_IntrMethod_Name=\u540d\u524d(&N):
AD_IntrVar_Dialog=\u5909\u6570\u306e\u5c0e\u5165\u30c0\u30a4\u30a2\u30ed\u30b0
AD_IntrFld_Dialog=\u30d5\u30a1\u30a4\u30eb\u30fb\u30c0\u30a4\u30a2\u30ed\u30b0\u306e\u5c0e\u5165
# RunOffAWT label
LBL_Indroduce_Action=\u30a2\u30af\u30b7\u30e7\u30f3\u306e\u5c0e\u5165
IntroduceMethodPanel.duplicates.text=\u4ed6\u306e\u51fa\u73fe\u3082\u7f6e\u63db
TTL_DuplicateMethodPiece=\u91cd\u8907\u3057\u3066\u3044\u308b\u30b3\u30fc\u30c9
MSG_DuplicateMethodPiece=\u3053\u306e\u91cd\u8907\u3092\u5143\u306e\u30e1\u30bd\u30c3\u30c9\u306e\u547c\u51fa\u3057\u306b\u7f6e\u304d\u63db\u3048\u307e\u3059\u304b? (\u6ce8: \u30bb\u30de\u30f3\u30c6\u30a3\u30af\u304c\u5909\u308f\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002)
LBL_PickExpression=\u5f0f\u3092\u9078\u629e
ERR_No_Valid_Expressions_Found=\u6709\u52b9\u306a\u5f0f\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093
IntroduceMethodPanel.jLabel1.text=\u30bf\u30fc\u30b2\u30c3\u30c8\u30fb\u30af\u30e9\u30b9(&T):
IntroduceMethodPanel.checkRefactorExisting.text=\u5143\u306e\u30e1\u30bd\u30c3\u30c9\u3078\u306e\u65e2\u5b58\u306e\u53c2\u7167\u3092\u6307\u5b9a
IntroduceFieldPanel.checkRefactorExisting.text=\u5143\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u3078\u306e\u65e2\u5b58\u306e\u53c2\u7167\u3092\u6307\u5b9a
WARN_InheritedFieldHidden=\u7d99\u627f\u3055\u308c\u305f\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u975e\u8868\u793a\u306b\u306a\u308a\u3001\u30af\u30e9\u30b9\u306e\u52d5\u4f5c\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059
WARN_OverridesRestrictedAccess=\u30e1\u30bd\u30c3\u30c9\u306f\u30b9\u30fc\u30d1\u30fc\u30bf\u30a4\u30d7\u306e\u30e1\u30bd\u30c3\u30c9\u3092\u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9\u3057\u307e\u3059