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
|
###############################################################################
# Copyright (c) 2005, 2011, 2012 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 Git Index
RemoveFromIndexAction_label=Remove from Index
BranchAction_label=&Switch to ...
BranchAction_tooltip=Checkout branch, tag, or reference
DiscardChangesAction_label=&File in Git 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...
PushAction_tooltip=Push changes to upstream
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...
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=Git &Index
CompareWithHeadAction_label=&HEAD Revision
CompareIndexWithHeadAction_label=Git Index With HEAD
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
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 Repository Exploring
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
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
ConfigureGerritRemoteCommand = Gerrit Configuration...
SimplePushCommand = Push
ChangeCredentialsCommand = Change Credentials
ClearCredentialsCommand = Clear Credentials
SimpleFetchCommand = Fetch
RemovePushCommand = Delete Push
RemoveFetchCommand = Delete Fetch
OpenInEditorCommand = Open in Editor
AddToIndexCommand = Add to Index
OpenCommand = Open
LinkWithSelectionCommand = Link with Selection
SynchronizeCommand = Synchronize...
ConfigurationPage.name = Configuration
CreateTagCommand = Create Tag...
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
RepoViewDeleteBranch.label = &Delete Branch
RepoViewRemoveRemote.label = &Delete Remote
RepoViewDeleteFetch.label = &Delete Fetch
RepoViewDeletePush.label = &Delete Push
RepoViewOpenProperties.label = Properties
RepoViewCopyPath.label = &Copy Path to Clipboard
RepoViewPastePath.label = Paste R&epository Path or URI
RepoViewRenameBranch.label = Re&name Branch...
AddToIndexCommand.name = Add to Git Index
RemoveFromIndexCommand.name = Remove from Git Index
BranchCommand.name = Branch
CommitCommand.name = Commit...
CompareWithHeadCommand.name = Compare with HEAD Revision
CompareIndexWithHeadCommand.name = Compare File in Git Index with HEAD Revision
CompareWithHistoryCommand.name = Compare with History
CompareWithIndexCommand.name = Compare with Git Index
ReplaceWithIndexCommand.name = Replace with File in Git 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
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
OpenInCommitViewerCommand.name = Open in Commit Viewer
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
RevertCommand.name = Revert Commit
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...
CreatePatchAction.label = Crea&te Patch...
CreatePatchAction.tooltip = Compare your working tree contents with the index and generate a diff file that can be used as a patch file.
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 = History
ShowInHistoryCommand.name2 = Show in History
RebaseCommand.name = Rebase
RebaseWithDialogCommand.name = Rebase...
AbortRebaseCommand.name = Abort Rebase
SkipRebaseCommand.name = Skip Rebase
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
StashCreateCommand.name = Stash Changes
StashCreateCommand.label = 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
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
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 ot referenced resource
ShowInReflog = Reflog
ReflogView = Git Reflog
ShowIn = Show In
ReflogCommand = Reflog
RefLogViewCheckout.label = C&heckout
RefLogViewOpenInCommitViewer.label = &Open in Commit Viewer
RepositoryConfigPropertyPage = Configuration
CloneUri.label = URI
AssumeUnchangedCommand = Assume Unchanged
NoAssumeUnchangedCommand = No Assume Unchanged
ConfigurBranchCommand.label = C&onfigure Branch...
ReflogCopyCommand.label = &Copy
RepoViewConfigurBranchCommand.name = Configure Branch
ReflogViewContext = In Git Reflog View
ReflogViewCommands = Reflog View Commands
ReflogCopyCommandName = Copy
|