Add missing NetBeans *.form files.
[nbgit.git] / src / org / netbeans / modules / git / ui / rollback / Bundle.properties
blobf8011a7ccc2d86095f0f01ff497611297d5904bd
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_ROLLBACK_PROGRESS = Rollback...
42 MSG_NO_ROLLBACK = Nothing to rollback, can only rollback after: commit, pull, push (with this repository as destination)
43 MSG_ROLLBACK_INFO = INFO  Rollback rolls back the last transaction in this repository and can only rollback one level.
44 MSG_ROLLBACK_TITLE =     Git Rollback
45 MSG_ROLLBACK_TITLE_SEP = ------------
46 MSG_ROLLBACK_INFO_SEP = Rollback in:\n{0}
47 MSG_ROLLBACK_CANCELED = INFO: Rollback canceled by user
48 MSG_ROLLBACK_DONE = INFO: End of Git Rollback
49 MSG_ROLLBACK_CONFIRM = Confirm Rollback
50 MSG_ROLLBACK_CONFIRM_QUERY = Roll back the last commit, push/pull, import or unbundle in this repository.\nUse with care as there is no way to undo a rollback!\n\nDo you still want to perform a Rollback?
51 MSG_ROLLBACK_CONFIRM_UPDATE = Confirm Rollback Update
52 MSG_ROLLBACK_CONFIRM_UPDATE_QUERY = Repository Rollback has completed.\nDo a forced update of the working directory?
53 MSG_ROLLBACK_FORCE_UPDATE = Carrying out a forced update of the working directory {0}
54 MSG_ROLLBACK_MESSAGE = No Rollback Update
55 MSG_ROLLBACK_MESSAGE_NOHISTORY = Repository Rollback has completed.\nThe working directory will not be updated as the repository now has no history.
57 MSG_Revision_Default = <no revision>
58 MSG_Fetching_Revisions = Fetching Revisions...
59 MSG_Refreshing_Strip_Versions = Refreshing Strip Versions
61 MSG_STRIP_TITLE =     Git Strip
62 MSG_STRIP_TITLE_SEP = ---------
63 MSG_STRIP_INFO_SEP = Stripping revision {0} and descendents in:\n{1}
64 MSG_NO_REV_STRIP = \nINFO: Unable to Strip this Revision {0}
65 MSG_LOCAL_CHANGES_STRIP = \nStrip will not work if there are local changes. You can view them using Git -> Status.\nINFO: If you wish to discard local changes, use Mercurial -> Update selecting the Forced Update option and rerun Strip.
66 MSG_MULTI_HEADS_STRIP = \nINFO: Strip will not work across multiple heads unless the Force multihead option is selected.
67 MSG_STRIP_RESTORE_INFO = \nINFO: Strip can be undone using the saved backup bundle. On the command line run:  
68 MSG_STRIP_RESTORE_INFO2 = git unbundle {0}
69 MSG_STRIP_PROGRESS = Strip...
70 MSG_STRIP_DONE = INFO: End of Git Strip
72 MSG_BACKOUT_TITLE =     Git Backout
73 MSG_BACKOUT_TITLE_SEP = -----------
74 MSG_BACKOUT_INFO_SEP = Backout revision {0} in:\n{1}
75 MSG_NO_REV_BACKOUT = \nINFO: Unable to Backout this Revision {0}
76 MSG_BACKOUT_PROGRESS = Backout...
77 MSG_BACKOUT_DONE = INFO: End of Git Backout
78 MSG_UNCOMMITTED_CHANGES_BACKOUT = \nBackout will not work if there are uncommitted local changes. You can view them using Mercurial -> Status.\nINFO: If you wish to discard these changes, use Mercurial -> Update selecting the Forced Update option and rerun Backout.
79 MSG_MERGE_CSET_BACKOUT = \nCannot backout a backout merge changeset.\nINFO: Either run git backout --parent from the command line or use Mercurial -> Rollback.
80 MSG_BACKOUT_MERGE_CONFIRM_TITLE = Confirm Merge after Backout
81 MSG_BACKOUT_MERGE_CONFIRM_QUERY = Backout has completed and Merge is Required.\nMerge the backout changeset now?
82 MSG_BACKOUT_MERGE_DO = INFO MERGE: Performing Merge with backout changeset
85 CTL_StripForm_Action_Strip=&Strip
86 ACSD_StripForm_Action_Strip=Strip
87 ACSN_StripForm_Action_Strip=Strip
88 CTL_StripForm_Action_Cancel=&Cancel
89 ACSD_StripForm_Action_Cancel=Cancel
90 ACSN_StripForm_Action_Cancel=Cancel
91 CTL_StripDialog=Strip - {0}
92 ACSD_StripDialog=Strip - {0}
94 StripPanel.revisionsLabel.text=Choose from &Revisions:
95 StripPanel.infoLabel.text=Strip selected revision and it's descendants from the repository
96 StripPanel.infoLabel2.text=(updates the working dir to the first parent of the stripped revision)
97 StripPanel.doBackupChxBox.text= Save a &backup so stripped revisions can be reapplied
98 StripPanel.jPanel1.border.title= Options 
99 StripPanel.doForcedMultiHeadStripChxBox.text=Force multi-head removal if required
101 BackoutPanel.revisionsLabel.text=Choose from &Revisions:
102 BackoutPanel.infoLabel.text=Backout selected revision from the repository
103 BackoutPanel.infoLabel2.text=(creates a backout changeset to back out only this revision)
104 BackoutPanel.jPanel1.border.title= Options 
105 BackoutPanel.doMergeChxBox.text=Automerge the backout changeset with tip and commit
107 MSG_Refreshing_Backout_Versions = Refreshing Backout Versions
108 MSG_Revision_Default = <no revision>
109 MSG_Fetching_Revisions = Fetching Revisions...
110 MSG_Refreshing_Backout_Versions = Refreshing Backout Versions
112 CTL_BackoutForm_Action_Backout=&Backout
113 ACSD_BackoutForm_Action_Backout=Backout
114 ACSN_BackoutForm_Action_Backout=Backout
115 CTL_BackoutForm_Action_Cancel=&Cancel
116 ACSD_BackoutForm_Action_Cancel=Cancel
117 ACSN_BackoutForm_Action_Cancel=Cancel
118 CTL_BackoutDialog=Backout - {0}
119 ACSD_BackoutDialog=Backout - {0}
120 BackoutPanel.commitMsgField.text=Autocommit of backout changeset for
121 BackoutPanel.commitLabel.text=Co&mmit Msg:
122 ACSD_doBackupChxBox=Specifies a backup should be done before the strip
123 ACSD_revisionsComboBox=Specifies the revision to be stripped
124 ACSD_revisionsComboBoxBackout=Specifies the revision to be backed out
125 ACSD_commitMsgField=Specifies the commit message to be used for backout changeset