Add to '.gitignore' action
[egit.git] / org.eclipse.egit.ui / src / org / eclipse / egit / ui / uitext.properties
blob4ad29aae17d03fde28f5fa016e05acce34505e79
1 ###############################################################################
2 # Copyright (c) 2005, 2009 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 ###############################################################################
10 WizardProjectsImportPage_projectLabel={0} ({1})
11 WizardProjectsImportPage_ImportProjectsTitle=Import Projects
12 WizardProjectsImportPage_ImportProjectsDescription=Import projects from cloned repository into workbench
13 WizardProjectsImportPage_ProjectsListTitle=&Projects
14 WizardProjectsImportPage_selectAll = &Select All
15 WizardProjectsImportPage_deselectAll = &Deselect All
16 WizardProjectsImportPage_SearchingMessage = Searching for projects
17 WizardProjectsImportPage_ProcessingMessage = Processing results
18 WizardProjectsImportPage_projectsInWorkspace = Some projects were hidden because they exist in the workspace directory
19 WizardProjectsImportPage_CheckingMessage = Checking: {0}
20 WizardProjectsImportPage_SelectDialogTitle = Select root directory of the projects to import
21 WizardProjectImportPage_errorMessage = Creation Problems
22 WizardProjectsImportPage_CreateProjectsTask = Creating Projects
23 WizardProjectsImportPage_enableGit = Enable &Git Team operations on imported projects
25 SharingWizard_windowTitle=Configure Git Repository
26 SharingWizard_failed=Failed to initialize Git team provider.
28 GenericOperationFailed={0} Failed
30 ExistingOrNewPage_CreateButton=&Create...
31 ExistingOrNewPage_title=Configure Git Repository
32 ExistingOrNewPage_description=Select Git Repository Location
33 ExistingOrNewPage_ErrorFailedToCreateRepository=Failed to create repository
34 ExistingOrNewPage_ErrorFailedToRefreshRepository=Failed to refresh project after creating repo at
35 ExistingOrNewPage_HeaderPath=Path
36 ExistingOrNewPage_HeaderProject=Project
37 ExistingOrNewPage_HeaderRepository=Repository
38 ExistingOrNewPage_SymbolicValueEmptyMapping=<empty repository mapping>
40 GitCloneWizard_title=Import Git Repository
41 GitCloneWizard_jobName=Cloning from {0}
42 GitCloneWizard_failed=Git repository clone failed.
43 GitCloneWizard_errorCannotCreate=Cannot create directory {0}.
44 GitProjectPropertyPage_LabelBranch=Branch:
45 GitProjectPropertyPage_LabelGitDir=Git directory:
46 GitProjectPropertyPage_LabelId=Id:
47 GitProjectPropertyPage_LabelState=Current state:
48 GitProjectPropertyPage_LabelWorkdir=Working directory:
49 GitProjectPropertyPage_ValueEmptyRepository=None (empty repository)
50 GitProjectPropertyPage_ValueUnbornBranch=None (unborn branch)
52 RepositorySelectionPage_sourceSelectionTitle=Source Git Repository
53 RepositorySelectionPage_sourceSelectionDescription=Enter the location of the source repository.
54 RepositorySelectionPage_destinationSelectionTitle=Destination Git Repository
55 RepositorySelectionPage_destinationSelectionDescription=Enter the location of the destination repository.
56 RepositorySelectionPage_configuredRemoteChoice=Configured remote repository
57 RepositorySelectionPage_uriChoice=Custom URI
58 RepositorySelectionPage_groupLocation=Location
59 RepositorySelectionPage_groupAuthentication=Authentication
60 RepositorySelectionPage_groupConnection=Connection
61 RepositorySelectionPage_promptURI=UR&I
62 RepositorySelectionPage_promptHost=&Host
63 RepositorySelectionPage_promptPath=&Repository path
64 RepositorySelectionPage_promptUser=&User
65 RepositorySelectionPage_promptPassword=&Password
66 RepositorySelectionPage_promptScheme=Protoco&l
67 RepositorySelectionPage_promptPort=Por&t
68 RepositorySelectionPage_fieldRequired={0} required for {1} protocol.
69 RepositorySelectionPage_fieldNotSupported={0} not supported on {1} protocol.
70 RepositorySelectionPage_fileNotFound={0} does not exist.
71 RepositorySelectionPage_internalError=Internal error; consult Eclipse error log.
73 SourceBranchPage_title=Source Git Repository
74 SourceBranchPage_description=Select branches to clone from remote repository.
75 SourceBranchPage_branchList=Branches &of {0}:
76 SourceBranchPage_selectAll=&Select All
77 SourceBranchPage_selectNone=&Deselect All
78 SourceBranchPage_errorBranchRequired=At least one branch must be selected.
79 SourceBranchPage_transportError=Transport Error
80 SourceBranchPage_cannotListBranches=Cannot list the available branches.
81 SourceBranchPage_remoteListingCancelled=Operation cancelled
82 SourceBranchPage_cannotCreateTemp=Couldn't create temporary repository.
85 CloneDestinationPage_title=Local Destination
86 CloneDestinationPage_description=Configure the local storage location for {0}.
87 CloneDestinationPage_groupDestination=Destination
88 CloneDestinationPage_groupConfiguration=Configuration
89 CloneDestinationPage_promptDirectory=&Directory
90 CloneDestinationPage_promptInitialBranch=Initial branc&h
91 CloneDestinationPage_promptRemoteName=Remote na&me
92 CloneDestinationPage_fieldRequired={0} is required.
93 CloneDestinationPage_browseButton=Bro&wse
94 CloneDestinationPage_errorNotEmptyDir={0} is not an empty directory.
95 CloneDestinationPage_importProjectsAfterClone=&Import projects after clone
96 CloneDestinationPage_workspaceImport=Workspace import
98 RefSpecPanel_clickToChange=[Click to change]
99 RefSpecPanel_columnDst=Destination Ref
100 RefSpecPanel_columnForce=Force Update
101 RefSpecPanel_columnMode=Mode
102 RefSpecPanel_columnRemove=Remove
103 RefSpecPanel_columnSrc=Source Ref
104 RefSpecPanel_creationButton=Add spec
105 RefSpecPanel_creationButtonDescription=Add this create/update specification to set of {0} specifications.
106 RefSpecPanel_creationDst=Destination ref:
107 RefSpecPanel_creationGroup=Add create/update specificaton
108 RefSpecPanel_creationSrc=Source ref:
109 RefSpecPanel_deletionButton=Add spec
110 RefSpecPanel_deletionButtonDescription=Add this delete specification to set of push specifications.
111 RefSpecPanel_deletionGroup=Add delete ref specificaton
112 RefSpecPanel_deletionRef=Remote ref to delete:
113 RefSpecPanel_dstFetchDescription=Local destination ref(s) to fetch to - create or update.
114 RefSpecPanel_dstPushDescription=Remote destination ref(s) to push to - create or update.
115 RefSpecPanel_dstDeletionDescription=Remote ref to delete.
116 RefSpecPanel_errorRemoteConfigDescription=Can't parse remote configuration URIs.
117 RefSpecPanel_errorRemoteConfigTitle=Remote configuration problem
118 RefSpecPanel_fetch=fetch
119 RefSpecPanel_forceAll=Force update all specs
120 RefSpecPanel_forceAllDescription=Set force update setting to all speficications.
121 RefSpecPanel_forceDeleteDescription=Delete specification is always unconditional.
122 RefSpecPanel_forceFalseDescription=Allow only fast-forward update: old object must merge into new object.
123 RefSpecPanel_forceTrueDescription=Allow non-fast-forward update: old object doesn't have to merge to new object.
124 RefSpecPanel_modeDelete=Delete
125 RefSpecPanel_modeDeleteDescription=This is a delete specification.
126 RefSpecPanel_modeUpdate=Update
127 RefSpecPanel_modeUpdateDescription=This is a create/update specification.
128 RefSpecPanel_predefinedAll=Add all branches spec
129 RefSpecPanel_predefinedAllDescription=Add specification covering all branches.
130 RefSpecPanel_predefinedConfigured=Add configured {0} specs
131 RefSpecPanel_predefinedConfiguredDescription=Add previously configured specifications for this configured remote (if available).
132 RefSpecPanel_predefinedGroup=Add predefined specification
133 RefSpecPanel_predefinedTags=Add all tags spec
134 RefSpecPanel_predefinedTagsDescription=Add specification covering all tags.
135 RefSpecPanel_push=push
136 RefSpecPanel_refChooseSome=choose/some/ref
137 RefSpecPanel_refChooseSomeWildcard=choose/some/ref/*
138 RefSpecPanel_refChooseRemoteName=choose_remote_name
139 RefSpecPanel_removeAll=Remove all specs
140 RefSpecPanel_removeAllDescription=Remove all speficications.
141 RefSpecPanel_removeDescription=Click to remove this specification.
142 RefSpecPanel_specifications=Specifications for {0}
143 RefSpecPanel_srcFetchDescription=Remote source ref(s) to fetch from.
144 RefSpecPanel_srcPushDescription=Local source ref(s) to push from.
145 RefSpecPanel_srcDeleteDescription=Delete specification always has an empty source ref.
146 RefSpecPanel_validationDstInvalidExpression={0} is not a valid ref expression for destination.
147 RefSpecPanel_validationDstRequired=Destination ref is required.
148 RefSpecPanel_validationRefDeleteRequired=Ref name to delete is required.
149 RefSpecPanel_validationRefDeleteWildcard=Delete ref cannot be a wildcard.
150 RefSpecPanel_validationRefInvalidExpression={0} is not a valid ref expression.
151 RefSpecPanel_validationRefInvalidLocal={0} is not a valid ref in local repository.
152 RefSpecPanel_validationRefNonExistingRemote={0} does not exist in remote repository.
153 RefSpecPanel_validationRefNonExistingRemoteDelete={0} already does not exist in remote repository.
154 RefSpecPanel_validationRefNonMatchingLocal={0} does not match any ref in local repository.
155 RefSpecPanel_validationRefNonMatchingRemote={0} does not match any ref in remote repository.
156 RefSpecPanel_validationSpecificationsOverlappingDestination=Two or more specifications point to {0} (the same destination).
157 RefSpecPanel_validationSrcUpdateRequired=Source ref is required for update/create specification.
158 RefSpecPanel_validationWildcardInconsistent=Wildcard must be set either on both source and destination or on none of them.
160 RefSpecPage_descriptionFetch=Select refs to fetch.
161 RefSpecPage_descriptionPush=Select refs to push.
162 RefSpecPage_errorDontMatchSrc=Specifications don't match any existing refs in source repository.
163 RefSpecPage_errorTransportDialogMessage=Cannot get remote repository refs.
164 RefSpecPage_errorTransportDialogTitle=Transport Error
165 RefSpecPage_operationCancelled=Operation cancelled.
166 RefSpecPage_saveSpecifications=Save specifications in "{0}" configuration
167 RefSpecPage_titleFetch=Fetch Ref Specifications
168 RefSpecPage_titlePush=Push Ref Specifications
169 RefSpecPage_annotatedTagsGroup=Annotated tags fetching strategy
170 RefSpecPage_annotatedTagsAutoFollow=Automatically follow tags if we fetch the thing they point at
171 RefSpecPage_annotatedTagsFetchTags=Always fetch tags, even if we do not have the thing it points at
172 RefSpecPage_annotatedTagsNoTags=Never fetch tags, even if we have the thing it points at
174 QuickDiff_failedLoading=Quick diff failed to obtain file data.
176 ResourceHistory_toggleCommentWrap=Wrap Comments
177 ResourceHistory_toggleCommentFill=Fill paragraphs
178 ResourceHistory_toggleRevDetail=Show Revision Details
179 ResourceHistory_toggleRevComment=Show Revision Comment
180 ResourceHistory_toggleTooltips=Show Revision Tooltip
182 HistoryPage_authorColumn=Author
183 HistoryPage_dateColumn=Date
184 HistoryPage_pathnameColumn=Path
185 HistoryPage_refreshJob=Reading history from Git
187 HistoryPage_findbar_findTooltip=Find
188 HistoryPage_findbar_find=Find:
189 HistoryPage_findbar_next=next
190 HistoryPage_findbar_previous=previous
191 HistoryPage_findbar_ignorecase=Ignore case
192 HistoryPage_findbar_commit=Commit
193 HistoryPage_findbar_comments=Comments
194 HistoryPage_findbar_author=Author
195 HistoryPage_findbar_committer=Committer
196 HistoryPage_findbar_changeto_commit=Change to Commit
197 HistoryPage_findbar_changeto_comments=Change to Comments
198 HistoryPage_findbar_changeto_author=Change to Author
199 HistoryPage_findbar_changeto_committer=Change to Committer
200 HistoryPage_findbar_exceeded=Results limit exceeded
201 HistoryPage_findbar_notFound=String not found
203 HistoryPage_ShowAllVersionsForRepo=Show all versions for the repository containing the resource
204 HistoryPage_ShowAllVersionsForProject=Show all versions for the project containing the resource
205 HistoryPage_ShowAllVersionsForFolder=Show all versions for the folder containing the resource
207 HistoryPreferencePage_title=Git
209 PushAction_wrongURIDescription=Remote repositories URIs configuration is corrupted.
210 PushAction_wrongURITitle=Corrupted Configuration
212 PushWizard_cantConnectToAny=Can't connect to any repository: {0}
213 PushWizard_cantPrepareUpdatesMessage=Can't resolve ref specifications locally (local refs changed?) or create tracking ref update.
214 PushWizard_cantPrepareUpdatesTitle=Preparing Ref Updates Error
215 PushWizard_cantSaveMessage=Couldn't save specified specifications in configuration file.
216 PushWizard_cantSaveTitle=Configuration Storage Warning
217 PushWizard_jobName=Pushing to...{0}
218 PushWizard_missingRefsMessage=Ref specifications don't match any source ref (local refs changed?).
219 PushWizard_missingRefsTitle=Missing Refs Error
220 PushWizard_unexpectedError=Unexpected error occurred.
221 PushWizard_windowTitleDefault=Push To Another Repositories
222 PushWizard_windowTitleWithDestination=Push To: {0}
224 CommitDialog_AddFileOnDiskToIndex=Add file on &disk to index
225 CommitDialog_AddSOB=Add Signed-off-&by
226 CommitDialog_AmendPreviousCommit=Am&end previous commit
227 CommitDialog_Author=&Author:
228 CommitDialog_Commit=&Commit
229 CommitDialog_CommitChanges=Commit Changes
230 CommitDialog_Committer=Committer:
231 CommitDialog_CommitMessage=Commit &Message:
232 CommitDialog_DeselectAll=&Deselect All
233 CommitDialog_ErrorInvalidAuthor=Invalid author
234 CommitDialog_ErrorInvalidAuthorSpecified=Invalid author specified. Please use the form:\nA U Thor <author@example.com>
235 CommitDialog_ErrorInvalidCommitterSpecified=Invalid committer specified. Please use the form:\nC O Mitter <committer@example.com>
236 CommitDialog_ErrorMustEnterCommitMessage=You must enter a commit message
237 CommitDialog_ErrorNoItemsSelected=No items selected
238 CommitDialog_ErrorNoItemsSelectedToBeCommitted=No items are currently selected to be committed.
239 CommitDialog_ErrorNoMessage=No message
240 CommitDialog_File=File
241 CommitDialog_SelectAll=&Select All
242 CommitDialog_Status=Status
243 CommitDialog_StatusAdded=Added
244 CommitDialog_StatusAddedIndexDiff=Added, index diff
245 CommitDialog_StatusModified=Modified
246 CommitDialog_StatusModifiedIndexDiff=Mod., index diff
247 CommitDialog_StatusModifiedNotStaged=Mod., not staged
248 CommitDialog_StatusRemoved=Removed
249 CommitDialog_StatusRemovedNotStaged=Rem., not staged
250 CommitDialog_StatusUnknown=Unknown
251 ConfirmationPage_cantConnectToAnyTitle=Can't Connect
252 ConfirmationPage_cantConnectToAny=Can't connect to any URI: {0}
253 ConfirmationPage_description=Confirm following expected push result.
254 ConfirmationPage_errorCantResolveSpecs=Can't resolve ref specifications locally or create tracking ref update: {0}
255 ConfirmationPage_errorInterrupted=Operation was interrupted.
256 ConfirmationPage_errorRefsChangedNoMatch=Local refs changed, ref specifications don't match any source ref.
257 ConfirmationPage_errorUnexpected=Unexpected error occurred: {0}
258 ConfirmationPage_requireUnchangedButton=Push only if remote refs don't change in the mean time
259 ConfirmationPage_showOnlyIfChanged=Show final report dialog only when it differs from this confirmation report
260 ConfirmationPage_title=Push Confirmation
262 PushResultTable_columnStatusRepo=Status: Repo #{0}
263 PushResultTable_columnDst=Destination Ref
264 PushResultTable_columnSrc=Source Ref
265 PushResultTable_columnMode=Mode
266 PushResultTable_statusUnexpected=Unexpected update status: {0}
267 PushResultTable_statusConnectionFailed=[connection failed]
268 PushResultTable_statusDetailChanged=remote ref object changed,\nnow it's: {0},\nnot expected: {1}
269 PushResultTable_refNonExisting=(non existing)
270 PushResultTable_statusDetailDeleted=old value: {0}
271 PushResultTable_statusDetailNonFastForward=non-fast forward
272 PushResultTable_statusDetailNoDelete=remote side does not support deleting refs
273 PushResultTable_statusDetailNonExisting=remote ref already does not exist
274 PushResultTable_statusDetailForcedUpdate=forced update (non-fast forward)
275 PushResultTable_statusDetailFastForward=fast forward
276 PushResultTable_statusRemoteRejected=[remote rejected]
277 PushResultTable_statusRejected=[rejected]
278 PushResultTable_statusNoMatch=[no match]
279 PushResultTable_statusUpToDate=[up to date]
280 PushResultTable_statusOkDeleted=[deleted]
281 PushResultTable_statusOkNewBranch=[new branch]
282 PushResultTable_statusOkNewTag=[new tag]
284 ResultDialog_title=Push Results: {0}
285 ResultDialog_label=Pushed to {0}.
287 FetchAction_wrongURITitle=Corrupted Configuration
288 FetchAction_wrongURIMessage=Remote repositories URIs configuration is corrupted.
290 FetchResultDialog_labelEmptyResult=No ref to fetch from {0} - everything up to date.
291 FetchResultDialog_labelNonEmptyResult=Fetched from {0}.
292 FetchResultDialog_title=Fetch Results: {0}
294 FetchResultTable_columnDst=Destination Ref
295 FetchResultTable_columnSrc=Source Ref
296 FetchResultTable_columnStatus=Status
297 FetchResultTable_statusDetailCouldntLock=couldn't lock local tracking ref for update
298 FetchResultTable_statusDetailFastForward=fast forward
299 FetchResultTable_statusDetailIOError=I/O error occurred during local tracking ref update
300 FetchResultTable_statusDetailNonFastForward=non-fast forward
301 FetchResultTable_statusIOError=[i/o error]
302 FetchResultTable_statusLockFailure=[lock fail]
303 FetchResultTable_statusNew=[new]
304 FetchResultTable_statusNewBranch=[new branch]
305 FetchResultTable_statusNewTag=[new tag]
306 FetchResultTable_statusRejected=[rejected]
307 FetchResultTable_statusUnexpected=Unexpected update status: {0}
308 FetchResultTable_statusUpToDate=[up to date]
310 FetchWizard_cantSaveMessage=Couldn't save specified specifications in configuration file.
311 FetchWizard_cantSaveTitle=Configuration Storage Warning
312 FetchWizard_fetchNotSupported=Fetch operation is not supported by this transport.
313 FetchWizard_jobName=Fetching from: {0}
314 FetchWizard_transportError=Transport error occured during fetch operation.
315 FetchWizard_transportNotSupportedMessage=Selected URI is not supported by any transport implementation.
316 FetchWizard_transportNotSupportedTitle=Transport Not Supported
317 FetchWizard_windowTitleDefault=Fetch From Another Repository
318 FetchWizard_windowTitleWithSource=Fetch From: {0}
320 WindowCachePreferencePage_title=Git Window Cache
321 WindowCachePreferencePage_packedGitWindowSize=Window size:
322 WindowCachePreferencePage_packedGitLimit=Window cache limit:
323 WindowCachePreferencePage_deltaBaseCacheLimit=Delta base cache limit:
324 WindowCachePreferencePage_packedGitMMAP=Use virtual memory mapping
326 BranchSelectionDialog_TitleCheckout=Checkout: {0}
327 BranchSelectionDialog_TitleReset=Reset: {0}
328 BranchSelectionDialog_BranchSelectionDialog_CreateFailedTitle=New branch creation failed
329 BranchSelectionDialog_BranchSelectionDialog_RenamedFailedTitle=Rename failed
330 BranchSelectionDialog_BranchSuffix_Current=\ (current)
331 BranchSelectionDialog_ErrorAlreadyExists=Already exists
332 BranchSelectionDialog_ErrorCouldNotCreateNewRef=Could not create new ref {0}
333 BranchSelectionDialog_ErrorCouldNotRefresh=Could not refresh list of branches
334 BranchSelectionDialog_ErrorCouldNotRefreshBranchList=Could not refresh list of branches
335 BranchSelectionDialog_ErrorCouldNotResolve=Could not attempt to resolve {0}
336 BranchSelectionDialog_ErrorInvalidRefName=Invalid ref name
337 BranchSelectionDialog_ErrorCouldNotRenameRef=Failed to rename branch {0} -> {1}, status={2}
338 BranchSelectionDialog_ErrorCouldNotRenameRef2=Failed to rename branch {0} -> {1}
339 BranchSelectionDialog_ErrorRenameFailed=Rename failed
341 BranchSelectionDialog_LocalBranches=Local Branches
342 BranchSelectionDialog_NewBranch=&New branch
343 BranchSelectionDialog_NoBranchSeletectMessage=You must select a valid ref.
344 BranchSelectionDialog_NoBranchSeletectTitle=No branch/tag selected
345 BranchSelectionDialog_OkCheckout=&Checkout
346 BranchSelectionDialog_OkReset=&Reset
347 BranchSelectionDialog_QuestionNewBranchMessage=Enter name of new branch. It will branch from the selected branch. refs/heads/ will be prepended to the name you type
348 BranchSelectionDialog_QuestionNewBranchNameMessage=Enter new name of the {0} branch. refs/heads/ will be prepended to the name you type
349 BranchSelectionDialog_QuestionNewBranchTitle=New branch
350 BranchSelectionDialog_QuestionNewBranchNameTitle=Rename branch
351 BranchSelectionDialog_ReallyResetMessage=Resetting will overwrite any changes in your working directory.\n\nDo you wish to continue?
352 BranchSelectionDialog_ReallyResetTitle=Really reset?
353 BranchSelectionDialog_RemoteBranches=Remote Branches
354 BranchSelectionDialog_ResetType=Reset Type
355 BranchSelectionDialog_ResetTypeHard=&Hard
356 BranchSelectionDialog_ResetTypeMixed=&Mixed (working directory unmodified)
357 BranchSelectionDialog_ResetTypeSoft=&Soft (Index and working directory unmodified)
358 BranchSelectionDialog_Tags=Tags
359 BranchSelectionDialog_Refs=&Refs
360 BranchSelectionDialog_Rename=&Rename
362 Decorator_exceptionMessage=Errors occurred while applying Git decorations to resources.
364 DecoratorPreferencesPage_addVariablesTitle=Add Variables
365 DecoratorPreferencesPage_addVariablesAction=Add &Variables...
366 DecoratorPreferencesPage_recomputeAncestorDecorations=Re-decorate &ancestors when decorating changed resources
367 DecoratorPreferencesPage_recomputeAncestorDecorationsTooltip=Enabling this option will cause the ancestor-tree of any updated resources to also be re-decorated (minor performance impact).
368 DecoratorPreferencesPage_computeRecursiveLimit=Maximum number of levels to recurse for container decoration:
369 DecoratorPreferencesPage_computeRecursiveLimitTooltip=This value determines the maximum number of levels that will be recursed for each container decoration before bailing out. Increasing this number will improve accuracy for container decoration, but has a performance impact for large projects.
370 DecoratorPreferencesPage_description=Shows Git specific information on resources in projects under version control.
371 DecoratorPreferencesPage_invalidInput=''{0}'' is not a valid input
372 DecoratorPreferencesPage_decorationSettings=Decoration &settings:
373 DecoratorPreferencesPage_preview=Preview:
374 DecoratorPreferencesPage_fileFormatLabel=&Files:
375 DecoratorPreferencesPage_folderFormatLabel=F&olders:
376 DecoratorPreferencesPage_projectFormatLabel=&Projects:
377 DecoratorPreferencesPage_fileFormatDefault={dirty:>} {name}
378 DecoratorPreferencesPage_folderFormatDefault={dirty:>} {name}
379 DecoratorPreferencesPage_projectFormatDefault={dirty:>} {name} [{branch}]
380 DecoratorPreferencesPage_labelDecorationsLink=See <a>''{0}''</a> to enable or disable Git decorations.
381 DecoratorPreferencesPage_generalTabFolder=&General
382 DecoratorPreferencesPage_bindingResourceName=name of the resource being decorated
383 DecoratorPreferencesPage_bindingBranchName=current branch of the project
384 DecoratorPreferencesPage_bindingDirtyFlag=flag indicating whether or not the resource is dirty
385 DecoratorPreferencesPage_bindingStagedFlag=flag indicating whether or not the resource is staged
386 DecoratorPreferencesPage_selectFormats=Select the format for file, folders, and project text labels:
387 DecoratorPreferencesPage_selectVariablesToAdd=Select the &variables to add to the decoration format:
388 DecoratorPreferencesPage_textLabel=T&ext Decorations
389 DecoratorPreferencesPage_iconLabel=&Icon Decorations
390 DecoratorPreferencesPage_iconsShowTracked=Tracked resources
391 DecoratorPreferencesPage_iconsShowUntracked=Untracked resources
392 DecoratorPreferencesPage_iconsShowStaged=Staged resources
393 DecoratorPreferencesPage_iconsShowConflicts=Conflicting resources
394 DecoratorPreferencesPage_iconsShowAssumeValid=Assumed unchanged resources
396 Decorator_exceptionMessage=Errors occurred while applying Git decorations to resources.
398 IgnoreAction_jobName=Ignore Git resources
399 IgnoreAction_taskName=Ignoring Git resources
400 IgnoreAction_error=Unable to ignore resources