Added Bundle.properties text strings.
[nbgit.git] / src / org / netbeans / modules / git / ui / update / Bundle.properties
blobf58b8db5becc666c7bc8adeb9bd3592c71c4c5b7
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 Diff.titleWorkingFile = Local Working File 
42 Diff.titleRevision = Remote file 
43 Merge.titleResult = Result after merge
45 MSG_NoConflictsFound=No Conflicts found\!
46 CTL_RevertForm_Action_Revert=&Revert
47 ACSD_RevertForm_Action_Revert=Revert
48 ACSN_RevertForm_Action_Revert=Revert
49 CTL_RevertForm_Action_Cancel=&Cancel
50 ACSD_RevertForm_Action_Cancel=Cancel
51 ACSN_RevertForm_Action_Cancel=Cancel
52 CTL_RevertDialog=Revert Modifications - {0}
53 CTL_MultiRevertDialog=Revert Modifications - Multiple Files
54 ACSD_RevertDialog=Revert Modifications - {0}
55 ACSD_MultiRevertDialog=Revert Modifications - Multiple Files
56 MSG_Update_Progress=Updating...
57 MSG_Revert_Progress=Reverting...
59 CTL_UpdateForm_Action_Update=&Update
60 ACSD_UpdateForm_Action_Update=Update
61 ACSN_UpdateForm_Action_Update=Update
62 CTL_UpdateForm_Action_Cancel=&Cancel
63 ACSD_UpdateForm_Action_Cancel=Cancel
64 ACSN_UpdateForm_Action_Cancel=Cancel
65 CTL_UpdateDialog=Update - {0}
66 ACSD_UpdateDialog=Update - {0}
68 MSG_UPDATE_TITLE =     Git Update
69 MSG_UPDATE_TITLE_SEP = ----------
70 MSG_UPDATE_INFO_SEP = Update to revision {0} in:\n{1}
71 MSG_UPDATE_DONE = INFO: End of Update
73 MSG_REVERT_TITLE =     Git Revert
74 MSG_REVERT_TITLE_SEP = ----------
75 MSG_REVERT_REVISION_STR = Reverting to revision {0}
76 MSG_REVERT_DONE = INFO: End of Revert
77 MSG_REVERT_NOTHING = Nothing yet comitted, so no nothing to revert.
79 MSG_Refreshing_Revert_Versions = Refreshing Revert Versions
80 MSG_Revision_Default = <no revision>
81 MSG_Fetching_Revisions = Fetching Revisions...
82 MSG_Refreshing_Update_Versions = Refreshing Update Versions
83 MSG_ConflictResolved_Progress = Marking resolved...
84 RevertModificationsPanel.revisionsLabel.text=Choose from Re&visions:
85 RevertModificationsPanel.infoLabel.text=Revert selected files to their state in the chosen revision
86 RevertModificationsPanel.infoLabel2.text=(only modifies the working directory, not the repository)
88 UpdatePanel.revisionsLabel.text=Choose from &Revisions:
89 UpdatePanel.infoLabel.text=Update files in the working directory to the selected revision
90 UpdatePanel.infoLabel2.text=(set parent of the working dir to this revision in the repository)
91 UpdatePanel.forcedUpdateChxBox.text=Do a Forced Update - any local changes will be lost!
92 UpdatePanel.jPanel1.border.title=Options
93 RevertModificationsPanel.doBackupChxBox.text=&Back up any Locally Modified files to <file>.orig
94 ACSD_doBackupChxBox=Specifies that any file which is locally modified is backed up first
95 ACSD_revisionsComboBox=Specified the revision to be reverted to