blob: da0f3b2257232c1006c11be93c94fe73df78563b [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.
# Sample ResourceBundle properties file
ChooseExportTypePanel_ChooseExportTypeDialogCaption=Select Data to Export
ChooseExportTypePanel_CallChainsRadioText=Call Chains
ChooseExportTypePanel_NamesInvocationsTimingsRadioText=Names, Invocations and Timings
ChooseExportTypePanel_NamesInvocationsRadioText=Names and Invocations
ChooseExportTypePanel_NamesOnlyRadioText=Names Only
ChooseExportTypePanel_FlatProfileRadioText=Flat Profile
FilterSetsPanel_ColumnNameActive=Attivo
FilterSetsPanel_ColumnNameName=Nome
FilterSetsPanel_ColumnNameValue=Valore
FilterSetsPanel_AddFilterSetButtonText=&Aggiungi
FilterSetsPanel_RemoveFilterSetButtonText=&Rimuovi
FilterSetsPanel_MoveUpButtonText=Sposta s&u
FilterSetsPanel_MoveDownButtonText=Sposta &gi\u00f9
FilterSetsPanel_FilterSetNameLabelText=&Filter Set Name\:
FilterSetsPanel_FilterSetTypeLabelText=Filter Set Type\:
FilterSetsPanel_FilterSetTypeExclusiveRadioText=&Exclusive
FilterSetsPanel_FilterSetTypeInclusiveRadioText=&Inclusive
FilterSetsPanel_ActiveFiltersLabelText=&Global Filters\:
FilterSetsPanel_DefinedFilterSetsBorderCaption=Defined Filter Sets
FilterSetsPanel_FilterSetPropertiesBorderCaption=Filter Set Properties
FilterSetsPanel_EditGlobalFiltersDialogCaption=Edit Global Filters
# HTML-formatted
FilterSetsPanel_HintMsg=<strong>Exclusive</strong> filter set defines methods that are not instrumented. <strong>Inclusive</strong> filter set defines the methods that are instrumented. If you want to edit a filter, double-click its value or click <strong>Edit Global Filters</strong>.
FilterSetsPanel_DefinedFilterSetsListAccessName=List of defined instrumentation filter sets.
FilterSetsPanel_DefinedFilterSetsListAccessDescr=Select an item to edit its properties.
FilterSetsPanel_AddFilterSetButtonAccessDescr=Create new filter set.
FilterSetsPanel_RemoveFilterSetButtonAccessDescr=Delete selected filter sets.
FilterSetsPanel_MoveUpButtonAccessDescr=Move selected filter set up.
FilterSetsPanel_MoveDownButtonAccessDescr=Move selected filter set down.
FilterSetsPanel_ActiveFiltersTableAccessName=List of available global filters.
FilterSetsPanel_ActiveFiltersTableAccessDescr=Select global filters to include in the filter set.
FilterSetsPanel_FilterTypeExclusiveRadioAccessDescr=Selected classes will not be instrumented.
FilterSetsPanel_FilterTypeInclusiveRadioAccessDescr=Only selected classes will be instrumented.
FindDialog_FindInResultsDialogCaption=Find in Results
FindDialog_FindWhatLabelString=Find What\:
FindDialog_FindButtonName=Cerca
FindDialog_FindWhatFieldAccessDescr=First item starting with this string will be found in results.
GlobalFiltersPanel_DefaultFilterName=Nuovo filtro
GlobalFiltersPanel_ColumnNameName=Nome
GlobalFiltersPanel_ColumnNameValue=Valore
GlobalFiltersPanel_DefinedFiltersLabelText=Defined &Filters\:
GlobalFiltersPanel_NewButtonText=&Nuovo
GlobalFiltersPanel_EditButtonText=Modifica
GlobalFiltersPanel_DeleteButtonText=&Elimina
GlobalFiltersPanel_MoveUpButtonText=Sposta s&u
GlobalFiltersPanel_MoveDownButtonText=Sposta in &basso
GlobalFiltersPanel_OkButtonText=&OK
GlobalFiltersPanel_CancelButtonText=Annulla
# HTML-formatted
GlobalFiltersPanel_HintMsg=<strong>Example Filter\:</strong> java.*, javax.swing., javax.xml.parsers.SAXParser<br><br>If you define more patterns within a single filter, they must be separated by space and/or comma. The '*' sign is not necessary, however, if you use it, it must be placed at end of filter value.
GlobalFiltersPanel_FilterTableAccessName=List of defined global filters.
GlobalFiltersPanel_NewButtonAccessDesc=Create new global filter.
GlobalFiltersPanel_EditButtonAccessDesc=Edit selected global filter.
GlobalFiltersPanel_DeleteButtonAccessDesc=Delete selected global filters.
GlobalFiltersPanel_MoveUpButtonAccessDesc=Move selected global filter up.
GlobalFiltersPanel_MoveDownButtonAccessDesc=Move selected global filter down.
ImagePreviewPanel_NotAvailableMsg=Preview not available
ImagePreviewPanel_GeneratingPreviewMsg=Generating preview...
ImagePreviewPanel_NoImageMsg=No image
LBL_Nps_loader_name=Files Nps
ManualMethodSelect_SelectMethodsDialogCaption=Define New Root Method
ManualMethodSelect_OKButtonText=OK
ManualMethodSelect_ClassNameLabelText=Nome della &classe\:
ManualMethodSelect_MethodNameLabelText=Nome del &metodo\:
ManualMethodSelect_MethodSignatureLabelText=Method &VM Signature\:
# HTML-formatted
ManualMethodSelect_HintMsg=The <b>Method Signature</b> must be in VM format, this means that for method \"String toString()\" the signature looks like \"()Ljava/lang/String;\".
ManualMethodSelect_ClassNameAccessName=Enter class name here.
ManualMethodSelect_MethodNameAccessName=Enter method name here.
ManualMethodSelect_MethodSignatureAccessName=Enter method signature in VM format here.
MethodSelect_SelectMethodsDialogCaption=Select Methods
MethodSelect_OKButtonText=OK
MethodSelect_InvalidClassListItem=<invalid class>
MethodSelect_ClassNameLabelText=Class Name\:
MethodSelect_SelectClassButtonText=Select...
MethodSelect_MethodsLabelText=Methods\:
MethodSelect_GettingMethodsListItem=Getting list of class methods...
MethodSelect_ClassNameComboAccessName=Selected class.
MethodSelect_ClassNameButtonAccessDescr=Selects a class from opened projects.
MethodSelect_MethodsListAccessName=List of methods defined in selected class.
MethodSelect_MethodsListAccessDescr=Select root methods from this list.
QuickFilterPanel_FilterTypeLabelText=Filter Type\:
QuickFilterPanel_FilterTypeExclusiveRadioText=&Exclusive
QuickFilterPanel_FilterTypeInclusiveRadioText=&Inclusive
QuickFilterPanel_FilterValueLabelText=&Filter Value\:
QuickFilterPanel_OkButtonText=OK
QuickFilterPanel_CancelButtonText=Annulla
QuickFilterPanel_EmptyFilterMsg=Empty instrumentation filter
QuickFilterPanel_InvalidFilterMsg=Not a valid profiling instrumentation filter
# HTML-formatted
QuickFilterPanel_HintMsg=<strong>Example\:</strong> <code>java.*</code> or <code>javax.swing.</code> or <code>javax.xml.parsers.SAXParser</code><br><br><strong>Exclusive</strong> filter means listed methods are not instrumented. <strong>Inclusive</strong> filter means only listed methods are instrumented. Wildcard '<strong>*</strong>' symbol can only be used at end of filter value.
QuickFilterPanel_FilterTypeExclusiveRadioAccessDescr=Selected classes will not be instrumented.
QuickFilterPanel_FilterTypeInclusiveRadioAccessDescr=Only selected classes will be instrumented.
QuickFilterPanel_FilterValueTextFieldAccessName=Enter quick filter value here.
ProfilerDialogs_DontShowAgainMsg=Non mostrare pi\u00f9 questo messaggio
ProfilerDialogs_ShowDetailsButtonText=Mostra i dettagli