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.

JGitText.properties 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. DIRCChecksumMismatch=DIRC checksum mismatch
  2. DIRCExtensionIsTooLargeAt=DIRC extension {0} is too large at {1} bytes.
  3. DIRCExtensionNotSupportedByThisVersion=DIRC extension {0} not supported by this version.
  4. DIRCHasTooManyEntries=DIRC has too many entries.
  5. JRELacksMD5Implementation=JRE lacks MD5 implementation
  6. URINotSupported=URI not supported: {0}
  7. URLNotFound={0} not found
  8. aNewObjectIdIsRequired=A NewObjectId is required.
  9. advertisementCameBefore=advertisement of {0}^{} came before {1}
  10. advertisementOfCameBefore=advertisement of {0}^{} came before {1}
  11. amazonS3ActionFailed={0} of '{1}' failed: {2} {3}
  12. amazonS3ActionFailedGivingUp={0} of '{1}' failed: Giving up after {2} attempts.
  13. anExceptionOccurredWhileTryingToAddTheIdOfHEAD=An exception occurred while trying to add the Id of HEAD
  14. anSSHSessionHasBeenAlreadyCreated=An SSH session has been already created
  15. atLeastOnePathIsRequired=At least one path is required.
  16. atLeastTwoFiltersNeeded=At least two filters needed.
  17. badBase64InputCharacterAt=Bad Base64 input character at {0} : {1} (decimal)
  18. badEntryDelimiter=Bad entry delimiter
  19. badEntryName=Bad entry name: {0}
  20. badEscape=Bad escape: {0}
  21. badGroupHeader=Bad group header
  22. badObjectType=Bad object type: {0}
  23. badSectionEntry=Bad section entry: {0}
  24. base64InputNotProperlyPadded=Base64 input not properly padded.
  25. baseLengthIncorrect=base length incorrect
  26. blobNotFound=Blob not found: {0}
  27. blobNotFoundForPath=Blob not found: {0} for path: {1}
  28. cannotBeCombined=Cannot be combined.
  29. cannotCombineTreeFilterWithRevFilter=Cannot combine TreeFilter {0} with RefFilter {1}.
  30. cannotCommitOnARepoWithState=Cannot commit on a repo with state: {0}
  31. cannotCommitWriteTo=Cannot commit write to {0}
  32. cannotConnectPipes=cannot connect pipes
  33. cannotConvertScriptToText=Cannot convert script to text
  34. cannotCreateConfig=cannot create config
  35. cannotCreateDirectory=Cannot create directory {0}
  36. cannotCreateHEAD=cannot create HEAD
  37. cannotDeleteFile=Cannot delete file: {0}
  38. cannotDeleteStaleTrackingRef2=Cannot delete stale tracking ref {0}: {1}
  39. cannotDeleteStaleTrackingRef=Cannot delete stale tracking ref {0}
  40. cannotDetermineProxyFor=Cannot determine proxy for {0}
  41. cannotDownload=Cannot download {0}
  42. cannotExecute=cannot execute: {0}
  43. cannotGet=Cannot get {0}
  44. cannotListRefs=cannot list refs
  45. cannotLock=Cannot lock {0}
  46. cannotLockFile=Cannot lock file {0}
  47. cannotLockPackIn=Cannot lock pack in {0}
  48. cannotMatchOnEmptyString=Cannot match on empty string.
  49. cannotMoveIndexTo=Cannot move index to {0}
  50. cannotMovePackTo=Cannot move pack to {0}
  51. cannotOpenService=cannot open {0}
  52. cannotParseGitURIish=Cannot parse Git URI-ish
  53. cannotRead=Cannot read {0}
  54. cannotReadBlob=Cannot read blob {0}
  55. cannotReadCommit=Cannot read commit {0}
  56. cannotReadFile=Cannot read file {0}
  57. cannotReadHEAD=cannot read HEAD: {0} {1}
  58. cannotReadObject=Cannot read object
  59. cannotReadTree=Cannot read tree {0}
  60. cannotResolveLocalTrackingRefForUpdating=Cannot resolve local tracking ref {0} for updating.
  61. cannotStoreObjects=cannot store objects
  62. cannotUnloadAModifiedTree=Cannot unload a modified tree.
  63. cannotWorkWithOtherStagesThanZeroRightNow=Cannot work with other stages than zero right now. Won't write corrupt index.
  64. cantFindObjectInReversePackIndexForTheSpecifiedOffset=Can't find object in (reverse) pack index for the specified offset {0}
  65. cantPassMeATree=Can't pass me a tree!
  66. channelMustBeInRange0_255=channel {0} must be in range [0, 255]
  67. characterClassIsNotSupported=The character class {0} is not supported.
  68. checkoutConflictWithFile=Checkout conflict with file: {0}
  69. checkoutConflictWithFiles=Checkout conflict with files: {0}
  70. classCastNotA=Not a {0}
  71. collisionOn=Collision on {0}
  72. commandWasCalledInTheWrongState=Command {0} was called in the wrong state
  73. commitAlreadyExists=exists {0}
  74. commitMessageNotSpecified=commit message not specified
  75. commitOnRepoWithoutHEADCurrentlyNotSupported=Commit on repo without HEAD currently not supported
  76. compressingObjects=Compressing objects
  77. connectionFailed=connection failed
  78. connectionTimeOut=Connection time out: {0}
  79. contextMustBeNonNegative=context must be >= 0
  80. corruptObjectBadStream=bad stream
  81. corruptObjectBadStreamCorruptHeader=bad stream, corrupt header
  82. corruptObjectGarbageAfterSize=garbage after size
  83. corruptObjectIncorrectLength=incorrect length
  84. corruptObjectInvalidEntryMode=invalid entry mode
  85. corruptObjectInvalidMode2=invalid mode {0}
  86. corruptObjectInvalidMode3=invalid mode {0} for {1} '{2}' in {3}.
  87. corruptObjectInvalidMode=invalid mode
  88. corruptObjectInvalidType2=invalid type {0}
  89. corruptObjectInvalidType=invalid type
  90. corruptObjectMalformedHeader=malformed header: {0}
  91. corruptObjectNegativeSize=negative size
  92. corruptObjectNoAuthor=no author
  93. corruptObjectNoCommitter=no committer
  94. corruptObjectNoHeader=no header
  95. corruptObjectNoObject=no object
  96. corruptObjectNoTagName=no tag name
  97. corruptObjectNoTaggerBadHeader=no tagger/bad header
  98. corruptObjectNoTaggerHeader=no tagger header
  99. corruptObjectNoType=no type
  100. corruptObjectNotree=no tree
  101. corruptObjectPackfileChecksumIncorrect=Packfile checksum incorrect.
  102. corruptionDetectedReReadingAt=Corruption detected re-reading at {0}
  103. couldNotDeleteLockFileShouldNotHappen=Could not delete lock file. Should not happen
  104. couldNotDeleteTemporaryIndexFileShouldNotHappen=Could not delete temporary index file. Should not happen
  105. couldNotLockHEAD=Could not lock HEAD
  106. couldNotReadIndexInOneGo=Could not read index in one go, only {0} out of {1} read
  107. couldNotRenameDeleteOldIndex=Could not rename delete old index
  108. couldNotRenameTemporaryIndexFileToIndex=Could not rename temporary index file to index
  109. couldNotURLEncodeToUTF8=Could not URL encode to UTF-8
  110. couldNotWriteFile=Could not write file {0}
  111. countingObjects=Counting objects
  112. creatingDeltasIsNotImplemented=creating deltas is not implemented
  113. daemonAlreadyRunning=Daemon already running
  114. deletingNotSupported=Deleting {0} not supported.
  115. destinationIsNotAWildcard=Destination is not a wildcard.
  116. dirCacheDoesNotHaveABackingFile=DirCache does not have a backing file
  117. dirCacheFileIsNotLocked=DirCache {0} not locked
  118. dirCacheIsNotLocked=DirCache is not locked
  119. doesNotHandleMode=Does not handle mode {0} ({1})
  120. downloadCancelled=Download cancelled
  121. downloadCancelledDuringIndexing=Download cancelled during indexing
  122. duplicateAdvertisementsOf=duplicate advertisements of {0}
  123. duplicateRef=Duplicate ref: {0}
  124. duplicateRemoteRefUpdateIsIllegal=Duplicate remote ref update is illegal. Affected remote name: {0}
  125. duplicateStagesNotAllowed=Duplicate stages not allowed
  126. eitherGIT_DIRorGIT_WORK_TREEmustBePassed=Either GIT_DIR or GIT_WORK_TREE must be passed to Repository constructor
  127. emptyPathNotPermitted=Empty path not permitted.
  128. encryptionError=Encryption error: {0}
  129. endOfFileInEscape=End of file in escape
  130. entryNotFoundByPath=Entry not found by path: {0}
  131. errorDecodingFromFile=Error decoding from file {0}
  132. errorEncodingFromFile=Error encoding from file {0}
  133. errorInBase64CodeReadingStream=Error in Base64 code reading stream.
  134. errorInPackedRefs=error in packed-refs
  135. errorInvalidProtocolWantedOldNewRef=error: invalid protocol: wanted 'old new ref'
  136. errorListing=Error listing {0}
  137. errorOccurredDuringUnpackingOnTheRemoteEnd=error occurred during unpacking on the remote end: {0}
  138. errorReadingInfoRefs=error reading info/refs
  139. exceptionCaughtDuringExecutionOfCommitCommand=Exception caught during execution of commit command
  140. exceptionOccuredDuringAddingOfOptionToALogCommand=Exception occured during adding of {0} as option to a Log command
  141. exceptionOccuredDuringReadingOfGIT_DIR=Exception occured during reading of $GIT_DIR/{0}. {1}
  142. expectedACKNAKFoundEOF=Expected ACK/NAK, found EOF
  143. expectedACKNAKGot=Expected ACK/NAK, got: {0}
  144. expectedBooleanStringValue=Expected boolean string value
  145. expectedCharacterEncodingGuesses=Expected {0} character encoding guesses
  146. expectedEOFReceived=expected EOF; received '{0}' instead
  147. expectedGot=expected '{0}', got '{1}'
  148. expectedPktLineWithService=expected pkt-line with '# service=-', got '{0}'
  149. expectedReceivedContentType=expected Content-Type {0}; received Content-Type {1}
  150. expectedReportForRefNotReceived={0}: expected report for ref {1} not received
  151. failedUpdatingRefs=failed updating refs
  152. failureDueToOneOfTheFollowing=Failure due to one of the following:
  153. failureUpdatingFETCH_HEAD=Failure updating FETCH_HEAD: {0}
  154. failureUpdatingTrackingRef=Failure updating tracking ref {0}: {1}
  155. fileCannotBeDeleted=File cannot be deleted: {0}
  156. fileIsTooBigForThisConvenienceMethod=File is too big for this convenience method ({0} bytes).
  157. fileIsTooLarge=File is too large: {0}
  158. fileModeNotSetForPath=FileMode not set for path {0}
  159. flagIsDisposed={0} is disposed.
  160. flagNotFromThis={0} not from this.
  161. flagsAlreadyCreated={0} flags already created.
  162. funnyRefname=funny refname
  163. hugeIndexesAreNotSupportedByJgitYet=Huge indexes are not supported by jgit, yet
  164. hunkBelongsToAnotherFile=Hunk belongs to another file
  165. hunkDisconnectedFromFile=Hunk disconnected from file
  166. hunkHeaderDoesNotMatchBodyLineCountOf=Hunk header {0} does not match body line count of {1}
  167. illegalArgumentNotA=Not {0}
  168. illegalStateExists=exists {0}
  169. improperlyPaddedBase64Input=Improperly padded Base64 input.
  170. inMemoryBufferLimitExceeded=In-memory buffer limit exceeded
  171. incorrectHashFor=Incorrect hash for {0}; computed {1} as a {2} from {3} bytes.
  172. incorrectOBJECT_ID_LENGTH=Incorrect OBJECT_ID_LENGTH.
  173. incorrectObjectType_COMMITnorTREEnorBLOBnorTAG=COMMIT nor TREE nor BLOB nor TAG
  174. indexFileIsInUse=Index file is in use
  175. indexFileIsTooLargeForJgit=Index file is too large for jgit
  176. indexSignatureIsInvalid=Index signature is invalid: {0}
  177. integerValueOutOfRange=Integer value {0}.{1} out of range
  178. internalRevisionError=internal revision error
  179. interruptedWriting=Interrupted writing {0}
  180. invalidAdvertisementOf=invalid advertisement of {0}
  181. invalidAncestryLength=Invalid ancestry length
  182. invalidBooleanValue=Invalid boolean value: {0}.{1}={2}
  183. invalidChannel=Invalid channel {0}
  184. invalidCharacterInBase64Data=Invalid character in Base64 data.
  185. invalidCommitParentNumber=Invalid commit parent number
  186. invalidEncryption=Invalid encryption
  187. invalidGitType=invalid git type: {0}
  188. invalidId=Invalid id {0}
  189. invalidIdLength=Invalid id length {0}; should be {1}
  190. invalidIntegerValue=Invalid integer value: {0}.{1}={2}
  191. invalidKey=Invalid key: {0}
  192. invalidLineInConfigFile=Invalid line in config file
  193. invalidModeFor=Invalid mode {0} for {1} {2} in {3}.
  194. invalidModeForPath=Invalid mode {0} for path {1}
  195. invalidObject=Invalid {0} {1}:{2}
  196. invalidOldIdSent=invalid old id sent
  197. invalidPacketLineHeader=Invalid packet line header: {0}
  198. invalidPath=Invalid path: {0}
  199. invalidRefName=Invalid ref name: {0}
  200. invalidStageForPath=Invalid stage {0} for path {1}
  201. invalidTagOption=Invalid tag option: {0}
  202. invalidTimeout=Invalid timeout: {0}
  203. invalidURL=Invalid URL {0}
  204. invalidWildcards=Invalid wildcards {0}
  205. invalidWindowSize=Invalid window size
  206. isAStaticFlagAndHasNorevWalkInstance={0} is a static flag and has no RevWalk instance
  207. kNotInRange=k {0} not in {1} - {2}
  208. lengthExceedsMaximumArraySize=Length exceeds maximum array size
  209. listingAlternates=Listing alternates
  210. localObjectsIncomplete=Local objects incomplete.
  211. localRefIsMissingObjects=Local ref {0} is missing object(s).
  212. lockCountMustBeGreaterOrEqual1=lockCount must be >= 1
  213. lockError=lock error: {0}
  214. lockOnNotClosed=Lock on {0} not closed.
  215. lockOnNotHeld=Lock on {0} not held.
  216. malformedpersonIdentString=Malformed PersonIdent string (no < was found): {0}
  217. mergeStrategyAlreadyExistsAsDefault=Merge strategy "{0}" already exists as a default strategy
  218. missingAccesskey=Missing accesskey.
  219. missingForwardImageInGITBinaryPatch=Missing forward-image in GIT binary patch
  220. missingObject=Missing {0} {1}
  221. missingPrerequisiteCommits=missing prerequisite commits:
  222. missingSecretkey=Missing secretkey.
  223. mixedStagesNotAllowed=Mixed stages not allowed
  224. multipleMergeBasesFor=Multiple merge bases for:\n {0}\n {1} found:\n {2}\n {3}
  225. need2Arguments=Need 2 arguments
  226. needPackOut=need packOut
  227. needsAtLeastOneEntry=Needs at least one entry
  228. needsWorkdir=Needs workdir
  229. newlineInQuotesNotAllowed=Newline in quotes not allowed
  230. noApplyInDelete=No apply in delete
  231. noClosingBracket=No closing {0} found for {1} at index {2}.
  232. noHEADExistsAndNoExplicitStartingRevisionWasSpecified=No HEAD exists and no explicit starting revision was specified
  233. noHMACsupport=No {0} support: {1}
  234. noSuchRef=no such ref
  235. noXMLParserAvailable=No XML parser available.
  236. notABoolean=Not a boolean: {0}
  237. notABundle=not a bundle
  238. notADIRCFile=Not a DIRC file.
  239. notAGitDirectory=not a git directory
  240. notAPACKFile=Not a PACK file.
  241. notARef=Not a ref: {0}: {1}
  242. notASCIIString=Not ASCII string: {0}
  243. notAValidPack=Not a valid pack {0}
  244. notFound=not found.
  245. notValid={0} not valid
  246. nothingToFetch=Nothing to fetch.
  247. nothingToPush=Nothing to push.
  248. objectAtHasBadZlibStream=Object at {0} in {1} has bad zlib stream
  249. objectAtPathDoesNotHaveId=Object at path "{0}" does not have an id assigned. All object ids must be assigned prior to writing a tree.
  250. objectIsCorrupt=Object {0} is corrupt: {1}
  251. objectIsNotA=Object {0} is not a {1}.
  252. objectNotFoundIn=Object {0} not found in {1}.
  253. offsetWrittenDeltaBaseForObjectNotFoundInAPack=Offset-written delta base for object not found in a pack
  254. onlyOneFetchSupported=Only one fetch supported
  255. onlyOneOperationCallPerConnectionIsSupported=Only one operation call per connection is supported.
  256. openFilesMustBeAtLeast1=Open files must be >= 1
  257. openingConnection=Opening connection
  258. outputHasAlreadyBeenStarted=Output has already been started.
  259. packChecksumMismatch=Pack checksum mismatch
  260. packCorruptedWhileWritingToFilesystem=Pack corrupted while writing to filesystem
  261. packDoesNotMatchIndex=Pack {0} does not match index
  262. packFileInvalid=Pack file invalid: {0}
  263. packHasUnresolvedDeltas=pack has unresolved deltas
  264. packObjectCountMismatch=Pack object count mismatch: pack {0} index {1}: {2}
  265. packTooLargeForIndexVersion1=Pack too large for index version 1
  266. packetSizeMustBeAtLeast=packet size {0} must be >= {1}
  267. packetSizeMustBeAtMost=packet size {0} must be <= {1}
  268. packfileCorruptionDetected=Packfile corruption detected: {0}
  269. packfileIsTruncated=Packfile is truncated.
  270. packingCancelledDuringObjectsWriting=Packing cancelled during objects writing
  271. pathIsNotInWorkingDir=Path is not in working dir
  272. peeledLineBeforeRef=Peeled line before ref.
  273. peeledLineBeforeRef=Peeled line before ref.
  274. peerDidNotSupplyACompleteObjectGraph=peer did not supply a complete object graph
  275. prefixRemote=remote:
  276. problemWithResolvingPushRefSpecsLocally=Problem with resolving push ref specs locally: {0}
  277. progressMonUploading=Uploading {0}
  278. propertyIsAlreadyNonNull=Property is already non null
  279. pushCancelled=push cancelled
  280. pushIsNotSupportedForBundleTransport=Push is not supported for bundle transport
  281. pushNotPermitted=push not permitted
  282. rawLogMessageDoesNotParseAsLogEntry=Raw log message does not parse as log entry
  283. readTimedOut=Read timed out
  284. readingObjectsFromLocalRepositoryFailed=reading objects from local repository failed: {0}
  285. receivingObjects=Receiving objects
  286. refUpdateReturnCodeWas=RefUpdate return code was: {0}
  287. reflogsNotYetSupportedByRevisionParser=reflogs not yet supported by revision parser
  288. remoteConfigHasNoURIAssociated=Remote config "{0}" has no URIs associated
  289. remoteDoesNotHaveSpec=Remote does not have {0} available for fetch.
  290. remoteDoesNotSupportSmartHTTPPush=remote does not support smart HTTP push
  291. remoteHungUpUnexpectedly=remote hung up unexpectedly
  292. remoteNameCantBeNull=Remote name can't be null.
  293. repositoryAlreadyExists=Repository already exists: {0}
  294. repositoryNotFound=repository not found: {0}
  295. requiredHashFunctionNotAvailable=Required hash function {0} not available.
  296. resolvingDeltas=Resolving deltas
  297. serviceNotPermitted={0} not permitted
  298. shortCompressedStreamAt=Short compressed stream at {0}
  299. shortReadOfBlock=Short read of block.
  300. shortReadOfOptionalDIRCExtensionExpectedAnotherBytes=Short read of optional DIRC extension {0}; expected another {1} bytes within the section.
  301. shortSkipOfBlock=Short skip of block.
  302. smartHTTPPushDisabled=smart HTTP push disabled
  303. sourceDestinationMustMatch=Source/Destination must match.
  304. sourceIsNotAWildcard=Source is not a wildcard.
  305. sourceRefDoesntResolveToAnyObject=Source ref {0} doesn't resolve to any object.
  306. sourceRefNotSpecifiedForRefspec=Source ref not specified for refspec: {0}
  307. staleRevFlagsOn=Stale RevFlags on {0}
  308. startingReadStageWithoutWrittenRequestDataPendingIsNotSupported=Starting read stage without written request data pending is not supported
  309. statelessRPCRequiresOptionToBeEnabled=stateless RPC requires {0} to be enabled
  310. symlinkCannotBeWrittenAsTheLinkTarget=Symlink "{0}" cannot be written as the link target cannot be read from within Java.
  311. tSizeMustBeGreaterOrEqual1=tSize must be >= 1
  312. theFactoryMustNotBeNull=The factory must not be null
  313. timerAlreadyTerminated=Timer already terminated
  314. topologicalSortRequired=Topological sort required.
  315. transportExceptionBadRef=Empty ref: {0}: {1}
  316. transportExceptionEmptyRef=Empty ref: {0}
  317. transportExceptionInvalid=Invalid {0} {1}:{2}
  318. transportExceptionMissingAssumed=Missing assumed {0}
  319. transportExceptionReadRef=read {0}
  320. treeEntryAlreadyExists=Tree entry "{0}" already exists.
  321. treeIteratorDoesNotSupportRemove=TreeIterator does not support remove()
  322. truncatedHunkLinesMissingForAncestor=Truncated hunk, at least {0} lines missing for ancestor {1}
  323. truncatedHunkNewLinesMissing=Truncated hunk, at least {0} new lines is missing
  324. truncatedHunkOldLinesMissing=Truncated hunk, at least {0} old lines is missing
  325. unableToCheckConnectivity=Unable to check connectivity.
  326. unableToLockTag=Unable to lock tag {0}
  327. unableToStore=Unable to store {0}.
  328. unableToWrite=Unable to write {0}
  329. unencodeableFile=Unencodeable file: {0}
  330. unexpectedEndOfConfigFile=Unexpected end of config file
  331. unexpectedHunkTrailer=Unexpected hunk trailer
  332. unexpectedOddResult=odd: {0} + {1} - {2}
  333. unexpectedRefReport={0}: unexpected ref report: {1}
  334. unexpectedReportLine2={0} unexpected report line: {1}
  335. unexpectedReportLine=unexpected report line: {0}
  336. unknownDIRCVersion=Unknown DIRC version {0}
  337. unknownHost=unknown host
  338. unknownIndexVersionOrCorruptIndex=Unknown index version (or corrupt index): {0}
  339. unknownObjectType=Unknown object type {0}.
  340. unknownRepositoryFormat2=Unknown repository format "{0}"; expected "0".
  341. unknownRepositoryFormat=Unknown repository format
  342. unmergedPath=Unmerged path: {0}
  343. unpackError=unpack error {0}
  344. unreadablePackIndex=Unreadable pack index: {0}
  345. unrecognizedRef=Unrecognized ref: {0}
  346. unsupportedCommand0=unsupported command 0
  347. unsupportedEncryptionAlgorithm=Unsupported encryption algorithm: {0}
  348. unsupportedEncryptionVersion=Unsupported encryption version: {0}
  349. unsupportedOperationNotAddAtEnd=Not add-at-end: {0}
  350. unsupportedPackIndexVersion=Unsupported pack index version {0}
  351. unsupportedPackVersion=Unsupported pack version {0}.
  352. updatingRefFailed=Updating the ref {0} to {1} failed. ReturnCode from RefUpdate.update() was {2}
  353. userConfigFileInvalid=User config file {0} invalid {1}
  354. walkFailure=Walk failure.
  355. windowSizeMustBeLesserThanLimit=Window size must be < limit
  356. windowSizeMustBePowerOf2=Window size must be power of 2
  357. writeTimedOut=Write timed out
  358. writerAlreadyInitialized=Writer already initialized
  359. writingNotPermitted=Writing not permitted
  360. writingNotSupported=Writing {0} not supported.
  361. writingObjects=Writing objects
  362. wrongDecompressedLength=wrong decompressed length