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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686
  1. #
  2. # Messages with format elements ({0}) are processed using java.text.MessageFormat.
  3. #
  4. abbreviationLengthMustBeNonNegative=Abbreviation length must not be negative.
  5. abortingRebase=Aborting rebase: resetting to {0}
  6. abortingRebaseFailed=Could not abort rebase
  7. abortingRebaseFailedNoOrigHead=Could not abort rebase since ORIG_HEAD is null
  8. advertisementCameBefore=advertisement of {0}^'{}' came before {1}
  9. advertisementOfCameBefore=advertisement of {0}^'{}' came before {1}
  10. amazonS3ActionFailed={0} of ''{1}'' failed: {2} {3}
  11. amazonS3ActionFailedGivingUp={0} of ''{1}'' failed: Giving up after {2} attempts.
  12. ambiguousObjectAbbreviation=Object abbreviation {0} is ambiguous
  13. aNewObjectIdIsRequired=A NewObjectId is required.
  14. anExceptionOccurredWhileTryingToAddTheIdOfHEAD=An exception occurred while trying to add the Id of HEAD
  15. anSSHSessionHasBeenAlreadyCreated=An SSH session has been already created
  16. applyingCommit=Applying {0}
  17. archiveFormatAlreadyAbsent=Archive format already absent: {0}
  18. archiveFormatAlreadyRegistered=Archive format already registered with different implementation: {0}
  19. argumentIsNotAValidCommentString=Invalid comment: {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. atomicPushNotSupported=Atomic push not supported.
  24. authenticationNotSupported=authentication not supported
  25. badBase64InputCharacterAt=Bad Base64 input character at {0} : {1} (decimal)
  26. badEntryDelimiter=Bad entry delimiter
  27. badEntryName=Bad entry name: {0}
  28. badEscape=Bad escape: {0}
  29. badGroupHeader=Bad group header
  30. badObjectType=Bad object type: {0}
  31. badRef=Bad ref: {0}: {1}
  32. badSectionEntry=Bad section entry: {0}
  33. bareRepositoryNoWorkdirAndIndex=Bare Repository has neither a working tree, nor an index
  34. base64InputNotProperlyPadded=Base64 input not properly padded.
  35. baseLengthIncorrect=base length incorrect
  36. bitmapMissingObject=Bitmap at {0} is missing {1}.
  37. bitmapsMustBePrepared=Bitmaps must be prepared before they may be written.
  38. blameNotCommittedYet=Not Committed Yet
  39. blobNotFound=Blob not found: {0}
  40. blobNotFoundForPath=Blob not found: {0} for path: {1}
  41. branchNameInvalid=Branch name {0} is not allowed
  42. buildingBitmaps=Building bitmaps
  43. cachedPacksPreventsIndexCreation=Using cached packs prevents index creation
  44. cachedPacksPreventsListingObjects=Using cached packs prevents listing objects
  45. cannotBeCombined=Cannot be combined.
  46. cannotBeRecursiveWhenTreesAreIncluded=TreeWalk shouldn't be recursive when tree objects are included.
  47. cannotChangeActionOnComment=Cannot change action on comment line in git-rebase-todo file, old action: {0}, new action: {1}.
  48. cannotChangeToComment=Cannot change a non-comment line to a comment line.
  49. cannotCheckoutFromUnbornBranch=Cannot checkout from unborn branch
  50. cannotCheckoutOursSwitchBranch=Checking out ours/theirs is only possible when checking out index, not when switching branches.
  51. cannotCombineSquashWithNoff=Cannot combine --squash with --no-ff.
  52. cannotCombineTreeFilterWithRevFilter=Cannot combine TreeFilter {0} with RevFilter {1}.
  53. cannotCommitOnARepoWithState=Cannot commit on a repo with state: {0}
  54. cannotCommitWriteTo=Cannot commit write to {0}
  55. cannotConnectPipes=cannot connect pipes
  56. cannotConvertScriptToText=Cannot convert script to text
  57. cannotCreateConfig=cannot create config
  58. cannotCreateDirectory=Cannot create directory {0}
  59. cannotCreateHEAD=cannot create HEAD
  60. cannotCreateIndexfile=Cannot create an index file with name {0}
  61. cannotCreateTempDir=Cannot create a temp dir
  62. cannotDeleteCheckedOutBranch=Branch {0} is checked out and can not be deleted
  63. cannotDeleteFile=Cannot delete file: {0}
  64. cannotDeleteObjectsPath=Cannot delete {0}/{1}: {2}
  65. cannotDeleteStaleTrackingRef=Cannot delete stale tracking ref {0}
  66. cannotDeleteStaleTrackingRef2=Cannot delete stale tracking ref {0}: {1}
  67. cannotDetermineProxyFor=Cannot determine proxy for {0}
  68. cannotDownload=Cannot download {0}
  69. cannotEnterObjectsPath=Cannot enter {0}/objects: {1}
  70. cannotEnterPathFromParent=Cannot enter {0} from {1}: {2}
  71. cannotExecute=cannot execute: {0}
  72. cannotGet=Cannot get {0}
  73. cannotGetObjectsPath=Cannot get {0}/{1}: {2}
  74. cannotListObjectsPath=Cannot ls {0}/{1}: {2}
  75. cannotListPackPath=Cannot ls {0}/pack: {1}
  76. cannotListRefs=cannot list refs
  77. cannotLock=Cannot lock {0}
  78. cannotLockPackIn=Cannot lock pack in {0}
  79. cannotMatchOnEmptyString=Cannot match on empty string.
  80. cannotMkdirObjectPath=Cannot mkdir {0}/{1}: {2}
  81. cannotMoveIndexTo=Cannot move index to {0}
  82. cannotMovePackTo=Cannot move pack to {0}
  83. cannotOpenService=cannot open {0}
  84. cannotParseDate=The date specification "{0}" could not be parsed with the following formats: {1}
  85. cannotParseGitURIish=Cannot parse Git URI-ish
  86. cannotPullOnARepoWithState=Cannot pull into a repository with state: {0}
  87. cannotRead=Cannot read {0}
  88. cannotReadBlob=Cannot read blob {0}
  89. cannotReadCommit=Cannot read commit {0}
  90. cannotReadFile=Cannot read file {0}
  91. cannotReadHEAD=cannot read HEAD: {0} {1}
  92. cannotReadIndex=The index file {0} exists but cannot be read
  93. cannotReadObject=Cannot read object
  94. cannotReadObjectsPath=Cannot read {0}/{1}: {2}
  95. cannotReadTree=Cannot read tree {0}
  96. cannotRebaseWithoutCurrentHead=Can not rebase without a current HEAD
  97. cannotResolveLocalTrackingRefForUpdating=Cannot resolve local tracking ref {0} for updating.
  98. cannotSquashFixupWithoutPreviousCommit=Cannot {0} without previous commit.
  99. cannotStoreObjects=cannot store objects
  100. cannotResolveUniquelyAbbrevObjectId=Could not resolve uniquely the abbreviated object ID
  101. cannotUnloadAModifiedTree=Cannot unload a modified tree.
  102. cannotUpdateUnbornBranch=Cannot update unborn branch
  103. cannotWorkWithOtherStagesThanZeroRightNow=Cannot work with other stages than zero right now. Won't write corrupt index.
  104. cannotWriteObjectsPath=Cannot write {0}/{1}: {2}
  105. canOnlyCherryPickCommitsWithOneParent=Cannot cherry-pick commit ''{0}'' because it has {1} parents, only commits with exactly one parent are supported.
  106. canOnlyRevertCommitsWithOneParent=Cannot revert commit ''{0}'' because it has {1} parents, only commits with exactly one parent are supported
  107. commitDoesNotHaveGivenParent=The commit ''{0}'' does not have a parent number {1}.
  108. cantFindObjectInReversePackIndexForTheSpecifiedOffset=Can''t find object in (reverse) pack index for the specified offset {0}
  109. cantPassMeATree=Can't pass me a tree!
  110. channelMustBeInRange1_255=channel {0} must be in range [1, 255]
  111. characterClassIsNotSupported=The character class {0} is not supported.
  112. checkoutConflictWithFile=Checkout conflict with file: {0}
  113. checkoutConflictWithFiles=Checkout conflict with files: {0}
  114. checkoutUnexpectedResult=Checkout returned unexpected result {0}
  115. classCastNotA=Not a {0}
  116. cloneNonEmptyDirectory=Destination path "{0}" already exists and is not an empty directory
  117. collisionOn=Collision on {0}
  118. commandRejectedByHook=Rejected by "{0}" hook.\n{1}
  119. commandWasCalledInTheWrongState=Command {0} was called in the wrong state
  120. commitAlreadyExists=exists {0}
  121. commitMessageNotSpecified=commit message not specified
  122. commitOnRepoWithoutHEADCurrentlyNotSupported=Commit on repo without HEAD currently not supported
  123. commitAmendOnInitialNotPossible=Amending is not possible on initial commit.
  124. compressingObjects=Compressing objects
  125. connectionFailed=connection failed
  126. connectionTimeOut=Connection time out: {0}
  127. contextMustBeNonNegative=context must be >= 0
  128. corruptionDetectedReReadingAt=Corruption detected re-reading at {0}
  129. corruptObjectBadDate=bad date
  130. corruptObjectBadEmail=bad email
  131. corruptObjectBadStream=bad stream
  132. corruptObjectBadStreamCorruptHeader=bad stream, corrupt header
  133. corruptObjectBadTimezone=bad time zone
  134. corruptObjectDuplicateEntryNames=duplicate entry names
  135. corruptObjectGarbageAfterSize=garbage after size
  136. corruptObjectIncorrectLength=incorrect length
  137. corruptObjectIncorrectSorting=incorrectly sorted
  138. corruptObjectInvalidEntryMode=invalid entry mode
  139. corruptObjectInvalidMode=invalid mode
  140. corruptObjectInvalidModeChar=invalid mode character
  141. corruptObjectInvalidModeStartsZero=mode starts with '0'
  142. corruptObjectInvalidMode2=invalid mode {0,number,#}
  143. corruptObjectInvalidMode3=invalid mode {0} for {1} ''{2}'' in {3}.
  144. corruptObjectInvalidName=invalid name '%s'
  145. corruptObjectInvalidNameAux=invalid name 'AUX'
  146. corruptObjectInvalidNameCon=invalid name 'CON'
  147. corruptObjectInvalidNameCom=invalid name 'COM%c'
  148. corruptObjectInvalidNameEnd=invalid name ends with '%c'
  149. corruptObjectInvalidNameIgnorableUnicode=invalid name '%s' contains ignorable Unicode characters
  150. corruptObjectInvalidNameInvalidUtf8=invalid name contains byte sequence ''{0}'' which is not a valid UTF-8 character
  151. corruptObjectInvalidNameLpt=invalid name 'LPT%c'
  152. corruptObjectInvalidNameNul=invalid name 'NUL'
  153. corruptObjectInvalidNamePrn=invalid name 'PRN'
  154. corruptObjectInvalidObject=invalid object
  155. corruptObjectInvalidParent=invalid parent
  156. corruptObjectInvalidTree=invalid tree
  157. corruptObjectInvalidType=invalid type
  158. corruptObjectInvalidType2=invalid type {0}
  159. corruptObjectMalformedHeader=malformed header: {0}
  160. corruptObjectMissingEmail=missing email
  161. corruptObjectNameContainsByte=name contains byte 0x%x
  162. corruptObjectNameContainsChar=name contains '%c'
  163. corruptObjectNameContainsNullByte=name contains byte 0x00
  164. corruptObjectNameContainsSlash=name contains '/'
  165. corruptObjectNameDot=invalid name '.'
  166. corruptObjectNameDotDot=invalid name '..'
  167. corruptObjectNameZeroLength=zero length name
  168. corruptObjectNegativeSize=negative size
  169. corruptObjectNoAuthor=no author
  170. corruptObjectNoCommitter=no committer
  171. corruptObjectNoHeader=no header
  172. corruptObjectNoObject=no object
  173. corruptObjectNoObjectHeader=no object header
  174. corruptObjectNoTaggerBadHeader=no tagger/bad header
  175. corruptObjectNoTaggerHeader=no tagger header
  176. corruptObjectNoTagHeader=no tag header
  177. corruptObjectNoTagName=no tag name
  178. corruptObjectNotree=no tree
  179. corruptObjectNotreeHeader=no tree header
  180. corruptObjectNoType=no type
  181. corruptObjectNoTypeHeader=no type header
  182. corruptObjectPackfileChecksumIncorrect=Packfile checksum incorrect.
  183. corruptObjectTruncatedInMode=truncated in mode
  184. corruptObjectTruncatedInName=truncated in name
  185. corruptObjectTruncatedInObjectId=truncated in object id
  186. corruptObjectZeroId=entry points to null SHA-1
  187. couldNotCheckOutBecauseOfConflicts=Could not check out because of conflicts
  188. couldNotDeleteLockFileShouldNotHappen=Could not delete lock file. Should not happen
  189. couldNotDeleteTemporaryIndexFileShouldNotHappen=Could not delete temporary index file. Should not happen
  190. couldNotGetAdvertisedRef=Remote {0} did not advertise Ref for branch {1}. This Ref may not exist in the remote or may be hidden by permission settings.
  191. couldNotGetRepoStatistics=Could not get repository statistics
  192. couldNotLockHEAD=Could not lock HEAD
  193. couldNotReadIndexInOneGo=Could not read index in one go, only {0} out of {1} read
  194. couldNotReadObjectWhileParsingCommit=Could not read an object while parsing commit {0}
  195. couldNotRenameDeleteOldIndex=Could not rename delete old index
  196. couldNotRenameTemporaryFile=Could not rename temporary file {0} to new location {1}
  197. couldNotRenameTemporaryIndexFileToIndex=Could not rename temporary index file to index
  198. couldNotRewindToUpstreamCommit=Could not rewind to upstream commit
  199. couldNotURLEncodeToUTF8=Could not URL encode to UTF-8
  200. couldNotWriteFile=Could not write file {0}
  201. countingObjects=Counting objects
  202. corruptPack=Pack file {0} is corrupt, removing it from pack list
  203. createBranchFailedUnknownReason=Create branch failed for unknown reason
  204. createBranchUnexpectedResult=Create branch returned unexpected result {0}
  205. createNewFileFailed=Could not create new file {0}
  206. credentialPassword=Password
  207. credentialUsername=Username
  208. daemonAlreadyRunning=Daemon already running
  209. daysAgo={0} days ago
  210. deleteBranchUnexpectedResult=Delete branch returned unexpected result {0}
  211. deleteFileFailed=Could not delete file {0}
  212. deleteTagUnexpectedResult=Delete tag returned unexpected result {0}
  213. deletingNotSupported=Deleting {0} not supported.
  214. destinationIsNotAWildcard=Destination is not a wildcard.
  215. detachedHeadDetected=HEAD is detached
  216. dirCacheDoesNotHaveABackingFile=DirCache does not have a backing file
  217. dirCacheFileIsNotLocked=DirCache {0} not locked
  218. dirCacheIsNotLocked=DirCache is not locked
  219. DIRCChecksumMismatch=DIRC checksum mismatch
  220. DIRCExtensionIsTooLargeAt=DIRC extension {0} is too large at {1} bytes.
  221. DIRCExtensionNotSupportedByThisVersion=DIRC extension {0} not supported by this version.
  222. DIRCHasTooManyEntries=DIRC has too many entries.
  223. DIRCUnrecognizedExtendedFlags=Unrecognized extended flags: {0}
  224. dirtyFilesExist=Dirty files exist. Refusing to merge
  225. doesNotHandleMode=Does not handle mode {0} ({1})
  226. downloadCancelled=Download cancelled
  227. downloadCancelledDuringIndexing=Download cancelled during indexing
  228. duplicateAdvertisementsOf=duplicate advertisements of {0}
  229. duplicateRef=Duplicate ref: {0}
  230. duplicateRemoteRefUpdateIsIllegal=Duplicate remote ref update is illegal. Affected remote name: {0}
  231. duplicateStagesNotAllowed=Duplicate stages not allowed
  232. eitherGitDirOrWorkTreeRequired=One of setGitDir or setWorkTree must be called.
  233. emptyCommit=No changes
  234. emptyPathNotPermitted=Empty path not permitted.
  235. emptyRef=Empty ref: {0}
  236. encryptionError=Encryption error: {0}
  237. encryptionOnlyPBE=Encryption error: only password-based encryption (PBE) algorithms are supported.
  238. endOfFileInEscape=End of file in escape
  239. entryNotFoundByPath=Entry not found by path: {0}
  240. enumValueNotSupported2=Invalid value: {0}.{1}={2}
  241. enumValueNotSupported3=Invalid value: {0}.{1}.{2}={3}
  242. enumValuesNotAvailable=Enumerated values of type {0} not available
  243. errorDecodingFromFile=Error decoding from file {0}
  244. errorEncodingFromFile=Error encoding from file {0}
  245. errorInBase64CodeReadingStream=Error in Base64 code reading stream.
  246. errorInPackedRefs=error in packed-refs
  247. errorInvalidProtocolWantedOldNewRef=error: invalid protocol: wanted 'old new ref'
  248. errorListing=Error listing {0}
  249. errorOccurredDuringUnpackingOnTheRemoteEnd=error occurred during unpacking on the remote end: {0}
  250. errorReadingInfoRefs=error reading info/refs
  251. exceptionCaughtDuringExecutionOfHook=Exception caught during execution of "{0}" hook.
  252. exceptionCaughtDuringExecutionOfAddCommand=Exception caught during execution of add command
  253. exceptionCaughtDuringExecutionOfArchiveCommand=Exception caught during execution of archive command
  254. exceptionCaughtDuringExecutionOfCherryPickCommand=Exception caught during execution of cherry-pick command. {0}
  255. exceptionCaughtDuringExecutionOfCommitCommand=Exception caught during execution of commit command
  256. exceptionCaughtDuringExecutionOfFetchCommand=Exception caught during execution of fetch command
  257. exceptionCaughtDuringExecutionOfLsRemoteCommand=Exception caught during execution of ls-remote command
  258. exceptionCaughtDuringExecutionOfMergeCommand=Exception caught during execution of merge command. {0}
  259. exceptionCaughtDuringExecutionOfPullCommand=Exception caught during execution of pull command
  260. exceptionCaughtDuringExecutionOfPushCommand=Exception caught during execution of push command
  261. exceptionCaughtDuringExecutionOfResetCommand=Exception caught during execution of reset command. {0}
  262. exceptionCaughtDuringExecutionOfRevertCommand=Exception caught during execution of revert command. {0}
  263. exceptionCaughtDuringExecutionOfRmCommand=Exception caught during execution of rm command
  264. exceptionCaughtDuringExecutionOfTagCommand=Exception caught during execution of tag command
  265. exceptionCaughtDuringExcecutionOfCommand=Exception caught during execution of command {0} in {1}
  266. exceptionHookExecutionInterrupted=Execution of "{0}" hook interrupted.
  267. exceptionOccurredDuringAddingOfOptionToALogCommand=Exception occurred during adding of {0} as option to a Log command
  268. exceptionOccurredDuringReadingOfGIT_DIR=Exception occurred during reading of $GIT_DIR/{0}. {1}
  269. exceptionWhileReadingPack=ERROR: Exception caught while accessing pack file {0}, the pack file might be corrupt
  270. expectedACKNAKFoundEOF=Expected ACK/NAK, found EOF
  271. expectedACKNAKGot=Expected ACK/NAK, got: {0}
  272. expectedBooleanStringValue=Expected boolean string value
  273. expectedCharacterEncodingGuesses=Expected {0} character encoding guesses
  274. expectedEOFReceived=expected EOF; received ''{0}'' instead
  275. expectedGot=expected ''{0}'', got ''{1}''
  276. expectedLessThanGot=expected less than ''{0}'', got ''{1}''
  277. expectedPktLineWithService=expected pkt-line with ''# service=-'', got ''{0}''
  278. expectedReceivedContentType=expected Content-Type {0}; received Content-Type {1}
  279. expectedReportForRefNotReceived={0}: expected report for ref {1} not received
  280. failedUpdatingRefs=failed updating refs
  281. failureDueToOneOfTheFollowing=Failure due to one of the following:
  282. failureUpdatingFETCH_HEAD=Failure updating FETCH_HEAD: {0}
  283. failureUpdatingTrackingRef=Failure updating tracking ref {0}: {1}
  284. fileCannotBeDeleted=File cannot be deleted: {0}
  285. fileIsTooBigForThisConvenienceMethod=File is too big for this convenience method ({0} bytes).
  286. fileIsTooLarge=File is too large: {0}
  287. fileModeNotSetForPath=FileMode not set for path {0}
  288. filterExecutionFailed=Execution of filter command ''{0}'' on file ''{1}'' failed
  289. filterExecutionFailedRc=Execution of filter command ''{0}'' on file ''{1}'' failed with return code ''{2}'', message on stderr: ''{3}''
  290. findingGarbage=Finding garbage
  291. flagIsDisposed={0} is disposed.
  292. flagNotFromThis={0} not from this.
  293. flagsAlreadyCreated={0} flags already created.
  294. funnyRefname=funny refname
  295. gcFailed=Garbage collection failed.
  296. gitmodulesNotFound=.gitmodules not found in tree.
  297. headRequiredToStash=HEAD required to stash local changes
  298. hoursAgo={0} hours ago
  299. hugeIndexesAreNotSupportedByJgitYet=Huge indexes are not supported by jgit, yet
  300. hunkBelongsToAnotherFile=Hunk belongs to another file
  301. hunkDisconnectedFromFile=Hunk disconnected from file
  302. hunkHeaderDoesNotMatchBodyLineCountOf=Hunk header {0} does not match body line count of {1}
  303. illegalArgumentNotA=Not {0}
  304. illegalCombinationOfArguments=The combination of arguments {0} and {1} is not allowed
  305. illegalPackingPhase=Illegal packing phase {0}
  306. illegalStateExists=exists {0}
  307. improperlyPaddedBase64Input=Improperly padded Base64 input.
  308. incorrectHashFor=Incorrect hash for {0}; computed {1} as a {2} from {3} bytes.
  309. incorrectOBJECT_ID_LENGTH=Incorrect OBJECT_ID_LENGTH.
  310. indexFileCorruptedNegativeBucketCount=Invalid negative bucket count read from pack v2 index file: {0}
  311. indexFileIsInUse=Index file is in use
  312. indexFileIsTooLargeForJgit=Index file is too large for jgit
  313. indexSignatureIsInvalid=Index signature is invalid: {0}
  314. indexWriteException=Modified index could not be written
  315. initFailedBareRepoDifferentDirs=When initializing a bare repo with directory {0} and separate git-dir {1} specified both folders must point to the same location
  316. initFailedNonBareRepoSameDirs=When initializing a non-bare repo with directory {0} and separate git-dir {1} specified both folders should not point to the same location
  317. inMemoryBufferLimitExceeded=In-memory buffer limit exceeded
  318. inputDidntMatchLength=Input did not match supplied length. {0} bytes are missing.
  319. inputStreamMustSupportMark=InputStream must support mark()
  320. integerValueOutOfRange=Integer value {0}.{1} out of range
  321. internalRevisionError=internal revision error
  322. internalServerError=internal server error
  323. interruptedWriting=Interrupted writing {0}
  324. inTheFuture=in the future
  325. invalidAdvertisementOf=invalid advertisement of {0}
  326. invalidAncestryLength=Invalid ancestry length
  327. invalidBooleanValue=Invalid boolean value: {0}.{1}={2}
  328. invalidChannel=Invalid channel {0}
  329. invalidCharacterInBase64Data=Invalid character in Base64 data.
  330. invalidCommitParentNumber=Invalid commit parent number
  331. invalidEncryption=Invalid encryption
  332. invalidGitdirRef = Invalid .git reference in file ''{0}''
  333. invalidGitType=invalid git type: {0}
  334. invalidId=Invalid id: {0}
  335. invalidId0=Invalid id
  336. invalidIdLength=Invalid id length {0}; should be {1}
  337. invalidIgnoreParamSubmodule=Found invalid ignore param for submodule {0}.
  338. invalidIgnoreRule=Exception caught while parsing ignore rule ''{0}''.
  339. invalidIntegerValue=Invalid integer value: {0}.{1}={2}
  340. invalidKey=Invalid key: {0}
  341. invalidLineInConfigFile=Invalid line in config file
  342. invalidModeFor=Invalid mode {0} for {1} {2} in {3}.
  343. invalidModeForPath=Invalid mode {0} for path {1}
  344. invalidObject=Invalid {0} {1}: {2}
  345. invalidOldIdSent=invalid old id sent
  346. invalidPacketLineHeader=Invalid packet line header: {0}
  347. invalidPath=Invalid path: {0}
  348. invalidPathContainsSeparator=Invalid path (contains separator ''{0}''): {1}
  349. invalidPathPeriodAtEndWindows=Invalid path (period at end is ignored by Windows): {0}
  350. invalidPathSpaceAtEndWindows=Invalid path (space at end is ignored by Windows): {0}
  351. invalidPathReservedOnWindows=Invalid path (''{0}'' is reserved on Windows): {1}
  352. invalidReflogRevision=Invalid reflog revision: {0}
  353. invalidRefName=Invalid ref name: {0}
  354. invalidRemote=Invalid remote: {0}
  355. invalidRepositoryStateNoHead=Invalid repository --- cannot read HEAD
  356. invalidShallowObject=invalid shallow object {0}, expected commit
  357. invalidStageForPath=Invalid stage {0} for path {1}
  358. invalidTagOption=Invalid tag option: {0}
  359. invalidTimeout=Invalid timeout: {0}
  360. invalidURL=Invalid URL {0}
  361. invalidWildcards=Invalid wildcards {0}
  362. invalidRefSpec=Invalid refspec {0}
  363. invalidWindowSize=Invalid window size
  364. isAStaticFlagAndHasNorevWalkInstance={0} is a static flag and has no RevWalk instance
  365. JRELacksMD5Implementation=JRE lacks MD5 implementation
  366. kNotInRange=k {0} not in {1} - {2}
  367. largeObjectExceedsByteArray=Object {0} exceeds 2 GiB byte array limit
  368. largeObjectExceedsLimit=Object {0} exceeds {1} limit, actual size is {2}
  369. largeObjectException={0} exceeds size limit
  370. largeObjectOutOfMemory=Out of memory loading {0}
  371. lengthExceedsMaximumArraySize=Length exceeds maximum array size
  372. listingAlternates=Listing alternates
  373. listingPacks=Listing packs
  374. localObjectsIncomplete=Local objects incomplete.
  375. localRefIsMissingObjects=Local ref {0} is missing object(s).
  376. localRepository=local repository
  377. lockCountMustBeGreaterOrEqual1=lockCount must be >= 1
  378. lockError=lock error: {0}
  379. lockOnNotClosed=Lock on {0} not closed.
  380. lockOnNotHeld=Lock on {0} not held.
  381. malformedpersonIdentString=Malformed PersonIdent string (no < was found): {0}
  382. maxCountMustBeNonNegative=max count must be >= 0
  383. mergeConflictOnNonNoteEntries=Merge conflict on non-note entries: base = {0}, ours = {1}, theirs = {2}
  384. mergeConflictOnNotes=Merge conflict on note {0}. base = {1}, ours = {2}, theirs = {2}
  385. mergeStrategyAlreadyExistsAsDefault=Merge strategy "{0}" already exists as a default strategy
  386. mergeStrategyDoesNotSupportHeads=merge strategy {0} does not support {1} heads to be merged into HEAD
  387. mergeUsingStrategyResultedInDescription=Merge of revisions {0} with base {1} using strategy {2} resulted in: {3}. {4}
  388. mergeRecursiveConflictsWhenMergingCommonAncestors=Multiple common ancestors were found and merging them resulted in a conflict: {0}, {1}
  389. mergeRecursiveReturnedNoCommit=Merge returned no commit:\n Depth {0}\n Head one {1}\n Head two {2}
  390. mergeRecursiveTooManyMergeBasesFor = "More than {0} merge bases for:\n a {1}\n b {2} found:\n count {3}"
  391. messageAndTaggerNotAllowedInUnannotatedTags = Unannotated tags cannot have a message or tagger
  392. minutesAgo={0} minutes ago
  393. missingAccesskey=Missing accesskey.
  394. missingConfigurationForKey=No value for key {0} found in configuration
  395. missingDeltaBase=delta base
  396. missingForwardImageInGITBinaryPatch=Missing forward-image in GIT binary patch
  397. missingObject=Missing {0} {1}
  398. missingPrerequisiteCommits=missing prerequisite commits:
  399. missingRequiredParameter=Parameter "{0}" is missing
  400. missingSecretkey=Missing secretkey.
  401. mixedStagesNotAllowed=Mixed stages not allowed
  402. mkDirFailed=Creating directory {0} failed
  403. mkDirsFailed=Creating directories for {0} failed
  404. month=month
  405. months=months
  406. monthsAgo={0} months ago
  407. multipleMergeBasesFor=Multiple merge bases for:\n {0}\n {1} found:\n {2}\n {3}
  408. need2Arguments=Need 2 arguments
  409. needPackOut=need packOut
  410. needsAtLeastOneEntry=Needs at least one entry
  411. needsWorkdir=Needs workdir
  412. newlineInQuotesNotAllowed=Newline in quotes not allowed
  413. noApplyInDelete=No apply in delete
  414. noClosingBracket=No closing {0} found for {1} at index {2}.
  415. noCredentialsProvider=Authentication is required but no CredentialsProvider has been registered
  416. noHEADExistsAndNoExplicitStartingRevisionWasSpecified=No HEAD exists and no explicit starting revision was specified
  417. noHMACsupport=No {0} support: {1}
  418. noMergeBase=No merge base could be determined. Reason={0}. {1}
  419. noMergeHeadSpecified=No merge head specified
  420. noSuchRef=no such ref
  421. notABoolean=Not a boolean: {0}
  422. notABundle=not a bundle
  423. notADIRCFile=Not a DIRC file.
  424. notAGitDirectory=not a git directory
  425. notAPACKFile=Not a PACK file.
  426. notARef=Not a ref: {0}: {1}
  427. notASCIIString=Not ASCII string: {0}
  428. notAuthorized=not authorized
  429. notAValidPack=Not a valid pack {0}
  430. notFound=not found.
  431. nothingToFetch=Nothing to fetch.
  432. nothingToPush=Nothing to push.
  433. notMergedExceptionMessage=Branch was not deleted as it has not been merged yet; use the force option to delete it anyway
  434. noXMLParserAvailable=No XML parser available.
  435. objectAtHasBadZlibStream=Object at {0} in {1} has bad zlib stream
  436. objectAtPathDoesNotHaveId=Object at path "{0}" does not have an id assigned. All object ids must be assigned prior to writing a tree.
  437. objectIsCorrupt=Object {0} is corrupt: {1}
  438. objectIsCorrupt3={0}: object {1}: {2}
  439. objectIsNotA=Object {0} is not a {1}.
  440. objectNotFound=Object {0} not found.
  441. objectNotFoundIn=Object {0} not found in {1}.
  442. obtainingCommitsForCherryPick=Obtaining commits that need to be cherry-picked
  443. offsetWrittenDeltaBaseForObjectNotFoundInAPack=Offset-written delta base for object not found in a pack
  444. onlyAlreadyUpToDateAndFastForwardMergesAreAvailable=only already-up-to-date and fast forward merges are available
  445. onlyOneFetchSupported=Only one fetch supported
  446. onlyOneOperationCallPerConnectionIsSupported=Only one operation call per connection is supported.
  447. openFilesMustBeAtLeast1=Open files must be >= 1
  448. openingConnection=Opening connection
  449. operationCanceled=Operation {0} was canceled
  450. outputHasAlreadyBeenStarted=Output has already been started.
  451. packChecksumMismatch=Pack checksum mismatch detected for pack file {0}
  452. packCorruptedWhileWritingToFilesystem=Pack corrupted while writing to filesystem
  453. packDoesNotMatchIndex=Pack {0} does not match index
  454. packedRefsHandleIsStale=packed-refs handle is stale, {0}. retry
  455. packetSizeMustBeAtLeast=packet size {0} must be >= {1}
  456. packetSizeMustBeAtMost=packet size {0} must be <= {1}
  457. packfileCorruptionDetected=Packfile corruption detected: {0}
  458. packFileInvalid=Pack file invalid: {0}
  459. packfileIsTruncated=Packfile {0} is truncated.
  460. packfileIsTruncatedNoParam=Packfile is truncated.
  461. packHandleIsStale=Pack file {0} handle is stale, removing it from pack list
  462. packHasUnresolvedDeltas=pack has unresolved deltas
  463. packInaccessible=Pack file {0} now inaccessible; removing it from pack list
  464. packingCancelledDuringObjectsWriting=Packing cancelled during objects writing
  465. packObjectCountMismatch=Pack object count mismatch: pack {0} index {1}: {2}
  466. packRefs=Pack refs
  467. packSizeNotSetYet=Pack size not yet set since it has not yet been received
  468. packTooLargeForIndexVersion1=Pack too large for index version 1
  469. packWasDeleted=Pack file {0} was deleted, removing it from pack list
  470. packWriterStatistics=Total {0,number,#0} (delta {1,number,#0}), reused {2,number,#0} (delta {3,number,#0})
  471. panicCantRenameIndexFile=Panic: index file {0} must be renamed to replace {1}; until then repository is corrupt
  472. patchApplyException=Cannot apply: {0}
  473. patchFormatException=Format error: {0}
  474. pathIsNotInWorkingDir=Path is not in working dir
  475. pathNotConfigured=Submodule path is not configured
  476. peeledLineBeforeRef=Peeled line before ref.
  477. peerDidNotSupplyACompleteObjectGraph=peer did not supply a complete object graph
  478. personIdentEmailNonNull=E-mail address of PersonIdent must not be null.
  479. personIdentNameNonNull=Name of PersonIdent must not be null.
  480. prefixRemote=remote:
  481. problemWithResolvingPushRefSpecsLocally=Problem with resolving push ref specs locally: {0}
  482. progressMonUploading=Uploading {0}
  483. propertyIsAlreadyNonNull=Property is already non null
  484. pruneLoosePackedObjects=Prune loose objects also found in pack files
  485. pruneLooseUnreferencedObjects=Prune loose, unreferenced objects
  486. pullOnRepoWithoutHEADCurrentlyNotSupported=Pull on repository without HEAD currently not supported
  487. pullTaskName=Pull
  488. pushCancelled=push cancelled
  489. pushCertificateInvalidField=Push certificate has missing or invalid value for {0}
  490. pushCertificateInvalidFieldValue=Push certificate has missing or invalid value for {0}: {1}
  491. pushCertificateInvalidHeader=Push certificate has invalid header format
  492. pushCertificateInvalidSignature=Push certificate has invalid signature format
  493. pushIsNotSupportedForBundleTransport=Push is not supported for bundle transport
  494. pushNotPermitted=push not permitted
  495. rawLogMessageDoesNotParseAsLogEntry=Raw log message does not parse as log entry
  496. readingObjectsFromLocalRepositoryFailed=reading objects from local repository failed: {0}
  497. readTimedOut=Read timed out after {0} ms
  498. receivePackObjectTooLarge1=Object too large, rejecting the pack. Max object size limit is {0} bytes.
  499. receivePackObjectTooLarge2=Object too large ({0} bytes), rejecting the pack. Max object size limit is {1} bytes.
  500. receivePackInvalidLimit=Illegal limit parameter value {0}
  501. receivePackTooLarge=Pack exceeds the limit of {0} bytes, rejecting the pack
  502. receivingObjects=Receiving objects
  503. refAlreadyExists=already exists
  504. refAlreadyExists1=Ref {0} already exists
  505. reflogEntryNotFound=Entry {0} not found in reflog for ''{1}''
  506. refNotResolved=Ref {0} can not be resolved
  507. refUpdateReturnCodeWas=RefUpdate return code was: {0}
  508. remoteConfigHasNoURIAssociated=Remote config "{0}" has no URIs associated
  509. remoteDoesNotHaveSpec=Remote does not have {0} available for fetch.
  510. remoteDoesNotSupportSmartHTTPPush=remote does not support smart HTTP push
  511. remoteHungUpUnexpectedly=remote hung up unexpectedly
  512. remoteNameCantBeNull=Remote name can't be null.
  513. renameBranchFailedBecauseTag=Can not rename as Ref {0} is a tag
  514. renameBranchFailedUnknownReason=Rename failed with unknown reason
  515. renameBranchUnexpectedResult=Unexpected rename result {0}
  516. renameFileFailed=Could not rename file {0} to {1}
  517. renamesAlreadyFound=Renames have already been found.
  518. renamesBreakingModifies=Breaking apart modified file pairs
  519. renamesFindingByContent=Finding renames by content similarity
  520. renamesFindingExact=Finding exact renames
  521. renamesRejoiningModifies=Rejoining modified file pairs
  522. repositoryAlreadyExists=Repository already exists: {0}
  523. repositoryConfigFileInvalid=Repository config file {0} invalid {1}
  524. repositoryIsRequired=Repository is required.
  525. repositoryNotFound=repository not found: {0}
  526. repositoryState_applyMailbox=Apply mailbox
  527. repositoryState_bare=Bare
  528. repositoryState_bisecting=Bisecting
  529. repositoryState_conflicts=Conflicts
  530. repositoryState_merged=Merged
  531. repositoryState_normal=Normal
  532. repositoryState_rebase=Rebase
  533. repositoryState_rebaseInteractive=Rebase interactive
  534. repositoryState_rebaseOrApplyMailbox=Rebase/Apply mailbox
  535. repositoryState_rebaseWithMerge=Rebase w/merge
  536. requiredHashFunctionNotAvailable=Required hash function {0} not available.
  537. resettingHead=Resetting head to {0}
  538. resolvingDeltas=Resolving deltas
  539. resultLengthIncorrect=result length incorrect
  540. rewinding=Rewinding to commit {0}
  541. s3ActionDeletion=Deletion
  542. s3ActionReading=Reading
  543. s3ActionWriting=Writing
  544. searchForReuse=Finding sources
  545. searchForSizes=Getting sizes
  546. secondsAgo={0} seconds ago
  547. selectingCommits=Selecting commits
  548. sequenceTooLargeForDiffAlgorithm=Sequence too large for difference algorithm.
  549. serviceNotEnabledNoName=Service not enabled
  550. serviceNotPermitted={0} not permitted
  551. shallowCommitsAlreadyInitialized=Shallow commits have already been initialized
  552. shortCompressedStreamAt=Short compressed stream at {0}
  553. shortReadOfBlock=Short read of block.
  554. shortReadOfOptionalDIRCExtensionExpectedAnotherBytes=Short read of optional DIRC extension {0}; expected another {1} bytes within the section.
  555. shortSkipOfBlock=Short skip of block.
  556. signingNotSupportedOnTag=Signing isn't supported on tag operations yet.
  557. similarityScoreMustBeWithinBounds=Similarity score must be between 0 and 100.
  558. sizeExceeds2GB=Path {0} size {1} exceeds 2 GiB limit.
  559. skipMustBeNonNegative=skip must be >= 0
  560. smartHTTPPushDisabled=smart HTTP push disabled
  561. sourceDestinationMustMatch=Source/Destination must match.
  562. sourceIsNotAWildcard=Source is not a wildcard.
  563. sourceRefDoesntResolveToAnyObject=Source ref {0} doesn''t resolve to any object.
  564. sourceRefNotSpecifiedForRefspec=Source ref not specified for refspec: {0}
  565. squashCommitNotUpdatingHEAD=Squash commit -- not updating HEAD
  566. staleRevFlagsOn=Stale RevFlags on {0}
  567. startingReadStageWithoutWrittenRequestDataPendingIsNotSupported=Starting read stage without written request data pending is not supported
  568. stashApplyConflict=Applying stashed changes resulted in a conflict
  569. stashApplyConflictInIndex=Applying stashed index changes resulted in a conflict. Dropped index changes.
  570. stashApplyFailed=Applying stashed changes did not successfully complete
  571. stashApplyOnUnsafeRepository=Cannot apply stashed commit on a repository with state: {0}
  572. stashApplyWithoutHead=Cannot apply stashed commit in an empty repository or onto an unborn branch
  573. stashCommitIncorrectNumberOfParents=Stashed commit ''{0}'' does have {1} parent commits instead of 2 or 3.
  574. stashDropDeleteRefFailed=Deleting stash reference failed with result: {0}
  575. stashDropFailed=Dropping stashed commit failed
  576. stashDropMissingReflog=Stash reflog does not contain entry ''{0}''
  577. stashFailed=Stashing local changes did not successfully complete
  578. stashResolveFailed=Reference ''{0}'' does not resolve to stashed commit
  579. statelessRPCRequiresOptionToBeEnabled=stateless RPC requires {0} to be enabled
  580. storePushCertMultipleRefs=Store push certificate for {0} refs
  581. storePushCertOneRef=Store push certificate for {0}
  582. storePushCertReflog=Store push certificate
  583. submoduleExists=Submodule ''{0}'' already exists in the index
  584. submoduleParentRemoteUrlInvalid=Cannot remove segment from remote url ''{0}''
  585. submodulesNotSupported=Submodules are not supported
  586. supportOnlyPackIndexVersion2=Only support index version 2
  587. symlinkCannotBeWrittenAsTheLinkTarget=Symlink "{0}" cannot be written as the link target cannot be read from within Java.
  588. systemConfigFileInvalid=Systen wide config file {0} is invalid {1}
  589. tagAlreadyExists=tag ''{0}'' already exists
  590. tagNameInvalid=tag name {0} is invalid
  591. tagOnRepoWithoutHEADCurrentlyNotSupported=Tag on repository without HEAD currently not supported
  592. theFactoryMustNotBeNull=The factory must not be null
  593. timerAlreadyTerminated=Timer already terminated
  594. topologicalSortRequired=Topological sort required.
  595. transactionAborted=transaction aborted
  596. transportExceptionBadRef=Empty ref: {0}: {1}
  597. transportExceptionEmptyRef=Empty ref: {0}
  598. transportExceptionInvalid=Invalid {0} {1}:{2}
  599. transportExceptionMissingAssumed=Missing assumed {0}
  600. transportExceptionReadRef=read {0}
  601. transportNeedsRepository=Transport needs repository
  602. transportProvidedRefWithNoObjectId=Transport provided ref {0} with no object id
  603. transportProtoAmazonS3=Amazon S3
  604. transportProtoBundleFile=Git Bundle File
  605. transportProtoFTP=FTP
  606. transportProtoGitAnon=Anonymous Git
  607. transportProtoHTTP=HTTP
  608. transportProtoLocal=Local Git Repository
  609. transportProtoSFTP=SFTP
  610. transportProtoSSH=SSH
  611. transportProtoTest=Test
  612. transportSSHRetryInterrupt=Interrupted while waiting for retry
  613. treeEntryAlreadyExists=Tree entry "{0}" already exists.
  614. treeFilterMarkerTooManyFilters=Too many markTreeFilters passed, maximum number is {0} (passed {1})
  615. treeIteratorDoesNotSupportRemove=TreeIterator does not support remove()
  616. treeWalkMustHaveExactlyTwoTrees=TreeWalk should have exactly two trees.
  617. truncatedHunkLinesMissingForAncestor=Truncated hunk, at least {0} lines missing for ancestor {1}
  618. truncatedHunkNewLinesMissing=Truncated hunk, at least {0} new lines is missing
  619. truncatedHunkOldLinesMissing=Truncated hunk, at least {0} old lines is missing
  620. tSizeMustBeGreaterOrEqual1=tSize must be >= 1
  621. unableToCheckConnectivity=Unable to check connectivity.
  622. unableToCreateNewObject=Unable to create new object: {0}
  623. unableToStore=Unable to store {0}.
  624. unableToWrite=Unable to write {0}
  625. unauthorized=Unauthorized
  626. unencodeableFile=Unencodable file: {0}
  627. unexpectedCompareResult=Unexpected metadata comparison result: {0}
  628. unexpectedEndOfConfigFile=Unexpected end of config file
  629. unexpectedEndOfInput=Unexpected end of input
  630. unexpectedHunkTrailer=Unexpected hunk trailer
  631. unexpectedOddResult=odd: {0} + {1} - {2}
  632. unexpectedRefReport={0}: unexpected ref report: {1}
  633. unexpectedReportLine=unexpected report line: {0}
  634. unexpectedReportLine2={0} unexpected report line: {1}
  635. unknownOrUnsupportedCommand=Unknown or unsupported command "{0}", only "{1}" is allowed.
  636. unknownDIRCVersion=Unknown DIRC version {0}
  637. unknownHost=unknown host
  638. unknownIndexVersionOrCorruptIndex=Unknown index version (or corrupt index): {0}
  639. unknownObject=unknown object
  640. unknownObjectType=Unknown object type {0}.
  641. unknownObjectType2=unknown
  642. unknownRepositoryFormat=Unknown repository format
  643. unknownRepositoryFormat2=Unknown repository format "{0}"; expected "0".
  644. unknownZlibError=Unknown zlib error.
  645. unmergedPath=Unmerged path: {0}
  646. unmergedPaths=Repository contains unmerged paths
  647. unpackException=Exception while parsing pack stream
  648. unreadablePackIndex=Unreadable pack index: {0}
  649. unrecognizedRef=Unrecognized ref: {0}
  650. unsetMark=Mark not set
  651. unsupportedAlternates=Alternates not supported
  652. unsupportedArchiveFormat=Unknown archive format ''{0}''
  653. unsupportedCommand0=unsupported command 0
  654. unsupportedEncryptionAlgorithm=Unsupported encryption algorithm: {0}
  655. unsupportedEncryptionVersion=Unsupported encryption version: {0}
  656. unsupportedGC=Unsupported garbage collector for repository type: {0}
  657. unsupportedMark=Mark not supported
  658. unsupportedOperationNotAddAtEnd=Not add-at-end: {0}
  659. unsupportedPackIndexVersion=Unsupported pack index version {0}
  660. unsupportedPackVersion=Unsupported pack version {0}.
  661. updatingHeadFailed=Updating HEAD failed
  662. updatingReferences=Updating references
  663. updatingRefFailed=Updating the ref {0} to {1} failed. ReturnCode from RefUpdate.update() was {2}
  664. upstreamBranchName=branch ''{0}'' of {1}
  665. uriNotConfigured=Submodule URI not configured
  666. uriNotFound={0} not found
  667. URINotSupported=URI not supported: {0}
  668. URLNotFound={0} not found
  669. userConfigFileInvalid=User config file {0} invalid {1}
  670. walkFailure=Walk failure.
  671. wantNotValid=want {0} not valid
  672. weeksAgo={0} weeks ago
  673. windowSizeMustBeLesserThanLimit=Window size must be < limit
  674. windowSizeMustBePowerOf2=Window size must be power of 2
  675. writerAlreadyInitialized=Writer already initialized
  676. writeTimedOut=Write timed out after {0} ms
  677. writingNotPermitted=Writing not permitted
  678. writingNotSupported=Writing {0} not supported.
  679. writingObjects=Writing objects
  680. wrongDecompressedLength=wrong decompressed length
  681. wrongRepositoryState=Wrong Repository State: {0}
  682. year=year
  683. years=years
  684. years0MonthsAgo={0} {1} ago
  685. yearsAgo={0} years ago
  686. yearsMonthsAgo={0} {1}, {2} {3} ago