Add missing NetBeans *.form files.
[nbgit.git] / src / org / netbeans / modules / git / Bundle.properties
blob52f2304d0051c3e4e72306f62efa0bdceec98e54
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 OpenIDE-Module-Display-Category=Base IDE
42 OpenIDE-Module-Long-Description=\
43     Integrates Git functionality into NetBeans IDE
44 OpenIDE-Module-Name=Git
45 OpenIDE-Module-Short-Description=Git Versioning System
47 # Note: Changing the label below to &Git, breaks the app
48 CTL_Mercurial_MainMenu = &Git
49 CTL_Mercurial_DisplayName = Git
51 ## Annotator.java
52 #{0} represents file name, {1} represents text annotations (branch name, status, etc.)
53 excludedFormat = <font color="#999999">{0}</font>{1} 
54 #999999 grey
55 newLocallyFormat = <font color="#008000">{0}</font>{1} 
56 addedLocallyFormat = <font color="#008000">{0}</font>{1} 
57 #008000 green
58 uptodateFormat = {0}{1} 
59 # defaults to black
60 modifiedLocallyFormat = <font color="#0000FF">{0}</font>{1} 
61 #0000FF blue
62 removedLocallyFormat = <font color="#999999">{0}</font>{1} 
63 #999999 grey
64 deletedLocallyFormat = <font color="#999999">{0}</font>{1} 
65 #999999 grey
66 conflictFormat = <font color="#FF0000">{0}</font>{1} 
67 #FF0000 red
69 CTL_FileInfoStatus_Unknown = Unknown
70 CTL_FileInfoStatus_Excluded = Ignored
72 CTL_FileInfoStatus_NewLocally = Locally New
73 CTL_FileInfoStatus_AddedLocally = Locally Added
74 CTL_FileInfoStatus_AddedLocallyCopied = Locally Copied
75 CTL_FileInfoStatus_UpToDate = Up to date
76 CTL_FileInfoStatus_ModifiedLocally = Locally Modified
77 CTL_FileInfoStatus_DeletedLocally = Locally Deleted
78 CTL_FileInfoStatus_RemovedLocally = Locally Removed
79 CTL_FileInfoStatus_Conflict = Merge Conflict
80 CTL_FileInfoStatus_RemovedInRepository = Removed In Repository
81 CTL_FileInfoStatus_ModifiedInRepository = Modified In Repository
82 CTL_FileInfoStatus_NewInRepository = New In Repository
83 CTL_FileInfoStatus_Merge = Merge
85 CTL_FileInfoStatus_Excluded_Short = Ignored
86 CTL_FileInfoStatus_NewLocally_Short = New
87 CTL_FileInfoStatus_AddedLocally_Short = New
88 CTL_FileInfoStatus_AddedLocallyCopied_Short = Copied
89 CTL_FileInfoStatus_ModifiedLocally_Short = Modified
90 CTL_FileInfoStatus_RemovedLocally_Short = Removed
91 CTL_FileInfoStatus_DeletedLocally_Short = Deleted
92 CTL_FileInfoStatus_Conflict_Short = Conflict
94 textAnnotation = <font color="#999999">{0}</font> 
96 CTL_MenuItem_Create = I&nitialize Project
97 CTL_PopupMenuItem_Create = Initialize &Git Project
98 CTL_PopupMenuItem_CloneOther = Clone Ot&her...
99 CTL_PopupMenuItem_CloneLocal = Cl&one - {0}
101 CTL_PopupMenuItem_Status = &Status
102 CTL_PopupMenuItem_Diff = &Diff
103 CTL_PopupMenuItem_Update = &Update...
104 CTL_PopupMenuItem_Commit = &Commit...
105 CTL_PopupMenuItem_ExportDiff = E&xport Diff...
106 CTL_PopupMenuItem_ImportDiff = Im&port Patches...
107 CTL_PopupMenuItem_Ignore = &Toggle Ignore
108 CTL_PopupMenuItem_ShowIncoming = Show Incomin&g
109 CTL_PopupMenuItem_ShowOut = Sho&w Out
110 CTL_PopupMenuItem_FetchLocal = &Fetch
111 CTL_PopupMenuItem_PushOther = Pu&sh Other...
112 CTL_PopupMenuItem_PushLocal = Push &to - default
113 CTL_PopupMenuItem_PullOther = Pu&ll Other...
114 CTL_PopupMenuItem_PullLocal = Pull f&rom - default
115 CTL_PopupMenuItem_Backout = Backou&t...
116 CTL_PopupMenuItem_Strip = Stri&p...
117 CTL_PopupMenuItem_Revert = Re&vert...
118 CTL_PopupMenuItem_Rollback = Rollbac&k
119 CTL_PopupMenuItem_Merge = M&erge
120 CTL_PopupMenuItem_Resolve = Resolve Confl&icts
121 CTL_PopupMenuItem_MarkResolved = M&ark as Resolved
123 CTL_PopupMenuItem_Log = Show Histor&y
124 CTL_PopupMenuItem_HideAnnotations = Hide &Annotations
125 CTL_PopupMenuItem_ShowAnnotations = Show &Annotations
126 CTL_PopupMenuItem_GetClean = Re&vert Modifications
127 CTL_PopupMenuItem_RevertDelete = Re&vert Delete
128 CTL_PopupMenuItem_View = Vie&w...
129 CTL_PopupMenuItem_Properties = Pr&operties...
130 CTL_PopupMenuItem_IncludeInCommit=Include in Commit
131 CTL_PopupMenuItem_ExcludeFromCommit=Exclude from Commit
133 MSG_ActionCanceledByUser = Action canceled by user
134 MSG_Change_Progress = Changing ...
135 MSG_Create_Progress = Creating ...
136 MSG_Remove_Progress = Removing ...
137 MSG_Move_Progress = Moving ...
138 MSG_VERSION_CONFIRM = Confirm Git Version
139 MSG_VERSION_CONFIRM_QUERY The version of Git found ({0}) is not one supported by the NetBeans Git Plugin.\nDo you want to use this version of Git with the plugin?
141 MSG_VERSION_NONE_TITLE = Git not Found
142 MSG_VERSION_NONE_MSG = Git could not be found.\nNo Git commands can be executed.\n\nPlease check Git is installed and on your PATH.
143 MSG_VERSION_NONE_OUTPUT_MSG = INFO: Git could not be found.\nNo Git commands can be executed.
144 MSG_USING_VERSION_MSG = INFO: Using version {0} of Git.
145 MSG_NOT_USING_VERSION_MSG = INFO: User has elected not to use version {0} of Git.\n\nNo Git commands can be executed.
146 LBL_Queued = {0} (Queued)