blob: a6facc21e07be062c32a7d1d199aa7c0f67c6578 [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.
CCTDisplay_MethodColumnName=Call Tree - Method
CCTDisplay_MethodColumnToolTip=Call Tree - Method calls
CCTDisplay_ClassColumnName=Call Tree - Class
CCTDisplay_ClassColumnToolTip=Call Tree - Method calls aggregated per class
CCTDisplay_PackageColumnName=Call Tree - Package
CCTDisplay_PackageColumnToolTip=Call Tree - Method calls aggregated per package
CCTDisplay_TimeRelColumnName=Time [%]
CCTDisplay_TimeColumnName=Time
CCTDisplay_TimeCpuColumnName=Time (CPU)
CCTDisplay_ExportedAdditionalColumnName=Parent Node
CCTDisplay_InvocationsColumnName=Invocations
CCTDisplay_TimeRelColumnToolTip=Time spent in all invocations of the method [%]
CCTDisplay_TimeColumnToolTip=Time spent in all invocations of the method
CCTDisplay_TimeCpuColumnToolTip=Time spent in all invocations of the method (CPU Timer - estimated real CPU use time)
CCTDisplay_InvocationsColumnToolTip=Number of times the method was called
CCTDisplay_TreeTableAccessName=Treetable with collected profiling results.
CPUResultsPanel_GoToSourceItemName=Go To Source
CPUResultsPanel_BackTracesItemName=Show Back Traces
CPUResultsPanel_SubtreeItemName=Show Subtree
CPUResultsPanel_RootMethodsItemName=Add to Instrumentation Roots...
CodeRegionLivePanel_PanelName=Live Code Fragment Results
CodeRegionLivePanel_NoResultsTerminatedMsg=No results to display, the target application has terminated.
CodeRegionLivePanel_NoResultsRegionMsg=No results to display yet.\nProbably the program entered the profiled code region, but not yet exited it.
CodeRegionLivePanel_IndividualTimesMsg={0} ms.
CodeRegionLivePanel_SummaryTimesMsg={0} ms. total, {1} ms. average, {2} ms. minimum, {3} ms. maximum
# HTML-formatted
CodeRegionLivePanel_TotalInvocationsMsg=Total of <b>{0}</b> invocations
CodeRegionLivePanel_AllRememberedMsg=all results remembered
# HTML-formatted
CodeRegionLivePanel_LastRememberedMsg=last <b>{0}</b> results remembered
# HTML-formatted
CodeRegionLivePanel_InvocationsListedMsg=<b>{0}</b> invocations listed
CodeRegionLivePanel_AreaAccessName=Collected profiling results.
CodeRegionSnapshotPanel_PanelName=Code Fragment\: {0}
CodeRegionSnapshotPanel_NoResultsRegionMsg=No results to display yet.\nProbably the program entered the profiled code region, but not yet exited it.
CodeRegionSnapshotPanel_IndividualTimesMsg={0} ms.
CodeRegionSnapshotPanel_SummaryTimesMsg={0} ms. total, {1} ms. average, {2} ms. minimum, {3} ms. maximum
# HTML-formatted
CodeRegionSnapshotPanel_TotalInvocationsMsg=Total of <b>{0}</b> invocations
CodeRegionSnapshotPanel_AllRememberedMsg=all results remembered
# HTML-formatted
CodeRegionSnapshotPanel_LastRememberedMsg=last <b>{0}</b> results remembered
# HTML-formatted
CodeRegionSnapshotPanel_InvocationsListedMsg=<b>{0}</b> invocations listed
CodeRegionSnapshotPanel_AreaAccessName=Collected profiling results.
FlatProfilePanel_StartsWithString=Starts with
FlatProfilePanel_ContainsString=Contains
FlatProfilePanel_EndsWithString=Ends with
FlatProfilePanel_RegExpString=Regular expression
FlatProfilePanel_FilterItemName=Filtre
FlatProfilePanel_MethodColumnName=Hot Spots - Method
FlatProfilePanel_MethodColumnToolTip=Hot Spots - Methods with largest self time
FlatProfilePanel_MethodFilterHint=[Method Name Filter]
FlatProfilePanel_ClassColumnName=Hot Spots - Class
FlatProfilePanel_ClassColumnToolTip=Hot Spots - Classes with largest self time
FlatProfilePanel_ClassFilterHint=[Class Name Filter]
FlatProfilePanel_PackageColumnName=Hot Spots - Package
FlatProfilePanel_PackageColumnToolTip=Hot Spots - Packages with largest self time
FlatProfilePanel_PackageFilterHint=[Package Name Filter]
FlatProfilePanel_SelfTimeRelColumnName=Self time [%]
FlatProfilePanel_SelfTimeRelColumnToolTip=Time spent in all invocations on this method (excluding further method calls) [%]
FlatProfilePanel_SelfTimeColumnName=Self time
FlatProfilePanel_SelfTimeColumnToolTip=Time spent in all invocations on this method (excluding further method calls)
FlatProfilePanel_SelfTimeCpuColumnName=Self time (CPU)
FlatProfilePanel_SelfTimeCpuColumnToolTip=Time spent in all invocations on this method (excluding further method calls) (CPU Timer - estimated real CPU use time)
FlatProfilePanel_InvocationsColumnName=Invocations
FlatProfilePanel_InvocationsColumnToolTip=Number of times the method was called
FlatProfilePanel_TableAccessName=Table with collected profiling results.
FlatProfilePanel_NoRelevantData=No relevant data available.
LiveFlatProfilePanel_NoResultsString=No profiling results matching selected criteria available
ReverseCallGraphPanel_PanelTitle=Back Traces for {0}
ReverseCallGraphPanel_PanelTitleShort=Back Traces for\: {0}
ReverseCallGraphPanel_GoToSourcePopupItem=Go To Source
ReverseCallGraphPanel_AddRootMethodPopupItem=Add to Instrumentation Roots...
ReverseCallGraphPanel_MethodColumnName=Back Traces - Method
ReverseCallGraphPanel_MethodColumnToolTip=Back Traces - Reverse method invocation call tree
ReverseCallGraphPanel_ClassColumnName=Back Traces - Class
ReverseCallGraphPanel_ClassColumnToolTip=Back Traces - Reverse method invocation call tree aggregated per class
ReverseCallGraphPanel_PackageColumnName=Back Traces - Package
ReverseCallGraphPanel_PackageColumnToolTip=Back Traces - Reverse method invocation call tree aggregated per package
ReverseCallGraphPanel_TimeRelColumnName=Time [%]
ReverseCallGraphPanel_TimeRelColumnToolTip=Time spent in all invocations of the method [%]
ReverseCallGraphPanel_TimeColumnName=Time
ReverseCallGraphPanel_TimeColumnToolTip=Time spent in all invocations of the method
ReverseCallGraphPanel_TimeCpuColumnName=Time (CPU)
ReverseCallGraphPanel_TimeCpuColumnToolTip=Time spent in all invocations of the method (CPU Timer - estimated real CPU use time)
ReverseCallGraphPanel_InvocationsColumnName=Invocations
ReverseCallGraphPanel_InvocationsColumnToolTip=Number of times the method was called
ReverseCallGraphPanel_TreeTableAccessName=Treetable with collected profiling results.
StatisticsPanel_ScopeLabelText=Alan\:
SubtreeCallGraphPanel_PanelTitle=Subtree for\: Method={1}; Thread={0}
SubtreeCallGraphPanel_PanelTitleShort=Subtree for\: {1}[{0}]
SubtreeCallGraphPanel_GoToSourcePopupItem=Go To Source
SubtreeCallGraphPanel_AddRootMethodPopupItem=Add to Instrumentation Roots...
SubtreeCallGraphPanel_MethodColumnName=Subtree - Method
SubtreeCallGraphPanel_MethodColumnToolTip=Subtree - Invocation call tree
SubtreeCallGraphPanel_ClassColumnName=Subtree - Class
SubtreeCallGraphPanel_ClassColumnToolTip=Subtree - Invocation call tree aggregated per class
SubtreeCallGraphPanel_PackageColumnName=Subtree - Package
SubtreeCallGraphPanel_PackageColumnToolTip=Subtree - Invocation call tree aggregated per package
SubtreeCallGraphPanel_TimeRelColumnName=Time [%]
SubtreeCallGraphPanel_TimeRelColumnToolTip=Time spent in all invocations of the method [%]
SubtreeCallGraphPanel_TimeColumnName=Time
SubtreeCallGraphPanel_TimeColumnToolTip=Time spent in all invocations of the method
SubtreeCallGraphPanel_TimeCpuColumnName=Time (CPU)
SubtreeCallGraphPanel_TimeCpuColumnToolTip=Time spent in all invocations of the method (CPU Timer - estimated real CPU use time)
SubtreeCallGraphPanel_InvocationsColumnName=Invocations
SubtreeCallGraphPanel_InvocationsColumnToolTip=Number of times the method was called
SubtreeCallGraphPanel_TreeTableAccessName=Treetable with collected profiling results.