blob: e0fc0d1e9de15a6deb7e5cafc99643dccb5dd45c [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=(leave blank for anonymous access)
BK0006=Proxy &Configuration...
BK0007=Save Username and Password
BK0008=Remove from History
BK0009=Use External Tunnel
BK0010=Tunnel Command\:
BK0011=Saves your Username and Password
ACSN_RemoveHistory=Remove from History
ACSD_RemoveHistory=Removes the selected URL from History
ACSN_RepositoryURL=Repository URL
ACSD_RepositoryURL=Recently used Repository URLs
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=Your username
TT_Password=Your password used for authentication
ACSD_RepositoryPanel=In this panel you specify the Repository URL and any parameters needed for making connection to it.
ACSN_RepositoryPanel=Manage Connection Settings
## ProxySelector.java
BK1001=&Use NetBeans Proxy Settings
BK1002=H&TTP Proxy
BK1003=&SOCKS Proxy
BK1004=P&roxy Host\:
BK1005=P&ort\:
BK1006=Proxy Server Requires &Login
BK1007=Na&me\:
BK1008=&Password\:
BK1009=&No Proxy (direct connection)
BK2023=Can not access\:
BK2004=Proxy Configuration
BK2018=Repository
TT_ProxyLogin=Check if the proxy server requires authentication
TT_ProxyPort=TCP/IP port number of the proxy server
TT_ProxyHost=TCP/IP host name of the proxy server
TT_UseSystemProxy=Use proxy settings defined in IDE or use operating system settings
TT_UseNoProxy=Connect directly to server
TT_UseHttpsProxy=Connect via HTTP proxy
TT_UseSocksProxy=Connect via SOCKS 4 or SOCKS 5 proxy
TT_ProxyUsername=Username for authentication on proxy server
TT_ProxyPassword=Password for authentication on proxy server
ACSD_ProxyDialog=This dialog lets you specify network connection parameters to use when connection to a given SVN server. Possible options include: HTTP proxy, SOCKS proxy, direct connection or system default.
MSG_Repository_WrongRevision = Wrong revision number: {0}
MSG_Repository_OnlyHEADRevision = The only revision allowed here is HEAD!
MSG_Repository_Url_Help = <html><body>IDE directly supports the following Subversion URL types:<dl><dt><tt>{0}</tt></dt><dd>for direct SVN repositories access</dd><dt><tt>{1}</tt></dt><dd>for connecting SVN repository via WebDAV protocol</dd><dt><tt>{2}</tt></dt><dd>for connecting SVN repository via WebDAV protocol with SSL encryption</dd><dt><tt>{3}</tt></dt><dd>for connecting SVN repository via custom protocol to a <tt>svnserver</tt> server</dd><dt><tt>{4}</tt></dt><dd>for connecting SVN repository via custom protocol to a <tt>svnserver</tt> server</dd></dl></body></html>
ACSD_RepositoryPanel_Title=Specify Subversion repository location
ACSD_InfoLabel=informational message
ACSD_BrowseCertFile = Lets you browse for the Client Certificate File
OK_Button=Tamam
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=G\u00f6zat
HttpPanel.browseButton.toolTipText=This dialog lets you specify network connection parameters to use when connection to a given SVN server. Possible options include: HTTP proxy, SOCKS proxy, direct connection or system default.
HttpPanel.browseButton.text=G\u00f6zat...
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=&G\u00f6zat...
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=&Kullan\u0131c\u0131 Ad\u0131
SvnkitSSHPanel.userNameLabel.TTtext=Kullan\u0131c\u0131 Ad\u0131
SvnkitSSHPanel.savePassword.text=&Save Username and Password
SvnkitSSHPanel.savePassword.TTtext=Saves Password and Passphrase
SvnkitSSHPanel.password.text=\u015ei&fre:
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)