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 24KB

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