You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

DhtText.properties 1.7KB

1234567891011121314151617181920212223242526272829303132
  1. cannotInsertObject=Cannot insert any objects into a ChunkWriter
  2. corruptChunk=Chunk {0} is corrupt and does not match its name
  3. corruptCompressedObject=Corrupt deflate stream in {0} at {1}
  4. cycleInDeltaChain=Cycle in delta chain {0} offset {1}
  5. databaseRequired=Database is required
  6. expectedObjectSizeDuringCopyAsIs=Object {0} has size of 0
  7. invalidCachedPackInfo=Invalid CachedPackInfo on {0} {1}
  8. invalidChunkKey=Invalid ChunkKey {0}
  9. invalidChunkMeta=Invalid ChunkMeta on {0}
  10. invalidObjectIndexKey=Invalid ObjectIndexKey {0}
  11. invalidObjectInfo=Invalid ObjectInfo for {0} from {1}
  12. invalidRefData=Invalid RefData on {0}
  13. missingChunk=Missing {0}
  14. missingLongOffsetBase=Missing base for offset -{1} in meta of {0}
  15. nameRequired=Name or key is required
  16. noSavedTypeForBase=No type information for base object at {0}
  17. notTimeUnit=Invalid time unit value: {0}={1}
  18. objectListSelectingName=Selecting list name
  19. objectListCountingFrom=Counting objects in {0}
  20. objectTypeUnknown=unknown
  21. packParserInvalidPointer=Invalid pointer inside pack parser: {0}, chunk {1}, offset {2}.
  22. packParserRollbackFailed=DhtPackParser rollback failed
  23. recordingObjects=Recording objects
  24. repositoryAlreadyExists=Repository {0} already exists
  25. repositoryMustBeBare=Only bare repositories are supported
  26. shortCompressedObject=Short deflate stream in {0} at {1}
  27. timeoutChunkMeta=Timeout waiting for ChunkMeta
  28. timeoutLocatingRepository=Timeout locating {0}
  29. tooManyObjectsInPack={0} is too many objects in a pack file
  30. unsupportedChunkIndex=Unsupported index version {0} in {1}
  31. unsupportedObjectTypeInChunk=Unknown object type {0} in {1} at {2}
  32. wrongChunkPositionInCachedPack=Cached pack {0} put chunk {1} at {2} but delta in {3} expects it at {4}