Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2cb645d70e48655d1bf81191a6b12b3135e0e9d5 (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
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
###############################################################################
# Copyright (c) 2005, 2014 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
#
# Contributors:
#    Shawn Pearce - initial implementation
#    Daniel Megert <daniel_megert@ch.ibm.com> - Removed two duplicate keys - http://bugs.eclipse.org/364013
###############################################################################

plugin_name=Git Team Provider UI
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 to Index
AddToIndexAction_tooltip=Add to Index
RemoveFromIndexAction_label=Remove from I&ndex
BranchAction_label=&Switch to ...
BranchAction_tooltip=Checkout branch, tag, or reference
DiscardChangesAction_label=&Index
ReplaceWithHeadAction_label=&HEAD Revision
ReplaceWithCommitAction_label=&Commit...
replaceWithPreviousVersionAction.label = &Previous Revision
ReplaceWithRefAction_label=&Branch, Tag, or Reference...
FetchAction_label=&Fetch From...
FetchAction_tooltip=Fetch changes from upstream
PushAction_label=&Push...
ResetAction_label=&Reset...
ResetAction_tooltip=Reset index, working tree or branch head
RebaseAction_label=Re&base...
RebaseAction_tooltip=Rebase current branch on top of selected branch
RebaseWithDialog_label=&Rebase...
StashToolbarAction_label=Stash Changes...
StashToolbarAction_tooltip=Stash away changes (use menu to view stashes)
SynchronizeWith_label=&Synchronize
SynchronizeWorkspace_label=Synchronize &Workspace
TagAction_label=&Tag...
MergeAction_label=&Merge...
MergeAction_tooltip=Merge a branch or tag into the current branch
CommitAction_label=&Commit...
CommitAction_tooltip=Commit change
CompareWithIndexAction_label=&Index
CompareWithHeadAction_label=&HEAD Revision
CompareIndexWithHeadAction_label=I&ndex With HEAD
IgnoreAction_label=&Ignore
ApplyPatchAction_label=Appl&y Patch...
ShowResourceInHistoryAction_label=Show in Hist&ory
CompareWithRevisionAction_label=Histor&y...

GitKeyword_label = git egit
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.
Theme_DiffHeadlineForegroundColor_label=Diff Headline (Foreground)
Theme_DiffHeadlineForegroundColor_description=This color is used for the foreground color for the first line of a file (headline) in the commit viewer.
Theme_DiffHeadlineBackgroundColor_label=Diff Headline (Background)
Theme_DiffHeadlineBackgroundColor_description=This color is used for the background color for the first line of a file (headline) in the commit viewer.
Theme_DiffHeadlineFont_label=Diff Headline (Font)
Theme_DiffHeadlineFont_description=This font is used for the the first line of a file (headline) in the commit viewer.
Theme_IgnoredResourceForegroundColor_label=Ignored Resource (Foreground)
Theme_IgnoredResourceForegroundColor_description=This color is used for the foreground color for resources that are ignored.
Theme_IgnoredResourceBackgroundColor_label=Ignored Resource (Background)
Theme_IgnoredResourceBackgroundColor_description=This color is used for the background color for resources that are ignored.
Theme_IgnoredResourceFont_label=Ignored Resource (Font)
Theme_IgnoredResourceFont_description=The font used to display resources that are ignored.

GitPreferences_name=Git
GitPreferences_WindowCachePreferencePage_name=Window Cache
GitPreferences_DecoratorPreferencePage_name=Label Decorations
GitPreferences_CommittingPreferencePage_name=Committing
GitPreferences_ProjectPreferencePage_name=Projects

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

ShareProjectCommandParameter_name = Project
GitRepositoriesView_name = Git Repositories
GitStagingView_name = Git Staging
GitCategory_name = Git
GitRepositoryPerspective_name = Git
Synchronize_Name=Git
Synchronize_ChangeSet=Git Commits

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 or URI
PushCommand = Push...
RefreshCommand = Refresh
RemoveRepositoryCommand = Remove Repository
ImportProjectsCommand = Import Projects...
ImportProjectsCommand_description = Import or create in local Git repository
CreateBranchCommand = Create Branch...
NewRemoteCommand = Create Remote...
ConfigureFetchCommand = Configure Fetch...
ConfigurePushCommand = Configure Push...
DeleteRemoteCommand = Delete Remote
ConfigureGerritRemoteCommand = Gerrit Configuration...
SimplePushCommand = Push
ChangeCredentialsCommand = Change Credentials
ClearCredentialsCommand = Clear Credentials
SimpleFetchCommand = Fetch
RemovePushCommand = Delete Push
RemoveFetchCommand = Delete Fetch
OpenInEditorCommand = Open in Editor
DeleteFileCommand = Delete
OpenCommand = Open
LinkWithSelectionCommand = Link with Selection
SynchronizeCommand = Synchronize...
UntrackCommand.name = Untrack

ConfigurationPage.name = Configuration
DeleteTagCommand.name = &Delete 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
CommitViewerCommands.extension.name = The commit viewer 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...
PushCommit.name = Push Commit...
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...
RepoViewPushBranch.label = &Push Branch...
RepoViewPushTag.label = &Push Tag...
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 from View
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...
RepoViewConfigureGerritRemote.label = &Gerrit Configuration...
RepoViewReset.label = &Reset...
RepoViewOpenInEditor.label = Open in &Editor
RepoViewAddToIndex.label = Add to Index
RepoViewDeleteFile.label = &Delete
RepoViewDeleteBranch.label = &Delete Branch
RepoViewRemoveRemote.label = &Delete Remote
RepoViewDeleteFetch.label = &Delete Fetch
RepoViewDeletePush.label = &Delete Push
RepoViewCopyPath.label = &Copy Path to Clipboard
RepoViewPastePath.label = Paste R&epository Path or URI
RepoViewRenameBranch.label = Re&name Branch...
AddToIndexCommand.name = Add to Index
RemoveFromIndexCommand.name = Remove from Index
BranchCommand.name = Branch
CommitCommand.name = Commit...
CompareWithHeadCommand.name = Compare with HEAD Revision
CompareIndexWithHeadCommand.name = Compare File in Index with HEAD Revision
CompareWithIndexCommand.name = Compare with Index
ReplaceWithIndexCommand.name = Replace with File in Index
ReplaceWithHeadCommand.name = Replace with HEAD revision
ReplaceWithCommitCommand.name = Replace with commit
ReplaceWithRefCommand.name = Replace with branch, tag, or reference
FetchCommand.name = Fetch
IgnoreCommand.name = Ignore
MergeCommand.name = Merge
PushCommand.name = Push...
PushBranchCommand.name = Push Branch...
PushTagsCommand.name = Push Tags...
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 Commits
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
BranchCommit.label = &Display Latest Branch Commit
ToggleLayoutCommand.name = Toggle Branch Representation
ToggleBranchCommitCommand.name = Toggle Latest Branch Commit
RepoViewHierarchicalBranchRepresenation.tooltip = Hierarchical Branch Layout
RepoViewBranchCommit.tooltip = Display Latest Branch Commit
ConfigureTraceCommand.name = Configure Git Debug Trace
PullIntoCurrentBranchMenuLabel = P&ull
CherryPickCommand.name = Cherry Pick
SquashCommitsCommand.name = Squash Commits
RewordCommitCommand.name = Reword Commit
EditCommitCommand.name = Edit Commit
RevertCommand.name = Revert Commit
RebaseCurrentCommand.name = Rebase
DisconnectCommand.name = Disconnect

RepoViewPullMenu.label = P&ull
RepoViewPullCommand.name = Pull
TeamPullCommand.name = Pull
PullIntoCurrentBranch.tooltip = Pull changes from upstream into current branch
RemoteSubMenu.label = R&emote
RepositorySubMenu.label = &Repository
PushToUpstreamAction.label = &Push to Upstream
PushToUpstreamAction.tooltip = Push current branch to upstream if configured or start push branch wizard
FetchFromUpstreamAction.label = &Fetch from Upstream
CompareWithBranchOrTagAction.label = &Branch, Tag, or Reference...
MergeToolAction.label = &Merge Tool
CompareWithCommitAction.label = &Commit...
CreatePatchAction.label = Crea&te Patch...
TreeCompareView.name = Git Tree Compare
TeamMenu.label = T&eam
RebaseCommand.label = Rebase on
PushToUpstreamCommand.label = &Push to Upstream
FetchFromUpstreamCommand.label = &Fetch from Upstream
PushTagsCommand.label = Push &Tags...
RebaseCommand.label2 = Rebase...
RebaseMenu.label = Rebase
AbortCommand.label = &Abort
ContinueCommand.label = &Continue
SkipCommand.label = &Skip commit and continue
ShowInHistoryCommand.label = History
ShowInHistoryCommand.name2 = Show in History
RebaseCommand.name = Rebase on
RebaseWithDialogCommand.name = Rebase...
AbortRebaseCommand.name = Abort Rebase
SkipRebaseCommand.name = Skip commit and continue
ContinueRebaseCommand.name = Continue Rebase
SubmoduleUpdateCommand.name = Update Submodule
SubmoduleUpdateCommand.label = Update Submodule
SubmoduleSyncCommand.name = Sync Submodule
SubmoduleSyncCommand.label = Sync Submodule
SubmoduleAddCommand.name = Add Submodule
SubmoduleAddCommand.label = Add Submodule...
CleanCommand.name = Clean...
CleanCommand.label = C&lean...
StashCreateCommand.name = Stash Changes...
StashApplyCommand.name = Apply Stashed Changes
StashApplyCommand.label = Apply Stashed Changes
StashDropCommand.name = Delete Stashed Commit...
StashDropCommand.label = Delete Stashed Commit...
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
OpenInCommitViewerCommand.name = Open in Commit Viewer
ConfigureFetchFromUpstreamCommand.label = Configure F&etch from Upstream...
ConfigurePushToUpstreamCommand.label = Configure P&ush to Upstream...
CommitMessageProviderExtension-point.name = CommitMessageProvider
CloneSourceProviderExtension-point.name = CloneSourceProvider
BranchNameProviderExtension-point.name = BranchNameProvider

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

RepositoriesViewContext.name= In Git Repositories View

SwitchToMenu.label = S&witch To

StashesMenu.label = &Stashes

DialogsPreferencePage.name = Confirmations and Warnings
SynchronizePreferencePage.name = Synchronize
HistoryPreferencePage.name = History

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
CommitSearchPage.label = Git Search
CommitSearchResults.label = Git Search Results
NavigationActionSet.label = Git Navigation Actions
OpenCommitAction.tooltip = Open Git Commit...
OpenCommitAction.label = Open Git Commit...
OpenCommit.name = Open Git Commit
ShowBlameAction_label = &Show Annotations
ShowBlameCommand.name = Show Annotations

GitVariable_git_dir=The path to the .git directory for the selected or named resource
GitVariable_git_repo_relative_path=Path of the selected or named resource relative to the Git repository
GitVariable__git_work_tree_description=Work tree root of the Git repository for the selected or referenced resource
GitVariable_git_branch_description=Current HEAD in the Git repository that contains the selected or referenced resource

GitTemplateVariableResolver_GitConfigDescription=Retrieve a value from the Git configuration.<br><br>\
Examples:\
<br>${name:git_config(user.name)}\
<br>${email:git_config(user.email)}\
<br>\
<br>Variable name before colon can be any unique value,\
<br>git_config parameter in parentheses is mandatory and must be a valid configuration key.

ReflogView = Git Reflog
ShowIn = Show In
RefLogViewCheckout.label = C&heckout
RefLogViewOpenInCommitViewer.label = &Open in Commit Viewer
RepositoryConfigPropertyPage = Configuration
RepositoryStatisticsPage = Statistics

CloneUri.label = Clone URI

AssumeUnchangedCommand = Assume Unchanged
NoAssumeUnchangedCommand = No Assume Unchanged

ConfigurBranchCommand.label = C&onfigure Branch...

ReflogCopyCommand.label = &Copy SHA-1
RepoViewConfigureBranchCommand.name = Configure Branch
ReflogViewContext = In Git Reflog View
ReflogViewCommands = Reflog View Commands
ReflogCopyCommandName = Copy SHA-1
PushToGerritCommand.label = Push Current Head to Gerrit
PushToGerritMenu.label = Push to Ge&rrit...
GarbageCollectCommand.label = Collect Garbage

GitInteractiveRebaseView_name = Git Interactive Rebase

GitIgnoreContentTypeName = Gitignore File

extension.traceComponent.name = Git

ImportChangedProjects.label = Import Changed Projects
ImportChangedProjectsCommand = Import Changed Projects

Back to the top