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

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