History table: let the user define which columns are shown
[egit/eclipse.git] / org.eclipse.egit.ui / plugin.properties
blobfdad269b85e7f90ca48b2784b810f75c092d5e56
1 ###############################################################################
2 # Copyright (c) 2005, 2014 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 2.0
5 # which accompanies this distribution, and is available at
6 # https://www.eclipse.org/legal/epl-2.0/
8 # SPDX-License-Identifier: EPL-2.0
10 # Contributors:
11 #    Shawn Pearce - initial implementation
12 #    Daniel Megert <daniel_megert@ch.ibm.com> - Removed two duplicate keys - http://bugs.eclipse.org/364013
13 ###############################################################################
15 plugin_name=Git integration for Eclipse - UI
16 provider_name=Eclipse EGit
18 support.egit.name=Git integration for Eclipse
19 support.egit.description=Versioning with Git, integration with Gerrit, GitHub, Gitflow, and Task repositories
21 Git=Git
23 Git_clone_category=Git
24 Git_clone_wizard=Projects from Git
25 Git_clone_description=Import one or more projects from a Git Repository.
27 SharingWizard_name=Git
28 GitRemoteQuickDiffProvider_label=A Git Revision
30 DisconnectAction_label=&Disconnect
31 AssumeUnchangedAction_label=A&ssume Unchanged
32 NoAssumeUnchangedAction_label=&No Assume Unchanged
33 UntrackAction_label=&Untrack
34 Decorator_name=Git
35 Decorator_description=Shows Git specific information on resources in projects under version control.
36 AddToIndexAction_label=&Add to Index
37 AddToIndexAction_tooltip=Add to Index
38 RemoveFromIndexAction_label=Remove from I&ndex
39 BranchAction_label=&Switch to ...
40 BranchAction_tooltip=Check out branch, tag, or reference
41 DiscardChangesAction_label=&Index
42 ReplaceWithHeadAction_label=&HEAD Revision
43 ReplaceWithCommitAction_label=&Commit...
44 ReplaceWithPreviousVersionAction.label = &Previous Revision
45 ReplaceWithRefAction_label=&Branch, Tag, or Reference...
46 FetchAction_label=&Fetch From...
47 FetchAction_tooltip=Fetch changes from upstream
48 PushAction_label=&Push...
49 ResetAction_label=&Reset...
50 ResetAction_tooltip=Reset index, working tree or branch head
51 RebaseAction_label=Re&base...
52 RebaseAction_tooltip=Rebase current branch on top of selected branch
53 RebaseWithDialog_label=&Rebase...
54 StashToolbarAction_label=Stash Changes...
55 StashToolbarAction_tooltip=Stash away changes (use menu to view stashes)
56 SynchronizeWith_label=&Synchronize
57 SynchronizeWorkspace_label=Synchronize &Workspace
58 TagAction_label=&Tag...
59 MergeAction_label=&Merge...
60 MergeAction_tooltip=Merge a branch or tag into the current branch
61 CommitAction_label=&Commit...
62 CommitAction_tooltip=Commit change
63 CompareWithIndexAction_label=&Index
64 CompareWithHeadAction_label=&HEAD Revision
65 CompareIndexWithHeadAction_label=I&ndex With HEAD
66 IgnoreAction_label=&Ignore
67 ApplyPatchAction_label=Appl&y Patch...
68 ShowResourceInHistoryAction_label=Show in Hist&ory
69 CompareWithRevisionAction_label=Histor&y...
71 GitKeyword_label = git egit
72 GitKeyword_Refresh_label = refresh
73 GitKeyword_Date_label = date
74 GitKeyword_History_label = history
75 GitActions_label=Git
76 GitActions_description = Git commands in workbench toolbar and menu
78 GitMenu_label=&Git
81 Theme_label=Git
82 Theme_CommitGraphNormalFont_label=Commit graph normal font
83 Theme_CommitGraphNormalFont_description=This font is used to draw the revision history.
84 Theme_CommitGraphHighlightFont_label=Commit graph highlight font
85 Theme_CommitGraphHighlightFont_description=This font is used to highlight matching commits in the revision history.
86 Theme_CommitMessageFont_label=Commit message font
87 Theme_CommitMessageFont_description=This font is used to show a commit message.
88 Theme_CommitMessageEditorFont_label=Commit message editor font
89 Theme_CommitMessageEditorFont_description=This font is used when entering a commit message.
90 Theme_UncommittedChangeForegroundColor_label=Uncommitted Change (Foreground)
91 Theme_UncommittedChangeForegroundColor_description=This color is used for the foreground color for resources that have outgoing changes.
92 Theme_UncommittedChangeBackgroundColor_label=Uncommitted Change (Background)
93 Theme_UncommittedChangeBackgroundColor_description=This color is used for the background color for resources that have outgoing changes.
94 Theme_UncommittedChangeFont_label=Uncommitted Change Font
95 Theme_UncommittedChangeFont_description=The font used to display outgoing changes.
96 Theme_DiffHunkBackgroundColor_label=Diff Hunk (Background)
97 Theme_DiffHunkBackgroundColor_description=This color is used for the background color for diff hunks displayed in the commit viewer.
98 Theme_DiffHunkForegroundColor_label=Diff Hunk (Foreground)
99 Theme_DiffHunkForegroundColor_description=This color is used for the foreground color for diff hunks displayed in the commit viewer.
100 Theme_DiffAddBackgroundColor_label=Diff Added (Background)
101 Theme_DiffAddBackgroundColor_description=This color is used for the background color for added diff lines displayed in the commit viewer.
102 Theme_DiffAddForegroundColor_label=Diff Added (Foreground)
103 Theme_DiffAddForegroundColor_description=This color is used for the foreground color for added diff lines displayed in the commit viewer.
104 Theme_DiffRemoveBackgroundColor_label=Diff Removed (Background)
105 Theme_DiffRemoveBackgroundColor_description=This color is used for the background color for removed diff lines displayed in the commit viewer.
106 Theme_DiffRemoveForegroundColor_label=Diff Removed (Foreground)
107 Theme_DiffRemoveForegroundColor_description=This color is used for the foreground color for removed diff lines displayed in the commit viewer.
108 Theme_DiffHeadlineForegroundColor_label=Diff Headline (Foreground)
109 Theme_DiffHeadlineForegroundColor_description=This color is used for the foreground color for the first line of a file (headline) in the commit viewer.
110 Theme_DiffHeadlineBackgroundColor_label=Diff Headline (Background)
111 Theme_DiffHeadlineBackgroundColor_description=This color is used for the background color for the first line of a file (headline) in the commit viewer.
112 Theme_DiffHeadlineFont_label=Diff Headline (Font)
113 Theme_DiffHeadlineFont_description=This font is used for the the first line of a file (headline) in the commit viewer.
114 Theme_IgnoredResourceForegroundColor_label=Ignored Resource (Foreground)
115 Theme_IgnoredResourceForegroundColor_description=This color is used for the foreground color for resources that are ignored.
116 Theme_IgnoredResourceBackgroundColor_label=Ignored Resource (Background)
117 Theme_IgnoredResourceBackgroundColor_description=This color is used for the background color for resources that are ignored.
118 Theme_IgnoredResourceFont_label=Ignored Resource (Font)
119 Theme_IgnoredResourceFont_description=The font used to display resources that are ignored.
121 GitPreferences_name=Git
122 GitPreferences_WindowCachePreferencePage_name=Window Cache
123 GitPreferences_DateFormatPreferencePage_name=Date Format
124 GitPreferences_DecoratorPreferencePage_name=Label Decorations
125 GitPreferences_CommittingPreferencePage_name=Committing
126 GitPreferences_StagingViewPreferencePage_name=Staging View
127 GitPreferences_ProjectPreferencePage_name=Projects
129 ShareProjectCommand_name=Share with Git
130 ShareProjectCommand_desc=Share the project using Git
132 ShareProjectCommandParameter_name = Project
133 GitRepositoriesView_name = Git Repositories
134 GitStagingView_name = Git Staging
135 GitCategory_name = Git
136 GitRepositoryPerspective_name = Git
137 Synchronize_Name=Git
138 Synchronize_ChangeSet=Git Commits
140 GitRepositoriesContentName = Git Repositories
141 AddRepositoryCommand = Add a Git Repository
142 CloneRepositoryCommand = Clone a Git Repository
143 CheckoutCommand = Check Out
144 CopyPathCommand = Copy Path to Clipboard
145 DeleteBranchCommand = Delete Branch...
146 RenameBranchCommand = Rename Branch...
147 FetchCommand = Fetch...
148 CommitCommand = Commit
149 PastePathCommand = Paste Repository Path or URI
150 PushCommand = Push...
151 RemoveRepositoryCommand = Remove Repository
152 ImportProjectsCommand = Import Projects...
153 ImportProjectsCommand_description = Import or create in local Git repository
154 CreateBranchCommand = Create Branch...
155 NewRemoteCommand = Create Remote...
156 ConfigureFetchCommand = Configure Fetch...
157 ConfigurePushCommand = Configure Push...
158 DeleteRemoteCommand = Delete Remote
159 ConfigureGerritRemoteCommand = Gerrit Configuration...
160 SimplePushCommand = Push
161 ChangeCredentialsCommand = Change Credentials
162 ClearCredentialsCommand = Clear Credentials
163 SimpleFetchCommand = Fetch
164 RemovePushCommand = Delete Push
165 RemoveFetchCommand = Delete Fetch
166 OpenInEditorCommand = Open in Editor
167 DeleteFileCommand = Delete
168 OpenCommand = Open
169 LinkWithSelectionCommand = Link with Selection
170 SynchronizeCommand = Synchronize...
171 UntrackCommand.name = Untrack
173 ConfigurationPage.name = Configuration
174 DeleteTagCommand.name = &Delete Tag
175 MergeCommand = Merge
176 MergeWithDialogCommand = Merge...
177 ResetCommand = Reset...
178 gitsyncwizard.description = Git Synchronization
179 ShowRepositoryAction_label = Show in Repositories &View
180 TeamMenuCommandsLabel = The commands for the Team menu
181 SharedCommandsLabel = The shared commands
182 RepositoryCommandsLabel = The commands for the repositories view
183 HistoryViewCommandsLabel = History View Commands
184 HistoryViewCommands.extension.name = The history view commands
185 CommitViewerCommands.extension.name = The commit viewer commands
186 CompareCommand.name = Compare with each other
187 CompareWithMenu.label= Comp&are With
188 CompareWithWorkTreeCommand.name = Compare with Working Tree
189 CompareWithCommitCommand.name = Compare with Commit...
190 CompareWithHistoryCommand.name = Compare with Branch, Tag or Reference...
191 ReplaceWithMenu.label=Rep&lace With
192 ReplaceWithPreviousCommand.name = Replace with Previous Revision
193 OpenCommand.name = Open
194 CompareModeCommandParameter.name = Compare mode
195 CreatePatchCommand.name = Create Patch
196 CreateBranchCommand.name = Create Branch
197 CreateTagCommand.name = Create Tag...
198 PushCommit.name = Push Commit...
199 ResetCommand.name = Reset...
200 ResetModeCommandParameter.name = Reset mode
201 ResetQuickdiffCommand.name = Reset quickdiff baseline
202 ResetTargetCommandParameter.name = Reset target (HEAD, HEAD^1)
203 SetQuickdiffBaselineCommand.name = Set quickdiff baseline
204 RepoViewFetch.label = &Fetch...
205 RepoViewCommit.label = &Commit...
206 RepoViewPush.label = &Push...
207 RepoViewPushBranch.label = &Push Branch...
208 RepoViewPushTag.label = &Push Tag...
209 RepoViewImportProjects.label = &Import Projects...
210 RepoViewCheckout.label = &Check Out
211 RepoViewSynchronize.label = &Synchronize with Workspace
212 RepoViewSynchronizeEachOther.label = &Synchronize with each other
213 RepoViewFetchSimple.label = &Fetch
214 RepoViewPushSimpleLabel = &Push
215 RepoViewChangeCredentialsLabel = Change Credentials...
216 RepoViewClearCredentialsLabel = Clear Credentials
217 RepoViewRemove.label = &Remove Repository from View
218 RepoViewCreateBranch.label = Create &Branch...
219 RepoViewCreateTag.label = Create &Tag...
220 RepoViewMerge.label = &Merge...
221 RepoViewMergeSimple.label = &Merge
222 RepoViewCreateRemote.label = Create &Remote...
223 RepoViewConfigureFetch.label = &Configure Fetch...
224 RepoViewConfigurePush.label = &Configure Push...
225 RepoViewConfigureGerritRemote.label = &Gerrit Configuration...
226 RepoViewReset.label = &Reset...
227 RepoViewOpenInEditor.label = Open in &Editor
228 RepoViewAddToIndex.label = Add to Index
229 RepoViewDeleteFile.label = &Delete
230 RepoViewDeleteBranch.label = &Delete Branch
231 RepoViewRemoveRemote.label = &Delete Remote
232 RepoViewDeleteFetch.label = &Delete Fetch
233 RepoViewDeletePush.label = &Delete Push
234 RepoViewCopyPath.label = &Copy Path to Clipboard
235 RepoViewPastePath.label = Paste R&epository Path or URI
236 RepoViewRenameBranch.label = Re&name Branch...
237 AddToIndexCommand.name = Add to Index
238 RemoveFromIndexCommand.name = Remove from Index
239 BranchCommand.name = Branch
240 CommitCommand.name = Commit...
241 CompareWithHeadCommand.name = Compare with HEAD Revision
242 CompareIndexWithHeadCommand.name = Compare File in Index with HEAD Revision
243 CompareWithIndexCommand.name = Compare with Index
244 ReplaceWithIndexCommand.name = Replace with File in Index
245 ReplaceWithHeadCommand.name = Replace with HEAD revision
246 ReplaceWithCommitCommand.name = Replace with commit
247 ReplaceWithRefCommand.name = Replace with branch, tag, or reference
248 FetchCommand.name = Fetch
249 IgnoreCommand.name = Ignore
250 MergeCommand.name = Merge
251 PushCommand.name = Push...
252 PushBranchCommand.name = Push Branch...
253 PushTagsCommand.name = Push Tags...
254 ResetCommand.name2 = Reset
255 SynchronizeCommand.name = Synchronize
256 TagCommand.name = Tag
257 ShowInHistoryCommand.name = Show in History
258 ShowRepoViewCommand.name = Show Git Repositories View
259 ApplyPatchCommand.name = Apply Patch
260 CheckoutCommand.name = Check Out
261 ChangeSetModel.name = Git Commits
262 RepoViewDeleteRepository.label = &Delete Repository...
263 DeleteRepositoryCommand.name = Delete Repository
264 RepoViewAddRepository.tooltip = Add an existing local Git Repository to this view
265 RepoViewCloneRepository.tooltip = Clone a Git Repository and add the clone to this view
266 RepoViewCreateRepository.tooltip = Create a new Git Repository and add it to this view
267 RepoAddRepositoryViewMenu.label = &Add a Repository
268 RepoCloneRepositoryViewMenu.label = &Clone a Repository
269 RepoCreateRepositoryViewMenu.label = &Create a Repository
270 RepoViewLinkWithSelectionMenu.label = Link with &Selection
271 RepoViewCreateRepositoryCommand.name = Create a Repository
272 CreateRepositoryWizard.name = Git Repository
273 HierarchyLayout.label = &Hierarchical Branch Layout
274 BranchCommit.label = &Display Latest Branch Commit
275 ToggleLayoutCommand.name = Toggle Branch Representation
276 ToggleBranchCommitCommand.name = Toggle Latest Branch Commit
277 RepoViewHierarchicalBranchRepresenation.tooltip = Hierarchical Branch Layout
278 RepoViewBranchCommit.tooltip = Display Latest Branch Commit
279 ConfigureTraceCommand.name = Configure Git Debug Trace
280 PullIntoCurrentBranchMenuLabel = P&ull
281 PullWithOptions.name=Pull...
282 PullWithOptions.tooltip=Specify remote and reference for a pull operation and run it
283 CherryPickCommand.name = Cherry Pick
284 SquashCommitsCommand.name = Squash Commits
285 RewordCommitCommand.name = Reword Commit
286 EditCommitCommand.name = Edit Commit
287 RevertCommand.name = Revert Commit
288 RebaseCurrentCommand.name = Rebase
289 RebaseInteractiveCurrentCommand.name = Rebase Interactive
290 DisconnectCommand.name = Disconnect
292 RepoViewPullMenu.label = P&ull
293 RepoViewPullCommand.name = Pull
294 TeamPullCommand.name = Pull
295 PullIntoCurrentBranch.tooltip = Pull changes from upstream into current branch
296 RemoteSubMenu.label = R&emote
297 RepositorySubMenu.label = &Repository
298 PushToUpstreamAction.label = &Push to Upstream
299 PushToUpstreamAction.tooltip = Push current branch to upstream if configured or start push branch wizard
300 FetchFromUpstreamAction.label = &Fetch from Upstream
301 CompareWithBranchOrTagAction.label = &Branch, Tag, or Reference...
302 MergeToolAction.label = &Merge Tool
303 CompareWithCommitAction.label = &Commit...
304 CreatePatchAction.label = Crea&te Patch...
305 TreeCompareView.name = Git Tree Compare
306 TeamMenu.label = T&eam
307 RebaseCommand.label = Rebase on
308 PushToUpstreamCommand.label = &Push to Upstream
309 FetchFromUpstreamCommand.label = &Fetch from Upstream
310 PushTagsCommand.label = Push &Tags...
311 RebaseCommand.label2 = Rebase...
312 RebaseMenu.label = Rebase
313 AbortCommand.label = &Abort
314 ContinueCommand.label = &Continue
315 SkipCommand.label = &Skip commit and continue
316 ShowInHistoryCommand.label = History
317 ShowInHistoryCommand.name2 = Show in History
318 RebaseCommand.name = Rebase on
319 RebaseWithDialogCommand.name = Rebase...
320 AbortRebaseCommand.name = Abort Rebase
321 SkipRebaseCommand.name = Skip commit and continue
322 ContinueRebaseCommand.name = Continue Rebase
323 SubmoduleUpdateCommand.name = Update Submodule
324 SubmoduleUpdateCommand.label = Update Submodule
325 SubmoduleSyncCommand.name = Sync Submodule
326 SubmoduleSyncCommand.label = Sync Submodule
327 SubmoduleAddCommand.name = Add Submodule
328 SubmoduleAddCommand.label = Add Submodule...
329 CleanCommand.name = Clean...
330 CleanCommand.label = C&lean...
331 StashCreateCommand.name = Stash Changes...
332 StashApplyCommand.name = Apply Stashed Changes
333 StashApplyCommand.label = Apply Stashed Changes
334 StashDropCommand.name = Delete Stashed Commit...
335 StashDropCommand.label = Delete Stashed Commit...
336 MergeToolCommand.name = Merge Tool
337 PushUpstreamCommand.name = Push to Upstream
338 FetchUpstreamCommand.name = Fetch from Upstream
339 ConfigureUpstreamFetchCommand.name = Configure Upstream Fetch
340 ConfigureUpstreamPushCommand.name = Configure Upstream Push
341 OpenInTextEditorCommand.name = Open in Text Editor
342 OpenInCommitViewerCommand.name = Open in Commit Viewer
343 ConfigureFetchFromUpstreamCommand.label = Configure F&etch from Upstream...
344 ConfigurePushToUpstreamCommand.label = Configure P&ush to Upstream...
345 CommitMessageProviderExtension-point.name = CommitMessageProvider
346 CloneSourceProviderExtension-point.name = CloneSourceProvider
347 BranchNameProviderExtension-point.name = BranchNameProvider
349 FetchFromGerritCommand.name = Fetch From Gerrit
350 FetchFromGerritCommand.label = Fetch from &Gerrit...
352 RepositoriesViewContext.name= In Git Repositories View
354 SwitchToMenu.label = S&witch To
356 StashesMenu.label = &Stashes
358 DialogsPreferencePage.name = Confirmations and Warnings
359 SynchronizePreferencePage.name = Synchronize
360 HistoryPreferencePage.name = History
361 HistoryColumnsPreferencePage.name = Columns
363 AdvancedMenu.label = Ad&vanced
364 RenameBranchMenu.label = &Rename Branch...
365 DeleteBranchMenu.label = &Delete Branch...
366 DeleteBranchCommand.name = Delete Branch
367 RenameBranchCommand.name = Rename Branch
368 CompareInTreeCommand.name = Compare in Tree
369 CompareWithPreviousCommand.name = Compare with Previous Revision
370 CompareWithPreviousAction.label = &Previous Revision
371 CommitEditor.name = Git Commit Editor
372 CommitSearchPage.label = Git Search
373 CommitSearchResults.label = Git Search Results
374 NavigationActionSet.label = Git Navigation Actions
375 OpenCommitAction.tooltip = Open Git Commit...
376 OpenCommitAction.label = Open Git Commit...
377 OpenCommit.name = Open Git Commit
378 ShowBlameAction_label = &Show Revision Information
379 ShowBlameCommand.name = Show Revision Information
380 ShowVersionsCommand.name=Open this Version
382 GitVariable_git_dir=The path to the .git directory for the selected or named resource
383 GitVariable_git_repo_relative_path=Path of the selected or named resource relative to the Git repository
384 GitVariable__git_work_tree_description=Work tree root of the Git repository for the selected or referenced resource
385 GitVariable_git_branch_description=Current HEAD in the Git repository that contains the selected or referenced resource
387 GitTemplateVariableResolver_GitConfigDescription=Retrieve a value from the Git configuration.<br><br>\
388 Examples:\
389 <br>${name:git_config(user.name)}\
390 <br>${email:git_config(user.email)}\
391 <br>\
392 <br>Variable name before colon can be any unique value,\
393 <br>git_config parameter in parentheses is mandatory and must be a valid configuration key.
395 ReflogView = Git Reflog
396 ShowIn = Show In
397 RefLogViewCheckout.label = C&heckout
398 RefLogViewOpenInCommitViewer.label = &Open in Commit Viewer
399 RepositoryConfigPropertyPage = Configuration
400 RepositoryStatisticsPage = Statistics
402 CloneUri.label = Clone URI
404 AssumeUnchangedCommand = Assume Unchanged
405 NoAssumeUnchangedCommand = No Assume Unchanged
407 ConfigurBranchCommand.label = C&onfigure Branch...
409 ReflogCopyCommand.label = &Copy Commit Id
410 RepoViewConfigureBranchCommand.name = Configure Branch
411 ReflogViewContext = In Git Reflog View
412 ReflogViewCommands = Reflog View Commands
413 ReflogCopyCommandName = Copy Commit Id
414 PushToGerritCommand.label = Push Current Head to Gerrit
415 PushToGerritMenu.label = Push to Ge&rrit...
416 GarbageCollectCommand.label = Collect Garbage
418 GitInteractiveRebaseView_name = Git Interactive Rebase
420 GitIgnoreContentTypeName = Gitignore File
422 extension.traceComponent.name = Git
424 ImportChangedProjects.label = Import Changed Projects
425 ImportChangedProjectsCommand = Import Changed Projects
427 HistoryCheckoutCommand.label=&Check Out
428 HistoryCheckoutCommand.label2=&Check Out...
429 HistoryCherryPick.label=C&herry-Pick...
430 HistoryCompareVersions.label=Compare with &Each Other
431 HistoryCompareVersionsInTree.label=Compare with Each Other in &Tree
432 HistoryCompareWithWorkspace.label=Compare with &Workspace
433 HistoryCompareWithHead.label=Compare with &HEAD
434 HistoryCreateBranch.label=Create &Branch...
435 HistoryCreatePatch.label=Create P&atch...
436 HistoryCreateTag.label=Create &Tag...
437 HistoryDeleteBranch.label=&Delete Branch
438 HistoryDeleteTag.label=De&lete Tag...
439 HistoryMerge.label=&Merge
440 HistoryModifyMenu.label=Modi&fy
441 HistoryModifyEdit.label=&Edit
442 HistoryModifyReword.label=&Reword
443 HistoryModifySquash.label=&Squash
444 HistoryOpenInCommitViewer.label=Open in Commit &Viewer
445 HistoryOpenInTextEditorCommand.label=Open in Te&xt Editor
446 HistoryPushCommit.label=&Push Commit...
447 HistoryQuickdiffMenu.label=&Quick Diff
448 HistoryQuickdiffSet.label=&Set as Baseline
449 HistoryRebaseCurrent.label=R&ebase HEAD on
450 HistoryRebaseInteractive.label=Rebase &Interactive
451 HistoryRenameBranch.label=Re&name Branch...
452 HistoryResetHard.label=&Hard (HEAD, Index, and Working Tree)
453 HistoryResetMenu.label=&Reset
454 HistoryResetMixed.label=&Mixed (HEAD and Index)
455 HistoryResetQuickDiffHead.label=Reset Baseline to &Current Revision (HEAD)
456 HistoryResetQuickDiffHeadParent.label=Reset Baseline to &Previous Revision (HEAD^1)
457 HistoryResetSoft.label=&Soft (HEAD Only)
458 HistoryRevert.label=&Revert Commit
459 HistoryShowBlame.label=&Show Revision Information
460 HistoryShowVersions.label=&Open
462 RebaseInteractiveOpenInCommitViewer.label=&Open in Commit Viewer
464 InstallLfsLocalCommand.label=Enable LFS locally