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]"
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_Out_TabTitle = Git Out - {0}
42 MSG_Incoming_TabTitle = Git Incoming - {0}
44 MSG_Log_Progress=Showing History...
45 MSG_Log_TabTitle = Git History - {0}
46 MSG_Log_TabTitleNotCommitted = Git History - {0} (not committed)
47 MSG_Log_Title = Git History
48 MSG_LogIncoming_Title = Git Incoming
49 MSG_LogOut_Title = Git Outgoing
50 MSG_Log_Title_Sep = ------------
51 MSG_LOG_CONTEXT_SEP = Search within:\n
52 MSG_LOG_EXEC_CONTEXT_SEP = Search executed on:\n
54 MSG_Log_DONE = INFO: End of Git History
55 MSG_Log_Files = INFO History for file(s): {0}
56 MSG_Log_PrjName = INFO Project Name: {0}
57 MSG_Log_PrjPath = INFO Project Path: {0}
58 MSG_Log_Pull_Path = INFO Pull Path: {0}
59 MSG_Log_Push_Path = INFO Push Path: {0}
60 MSG_Log_Nothing = Nothing yet comitted, so no History available.
62 CTL_MenuItem_SearchHistory = Search &History...
63 CTL_MenuItem_SearchHistory_Context = Search &History...
64 CTL_MenuItem_SearchHistory_Context_Multiple = Search Files &History...
65 CTL_MenuItem_SearchHistory_Projects = Search {0} Projects History...
67 CTL_SearchHistory_Title = {0} [Search History]
69 CTL_UseCommitMessage=&Message\:
70 TT_CommitMessage=Search for a case insensitive substring in commit messages or leave blank.
71 TT_OutCommitMessage=Search for a case insensitive substring in Outgoing commit messages or leave blank.
72 TT_IncomingCommitMessage=Search for a case insensitive substring in Incoming commit messages or leave blank.
74 CTL_UseUsername=&Username\:
75 TT_Username=Search for commits made by a given user or leave blank.
76 TT_OutUsername=Search for Outgoing commits made by a given user or leave blank.
77 TT_IncomingUsername=Search for Incoming commits made by a given user or leave blank.
80 TT_From=Find only commits starting from a specified revision or a date. Leave blank otherwise.
81 TT_OutFrom=Show Out uses the start revision for all Outgoing changesets. Leave blank otherwise.
82 TT_IncomingFrom=Show Incoming uses the start revision for all Incoming changesets.
85 TT_To=Find only commits before a specified revision or a date. Leave blank otherwise.
86 TT_OutTo=Find only Outgoing changeset commits for a specified revision. Leave blank otherwise.
87 TT_IncomingTo=Find only Incoming changesets before a specified revision. Leave blank otherwise.
90 TT_Search=Execute search
93 TT_Summary=Show search results as a single list of all found commits
94 TT_OutSummary=Show Outgoing changesets as a single list of all found Outgoing commits
95 TT_IncomingSummary=Show Incoming changesets as a single list of all found Incoming commits
98 TT_ShowDiff=Show search results as a tree view of all commits with possibility to easily diff any two revisions
99 TT_OutShowDiff=Show Outgoing changesets as a tree view of all Outgoing commits with possibility to easily diff any two revisions
100 TT_IncomingShowDiff=Show Incoming changesets as a tree view of all Incoming commits with possibility to easily diff any two revisions
101 CTL_ShowSummary=&Summary
103 TT_ShowMerges = Show or Hide changesets that are the result of a merge
104 TT_OutShowMerges = Show or Hide Outgoing changesets that are the result of a merge
105 TT_IncomingShowMerges = Show or Hide Incoming changesets that are the result of a merge
106 CTL_ShowMerge= Sh&ow merges
108 ACSN_SearchHistoryT_Top_Component = Search History
109 ACSD_SearchHistoryT_Top_Component = Search History
111 ACSN_Divider = Divider
112 ACSD_Divider = Divider
114 MSG_StatusSymlinkWarning = Warning: Search History does not search deleted files. See the Output window for details.
115 MSG_SymlinkWarning1 = Warning: Search History will not search occurrences in deleted files due to problem in CVS server setup.
116 MSG_SymlinkWarning2 = See {0} how to work around this problem.
118 LBL_SearchHistory_Searching = <No Results Yet - Search in Progress...>
119 LBL_SearchHistory_NoResults = <No Results - End of Search>
121 ACSN_SummaryView_List = List of found commits
122 ACSD_SummaryView_List = Flat list of found commits sorted by file name and revision number.
123 CTL_SummaryView_Diff = Diff {0} and {1}
124 CTL_SummaryView_DiffToPrevious = Diff to Previous Revision
125 CTL_SummaryView_RollbackTo = Revert to {0}
126 CTL_SummaryView_View = View
127 CTL_Action_Opening=Opening {0}...
128 CTL_SummaryView_RollbackChange = Rollback Changes
129 MSG_SummaryView_RollingBackChange = Rolling Back Changes
130 CTL_Action_DiffTo = Diff to:
131 CTL_SummaryView_Previous = Previous
132 MSG_SummaryView_DeadState = (state: dead; file was removed in this revision)
134 CTL_Action_Revert = Revert
135 CTL_Action_Diff = Diff
136 CTL_Action_ExportDiffs = Export Diff
137 CTL_Action_RollbackTo = Revert to {0}
138 CTL_Action_RollbackChange = Rollback Changes
139 CTL_Rollback_Title = Confirm Rollback
140 CTL_Rollback_Prompt = Do you want to overwrite file "{0}" with revision {1}?
142 CTL_FindAssociateChanges_OpenProjects_Title = {0} Projects
144 LBL_DiffTree_Column_Name = File Revision
145 LBL_DiffTree_Column_Username = User
146 LBL_DiffTree_Column_Time = Time
147 LBL_DiffTree_Column_Message = Message
149 LBL_DiffTree_Column_Name_Desc = Revision and Name of the File
150 LBL_DiffTree_Column_Username_Desc = Author of the Change
151 LBL_DiffTree_Column_Time_Desc = Time of Change
152 LBL_DiffTree_Column_Message_Desc = Commit Message
154 MSG_DiffPanel_NoRevisions = <Diff - No Revision Selected>
155 MSG_DiffPanel_TooManyRevisions = <Diff - Too many revisions selected>
156 MSG_DiffPanel_IllegalSelection = <Diff - Illegal selection>
158 CTL_FromToHint=(Revision/Date\:YYYY-MM-DD)
159 CTL_FromToOutOrIncomingHint=(Revision)
161 BK0001=Searching History
163 #org.netbeans.modules.versioning.system.cvss.ui.history.SearchHistoryPanel
164 CTL_DiffPanel_Next_Tooltip=Next Difference
166 #org.netbeans.modules.versioning.system.cvss.ui.history.SearchHistoryPanel
167 CTL_DiffPanel_Prev_Tooltip=CTL_DiffPanel_Prev_Tooltip
169 ACSN_NextDifference=Go To Next Difference
170 ACSN_PrevDifference=Go To Previous Difference
171 ACSD_NextDifference=Go To Next Difference
172 ACSD_PrevDifference=Go To Previous Difference
174 MSG_Search_PleaseWait=Please wait...
175 MSG_Search_ResolvingTagProgress=Resolving tag URL...
176 MSG_Search_Progress=Searching...
177 MSG_Revert_Progress=Reverting...
178 MSG_Rollback_Progress=Rolling Back...
179 LBL_NumberOfChangedPaths = \ ({0} changes)