Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 17e409f55450ddcea772823d49e8567d071bf294 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
###############################################################################
# Copyright (c) 2005, 2009 Shawn Pearce and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
###############################################################################

plugin_name=Git Team Provider UI (Incubation)
provider_name=Eclipse EGit

Git=Git

Git_clone_category=Git
Git_clone_wizard=Projects from Git
Git_clone_description=Import one or more projects from a Git Repository.

SharingWizard_name=Git
GitRemoteQuickDiffProvider_label=A Git Revision

DisconnectAction_label=&Disconnect
AssumeUnchangedAction_label=A&ssume Unchanged
NoAssumeUnchangedAction_label=&No Assume Unchanged
UntrackAction_label=&Untrack
Decorator_name=Git
Decorator_description=Shows Git specific information on resources in projects under version control.
AddToIndexAction_label=&Add
AddToIndexAction_tooltip=Add to Git Index
BranchAction_label=&Switch to ...
BranchAction_tooltip=Checkout branch, tag or Reference
DiscardChangesAction_label=&File in Git Index
FetchAction_label=&Fetch From...
FetchAction_tooltip=Fetch changes from upstream
PushAction_label=&Push...
PushAction_tooltip=Push changes to upstream
ResetAction_label=&Reset...
ResetAction_tooltip=Reset index, working tree or branch head
RebaseWithDialog_label=&Rebase...
SynchronizeWith_label=&Synchronize...
TagAction_label=&Tag...
MergeAction_label=&Merge...
CommitAction_label=&Commit...
CommitAction_tooltip=Commit change
CompareWithIndexAction_label=Git &Index
CompareWithHeadAction_label=&HEAD Revision
IgnoreAction_label=&Ignore
ApplyPatchAction_label=Appl&y Patch...
ShowResourceInHistoryAction_label=Show in Hist&ory
CompareWithRevisionAction_label=Histor&y...

GitKeyword_label = git
GitKeyword_Refresh_label = refresh
GitActions_label=Git
GitActions_description = Git commands in workbench toolbar and menu

GitMenu_label=&Git


Theme_label=Git
Theme_CommitGraphNormalFont_label=Commit graph normal font
Theme_CommitGraphNormalFont_description=This font is used to draw the revision history.
Theme_CommitGraphHighlightFont_label=Commit graph highlight font
Theme_CommitGraphHighlightFont_description=This font is used to highlight matching commits in the revision history.
Theme_CommitMessageFont_label=Commit message font
Theme_CommitMessageFont_description=This font is used to show a commit message.
Theme_CommitMessageEditorFont_label=Commit message editor font
Theme_CommitMessageEditorFont_description=This font is used when entering a commit message.
Theme_UncommittedChangeForegroundColor_label=Uncommitted Change (Foreground)
Theme_UncommittedChangeForegroundColor_description=This color is used for the foreground color for resources that have outgoing changes.
Theme_UncommittedChangeBackgroundColor_label=Uncommitted Change (Background)
Theme_UncommittedChangeBackgroundColor_description=This color is used for the background color for resources that have outgoing changes.
Theme_UncommittedChangeFont_label=Uncommitted Change Font
Theme_UncommittedChangeFont_description=The font used to display outgoing changes.
Theme_DiffHunkBackgroundColor_label=Diff Hunk (Background)
Theme_DiffHunkBackgroundColor_description=This color is used for the background color for diff hunks displayed in the commit viewer.
Theme_DiffHunkForegroundColor_label=Diff Hunk (Foreground)
Theme_DiffHunkForegroundColor_description=This color is used for the foreground color for diff hunks displayed in the commit viewer.
Theme_DiffAddBackgroundColor_label=Diff Added (Background)
Theme_DiffAddBackgroundColor_description=This color is used for the background color for added diff lines displayed in the commit viewer.
Theme_DiffAddForegroundColor_label=Diff Added (Foreground)
Theme_DiffAddForegroundColor_description=This color is used for the foreground color for added diff lines displayed in the commit viewer.
Theme_DiffRemoveBackgroundColor_label=Diff Removed (Background)
Theme_DiffRemoveBackgroundColor_description=This color is used for the background color for removed diff lines displayed in the commit viewer.
Theme_DiffRemoveForegroundColor_label=Diff Removed (Foreground)
Theme_DiffRemoveForegroundColor_description=This color is used for the foreground color for removed diff lines displayed in the commit viewer.

GitPreferences_name=Git
GitPreferences_WindowCachePreferencePage_name=Window Cache
GitPreferences_DecoratorPreferencePage_name=Label Decorations
GitPreferences_CommitDialogPreferencePage_name=Commit Dialog

ShareProjectCommand_name=Share with Git
ShareProjectCommand_desc=Share the project using Git

ShareProjectCommandParameter_name = Project
GitRepositoriesView_name = Git Repositories
GitCategory_name = Git
GitRepositoryPerspective_name = Git Repository Exploring
Synchronize_Name=Git
Synchronize_ChangeSet=Git Change Sets

GitRepositoriesContentName = Git Repositories
AddRepositoryCommand = Add a Git Repository
CloneRepositoryCommand = Clone a Git Repository
CheckoutCommand = Checkout
CopyPathCommand = Copy Path to Clipboard
DeleteBranchCommand = Delete Branch...
RenameBranchCommand = Rename Branch...
FetchCommand = Fetch...
CommitCommand = Commit
PastePathCommand = Paste Repository Path
OpenPropertiesCommand = Open Properties View
PushCommand = Push...
RefreshCommand = Refresh
RemoveRepositoryCommand = Remove Repository
ImportProjectsCommand = Import Projects...
CreateBranchCommand = Create Branch...
NewRemoteCommand = Create Remote...
ConfigureFetchCommand = Configure Fetch...
ConfigurePushCommand = Configure Push...
DeleteRemoteCommand = Delete Remote
SimplePushCommand = Push
ChangeCredentialsCommand = Change Credentials
ClearCredentialsCommand = Clear Credentials
SimpleFetchCommand = Fetch
RemovePushCommand = Delete Push
RemoveFetchCommand = Delete Fetch
OpenInEditorCommand = Open in Text Editor
OpenCommand = Open
LinkWithSelectionCommand = Link with Selection
SynchronizeCommand = Synchronize...

ConfigurationPage.name = Configuration
CreateTagCommand = Create Tag...
MergeCommand = Merge
MergeWithDialogCommand = Merge...
ResetCommand = Reset...
gitsyncwizard.description = Git Synchronization
ShowRepositoryAction_label = Show in Repositories &View
TeamMenuCommandsLabel = The commands for the Team menu
SharedCommandsLabel = The shared commands
RepositoryCommandsLabel = The commands for the repositories view
HistoryViewCommandsLabel = History View Commands
HistoryViewCommands.extension.name = The history view commands
CompareCommand.name = Compare with each other
CompareWithWorkTreeCommand.name = Compare with Working Tree
OpenCommand.name = Open
CompareModeCommandParameter.name = Compare mode
CreatePatchCommand.name = Create Patch
CreateBranchCommand.name = Create Branch
CreateTagCommand.name = Create Tag
ResetCommand.name = Reset
ResetModeCommandParameter.name = Reset mode
ResetQuickdiffCommand.name = Reset quickdiff baseline
ResetTargetCommandParameter.name = Reset target (HEAD, HEAD^1)
SetQuickdiffBaselineCommand.name = Set quickdiff baseline
RepoViewFetch.label = &Fetch...
RepoViewCommit.label = &Commit...
RepoViewPush.label = &Push...
RepoViewImportProjects.label = &Import Projects...
RepoViewCheckout.label = &Checkout
RepoViewSynchronize.label = &Synchronize with Workspace
RepoViewSynchronizeEachOther.label = &Synchronize with each other
RepoViewFetchSimple.label = &Fetch
RepoViewPushSimpleLabel = &Push
RepoViewChangeCredentialsLabel = Change Credentials...
RepoViewClearCredentialsLabel = Clear Credentials
RepoViewRemove.label = &Remove Repository
RepoViewCreateBranch.label = Create &Branch...
RepoViewCreateTag.label = Create &Tag...
RepoViewMerge.label = &Merge...
RepoViewMergeSimple.label = &Merge
RepoViewCreateRemote.label = Create &Remote...
RepoViewConfigureFetch.label = &Configure Fetch...
RepoViewConfigurePush.label = &Configure Push...
RepoViewReset.label = &Reset...
RepoViewOpenInEditor.label = Open in Text &Editor
RepoViewDeleteBranch.label = &Delete Branch
RepoViewRemoveRemote.label = &Delete Remote
RepoViewDeleteFetch.label = &Delete Fetch
RepoViewDeletePush.label = &Delete Push
RepoViewOpenProperties.label = Open Properties &View
RepoViewCopyPath.label = &Copy Path to Clipboard
RepoViewPastePath.label = Paste R&epository Path
RepoViewRenameBranch.label = Re&name Branch...
AddToIndexCommand.name = Add to Git Index
BranchCommand.name = Branch
CommitCommand.name = Commit
CompareWithHeadCommand.name = Compare with HEAD Revision
CompareWithHistoryCommand.name = Compare with History
CompareWithIndexCommand.name = Compare with Git Index
ReplaceWithIndexCommand.name = Replace with File in Git Index
FetchCommand.name = Fetch
IgnoreCommand.name = Ignore
MergeCommand.name = Merge
PushCommand.name = Push
ResetCommand.name2 = Reset
SynchronizeCommand.name = Synchronize
TagCommand.name = Tag
ShowInHistoryCommand.name = Show in History
ShowRepoViewCommand.name = Show Git Repositories View
ApplyPatchCommand.name = Apply Patch
CheckoutCommand.name = Checkout
ChangeSetModel.name = Git Change Set
RepoViewDeleteRepository.label = &Delete Repository...
DeleteRepositoryCommand.name = Delete Repository
RepoViewAddRepository.tooltip = Add an existing local Git Repository to this view
RepoViewCloneRepository.tooltip = Clone a Git Repository and add the clone to this view
RepoViewCreateRepository.tooltip = Create a new Git Repository and add it to this view
RepoAddRepositoryViewMenu.label = &Add a Repository
RepoCloneRepositoryViewMenu.label = &Clone a Repository
RepoCreateRepositoryViewMenu.label = &Create a Repository
RepoViewRefreshViewMenu.label = &Refresh
RepoViewLinkWithSelectionMenu.label = Link with &Selection
RepoViewCreateRepositoryCommand.name = Create a Repository
CreateRepositoryWizard.name = Git Repository
HierarchyLayout.label = &Hierarchical Branch Layout
ToggleLayoutCommand.name = Toggle Branch Representation
RepoViewHierarchicalBranchRepresenation.tooltip = Hierarchical Branch Layout
ConfigureTraceCommand.name = Configure Git Debug Trace
PullIntoCurrentBranchMenuLabel = P&ull
CherryPickCommand.name = CherryPick
RevertCommand.name = Revert Commit
MergeCommand.name = Merge
RebaseCurrentCommand.name = Rebase

RepoViewPullMenu.label = P&ull
RepoViewPullCommand.name = Pull
TeamPullCommand.name = Pull
PullIntoCurrentBranch.tooltip = Pull changes from upstream into current branch
RemoteSubMenu.label = R&emote
PushToUpstreamAction.label = &Push to Upstream
FetchFromUpstreamAction.label = &Fetch from Upstream
CompareWithBranchOrTagAction.label = &Branch, Tag, or Reference...
MergeToolAction.label = Merge Tool
CompareWithCommitAction.label = Commit...
TreeCompareView.name = Git Tree Compare
TeamMenu.label = T&eam
RebaseCommand.label = Rebase
PushToUpstreamCommand.label = Push to Upstream
FetchFromUpstreamCommand.label = Fetch from Upstream
RebaseCommand.label2 = Rebase...
RebaseMenu.label = Rebase
AbortCommand.label = Abort
ContinueCommand.label = &Continue
SkipCommand.label = &Skip
ShowInHistoryCommand.label = Show in History
ShowInHistoryCommand.name2 = Show in History
RebaseCommand.name = Rebase
RebaseWithDialogCommand.name = Rebase...
AbortRebaseCommand.name = Abort Rebase
SkipRebaseCommand.name = Skip Rebase
ContinueRebaseCommand.name = Continue Rebase
MergeToolCommand.name = Merge Tool
PushUpstreamCommand.name = Push to Upstream
FetchUpstreamCommand.name = Fetch from Upstream
ConfigureUpstreamFetchCommand.name = Configure Upstream Fetch
ConfigureUpstreamPushCommand.name = Configure Upstream Push
OpenInTextEditorCommand.name = Open in Text Editor
ConfigureFetchFromUpstreamCommand.label = Configure F&etch from Upstream...
ConfigurePushToUpstreamCommand.label = Configure P&ush to Upstream...
CommitMessageProviderExtension-point.name = CommitMessageProvider

FetchFromGerritCommand.name = Fetch From Gerrit
FetchFromGerritCommand.label = Fetch From &Gerrit...

RepositoriesViewContext.name= In Git Repositories View

SwitchToMenu.label = S&witch To...

DialogsPreferencePage.name = Confirmation Dialogs

AdvancedMenu.label = Ad&vanced
RenameBranchMenu.label = Rename Branch...
DeleteBranchMenu.label = Delete Branch...
DeleteBranchCommand.name = Delete Branch
RenameBranchCommand.name = Rename Branch
CompareInTreeCommand.name = Compare in Tree
CompareWithPreviousCommand.name = Compare with Previous Revision
CompareWithPreviousAction.label = Previous Revision
CommitEditor.name = Git Commit Editor

Back to the top