blob: 56e3f8c57c904a3e0f420f447f7fdf9b11050bd0 [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.
AllocResultsPanel_FilterMenuItemName=Filtre
AllocResultsPanel_GoSourcePopupItemName=Go To Source
AllocResultsPanel_ShowStackTracesPopupItemName=Show Allocation Stack Traces
AllocResultsPanel_LiveShowStackTracesPopupItemName=Take Snapshot and Show Allocation Stack Traces
AllocResultsPanel_ClassColumnName=Class Name - Allocated Objects
AllocResultsPanel_BytesRelColumnName=Bytes Allocated
AllocResultsPanel_BytesColumnName=Bytes Allocated
AllocResultsPanel_ObjectsColumnName=Objects Allocated
AllocResultsPanel_ClassColumnToolTip=Class Name - Allocated Objects
AllocResultsPanel_BytesRelColumnToolTip=Memory size in bytes occupied by instances of this class (relative value)
AllocResultsPanel_BytesColumnToolTip=Memory size in bytes occupied by instances of this class
AllocResultsPanel_ObjectsColumnToolTip=Number of instances of this class
AllocResultsPanel_TableAccessName=Table with collected profiling results.
LiveLivenessResultsPanel_GoSourcePopupItemName=Go To Source
LiveLivenessResultsPanel_StopClassPopupItemName=Stop Profiling this Class
LiveLivenessResultsPanel_StopBelowLinePopupItemName=Stop Profiling Classes below this Line
LiveLivenessResultsPanel_StopClassSpecPopupItemName=Stop profiling class {0}
LiveLivenessResultsPanel_StopBelowLineSpecPopupItemName=Stop profiling classes below class {0}
LiveReverseMemCallGraphPanel_NoStacksMsg=No stack traces are available
LiveReverseMemCallGraphPanel_TreeTableAccessName=Treetable with collected profiling results.
LivenessResultsPanel_FilterMenuItemName=Filtre
LivenessResultsPanel_ClassColumnName=Class Name - Live Allocated Objects
LivenessResultsPanel_LiveBytesRelColumnName=Live Bytes
LivenessResultsPanel_LiveBytesColumnName=Live Bytes
LivenessResultsPanel_LiveObjectsColumnName=Live Objects
LivenessResultsPanel_AllocObjectsColumnName=Allocated Objects
LivenessResultsPanel_AvgAgeColumnName=Avg. Age
LivenessResultsPanel_SurvGenColumnName=Generations
LivenessResultsPanel_TotalAllocObjectsColumnName=Total Alloc. Obj.
LivenessResultsPanel_ClassColumnToolTip=Class Name - Live Allocated Objects
LivenessResultsPanel_LiveBytesRelColumnToolTip=Memory size in bytes currently occupied by live instances of this class (relative value)
LivenessResultsPanel_LiveBytesColumnToolTip=Memory size in bytes currently occupied by live instances of this class
LivenessResultsPanel_LiveObjectsColumnToolTip=Number of current live instances of this class
LivenessResultsPanel_AllocObjectsColumnToolTip=Number of all instances of this class created since the Application start or last Results reset, allocated from this method
LivenessResultsPanel_AvgAgeColumnToolTip=Average Age in generations of live instances of this class
LivenessResultsPanel_SurvGenColumnToolTip=Number of different generations (garbage collections survived) of live instances of this class
LivenessResultsPanel_TotalAllocObjectsColumnToolTip=Total number of allocated instances of this class
LivenessResultsPanel_TableAccessName=Table with collected profiling results.
MemoryResultsPanel_DefaultFilterHint=[Class Name Filter]
MemoryResultsPanel_StartsWithFilterName=Starts with
MemoryResultsPanel_ContainsFilterName=Contains
MemoryResultsPanel_EndsWithFilterName=Ends with
MemoryResultsPanel_RegExpFilterName=Regular expression
MemoryResUserActionsHandler_CannotShowPrimitiveSrcMsg=Cannot show source for primitive array.
MemoryResUserActionsHandler_CannotShowReflectionSrcMsg=Cannot show source for objects allocated by reflection.
ReverseMemCallGraphPanel_MethodColumnName=Method Name - Allocation Call Tree
ReverseMemCallGraphPanel_LiveBytesRelColumnName=Live Bytes [%]
ReverseMemCallGraphPanel_LiveBytesColumnName=Live Bytes
ReverseMemCallGraphPanel_LiveObjectsColumnName=Live Objects
ReverseMemCallGraphPanel_AllocObjectsColumnName=Allocated Objects
ReverseMemCallGraphPanel_AvgAgeColumnName=Avg. Age
ReverseMemCallGraphPanel_SurvGenColumnName=Generations
ReverseMemCallGraphPanel_MethodColumnToolTip=Method Name - Reverse allocation stack trace containing methods calls that lead to the object allocation
ReverseMemCallGraphPanel_LiveBytesRelColumnToolTip=Memory size in bytes currently occupied by live instances of this class allocated from this method [%]
ReverseMemCallGraphPanel_LiveBytesColumnToolTip=Memory size in bytes currently occupied by live instances of this class allocated from this method
ReverseMemCallGraphPanel_LiveObjectsColumnToolTip=Number of current live instances of this class allocated from this method
ReverseMemCallGraphPanel_AllocObjectsColumnToolTip=Number of all instances of this class created since the Application start or last Results reset, allocated from this method
ReverseMemCallGraphPanel_AvgAgeColumnToolTip=Average Age in generations of live instances of this class allocated from this method
ReverseMemCallGraphPanel_SurvGenColumnToolTip=Number of different generations (garbage collections survived) of live instances of this class allocated from this method
ReverseMemCallGraphPanel_BytesAllocRelColumnName=Bytes Allocated [%]
ReverseMemCallGraphPanel_BytesAllocColumnName=Bytes Allocated
ReverseMemCallGraphPanel_ObjectsAllocColumnName=Objects Allocated
ReverseMemCallGraphPanel_BytesAllocRelColumnToolTip=Memory size in bytes of instances of this class allocated from this method
ReverseMemCallGraphPanel_BytesAllocColumnToolTip=Memory size in bytes of instances of this class allocated from this method
ReverseMemCallGraphPanel_ObjectsAllocColumnToolTip=Number of instances of this class allocated from this method
ReverseMemCallGraphPanel_GoSourcePopupItem=Go To Source
SnapshotLivenessResultsPanel_GoSourcePopupItem=Go To Source
SnapshotLivenessResultsPanel_StackTracesPopupItem=Show Allocations Stack Traces
SnapshotReverseMemCallGraphPanel_NoStackTracesMsg=Please select an item in Memory Results tab and choose \"Show Allocation Stack Traces\" in its context menu to show allocation stack traces.
SnapshotReverseMemCallGraphPanel_TreeTableAccessName=Treetable with collected profiling results.
SnapshotReverseMemCallGraphPanel_ExportAddedColumnName=Parent Node
LiveResultsPanel_LogClassHistory=Log Class History