blob: a9007603edc582c114c958b87c9280a1985d5c64 [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.
OPTIONS_java=Editor Java
PROP_completionCaseSensitive=Completamento del codice sensibile al maiuscolo/minuscolo
HINT_completionCaseSensitive=Se vero, il completamento della parte cercata sar\u00e0 sensibile al maiuscolo/minusclo
PROP_completionNaturalSort=Ordinamento naturale nel completamento del codice
HINT_completionNaturalSort=Se vero, i risultati della ricerca di completamento saranno ordinati naturalmente
PROP_completionLowerCase=Sostituzione delle parole in minuscolo nel completamento del codice
HINT_completionLowerCase=Se vero, il completamento del codice HTML sar\u00e0 disponibile per le parole in minuscolo.
PROP_fastImportPackage=Importazione veloce package
HINT_fastImportPackage=Se vero, sar\u00e0 la finestra di importazione veloce ad offrire i package
PROP_gotoClassCaseSensitive=Sensibilit\u00e0 al maiuscolo/minuscolo di 'Vai alla classe'
HINT_gotoClassCaseSensitive=Se vero, la ricerca del vai alla classe sar\u00e0 sensibile al maiuscolo/minuscolo
PROP_gotoClassShowInnerClasses=Vai alla classe mostra le classi interne
HINT_gotoClassShowInnerClasses=Se attivo, la ricerca del vai alla classe cercher\u00e0 anche fra le classi interne
PROP_gotoClassShowLibraryClasses=Vai alla classe mostra le classi della libreria
HINT_gotoClassShowLibraryClasses=Se attivo, la ricerca del vai alla classe cercher\u00e0 anche fra le classi della libreria
PROP_updatePDAfterMounting=Aggiorna il database del completamento del codice dopo il montaggio
HINT_updatePDAfterMounting=I filesystem montati saranno aggiunti al database del completamento del codice.
PROP_showDeprecatedMembers=Mostra membri deprecati nel completamento del codice
HINT_showDeprecatedMembers=Se vero, i membri deprecati saranno visualizzati nel completamento del codice.
PROP_guessMethodArguments=Guess Filled Method Arguments
HINT_guessMethodArguments=If True, code completion will try to guess values for method arguments.
PROP_CodeFolding=Raccoglimento del codice
#CodeFoldingEditorPanel
CFEP_UseCF=&Usa il raggruppamento codice
CFEP_CollapsedByDefault=Tipi di raccoglimento racchiusi in base alle impostazioni predefinite:
CFEP_Method=Meth&od
CFEP_InnerClass=I&nner Class
CFEP_Import=&Importa
CFEP_Javadoc=&Javadoc Comment
CFEP_InitialComment=Initial Commen&t
CTL_OnOff_CheckBox=Mark &Occurrences Of Symbol Under Caret
CTL_Types_CheckBox=&Types
CTL_Methods_CheckBox=&Methods
CTL_Constants_CheckBox=&Constants
CTL_Fields_CheckBox=&Fields
CTL_LocalVariables_CheckBox=Local &Variables
CTL_Exceptions_CheckBox=E&xception Throwing Points
CTL_Exit_CheckBox=&Exit Points From Methods
CTL_Implements_CheckBox=&Implementing Methods
CTL_Overrides_CheckBox=Ove&rriding Methods
CTL_BreakContinue_CheckBox=Targets Of &Break and Continue Statements
CTL_OnOff_CheckBox1=Mark Occurrences Of Symbol Under Caret
ffff=dkdkd&ttt
CTL_KeepMarks_CheckBox=Keep Mark&s
ACSD_Methods_CB=Checkbox switching mark occurences for methods
ACSD_Types_CB=Checkbox switching mark occurences for types
ACSD_Constants_CB=Checkbox switching mark occurences for constants
ACSD_Fields_CB=Checkbox switching mark occurences for fields
ACSD_Variables_CB=Checkbox switching mark occurences for local variables
ACSD_Exceptions_CB=Checkbox switching mark occurences for exception throwing point
ACSD_exitpoints_CB=Checkbox switching mark occurences for method exit point
ACSD_implementing_CB=Checkbox switching mark occurences for implementing methods
ACSD_overriding_CB=Checkbox switching mark occurences for overriding methods
ACSD_Targets_CB=Checkbox switching mark occurences for targets of break and continue statements
ACSD_Marks_CB=Keep Marks Checkbox
ACSD_OnOff_CB=Checkbox switching mark occurences on/off
LBL_JavaAutoCompletionTriggers=&Auto Popup Triggers for Java:
LBL_JavaCompletionSelectors=&Completion Selectors for Java:
LBL_JavadocAutoCompletionTriggers=Auto Popup &Triggers for Javadoc:
CodeCompletionPanel.javadocAutoCompletionTriggersField.text=
LBL_AutoPopupOnIdentifierPartBox=Auto &Popup on Typing Any Java Identifier Part
LBL_JavaCompletionLabel=Java Code Completion
LBL_GuessMethodParameters=jCheckBox1
LBL_GuessMethodArgs=&Guess Filled Method Arguments
ACSN_CB_GuessMethodArgs=Guess Filled Method Arguments
ACSD_CB_GuessMethodArgs=Guess Filled Method Arguments
ACSN_CB_AutoPopupOnIdentifierPartBox=Auto Popup on Typing Any Java Identifier Part
ACSD_CB_AutoPopupOnIdentifierPartBox=Auto Popup on Typing Any Java Identifier Part
ACSN_CB_ApplyRulesToMethods=Apply rules to methods
ACSD_CB_ApplyRulesToMethods=Apply rules to methods
ACSD_LT_Exclude=Java Completion Excluder Exclude List
ACSD_LT_Include=Java Completion Excluder Include List
CodeCompletionPanel.javaCompletionExcluderLabel.text=Packages/classes:
CodeCompletionPanel.javaCompletionExcludeTable.columnModel.title3=Title 4
CodeCompletionPanel.javaCompletionExcludeTable.columnModel.title2=Title 3
CodeCompletionPanel.javaCompletionExcludeTable.columnModel.title1=Title 2
CodeCompletionPanel.javaCompletionExcludeTable.columnModel.title3_1=Title 4
CodeCompletionPanel.javaCompletionExcludeTable.columnModel.title2_1=Title 3
CodeCompletionPanel.javaCompletionExcludeTable.columnModel.title1_1=Title 2
CodeCompletionPanel.javaCompletionExcluderAddButton.text=Aggiungi
CodeCompletionPanel.javaCompletionExcluderRemoveButton.text=Rimuovi
CodeCompletionPanel.javaCompletionExcluderEditButton.text=Modifica
CodeCompletionPanel.javaCompletionExcludeScrollPane.TabConstraints.tabTitle=Esclude
CodeCompletionPanel.javaCompletionIncludeScrollPane.TabConstraints.tabTitle=Includi
CodeCompletionPanel.javaCompletionExcluderDialogCancelButton.text=Annulla
CodeCompletionPanel.javaCompletionExcluderDialogTextField.text=
CodeCompletionPanel.javaCompletionExcluderDialogOkButton.text=OK
CodeCompletionPanel.javaCompletionExcluderDialogLabel.text=<html>Enter prefix for fully qualified packages, classes or methods. Wildcards are accepted, but will be ignored. Examples:<br> <code>sun, sun., sun.*, java.lang.Object.wait</code></html>
CodeCompletionPanel.javaCompletionExcluderMethodsCheckBox.text=Apply rules to methods
CodeCompletionPanel.javaCompletionExcluderButton.AccessibleContext.accessibleName=Excluder
CodeCompletionPanel.javaCompletionExcluderDialog2.AccessibleContext.accessibleName=Java Completion Excluder Input
CodeCompletionPanel.javaCompletionExcluderDialogTextField.AccessibleContext.accessibleName=Java Code Excluder Rule Input
CodeCompletionPanel.javaCompletionExcluderDialogTextField.AccessibleContext.accessibleDescription=Requires a prefix for fully qualified packages, classes or methods. Wildcards are accepted.
CodeCompletionPanel.javaCompletionExcluderDialogLabel.AccessibleContext.accessibleName=Java Completion Excluder Help
CodeCompletionPanel.javaCompletionExcluderTab.AccessibleContext.accessibleName=Java Completion Excluder Tab
CodeCompletionPanel.javaCompletionExcludeScrollPane.AccessibleContext.accessibleName=Scroller
CodeCompletionPanel.javaCompletionIncludeScrollPane.AccessibleContext.accessibleName=Scroller
CodeCompletionPanel.javaCompletionExcludeJlist.AccessibleContext.accessibleName=Java Completion Excluder Exclude List
CodeCompletionPanel.javaCompletionIncludeJlist.AccessibleContext.accessibleName=Java Completion Excluder Include List
ACSD_ExcludeList=List of packages ort methods excluded from CC
ACSD_MethodsCB=Rules will be applied to methods
ACSN_JavaTriggers=Triggers pattern for java CC
ACSD_JavaTrigger=Triggers pattern for java CC textfield
ACSN_JavaCompletionSelectors=Completion Selectors patterns for Java
ACSD_JavaCompletionSelectors=Completion Selectors patterns for Java
ACSN_JavadocTriggers=Triggers pattern for javadoc CC
ACSD_JavadocTrigger=Triggers pattern for javadoc CC textfield
ACSD_Edit=Edits an existing pattern
ACSD_Add=Adds a pattern to CC excluder
ACSD_Remove=Removes a pattern from CC excluder
ACSD_Table=Tabs with excluded/included patterns
ACSD_PopupDialog=Dialog for adding new CC patterns
ACSD_CancelButton=Cancels dialog
ACSD_OKButton=Confirms dialog
ExcluderDialogTitle=Add/Edit excluded pattern
ACSD_JavaCompletionSelectors=Completion Selectors patterns for Java