Fix importing of submodule repositories using Git 1.7.8 layout
[egit/eclipse.git] / org.eclipse.egit.ui / plugin.properties
blob87dc362baddda2a5a3f71c0779d9bb290b248f19
1 ###############################################################################
2 # Copyright (c) 2005, 2012, 2013 Shawn Pearce and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Eclipse Public License v1.0
5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/epl-v10.html
8 # Contributors:
9 #    Shawn Pearce - initial implementation
10 #    Daniel Megert <daniel_megert@ch.ibm.com> - Removed two duplicate keys - http://bugs.eclipse.org/364013
11 ###############################################################################
13 plugin_name=Git Team Provider UI
14 provider_name=Eclipse EGit
16 Git=Git
18 Git_clone_category=Git
19 Git_clone_wizard=Projects from Git
20 Git_clone_description=Import one or more projects from a Git Repository.
22 SharingWizard_name=Git
23 GitRemoteQuickDiffProvider_label=A Git Revision
25 DisconnectAction_label=&Disconnect
26 AssumeUnchangedAction_label=A&ssume Unchanged
27 NoAssumeUnchangedAction_label=&No Assume Unchanged
28 UntrackAction_label=&Untrack
29 Decorator_name=Git
30 Decorator_description=Shows Git specific information on resources in projects under version control.
31 AddToIndexAction_label=&Add to Index
32 AddToIndexAction_tooltip=Add to Git Index
33 RemoveFromIndexAction_label=Remove from Index
34 BranchAction_label=&Switch to ...
35 BranchAction_tooltip=Checkout branch, tag, or reference
36 DiscardChangesAction_label=Git &Index
37 ReplaceWithHeadAction_label=&HEAD Revision
38 ReplaceWithCommitAction_label=&Commit...
39 replaceWithPreviousVersionAction.label = &Previous Revision
40 ReplaceWithRefAction_label=&Branch, Tag, or Reference...
41 FetchAction_label=&Fetch From...
42 FetchAction_tooltip=Fetch changes from upstream
43 PushAction_label=&Push...
44 ResetAction_label=&Reset...
45 ResetAction_tooltip=Reset index, working directory or branch head
46 RebaseAction_label=Re&base...
47 RebaseAction_tooltip=Rebase current branch on top of selected branch
48 RebaseWithDialog_label=&Rebase...
49 SynchronizeWith_label=&Synchronize
50 SynchronizeWorkspace_label=Synchronize &Workspace
51 TagAction_label=&Tag...
52 MergeAction_label=&Merge...
53 MergeAction_tooltip=Merge a branch or tag into the current branch
54 CommitAction_label=&Commit...
55 CommitAction_tooltip=Commit change
56 CompareWithIndexAction_label=Git &Index
57 CompareWithHeadAction_label=&HEAD Revision
58 CompareIndexWithHeadAction_label=Git Index With HEAD
59 IgnoreAction_label=&Ignore
60 ApplyPatchAction_label=Appl&y Patch...
61 ShowResourceInHistoryAction_label=Show in Hist&ory
62 CompareWithRevisionAction_label=Histor&y...
64 GitKeyword_label = git egit
65 GitKeyword_Refresh_label = refresh
66 GitActions_label=Git
67 GitActions_description = Git commands in workbench toolbar and menu
69 GitMenu_label=&Git
72 Theme_label=Git
73 Theme_CommitGraphNormalFont_label=Commit graph normal font
74 Theme_CommitGraphNormalFont_description=This font is used to draw the revision history.
75 Theme_CommitGraphHighlightFont_label=Commit graph highlight font
76 Theme_CommitGraphHighlightFont_description=This font is used to highlight matching commits in the revision history.
77 Theme_CommitMessageFont_label=Commit message font
78 Theme_CommitMessageFont_description=This font is used to show a commit message.
79 Theme_CommitMessageEditorFont_label=Commit message editor font
80 Theme_CommitMessageEditorFont_description=This font is used when entering a commit message.
81 Theme_UncommittedChangeForegroundColor_label=Uncommitted Change (Foreground)
82 Theme_UncommittedChangeForegroundColor_description=This color is used for the foreground color for resources that have outgoing changes.
83 Theme_UncommittedChangeBackgroundColor_label=Uncommitted Change (Background)
84 Theme_UncommittedChangeBackgroundColor_description=This color is used for the background color for resources that have outgoing changes.
85 Theme_UncommittedChangeFont_label=Uncommitted Change Font
86 Theme_UncommittedChangeFont_description=The font used to display outgoing changes.
87 Theme_DiffHunkBackgroundColor_label=Diff Hunk (Background)
88 Theme_DiffHunkBackgroundColor_description=This color is used for the background color for diff hunks displayed in the commit viewer.
89 Theme_DiffHunkForegroundColor_label=Diff Hunk (Foreground)
90 Theme_DiffHunkForegroundColor_description=This color is used for the foreground color for diff hunks displayed in the commit viewer.
91 Theme_DiffAddBackgroundColor_label=Diff Added (Background)
92 Theme_DiffAddBackgroundColor_description=This color is used for the background color for added diff lines displayed in the commit viewer.
93 Theme_DiffAddForegroundColor_label=Diff Added (Foreground)
94 Theme_DiffAddForegroundColor_description=This color is used for the foreground color for added diff lines displayed in the commit viewer.
95 Theme_DiffRemoveBackgroundColor_label=Diff Removed (Background)
96 Theme_DiffRemoveBackgroundColor_description=This color is used for the background color for removed diff lines displayed in the commit viewer.
97 Theme_DiffRemoveForegroundColor_label=Diff Removed (Foreground)
98 Theme_DiffRemoveForegroundColor_description=This color is used for the foreground color for removed diff lines displayed in the commit viewer.
99 Theme_DiffHeadlineForegroundColor_label=Diff Headline (Foreground)
100 Theme_DiffHeadlineForegroundColor_description=This color is used for the foreground color for the first line of a file (headline) in the commit viewer.
101 Theme_DiffHeadlineBackgroundColor_label=Diff Headline (Background)
102 Theme_DiffHeadlineBackgroundColor_description=This color is used for the background color for the first line of a file (headline) in the commit viewer.
103 Theme_DiffHeadlineFont_label=Diff Headline (Font)
104 Theme_DiffHeadlineFont_description=This font is used for the the first line of a file (headline) in the commit viewer.
105 Theme_IgnoredResourceForegroundColor_label=Ignored Resource (Foreground)
106 Theme_IgnoredResourceForegroundColor_description=This color is used for the foreground color for resources that are ignored.
107 Theme_IgnoredResourceBackgroundColor_label=Ignored Resource (Background)
108 Theme_IgnoredResourceBackgroundColor_description=This color is used for the background color for resources that are ignored.
109 Theme_IgnoredResourceFont_label=Ignored Resource (Font)
110 Theme_IgnoredResourceFont_description=The font used to display resources that are ignored.
112 GitPreferences_name=Git
113 GitPreferences_WindowCachePreferencePage_name=Window Cache
114 GitPreferences_DecoratorPreferencePage_name=Label Decorations
115 GitPreferences_CommitDialogPreferencePage_name=Commit Dialog
116 GitPreferences_ProjectPreferencePage_name=Projects
118 ShareProjectCommand_name=Share with Git
119 ShareProjectCommand_desc=Share the project using Git
121 ShareProjectCommandParameter_name = Project
122 GitRepositoriesView_name = Git Repositories
123 GitStagingView_name = Git Staging
124 GitCategory_name = Git
125 GitRepositoryPerspective_name = Git
126 Synchronize_Name=Git
127 Synchronize_ChangeSet=Git Commits
129 GitRepositoriesContentName = Git Repositories
130 AddRepositoryCommand = Add a Git Repository
131 CloneRepositoryCommand = Clone a Git Repository
132 CheckoutCommand = Checkout
133 CopyPathCommand = Copy Path to Clipboard
134 DeleteBranchCommand = Delete Branch...
135 RenameBranchCommand = Rename Branch...
136 FetchCommand = Fetch...
137 CommitCommand = Commit
138 PastePathCommand = Paste Repository Path or URI
139 PushCommand = Push...
140 RefreshCommand = Refresh
141 RemoveRepositoryCommand = Remove Repository
142 ImportProjectsCommand = Import Projects...
143 ImportProjectsCommand_description = Import or create in local Git repository
144 CreateBranchCommand = Create Branch...
145 NewRemoteCommand = Create Remote...
146 ConfigureFetchCommand = Configure Fetch...
147 ConfigurePushCommand = Configure Push...
148 DeleteRemoteCommand = Delete Remote
149 ConfigureGerritRemoteCommand = Gerrit Configuration...
150 SimplePushCommand = Push
151 ChangeCredentialsCommand = Change Credentials
152 ClearCredentialsCommand = Clear Credentials
153 SimpleFetchCommand = Fetch
154 RemovePushCommand = Delete Push
155 RemoveFetchCommand = Delete Fetch
156 OpenInEditorCommand = Open in Editor
157 DeleteFileCommand = Delete
158 OpenCommand = Open
159 LinkWithSelectionCommand = Link with Selection
160 SynchronizeCommand = Synchronize...
161 UntrackCommand.name = Untrack
163 ConfigurationPage.name = Configuration
164 DeleteTagCommand.name = &Delete Tag
165 MergeCommand = Merge
166 MergeWithDialogCommand = Merge...
167 ResetCommand = Reset...
168 gitsyncwizard.description = Git Synchronization
169 ShowRepositoryAction_label = Show in Repositories &View
170 TeamMenuCommandsLabel = The commands for the Team menu
171 SharedCommandsLabel = The shared commands
172 RepositoryCommandsLabel = The commands for the repositories view
173 HistoryViewCommandsLabel = History View Commands
174 HistoryViewCommands.extension.name = The history view commands
175 CommitViewerCommands.extension.name = The commit viewer commands
176 CompareCommand.name = Compare with each other
177 CompareWithWorkTreeCommand.name = Compare with Working Directory
178 OpenCommand.name = Open
179 CompareModeCommandParameter.name = Compare mode
180 CreatePatchCommand.name = Create Patch
181 CreateBranchCommand.name = Create Branch
182 CreateTagCommand.name = Create Tag...
183 PushCommit.name = Push Commit...
184 ResetCommand.name = Reset...
185 ResetModeCommandParameter.name = Reset mode
186 ResetQuickdiffCommand.name = Reset quickdiff baseline
187 ResetTargetCommandParameter.name = Reset target (HEAD, HEAD^1)
188 SetQuickdiffBaselineCommand.name = Set quickdiff baseline
189 RepoViewFetch.label = &Fetch...
190 RepoViewCommit.label = &Commit...
191 RepoViewPush.label = &Push...
192 RepoViewPushBranch.label = &Push Branch...
193 RepoViewPushTag.label = &Push Tag...
194 RepoViewImportProjects.label = &Import Projects...
195 RepoViewCheckout.label = &Checkout
196 RepoViewSynchronize.label = &Synchronize with Workspace
197 RepoViewSynchronizeEachOther.label = &Synchronize with each other
198 RepoViewFetchSimple.label = &Fetch
199 RepoViewPushSimpleLabel = &Push
200 RepoViewChangeCredentialsLabel = Change Credentials...
201 RepoViewClearCredentialsLabel = Clear Credentials
202 RepoViewRemove.label = &Remove Repository from View
203 RepoViewCreateBranch.label = Create &Branch...
204 RepoViewCreateTag.label = Create &Tag...
205 RepoViewMerge.label = &Merge...
206 RepoViewMergeSimple.label = &Merge
207 RepoViewCreateRemote.label = Create &Remote...
208 RepoViewConfigureFetch.label = &Configure Fetch...
209 RepoViewConfigurePush.label = &Configure Push...
210 RepoViewConfigureGerritRemote.label = &Gerrit Configuration...
211 RepoViewReset.label = &Reset...
212 RepoViewOpenInEditor.label = Open in &Editor
213 RepoViewAddToIndex.label = Add to Index
214 RepoViewDeleteFile.label = &Delete
215 RepoViewDeleteBranch.label = &Delete Branch
216 RepoViewRemoveRemote.label = &Delete Remote
217 RepoViewDeleteFetch.label = &Delete Fetch
218 RepoViewDeletePush.label = &Delete Push
219 RepoViewCopyPath.label = &Copy Path to Clipboard
220 RepoViewPastePath.label = Paste R&epository Path or URI
221 RepoViewRenameBranch.label = Re&name Branch...
222 AddToIndexCommand.name = Add to Git Index
223 RemoveFromIndexCommand.name = Remove from Git Index
224 BranchCommand.name = Branch
225 CommitCommand.name = Commit...
226 CompareWithHeadCommand.name = Compare with HEAD Revision
227 CompareIndexWithHeadCommand.name = Compare File in Git Index with HEAD Revision
228 CompareWithIndexCommand.name = Compare with Git Index
229 ReplaceWithIndexCommand.name = Replace with File in Git Index
230 ReplaceWithHeadCommand.name = Replace with HEAD revision
231 ReplaceWithCommitCommand.name = Replace with commit
232 ReplaceWithRefCommand.name = Replace with branch, tag, or reference
233 FetchCommand.name = Fetch
234 IgnoreCommand.name = Ignore
235 MergeCommand.name = Merge
236 PushCommand.name = Push
237 PushBranchCommand.name = Push Branch...
238 PushTagsCommand.name = Push Tags...
239 ResetCommand.name2 = Reset
240 SynchronizeCommand.name = Synchronize
241 TagCommand.name = Tag
242 ShowInHistoryCommand.name = Show in History
243 ShowRepoViewCommand.name = Show Git Repositories View
244 ApplyPatchCommand.name = Apply Patch
245 CheckoutCommand.name = Checkout
246 ChangeSetModel.name = Git Commits
247 RepoViewDeleteRepository.label = &Delete Repository...
248 DeleteRepositoryCommand.name = Delete Repository
249 RepoViewAddRepository.tooltip = Add an existing local Git Repository to this view
250 RepoViewCloneRepository.tooltip = Clone a Git Repository and add the clone to this view
251 RepoViewCreateRepository.tooltip = Create a new Git Repository and add it to this view
252 RepoAddRepositoryViewMenu.label = &Add a Repository
253 RepoCloneRepositoryViewMenu.label = &Clone a Repository
254 RepoCreateRepositoryViewMenu.label = &Create a Repository
255 RepoViewRefreshViewMenu.label = &Refresh
256 RepoViewLinkWithSelectionMenu.label = Link with &Selection
257 RepoViewCreateRepositoryCommand.name = Create a Repository
258 CreateRepositoryWizard.name = Git Repository
259 HierarchyLayout.label = &Hierarchical Branch Layout
260 BranchCommit.label = &Display Latest Branch Commit
261 ToggleLayoutCommand.name = Toggle Branch Representation
262 ToggleBranchCommitCommand.name = Toggle Latest Branch Commit
263 RepoViewHierarchicalBranchRepresenation.tooltip = Hierarchical Branch Layout
264 RepoViewBranchCommit.tooltip = Display Latest Branch Commit
265 ConfigureTraceCommand.name = Configure Git Debug Trace
266 PullIntoCurrentBranchMenuLabel = P&ull
267 CherryPickCommand.name = Cherry Pick
268 RevertCommand.name = Revert Commit
269 RebaseCurrentCommand.name = Rebase
270 DisconnectCommand.name = Disconnect
272 RepoViewPullMenu.label = P&ull
273 RepoViewPullCommand.name = Pull
274 TeamPullCommand.name = Pull
275 PullIntoCurrentBranch.tooltip = Pull changes from upstream into current branch
276 RemoteSubMenu.label = R&emote
277 PushToUpstreamAction.label = &Push to Upstream
278 PushToUpstreamAction.tooltip = Push current branch to upstream if configured or start push branch wizard
279 FetchFromUpstreamAction.label = &Fetch from Upstream
280 PushBranchAction.label = Push &Branch...
281 CompareWithBranchOrTagAction.label = &Branch, Tag, or Reference...
282 MergeToolAction.label = Merge Tool
283 CompareWithCommitAction.label = Commit...
284 CreatePatchAction.label = Crea&te Patch...
285 CreatePatchAction.tooltip = Compare your working directory contents with the index and generate a diff file that can be used as a patch file.
286 TreeCompareView.name = Git Tree Compare
287 TeamMenu.label = T&eam
288 RebaseCommand.label = Rebase
289 PushToUpstreamCommand.label = Push to Upstream
290 FetchFromUpstreamCommand.label = Fetch from Upstream
291 RebaseCommand.label2 = Rebase...
292 RebaseMenu.label = Rebase
293 AbortCommand.label = &Abort
294 ContinueCommand.label = &Continue
295 SkipCommand.label = &Skip commit and continue
296 ShowInHistoryCommand.label = History
297 ShowInHistoryCommand.name2 = Show in History
298 RebaseCommand.name = Rebase
299 RebaseWithDialogCommand.name = Rebase...
300 AbortRebaseCommand.name = Abort Rebase
301 SkipRebaseCommand.name = Skip commit and continue
302 ContinueRebaseCommand.name = Continue Rebase
303 SubmoduleUpdateCommand.name = Update Submodule
304 SubmoduleUpdateCommand.label = Update Submodule
305 SubmoduleSyncCommand.name = Sync Submodule
306 SubmoduleSyncCommand.label = Sync Submodule
307 SubmoduleAddCommand.name = Add Submodule
308 SubmoduleAddCommand.label = Add Submodule...
309 CleanCommand.name = Clean...
310 CleanCommand.label = Clean...
311 StashCreateCommand.name = Stash Changes
312 StashCreateCommand.label = Stash Changes
313 StashApplyCommand.name = Apply Stashed Changes
314 StashApplyCommand.label = Apply Stashed Changes
315 StashDropCommand.name = Delete Stashed Commit...
316 StashDropCommand.label = Delete Stashed Commit...
317 MergeToolCommand.name = Merge Tool
318 PushUpstreamCommand.name = Push to Upstream
319 FetchUpstreamCommand.name = Fetch from Upstream
320 ConfigureUpstreamFetchCommand.name = Configure Upstream Fetch
321 ConfigureUpstreamPushCommand.name = Configure Upstream Push
322 OpenInTextEditorCommand.name = Open in Text Editor
323 OpenInCommitViewerCommand.name = Open in Commit Viewer
324 ConfigureFetchFromUpstreamCommand.label = Configure F&etch from Upstream...
325 ConfigurePushToUpstreamCommand.label = Configure P&ush to Upstream...
326 CommitMessageProviderExtension-point.name = CommitMessageProvider
327 CloneSourceProviderExtension-point.name = CloneSourceProvider
329 FetchFromGerritCommand.name = Fetch From Gerrit
330 FetchFromGerritCommand.label = Fetch from &Gerrit...
332 RepositoriesViewContext.name= In Git Repositories View
334 SwitchToMenu.label = S&witch To
336 DialogsPreferencePage.name = Confirmations and Warnings
337 SynchronizePreferencePage.name = Synchronize
338 HistoryPreferencePage.name = History
340 AdvancedMenu.label = Ad&vanced
341 RenameBranchMenu.label = Rename Branch...
342 DeleteBranchMenu.label = Delete Branch...
343 DeleteBranchCommand.name = Delete Branch
344 RenameBranchCommand.name = Rename Branch
345 CompareInTreeCommand.name = Compare in Tree
346 CompareWithPreviousCommand.name = Compare with Previous Revision
347 CompareWithPreviousAction.label = &Previous Revision
348 CommitEditor.name = Git Commit Editor
349 CommitSearchPage.label = Git Search
350 CommitSearchResults.label = Git Search Results
351 NavigationActionSet.label = Git Navigation Actions
352 OpenCommitAction.tooltip = Open Git Commit...
353 OpenCommitAction.label = Open Git Commit...
354 OpenCommit.name = Open Git Commit
355 ShowBlameAction_label = Show Annotations
356 ShowBlameCommand.name = Show Annotations
358 GitVariable_git_dir=The path to the .git directory for the selected or named resource
359 GitVariable_git_repo_relative_path=Path of the selected or named resource relative to the Git repository
360 GitVariable__git_work_tree_description=Work tree root of the Git repository for the selected or referenced resource
361 GitVariable_git_branch_description=Current HEAD in the Git repository that contains the selected or referenced resource
363 ReflogView = Git Reflog
364 ShowIn = Show In
365 RefLogViewCheckout.label = C&heckout
366 RefLogViewOpenInCommitViewer.label = &Open in Commit Viewer
367 RepositoryConfigPropertyPage = Configuration
368 RepositoryStatisticsPage = Statistics
370 CloneUri.label = Clone URI
372 AssumeUnchangedCommand = Assume Unchanged
373 NoAssumeUnchangedCommand = No Assume Unchanged
375 ConfigurBranchCommand.label = C&onfigure Branch...
377 ReflogCopyCommand.label = &Copy SHA-1
378 RepoViewConfigureBranchCommand.name = Configure Branch
379 ReflogViewContext = In Git Reflog View
380 ReflogViewCommands = Reflog View Commands
381 ReflogCopyCommandName = Copy SHA-1
382 PushToGerritCommand.label = Push Current Head to Gerrit
383 PushToGerritMenu.label = Push to Gerrit...
384 GarbageCollectCommand.label = Collect Garbage
386 GitInteractiveRebaseView_name = Git Interactive Rebase