blob: 0cb0d427d0c3313ebc8e6fdab105a65ed4dd4d86 [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=Introduce &Variable...
CTL_IntroduceConstantAction=Introduce &Constant...
CTL_IntroduceFieldAction=Introduce &Field...
CTL_IntroduceMethodAction=Introduce Met&hod...
jCheckBox1.text=Replace All Occurrences
jCheckBox2.text=Declare Final
TL_InitializeIn=Initialize in
LBL_Name=%Ad\:
LBL_DeclareFinal=Declare &Final
LBL_ReplaceAll=Replace &All Occurrences
LBL_public=&public
LBL_Default=&default
LBL_protected=pr&otected
LBL_private=pri&vate
LBL_CurrentMethod=Current &Method
LBL_Field=F&ield
LBL_Constructors=&Constructor(s)
IntroduceFieldPanel.lblInitializeIn.text=Initialize in\:
LBL_Access=Access\:
HINT_Introduce=Introduce...
#fixes in the editor:
FIX_IntroduceConstant=Introduce Constant...
FIX_IntroduceVariable=Introduce Variable...
FIX_IntroduceField=Introduce Field...
FIX_IntroduceMethod=Introduce Method...
#captions of the dialogs:
CAP_IntroduceConstant=Introduce Constant
CAP_IntroduceVariable=Introduce Variable
CAP_IntroduceField=Yeni Alan Takdim Et
CAP_IntroduceMethod=Introduce Method
#error messages:
ERR_Not_Selected=No supported file opened in the editor.
ERR_Not_Supported=Not supported on this file.
ERR_Invalid_Selection=Invalid Selection.
ERR_Too_Many_Different_Exits=Too many different exits.
ERR_Too_Many_Return_Values=Too many return values.
ERR_Different_Return_Values=Different return values.
ERR_Break_Mismatch=Break or Continue lead to different statements.
LBL_Ok=Ok
LBL_Cancel=\u0130ptal
AD_IntrHint_OK=Tamam
AD_IntrHint_Cancel=\u0130ptal
AD_IntrMethod_Dialog=Introduce Method Dialog
AN_IntrMethod_Name=%Ad\:
AD_IntrMethod_Name=YOK
AD_IntrMethod_Public=YOK
AD_IntrMethod_Protected=YOK
AD_IntrMethod_Default=YOK
AD_IntrMethod_Private=YOK
AD_IntrVar_Dialog=Introduce variable dialog
AD_IntrVar_Name=YOK
AD_IntrVar_Public=YOK
AD_IntrVar_Protected=YOK
AD_IntrVar_Default=YOK
AD_IntrVar_Private=YOK
AD_IntrVar_DeclareFinal=YOK
AD_IntrVar_ReplaceAllOccurences=YOK
AD_IntrFld_Dialog=Introduce File Dialog
AD_IntrFld_Name=YOK
AD_IntrFld_Public=YOK
AD_IntrFld_Protected=YOK
AD_IntrFld_Default=YOK
AD_IntrFld_Private=YOK
AD_IntrFld_DeclareFinal=YOK
AD_IntrFld_ReplaceAllOccurences=YOK
AD_IntrFld_CurrentMethod=YOK
AD_IntrFld_Field=YOK
AD_IntrFld_Constructors=YOK
# RunOffAWT label
LBL_Indroduce_Action=Introduce Action
IntroduceMethodPanel.duplicates.text=Replace Also Other Occurrences
TTL_DuplicateMethodPiece=Duplicated Code
MSG_DuplicateMethodPiece=Replace this duplicate with invocation of the original method? (Note: this may alter semantics.)