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