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