~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/ngit/NGit/resources/JGitText.properties

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
cannotCreateConfig=cannot create config
40
40
cannotCreateDirectory=Cannot create directory {0}
41
41
cannotCreateHEAD=cannot create HEAD
 
42
cannotCreateIndexfile=Cannot create an index file with name {0}
42
43
cannotDeleteCheckedOutBranch=Branch {0} is checked out and can not be deleted
43
44
cannotDeleteFile=Cannot delete file: {0}
44
45
cannotDeleteStaleTrackingRef=Cannot delete stale tracking ref {0}
54
55
cannotMoveIndexTo=Cannot move index to {0}
55
56
cannotMovePackTo=Cannot move pack to {0}
56
57
cannotOpenService=cannot open {0}
 
58
cannotParseDate=The date specification "{0}" could not be parsed with the following formats: {1}
57
59
cannotParseGitURIish=Cannot parse Git URI-ish
58
60
cannotPullOnARepoWithState=Cannot pull into a repository with state: {0}
59
61
cannotRead=Cannot read {0}
84
86
commitAlreadyExists=exists {0}
85
87
commitMessageNotSpecified=commit message not specified
86
88
commitOnRepoWithoutHEADCurrentlyNotSupported=Commit on repo without HEAD currently not supported
 
89
commitAmendOnInitialNotPossible=Amending is not possible on initial commit.
87
90
compressingObjects=Compressing objects
88
91
connectionFailed=connection failed
89
92
connectionTimeOut=Connection time out: {0}
205
208
flagNotFromThis={0} not from this.
206
209
flagsAlreadyCreated={0} flags already created.
207
210
funnyRefname=funny refname
 
211
gitmodulesNotFound=.gitmodules not found in tree.
208
212
headRequiredToStash=HEAD required to stash local changes
209
213
hoursAgo={0} hours ago
210
214
hugeIndexesAreNotSupportedByJgitYet=Huge indexes are not supported by jgit, yet
223
227
indexSignatureIsInvalid=Index signature is invalid: {0}
224
228
indexWriteException=Modified index could not be written
225
229
inMemoryBufferLimitExceeded=In-memory buffer limit exceeded
 
230
inputStreamMustSupportMark=InputStream must support mark()
226
231
integerValueOutOfRange=Integer value {0}.{1} out of range
227
232
internalRevisionError=internal revision error
228
233
internalServerError=internal server error
345
350
packHasUnresolvedDeltas=pack has unresolved deltas
346
351
packingCancelledDuringObjectsWriting=Packing cancelled during objects writing
347
352
packObjectCountMismatch=Pack object count mismatch: pack {0} index {1}: {2}
 
353
packRefs=Pack refs
348
354
packTooLargeForIndexVersion1=Pack too large for index version 1
349
355
packWriterStatistics=Total {0,number,#0} (delta {1,number,#0}), reused {2,number,#0} (delta {3,number,#0})
 
356
panicCantRenameIndexFile=Panic: index file {0} must be renamed to replace {1}; until then repository is corrupt
350
357
patchApplyException=Cannot apply: {0}
351
358
patchFormatException=Format error: {0}
352
359
pathIsNotInWorkingDir=Path is not in working dir
357
364
problemWithResolvingPushRefSpecsLocally=Problem with resolving push ref specs locally: {0}
358
365
progressMonUploading=Uploading {0}
359
366
propertyIsAlreadyNonNull=Property is already non null
 
367
pruneLoosePackedObjects=Prune loose objects also found in pack files
 
368
pruneLooseUnreferencedObjects=Prune loose, unreferenced objects
360
369
pullOnRepoWithoutHEADCurrentlyNotSupported=Pull on repository without HEAD currently not supported
361
370
pullTaskName=Pull
362
371
pushCancelled=push cancelled
368
377
receivePackObjectTooLarge1=Object too large, rejecting the pack. Max object size limit is {0} bytes.
369
378
receivePackObjectTooLarge2=Object too large ({0} bytes), rejecting the pack. Max object size limit is {1} bytes.
370
379
receivingObjects=Receiving objects
371
 
refAlreadyExists=Ref {0} already exists
 
380
refAlreadyExists=already exists
 
381
refAlreadyExists1=Ref {0} already exists
372
382
reflogEntryNotFound=Entry {0} not found  in reflog for ''{1}''
373
383
refNotResolved=Ref {0} can not be resolved
374
384
refUpdateReturnCodeWas=RefUpdate return code was: {0}
424
434
sourceIsNotAWildcard=Source is not a wildcard.
425
435
sourceRefDoesntResolveToAnyObject=Source ref {0} doesn't resolve to any object.
426
436
sourceRefNotSpecifiedForRefspec=Source ref not specified for refspec: {0}
 
437
squashCommitNotUpdatingHEAD=Squash commit -- not updating HEAD
427
438
staleRevFlagsOn=Stale RevFlags on {0}
428
439
startingReadStageWithoutWrittenRequestDataPendingIsNotSupported=Starting read stage without written request data pending is not supported
429
440
stashApplyFailed=Applying stashed changes did not successfully complete
450
461
transportExceptionInvalid=Invalid {0} {1}:{2}
451
462
transportExceptionMissingAssumed=Missing assumed {0}
452
463
transportExceptionReadRef=read {0}
 
464
transportNeedsRepository=Transport needs repository
453
465
transportProtoAmazonS3=Amazon S3
454
466
transportProtoBundleFile=Git Bundle File
455
467
transportProtoFTP=FTP