Removed unused ServeAction.
[nbgit.git] / src / org / netbeans / modules / git / ui / clone / Bundle.properties
blobfe3d5a8e4074703bc6da4e3ed07c81eb8929da3a
1 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3 # Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
5 # The contents of this file are subject to the terms of either the GNU
6 # General Public License Version 2 only ("GPL") or the Common
7 # Development and Distribution License("CDDL") (collectively, the
8 # "License"). You may not use this file except in compliance with the
9 # License. You can obtain a copy of the License at
10 # http://www.netbeans.org/cddl-gplv2.html
11 # or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
12 # specific language governing permissions and limitations under the
13 # License.  When distributing the software, include this License Header
14 # Notice in each file and include the License file at
15 # nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
16 # particular file as subject to the "Classpath" exception as provided
17 # by Sun in the GPL Version 2 section of the License file that
18 # accompanied this code. If applicable, add the following below the
19 # License Header, with the fields enclosed by brackets [] replaced by
20 # your own identifying information:
21 # "Portions Copyrighted [year] [name of copyright owner]"
23 # Contributor(s):
25 # The Original Software is NetBeans. The Initial Developer of the Original
26 # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
27 # Microsystems, Inc. All Rights Reserved.
28 # Portions Copyright 2008 Alexander Coles (Ikonoklastik Productions).
30 # If you wish your version of this file to be governed by only the CDDL
31 # or only the GPL Version 2, indicate your decision by adding
32 # "[Contributor] elects to include this software in this distribution
33 # under the [CDDL or GPL Version 2] license." If you do not indicate a
34 # single choice of license, a recipient has the option to distribute
35 # your version of this file under either the CDDL, the GPL Version 2 or
36 # to extend the choice of license to its licensees as provided above.
37 # However, if you add GPL Version 2 code and therefore, elected the GPL
38 # Version 2 license, then the option applies only if the new code is
39 # made subject to such option by the copyright holder.
41 MSG_CLONE_TITLE = Git Clone
42 MSG_CLONE_TITLE_SEP = ---------
43 MSG_CLONE_FROM = INFO Clone From: {0} - {1}
44 MSG_CLONE_TO = INFO To:         {0} - {1}
45 MSG_CLONE_DONE = INFO: End of Clone
46 MSG_EXTERNAL_CLONE_FROM = INFO Clone From: {0}
47 MSG_EXTERNAL_CLONE_TO = INFO To:         {0}
48 MSG_CLONE_NOTHING = Nothing yet comitted, so nothing to Clone.
49 LBL_Clone_Progress=Cloning {0}...
50 ClonePanel.fromLabel.text=Source Repository:
51 ClonePanel.toLabel.text=&Parent Directory:
52 ClonePanel.browseButton.text=&Browse...
54 CTL_CloneForm_Action_Clone=C&lone
55 ACSN_CloneForm_Action_Clone=Clone
56 ACSD_CloneForm_Action_Clone=Clone
57 CTL_CloneForm_Action_Cancel=Can&cel
58 ACSN_CloneForm_Action_Cancel=Cancel
59 ACSD_CloneForm_Action_Cancel=Cancel
60 CTL_CloneDialog=Clone Repository
61 ACSD_CloneDialog=Clone Repository
63 ACSD_BrowseFolder = Lets you browse for directory for target Git repository.
64 Browse_title=Browse for the Parent Directory
65 OK_Button=OK
66 Folders=Folders
68 #CloneCompleted
69 ACSD_CloneCompleted_Dialog = This dialog lets you choose further actions to do after you successfully clone a repository.
70 BK3001=<html><b>Clone Completed</b><p>\nYou can continue with: <ul><li>opening an existing NetBeans project or <li>creating a new one from cloned sources.</ul>
71 BK3002=Do Not Show This Message Again
72 BK3003=Open Project..
73 BK3004=Create Project...
74 BK3005=&Close
75 BK3008=Clone Completed
76 # {0} contains number
77 BK3009=<html>{0} projects were cloned.<p>Do you want to open a project?
78 BK3010=<html>Do you want to create an IDE project from the cloned sources?
79 # {0} project name
80 BK3011=<html>{0} project was cloned.<p>Do you want to set cloned project as Main project?
81 BK3012=Open Project
82 BK1014=Can not find project for {0}
85 TT_Close=Dismiss the dialog
86 TT_OpenProject=Go to file explorer and select a project to open from cloned sources
87 TT_CreateProject=Go to project wizard to create a new project from cloned sources
88 ClonePanel.toName.text=Clone &Name:
90 destinationLabel.text=Destination:
91 openCheckbox.text=&Set Cloned Project as Main
92 MSG_EXTERNAL_CLONE_PRJ_NOT_FOUND_CANT_SETASMAIN = INFO: Unable to open project.\nINFO: This is either not a top level NetBeans Project or all the NetBeans project files have not been committed in the source Project.\n\n
93 ACSD_Browse=Browse for parent of destination repository
94 ACSD_setMainCheckBox=The cloned project will be set as Main project
95 ACSD_toCloneField=Specifies name of cloned project
96 ACSD_toTextField=Specifies the parent directory of cloned project
97 ACSD_fromTextField=Specifies the repository to be cloned