blob: e2bc5991af13173d4fc6e65e4105bf885677c914 [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.
OpenIDE-Module-Name=Finestra di output
OpenIDE-Module-Display-Category=Infrastruttura
OpenIDE-Module-Short-Description=Una semplice area di testo basata sull'implementazione della finestra di output
OpenIDE-Module-Long-Description=Finestra di output basata su un java.swing.text.Document in un ByteBuffer/CharBuffer
#Title for the output window
LBL_OUTPUT=Output
#Format for the output window title if it includes the name of the current tab
FMT_CannotWrite=Impossibile scrivere nella directory temporanea di sistema ({0})
MSG_GenericError=Problema durante la scrittura nel file di output
LBL_STDOUT=Output standard
FMT_FILE_EXISTS={0} esiste. Sovrascrivere?
STATUS_Initializing=Inizializzazione della finestra di output in corso
TITLE_SAVE_DLG=Salva output con nome
LBL_SaveAsFailedTitle=Salva con nome non riuscito
MSG_SaveAsFailed=Scrittura sul file {0} non riuscita.
MSG_SearchFromBeg=Raggiunta la fine dell'output. La ricerca viene continuata dall'inizio.
MSG_SearchFromEnd=Raggiunto l'inizio dell'output. La ricerca viene continuata dalla fine.
MSG_Found=''{0}'' trovato in {1}:{2}
MSG_NotFound="{0}" non trovato
#OutputWindowAction
OutputWindow=&Output
#Find Dialog
LBL_Find_Title=Trova
LBL_Find_What=Trova:
LBL_Use_RegExp=&Espressione regolare
LBL_Match_Case=&Maiuscole/minuscole
BTN_Find=&Trova
ACSD_Find=Trova
LBL_Filter_Title=Filtra
LBL_Filter_What=Conserva righe contenenti:
BTN_Filter=&Filtra
#FontChooser Dialog
LBL_Font_Chooser_Title=Selezione carattere
BTN_Defaul_Font=Carattere predefinito
#$ave as dialog if selected file exists
TITLE_FILE_EXISTS=Sovrascrivere il file?
# invalid regexp dialog
LBL_Invalid_RegExp=Espressione regolare non valida
FMT_Invalid_RegExp=Errore di sintassi in {0}
#Output window popup menu
ACTION_COPY=Copia
ACTION_PASTE=Incolla
ACTION_WRAP=Ritorno a capo testo
ACTION_SAVEAS=Salva con nome...
ACTION_CLOSE=Chiudi
ACTION_CLEAR=Cancella
ACTION_PREV_ERROR=Errore precedente
ACTION_NEXT_ERROR=Errore successivo
ACTION_SELECT_ALL=Seleziona tutto
ACTION_FIND=Trova...
ACTION_FIND_NEXT=Trova successivo
ACTION_FIND_PREVIOUS=Trova precedente
ACTION_LARGER_FONT=Carattere pi\u00f9 grande
ACTION_SMALLER_FONT=Carattere pi\u00f9 piccolo
ACTION_SETTINGS=Impostazioni...
ACTION_FILTER=Filtra...
LBL_OutputFolds=Raggruppamenti di output
ACTION_COLLAPSE_FOLD=Comprimi raggruppamento
ACTION_EXPAND_FOLD=Espandi raggruppamento
ACTION_COLLAPSE_ALL=Comprimi tutto
ACTION_EXPAND_ALL=Espandi tutto
ACTION_COLLAPSE_TREE=Comprimi struttura di raggruppamento
ACTION_EXPAND_TREE=Espandi struttura di raggruppamento
#Popup menu accelerators
#Macintosh popup menu accelerators
MSG_DiskSpace=Spazio su disco esaurito in {0} per i file di output temporanei. Rendere disponibile pi\u00f9 spazio su disco, modificare la directory temporanea di sistema o eseguire -J-Dnb.output.heap=true
MSG_LINE_TOO_LONG=...riga troppo lunga. Passare alla modalit\u00e0 a capo per visualizzare l'intera riga...