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.

CLIText.properties 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. # default meta variable defined in the org.kohsuke.args4j.spi.StringOptionHandler
  2. VAL=VAL
  3. # default meta variable defined in the org.kohsuke.args4j.spi.StopOptionHandler
  4. ARGUMENTS=ARGUMENTS
  5. # default meta variable defined in the org.kohsuke.args4j.spi.OneArgumentOptionHandler
  6. N=N
  7. alreadyOnBranch=Already on ''{0}''
  8. alreadyUpToDate=Already up-to-date.
  9. archiveEntryModeIgnored=warning: mode of {0} ignored
  10. authorInfo=Author: {0} <{1}>
  11. averageMSPerRead=average {0} ms/read
  12. branchAlreadyExists=A branch named ''{0}'' already exists.
  13. branchCreatedFrom=branch: Created from {0}
  14. branchDetachedHEAD=detached HEAD
  15. branchIsNotAnAncestorOfYourCurrentHEAD=The branch '{0}' is not an ancestor of your current HEAD.\nIf you are sure you want to delete it, run 'jgit branch -D {0}'.
  16. branchNotFound=branch '{0}' not found.
  17. cacheTreePathInfo="{0}": {1} entries, {2} children
  18. cannotBeRenamed={0} cannot be renamed
  19. cannotChekoutNoHeadsAdvertisedByRemote=cannot checkout; no HEAD advertised by remote
  20. cannotCombineSquashWithNoff=You cannot combine --squash with --no-ff.
  21. cannotCreateCommand=Cannot create command {0}
  22. cannotCreateOutputStream=cannot create output stream
  23. cannotDeatchHEAD=Cannot detach HEAD
  24. cannotDeleteFile=error: The following file could not be deleted:
  25. cannotDeleteTheBranchWhichYouAreCurrentlyOn=Cannot delete the branch '{0}' which you are currently on.
  26. cannotGuessLocalNameFrom=cannot guess local name from {0}
  27. cannotLock=Cannot lock {0}
  28. cannotMergeDetachedHead=Cannot merge into detached HEAD
  29. cannotReadBecause=cannot read {0}: {1}
  30. cannotReadPackageInformation=Cannot read package information.
  31. cannotRenameDetachedHEAD=Cannot rename detached HEAD
  32. cannotResolve=Cannot resolve {0}
  33. cannotSetupConsole=Cannot setup console
  34. cannotUseObjectsWithGlog=Cannot use --objects with glog
  35. cannotWrite=Cannot write {0}
  36. cantFindGitDirectory=error: can't find git directory
  37. cantWrite=Can't write {0}
  38. changesNotStagedForCommit=Changes not staged for commit:
  39. changesToBeCommitted=Changes to be committed:
  40. commitLabel=commit
  41. configFileNotFound=configuration file {0} not found
  42. conflictingUsageOf_git_dir_andArguments=conflicting usage of --git-dir and arguments
  43. couldNotCreateBranch=Could not create branch {0}: {1}
  44. dateInfo=Date: {0}
  45. deletedBranch=Deleted branch {0}
  46. deletedRemoteBranch=Deleted remote branch {0}
  47. doesNotExist={0} does not exist
  48. dontOverwriteLocalChanges=error: Your local changes to the following file would be overwritten by merge:
  49. everythingUpToDate=Everything up-to-date
  50. expectedNumberOfbytes=Expected {0} bytes.
  51. exporting=Exporting {0}
  52. failedToCommitIndex=failed to commit index
  53. failedToLockIndex=failed to lock index
  54. failedToLockTag=Failed to lock tag {0}: {1}
  55. fatalError=fatal: {0}
  56. fatalThisProgramWillDestroyTheRepository=fatal: This program will destroy the repository\nfatal:\nfatal:\nfatal: {0}\nfatal:\nfatal: To continue, add {1} to the command line\nfatal:
  57. fileIsRequired=argument file is required
  58. ffNotPossibleAborting=Not possible to fast-forward, aborting.
  59. forcedUpdate=forced update
  60. fromURI=From {0}
  61. initializedEmptyGitRepositoryIn=Initialized empty Git repository in {0}
  62. invalidHttpProxyOnlyHttpSupported=Invalid http_proxy: {0}: Only http supported.
  63. jgitVersion=jgit version {0}
  64. lineFormat=# {0}
  65. listeningOn=Listening on {0}
  66. mergeConflict=CONFLICT(content): Merge conflict in {0}
  67. mergeFailed=Automatic merge failed; fix conflicts and then commit the result
  68. mergeMadeBy=Merge made by the ''{0}'' strategy.
  69. mergedSquashed=Squash commit -- not updating HEAD\nAutomatic merge went well; stopped before committing as requested
  70. metaVar_DAG=DAG
  71. metaVar_KEY=KEY
  72. metaVar_archiveFormat=format
  73. metaVar_arg=ARG
  74. metaVar_author=AUTHOR
  75. metaVar_base=base
  76. metaVar_blameL=START,END
  77. metaVar_blameReverse=START..END
  78. metaVar_bucket=BUCKET
  79. metaVar_command=command
  80. metaVar_commandDetail=DETAIL
  81. metaVar_commitish=commit-ish
  82. metaVar_commitOrTag=COMMIT|TAG
  83. metaVar_commitPaths=paths
  84. metaVar_configFile=FILE
  85. metaVar_connProp=conn.prop
  86. metaVar_diffAlg=ALGORITHM
  87. metaVar_directory=DIRECTORY
  88. metaVar_file=FILE
  89. metaVar_filepattern=filepattern
  90. metaVar_gitDir=GIT_DIR
  91. metaVar_hostName=HOSTNAME
  92. metaVar_linesOfContext=lines
  93. metaVar_message=message
  94. metaVar_n=n
  95. metaVar_name=name
  96. metaVar_object=object
  97. metaVar_op=OP
  98. metaVar_pass=PASS
  99. metaVar_path=path
  100. metaVar_paths=path ...
  101. metaVar_port=PORT
  102. metaVar_ref=REF
  103. metaVar_refs=REFS
  104. metaVar_refspec=refspec
  105. metaVar_remoteName=name
  106. metaVar_revision=REVISION
  107. metaVar_seconds=SECONDS
  108. metaVar_service=SERVICE
  109. metaVar_treeish=tree-ish
  110. metaVar_uriish=uri-ish
  111. metaVar_url=URL
  112. metaVar_user=USER
  113. metaVar_version=VERSION
  114. mostCommonlyUsedCommandsAre=The most commonly used commands are:
  115. needApprovalToDestroyCurrentRepository=Need approval to destroy current repository
  116. noGitRepositoryConfigured=No Git repository configured.
  117. noSuchFile=no such file: {0}
  118. noTREESectionInIndex=no 'TREE' section in index
  119. nonFastForward=non-fast forward
  120. notABranch={0} is not a branch
  121. notACommit={0} is not a commit
  122. notAGitRepository='{0}' not a git repository
  123. notAJgitCommand={0} is not a jgit command
  124. notARevision=Not a revision: {0}
  125. notATagVersionIsRequired={0} is not a tag, --version is required
  126. notATree={0} is not a tree
  127. notAValidRefName={0} is not a valid ref name
  128. notAnIndexFile={0} is not an index file
  129. notAnObject={0} is not an object
  130. notFound=!! NOT FOUND !!
  131. noteObjectTooLargeToPrint=Note object {0} too large to print
  132. nothingToSquash=\ (nothing to squash)
  133. notOnAnyBranch=Not currently on any branch.
  134. onBranch=On branch {0}
  135. onBranchToBeBorn=You are on a branch yet to be born
  136. onlyOneMetaVarExpectedIn=Only one {0} expected in {1}.
  137. onlyOneOfIncludeOnlyAllInteractiveCanBeUsed=Only one of --include/--only/--all/--interactive can be used.
  138. pathspecDidNotMatch=error: pathspec ''{0}'' did not match any file(s) known to git.
  139. pushTo=To {0}
  140. pathsRequired=at least one path has to be specified when using --only
  141. refDoesNotExistOrNoCommit={0} does not exist or is not referring to a commit
  142. remoteMessage=remote: {0}
  143. remoteRefObjectChangedIsNotExpectedOne=remote ref object changed - is not expected one {0}
  144. remoteSideDoesNotSupportDeletingRefs=remote side does not support deleting refs
  145. repaint=Repaint
  146. serviceNotSupported=Service '{0}' not supported
  147. skippingObject=skipping {0} {1}
  148. statusFileListFormat=\t%1$s
  149. statusFileListFormatWithPrefix=\t%1$-11s %2$s
  150. statusModified=modified:
  151. statusNewFile=new file:
  152. statusRemoved=deleted:
  153. switchedToNewBranch=Switched to a new branch ''{0}''
  154. switchedToBranch=Switched to branch ''{0}''
  155. tagAlreadyExists=tag ''{0}'' already exists
  156. tagLabel=tag
  157. taggerInfo=Tagger: {0} <{1}>
  158. timeInMilliSeconds={0} ms
  159. treeIsRequired=argument tree is required
  160. tooManyRefsGiven=Too many refs given
  161. unknownIoErrorStdout=An unknown I/O error occurred on standard output
  162. unknownMergeStrategy=unknown merge strategy {0} specified
  163. unmergedPaths=Unmerged paths:
  164. unsupportedOperation=Unsupported operation: {0}
  165. untrackedFiles=Untracked files:
  166. updating=Updating {0}..{1}
  167. usage_Blame=Show what revision and author last modified each line
  168. usage_CommandLineClientForamazonsS3Service=Command line client for Amazon's S3 service
  169. usage_CommitAll=commit all modified and deleted files
  170. usage_CommitAuthor=Override the author name used in the commit. You can use the standard A U Thor <author@example.com> format.
  171. usage_CommitMessage=Use the given <msg> as the commit message
  172. usage_CommitOnly=commit specified paths only
  173. usage_CommitAmend=Amend the tip of the current branch
  174. usage_CommitPaths=see --only
  175. usage_CreateABareRepository=Create a bare repository
  176. usage_CreateATag=Create a tag
  177. usage_CreateAnEmptyGitRepository=Create an empty git repository
  178. usage_DisplayTheVersionOfJgit=Display the version of jgit
  179. usage_MergesTwoDevelopmentHistories=Merges two development histories
  180. usage_RepositoryToReadFrom=Repository to read from
  181. usage_RepositoryToReceiveInto=Repository to receive into
  182. usage_ServerSideBackendForJgitFetch=Server side backend for 'jgit fetch'
  183. usage_ServerSideBackendForJgitPush=Server side backend for 'jgit push'
  184. usage_ShowDiffs=Show diffs
  185. usage_Status=Show the working tree status
  186. usage_StopTrackingAFile=Stop tracking a file
  187. usage_UpdateRemoteRepositoryFromLocalRefs=Update remote repository from local refs
  188. usage_abbrevCommits=abbreviate commits to N + 1 digits
  189. usage_abortConnectionIfNoActivity=abort connection if no activity
  190. usage_actOnRemoteTrackingBranches=act on remote-tracking branches
  191. usage_addFileContentsToTheIndex=Add file contents to the index
  192. usage_alterTheDetailShown=alter the detail shown
  193. usage_approveDestructionOfRepository=approve destruction of repository
  194. usage_archive=zip up files from the named tree
  195. usage_archiveFormat=archive format. Currently supported formats: 'tar', 'zip'
  196. usage_blameLongRevision=show long revision
  197. usage_blameRange=annotate only the given range
  198. usage_blameRawTimestamp=show raw timestamp
  199. usage_blameReverse=show origin of deletions instead of insertions
  200. usage_blameShowBlankBoundary=show blank SHA-1 for boundary commits
  201. usage_blameShowEmail=show author email instead of name
  202. usage_blameShowRoot=do not treat root commits as boundaries
  203. usage_blameShowSourceLine=show source line number
  204. usage_blameShowSourcePath=show source filename
  205. usage_blameSuppressAuthor=do not show author name and timestamp
  206. usage_beMoreVerbose=be more verbose
  207. usage_beVerbose=be verbose
  208. usage_cached=compare against index
  209. usage_checkout=Checkout a branch to the working tree
  210. usage_cloneRepositoryIntoNewDir=Clone a repository into a new directory
  211. usage_configFile=configuration file
  212. usage_configureTheServiceInDaemonServicename=configure the service in daemon.servicename
  213. usage_createBranchAndCheckout=create branch and checkout
  214. usage_deleteBranchEvenIfNotMerged=delete branch (even if not merged)
  215. usage_deleteFullyMergedBranch=delete fully merged branch
  216. usage_date=date format, one of default, rfc, local, iso, short, raw (as defined by git-log(1) ), locale or localelocal (jgit extensions)
  217. usage_detectRenames=detect renamed files
  218. usage_diffAlgorithm=the diff algorithm to use. Currently supported are: 'myers', 'histogram'
  219. usage_directoriesToExport=directories to export
  220. usage_disableTheServiceInAllRepositories=disable the service in all repositories
  221. usage_displayAListOfAllRegisteredJgitCommands=Display a list of all registered jgit commands
  222. usage_displayAllPossibleMergeBases=display all possible merge bases
  223. usage_displayThejavaStackTraceOnExceptions=display the Java stack trace on exceptions
  224. usage_displayThisHelpText=display this help text
  225. usage_dstPrefix=show the destination prefix instead of "b/"
  226. usage_enableTheServiceInAllRepositories=enable the service in all repositories
  227. usage_exportRepositoriesOverGit=Export repositories over git://
  228. usage_exportWithoutGitDaemonExportOk=export without git-daemon-export-ok
  229. usage_fetchThinPack=fetch thin pack
  230. usage_filesToAddContentFrom=Files to add content from
  231. usage_fixAThinPackToBeComplete=fix a thin pack to be complete
  232. usage_forEachRefOutput=for-each-ref output
  233. usage_forceCheckout=when switching branches, proceed even if the index or the working tree differs from HEAD
  234. usage_forceCreateBranchEvenExists=force create branch even exists
  235. usage_forceReplacingAnExistingTag=force replacing an existing tag
  236. usage_getAndSetOptions=Get and set repository or global options
  237. usage_hostnameOrIpToListenOn=hostname (or ip) to listen on
  238. usage_indexFileFormatToCreate=index file format to create
  239. usage_ignoreWhitespace=ignore all whitespace
  240. usage_inputOutputFile=Input/output file
  241. usage_listBothRemoteTrackingAndLocalBranches=list both remote-tracking and local branches
  242. usage_listCreateOrDeleteBranches=List, create, or delete branches
  243. usage_logAllPretty=format:%H %ct %P' output=log --all '--pretty=format:%H %ct %P' output
  244. usage_manageReflogInformation=Manage reflog information
  245. usage_mergeStrategy=Use the given merge strategy. Can be supplied more than once to specify them in the order they should be tried. If there is no -s option, the resolve strategy is used. Currently the following strategies are supported: ours, theirs, simple-two-way-in-core, resolve
  246. usage_moveRenameABranch=move/rename a branch
  247. usage_nameStatus=show only name and status of files
  248. usage_noPrefix=do not show any source or destination prefix
  249. usage_noRenames=disable rename detection
  250. usage_noShowStandardNotes=Disable showing notes from the standard /refs/notes/commits branch
  251. usage_onlyMatchAgainstAlreadyTrackedFiles=Only match <filepattern> against already tracked files in the index rather than the working tree
  252. usage_outputFile=Output file
  253. usage_path=path
  254. usage_performFsckStyleChecksOnReceive=perform fsck style checks on receive
  255. usage_portNumberToListenOn=port number to listen on
  256. usage_pruneStaleTrackingRefs=prune stale tracking refs
  257. usage_recordChangesToRepository=Record changes to the repository
  258. usage_recurseIntoSubtrees=recurse into subtrees
  259. usage_renameLimit=limit size of rename matrix
  260. usage_reset=Reset current HEAD to the specified state
  261. usage_resetHard=Resets the index and working tree
  262. usage_resetSoft=Resets without touching the index file nor the working tree
  263. usage_resetMixed=Resets the index but not the working tree
  264. usage_setTheGitRepositoryToOperateOn=set the git repository to operate on
  265. usage_show=display one commit
  266. usage_showRefNamesMatchingCommits=Show ref names matching commits
  267. usage_showPatch=display patch
  268. usage_showRefNamesMatchingCommits=Show ref names matching commits
  269. usage_showNotes=Add this ref to the list of note branches from which notes are displayed
  270. usage_squash=Squash commits as if a real merge happened, but do not make a commit or move the HEAD.
  271. usage_srcPrefix=show the source prefix instead of "a/"
  272. usage_symbolicVersionForTheProject=Symbolic version for the project
  273. usage_tagMessage=tag message
  274. usage_updateRemoteRefsFromAnotherRepository=Update remote refs from another repository
  275. usage_useNameInsteadOfOriginToTrackUpstream=use <name> instead of 'origin' to track upstream
  276. usage_viewCommitHistory=View commit history
  277. warningNoCommitGivenOnCommandLine=warning: No commit given on command line, assuming {0}