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