blob: 947df503686cffff5fa56e616aa9992b8a3d50b2 [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=Especifique la ubicaci\u00f3n del repositorio Subversion\:
BK0002=&URL del repositorio\:
BK0003=&Usuario\:
BK0004=&Contrase\u00f1a\:
BK0005=(dejar en blanco para acceso an\u00f3nimo)
BK0006=&Configuraci\u00f3n del Proxy...
BK0007=Guardar usuario y contrase\u00f1a
BK0008=Eliminar del historial
BK0009=Utilizar t\u00fanel externo
BK0010=Orden para el t\u00fanel\:
BK0011=Guarda su usuario y contrase\u00f1a
ACSN_RemoveHistory=Eliminar del historial
ACSD_RemoveHistory=Eliminar la URL seleccionada del historial
ACSN_RepositoryURL=URL del repositorio
ACSD_RepositoryURL=URLs del repositorio utilizadas recientemente
TT_RepositoryUrl=<html><body>El IDE permite los siguientes tipos URL para subversion\:<dl><dt><tt>file\:///ruta_del_repositorio[@REV]</tt></dt><dd>para acceso directo a repositorios SVN</dd><dt><tt>http\://nombre_del_host/ruta_del_repositorio[@REV]</tt></dt><dd>para conexi\u00f3n v\u00eda protocolo WebDAV para SVN</dd><dt><tt>https\://nombre_del_host/ruta_del_repositorio[@REV]</tt></dt><dd>para conexi\u00f3n v\u00eda protocolo WebDAV para SVN con encriptaci\u00f3n SSL</dd><dt><tt>svn\://nombre_del_host/ruta_del_repositorio[@REV]</tt></dt><dd>para conectar al repositorio SVN v\u00eda protocolo personalizado para servdior <tt>svnserver</tt> </dd><dt><tt>\svn+ssh://nombre_del_host/ruta_del_repositorio[@REV]</tt></dt><dd>para conectar al repositorio SVN v\u00eda protocolo personalizado para servdior <tt>svnserver</tt> </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=Su nombre de usuario
TT_Password=Su contrase\u00f1a utilizada para la autenticaci\u00f3n
ACSD_RepositoryPanel=En este panel se especifica la URL del repositorio y cualquier otro par\u00e1metro necesario para establecer la conexi\u00f3n.
ACSN_RepositoryPanel=Administra las configuraciones de la conexi\u00f3n
## ProxySelector.java
BK1001=&Utilizar configuraciones de Proxy en NetBeans
BK1002=Proxy H&TTP
BK1003=Proxy &SOCKS
BK1004=P&roxy Host\:
BK1005=Puert&o\:
BK1006=El servidor proxy necesita &autenticaci\u00f3n
BK1007=Nombre\:
BK1008=&Password\:
BK1009=&Sin proxy (conexi\u00f3n directa)
BK2023=No se puede accesar\:
BK2004=Configuraci\u00f3n del proxy
BK2018=Dep\u00f3sito
TT_ProxyLogin=Comprobar si el servidor proxy necesita autenticaci\u00f3n
TT_ProxyPort=N\u00famero de puerto TCP/IP del servidor proxy
TT_ProxyHost=Nombre de servidor TCP/IP del servidor proxy
TT_UseSystemProxy=Utilizar la configuraci\u00f3n del proxy definida en el programa o la configuraci\u00f3n del sistema operativo
TT_UseNoProxy=Conectar directamente con el servidor
TT_UseHttpsProxy=Conectar a trav\u00e9s de proxy HTTP
TT_UseSocksProxy=Conectar a trav\u00e9s del proxy SOCKS 4 o SOCKS 5
TT_ProxyUsername=Nombre de usuario para autenticarse en el servidor proxy
TT_ProxyPassword=Contrase\u00f1a para autenticarse en el servidor proxy
ACSD_ProxyDialog=Este cuadro de di\u00e1logo le permite especificar los par\u00e1metros de la conexi\u00f3n de red a utilizar al conectar con un servidor SVN en particular. Las opciones posibles son: Proxy HTTP, proxy SOCKS, conexi\u00f3n directa o predeterminada del sistema.
MSG_Repository_WrongRevision = N\u00famero de revisi\u00f3n err\u00f3neo: {0}
MSG_Repository_OnlyHEADRevision = La \u00fanica revisi\u00f3n permitida aqu\u00ed es CABEZA.
MSG_Repository_Url_Help = <html><body>El IDE es compatible con los siguientes tipos de URL de Subversion:<dl><dt><tt>{0}</tt></dt><dd>para acceso directo a repositorios SVN</dd><dt><tt>{1}</tt></dt><dd>para conectar al repositorio SVN por medio del protocolo WebDAV</dd><dt><tt>{2}</tt></dt><dd>para conectar al repositorio SVN por medio del protocolo WebDAV con encriptaci\u00f3n SSL</dd><dt><tt>{3}</tt></dt><dd>para conectar al repositorio SVN por medio de un protocolo personalizado a un servidor <tt>svnserver</tt></dd><dt><tt>{4}</tt></dt><dd>para conectar a un repositorio SVN por medio de un protocolo personalizado a un servidor <tt>svnserver</tt></dd></dl></body></html>
ACSD_RepositoryPanel_Title=Especifica la ubicaci\u00f3n del repositorio de Subversion
ACSD_InfoLabel=Mensaje informativo
ACSD_BrowseCertFile = Le permite navegar por el archivo de certificado de cliente
OK_Button=Aceptar
Browse_title=Navegador de archivo de certificado de cliente
HttpPanel.browseButton.AccessibleContext.accessibleDescription=Le permite navegar por el archivo de certificado de cliente
HttpPanel.certFileTextField.AccessibleContext.accessibleDescription=Le permite especificar el archivo de certificado de cliente
HttpPanel.certPasswordField.AccessibleContext.accessibleDescription=Permite especificar la contrase\u00f1a para el archivo de certificado del cliente
HttpPanel.certPasswordField.AccessibleContext.accessibleName=Contrase\u00f1a
HttpPanel.certFileTextField.AccessibleContext.accessibleName=archivo de certificado del cliente
HttpPanel.proxySettingsButton1.AccessibleContext.accessibleName=Examinar
HttpPanel.browseButton.toolTipText=Este cuadro de di\u00e1logo le permite especificar los par\u00e1metros de la conexi\u00f3n de red a utilizar al conectar con un servidor SVN en particular. Las opciones posibles son: Proxy HTTP, proxy SOCKS, conexi\u00f3n directa o predeterminada del sistema.
HttpPanel.browseButton.text=&Examinar...
HttpPanel.certFileLabel.text=Archivo de cer&tificaci\u00f3n de cliente:
HttpPanel.certFileLabel.toolTipText=Ruta al archivo de certificado del cliente
HttpPanel.certPasswordLabel.toolTipText=Contrase\u00f1a
HttpPanel.certPasswordLabel.text=Frase de contras&e\u00f1a:
SvnkitSSHPanel.certFileLabel.text=Iden&tity File:
SvnkitSSHPanel.certFileLabel.toolTipText=Path to the private key identity file
MSG_Repository_InvalidSvnUrl=La URL de SVN no es v\u00e1lida\:{0}
MSG_Repository.kenai.insufficientRights.read=Falta de permisos: No estas autorizado para acceder al repositorio
MSG_Repository.kenai.insufficientRights.write=Insufficient rights: You are not authorized to commit into the repository.
SshPanel.certFileLabel.text=Identity File:
SvnkitSSHPanel.browseButton.text=&Examinar...
SvnkitSSHPanel.browseButton.toolTipText=Lets you select the path to a private key file
SvnkitSSHPanel.certPasswordLabel.text=Frase de contras&e\u00f1a:
SvnkitSSHPanel.certPasswordLabel.toolTipText=Passphrase to the private key
SvnkitSSHPanel.userNameLabel.text=Nombre de &Usuario:
SvnkitSSHPanel.userNameLabel.TTtext=Nombre de usuario
SvnkitSSHPanel.savePassword.text=&Save Username and Password
SvnkitSSHPanel.savePassword.TTtext=Saves Password and Passphrase
SvnkitSSHPanel.password.text=&Contrase\u00f1a:
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)