blob: 80b056742a5ff0d838e2591c13a158db41610fa5 [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-2009 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=Pro&xy Configuration...
BK0007=Save Username and Password
BK0009=Use External Tunnel
BK0010=Tunnel Command\:
BK0011=Saves your Username and Password
ACSN_RepositoryURL=Repository URL
ACSD_RepositoryURL=Recently used Repository URLs
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><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.
BK2018=Repository
ACSD_ProxyDialog=This dialog lets you specify network connection parameters to use when connection to a given Mercurial 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 Mercurial URL types:<dl><dt><tt>{0}</tt></dt><dd>for direct Mercurial repositories access</dd><dt><tt>{1}</tt></dt><dd>for connecting Mercurial repository via WebDAV protocol</dd><dt><tt>{2}</tt></dt><dd>for connecting Mercurial repository via WebDAV protocol with SSL encryption</dd><dt><tt>{3}</tt></dt><dd>for connecting Mercurial repository without requiring a special server on the web host</dd><dt><tt>{4}</tt></dt><dd>for connecting Mercurial repository via ssh</dd></dl></body></html>
ACSD_RepositoryPanel_Title=Specify Mercurial repository location
ACSD_InfoLabel=informational message
# HgURL
MSG_INVALID_URL = Invalid hg url: {0}
MSG_UNSUPPORTED_PROTOCOL = Unsupported schema/protocol: {0}
ChangesetPanel.jPanel1.border.title=Detaljer
ChangesetPanel.jLabel1.text=&Description:
ChangesetPanel.jLabel2.text=A&uthor:
ChangesetPanel.jLabel3.text=Dat&e:
ChangesetPanel.jTextField1.text=
ChangesetPanel.jTextField2.text=
ChangesetPanel.jTextField3.text=
UserPasswordPanel.lblUsername.text=&Anv\u00e4ndarnamn:
UserPasswordPanel.lblPassword.text=Pass&word:
ACSN_UserPasswordPanel_Username=Username
ACSN_UserPasswordPanel_Password=Password
UserPasswordPanel.cbRememberPassword.text=&Save as defaults in hgrc
ACSN_UserPasswordPanel_Remember=Save as defaults in hgrc
ACSD_UserPasswordPanel_Remember=Saves values as part of default URLs in hgrc configuration file
UserPasswordPanel.cbRememberPassword.AccessibleContext.accessibleName=
UserPasswordPanel.cbRememberPassword.AccessibleContext.accessibleDescription=
UserPasswordPanel.lblMessage.text=
MSG_UserPasswordPanel_AuthRequired=<html>Authentication is required for repository at:<br>{0}</html>
CTL_UserPasswordPanel_AuthRequired=Authentication required
ChangesetPanel.jTextField1.AccessibleContext.accessibleDescription=I/T
ChangesetPanel.jTextField2.AccessibleContext.accessibleDescription=I/T
ChangesetPanel.jTextField3.AccessibleContext.accessibleDescription=I/T
RepositoryPanel.chooseFolderButton.text=Select &folder...
RepositoryPanel.chooseFolderButton.toolTipText=Opens a dialog where you can choose the local repository.
RepositoryPanel.FileChooser.Descritpion=Select the local repository you want to clone
RepositoryPanel.FileChooser.Title=Select local repository
ChangesetPickerPanel.revisionsLabel.text=Choose from Re&visions:
ChangesetPickerPanel.options=Alternativ
MSG_Fetch_20_Revisions = Fetch up to 20 Revisions...
MSG_Fetch_50_Revisions = Fetch up to 50 Revisions...
MSG_Fetch_All_Revisions = Fetch All Revisions...
MSG_Tip_Revision = tip
MSG_Fetching_Revisions = Fetching Revisions...
MSG_Revision_Default = <no revision>
MSG_Refreshing_Revisions=Refreshing revisions
MSG_ChangesetPickerPanel.currentHead=parent
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 push into the repository.