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