blob: dfd853b8ad0a16066359d6ecb61a4b5e3f1bbb2a [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-2008 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.
## RepositoryPanel.java
BK0001=Specify Subversion repository location\:
BK0002=&Repository URL\:
BK0003=&User\:
BK0004=&Password\:
BK0005=(lascia vuoto per l'accesso anonimo)
BK0006=&Configurazione del proxy...
BK0007=Salva il nome utente e parola d'ordine
BK0008=Rimuovi dalla storia
BK0009=Usa il tunnel esterno
BK0010=Tunnel Command\:
BK0011=Salva il nome utente e la parola d'ordine
ACSN_RemoveHistory=Rimuovi dalla storia
ACSD_RemoveHistory=Rimuove le URL selezionate dalla storia
ACSN_RepositoryURL=URL del repertorio
ACSD_RepositoryURL=URL di repertorio usate di recente
TT_RepositoryUrl=<html><body>IDE directly supports following Subversion URL types\:<dl><dt><tt>file\:///repository_path[@REV]</tt></dt><dd>for direct SVN repositories access</dd><dt><tt>http\://hostname/repository_path[@REV]</tt></dt><dd>for connecting SVN repository via WebDAV protocol</dd><dt><tt>https\://hostname/repository_path[@REV]</tt></dt><dd>for connecting SVN repository via WebDAV protocol with SSL encryption</dd><dt><tt>svn\://hostname/repository_path[@REV]</tt></dt><dd>for connecting SVN repository via custom protocol to a <tt>svnserver</tt> server</dd><dt><tt>\svn+ssh://hostname/repository_path[@REV]</tt></dt><dd>for connecting SVN repository via custom protocol to a <tt>svnserver</tt> server</dd></body></html>
TT_svn_xxx=<html><body><tt><dl><dt>on Windows:</dt><dd>plink -l username -pw password<br>plink -l username -i C:/Path/To/Private.key</dd><dd>Use forward slashes in paths</dd><dt>on Unixes:</dt><dd>ssh -l username -i path/to/privateKey</dd></tt></body></html>
TT_UserName=Il tuo nome utente
TT_Password=La tua parola d'ordine usata per l'autenticazione
ACSD_RepositoryPanel=In questo pannello specifichi l'URL del repertorio ed ogni parametro necessario per crearvi una connessione.
ACSN_RepositoryPanel=Gestisci le impostazioni di connessione
## ProxySelector.java
BK1001=&Usa le impostazioni dei proxy di NetBeans
BK1002=Proxy H&TTP
BK1003=Proxy &SOCKS
BK1004=P&roxy Host\:
BK1005=P&orta\:
BK1006=Il proxy server richiede il &login
BK1007=Na&me\:
BK1008=&Password\:
BK1009=&Nessun proxy (connessione diretta)
BK2023=Can not access\:
BK2004=Configurazione proxy
BK2018=Repertorio
TT_ProxyLogin=Verifica se il server proxy richiede l'autenticazione
TT_ProxyPort=Numero di porta TCP/IP del server proxy
TT_ProxyHost=Nome host TCP/IP del server proxy
TT_UseSystemProxy=Usa le impostazioni proxy definite nell'IDE oppure usa le impostazioni del sistema operativo
TT_UseNoProxy=Connettiti direttamente al server
TT_UseHttpsProxy=Connettiti tramite il proxy HTTP
TT_UseSocksProxy=Connettiti tramite un proxy SOCKS 4 o SOCKS 5
TT_ProxyUsername=Nome utente per l'autenticazione sul proxy server
TT_ProxyPassword=Parola d'ordine per l'autenticazione su server proxy
ACSD_ProxyDialog=Questa finestra di dialogo ti consente di specificare i parametri di connessione di rete da usare quando ci si connette ad un dato server SVN. Le opzioni possibili includono: proxy HTTP, proxy SOCKS, connessione diretta o valori predefiniti di sistema.
MSG_Repository_WrongRevision = Numero di revisione errato: {0}
MSG_Repository_OnlyHEADRevision = L'unica revisione ammessa qui \u00e8 HEAD!
MSG_Repository_Url_Help = <html><body>L''IDE supporta direttamente i seguenti tipi di URL di Subversion:<dl><dt><tt>{0}</tt></dt><dd>per l''accesso diretto ai repertori SVN</dd><dt><tt>{1}</tt></dt><dd>per connettere i repertori SVN tramite il protocollo WebDAV</dd><dt><tt>{2}</tt></dt><dd>per connettere il repertorio SVN tramite il protocollo WebDAV con la crittografia SSL</dd><dt><tt>{3}</tt></dt><dd>per connettere il repertorio SVN tramite un protocollo personalizzato ad un server <tt>svnserver</tt></dd><dt><tt>{4}</tt></dt><dd>per connettere un repertorio SVN tramite un protocollo personalizzato ad un server <tt>svnserver</tt></dd></dl></body></html>
ACSD_RepositoryPanel_Title=Specifica la posizione del repertorio Subversion
ACSD_InfoLabel=messaggio informativo
ACSD_BrowseCertFile = Lets you browse for the Client Certificate File
OK_Button=OK
Browse_title=Browse for the Client Certificate File
HttpPanel.browseButton.AccessibleContext.accessibleDescription=Lets you browse for the client certificate file
HttpPanel.certFileTextField.AccessibleContext.accessibleDescription=Lets you to specify the client cert file
HttpPanel.certPasswordField.AccessibleContext.accessibleDescription=Lets you to specify the passphrase for your client cert file
HttpPanel.certPasswordField.AccessibleContext.accessibleName=Passphrase
HttpPanel.certFileTextField.AccessibleContext.accessibleName=Client certificate file
HttpPanel.proxySettingsButton1.AccessibleContext.accessibleName=Visualizza
HttpPanel.browseButton.toolTipText=Questa finestra di dialogo ti consente di specificare i parametri di connessione di rete da usare quando ci si connette ad un dato server SVN. Le opzioni possibili includono: proxy HTTP, proxy SOCKS, connessione diretta o valori predefiniti di sistema.
HttpPanel.browseButton.text=S&foglia...
HttpPanel.certFileLabel.text=Client Cer&tificate File:
HttpPanel.certFileLabel.toolTipText=Path to the Client Certificate File
HttpPanel.certPasswordLabel.toolTipText=Passphrase
HttpPanel.certPasswordLabel.text=Pa&ssphrase:
SvnkitSSHPanel.certFileLabel.text=Iden&tity File:
SvnkitSSHPanel.certFileLabel.toolTipText=Path to the private key identity file
MSG_Repository_InvalidSvnUrl=Invalid svn url\:{0}
MSG_Repository.kenai.insufficientRights.read=Insufficient rights: You are not authorized to access the repository.
MSG_Repository.kenai.insufficientRights.write=Insufficient rights: You are not authorized to commit into the repository.
SshPanel.certFileLabel.text=Identity File:
SvnkitSSHPanel.browseButton.text=S&foglia...
SvnkitSSHPanel.browseButton.toolTipText=Lets you select the path to a private key file
SvnkitSSHPanel.certPasswordLabel.text=Pa&ssphrase:
SvnkitSSHPanel.certPasswordLabel.toolTipText=Passphrase to the private key
SvnkitSSHPanel.userNameLabel.text=Nome &utente:
SvnkitSSHPanel.userNameLabel.TTtext=Utente
SvnkitSSHPanel.savePassword.text=&Save Username and Password
SvnkitSSHPanel.savePassword.TTtext=Saves Password and Passphrase
SvnkitSSHPanel.password.text=&Parola d'ordine:
SvnkitSSHPanel.password.TTtext=Password for Username/Password authentication
SvnkitSSHPanel.privateKeyLabel.text=Private Key
SvnkitSSHPanel.port.text=Port &Number:
SvnkitSSHPanel.port.TTtext=SSH port number on target machine (default is 22)