Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

CLIText.properties 9.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  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. cannotDeleteTheBranchWhichYouAreCurrentlyOn=Cannot delete the branch '{0}' which you are currently on.
  22. cannotGuessLocalNameFrom=cannot guess local name from {0}
  23. cannotLock=Cannot lock {0}
  24. cannotReadBecause=cannot read {0}: {1}
  25. cannotReadPackageInformation=Cannot read package information.
  26. cannotRenameDetachedHEAD=Cannot rename detached HEAD
  27. cannotResolve=Cannot resolve {0}
  28. cannotSetupConsole=Cannot setup console
  29. cannotUseObjectsWithGlog=Cannot use --objects with glog
  30. cannotWrite=Cannot write {0}
  31. cantFindGitDirectory=error: can't find git directory
  32. cantWrite=Can't write {0}
  33. commitLabel=commit
  34. configFileNotFound=configuration file {0} not found
  35. conflictingUsageOf_git_dir_andArguments=conflicting usage of --git-dir and arguments
  36. couldNotCreateBranch=Could not create branch {0}: {1}
  37. dateInfo=Date: {0}
  38. deletedBranch=Deleted branch {0}
  39. deletedRemoteBranch=Deleted remote branch {0}
  40. doesNotExist={0} does not exist
  41. everythingUpToDate=Everything up-to-date
  42. expectedNumberOfbytes=Expected {0} bytes.
  43. exporting=Exporting {0}
  44. failedToCommitIndex=failed to commit index
  45. failedToLockIndex=failed to lock index
  46. failedToLockTag=Failed to lock tag {0}: {1}
  47. fatalError=fatal: {0}
  48. fatalErrorTagExists=fatal: tag '{0}' exists
  49. fatalThisProgramWillDestroyTheRepository=fatal: This program will destroy the repository\nfatal:\nfatal:\nfatal: {0}\nfatal:\nfatal: To continue, add {1} to the command line\nfatal:
  50. forcedUpdate=forced update
  51. fromURI=From {0}
  52. initializedEmptyGitRepositoryIn=Initialized empty Git repository in {0}
  53. invalidHttpProxyOnlyHttpSupported=Invalid http_proxy: {0}: Only http supported.
  54. jgitVersion=jgit version {0}
  55. listeningOn=Listening on {0}
  56. metaVar_DAG=DAG
  57. metaVar_KEY=KEY
  58. metaVar_arg=ARG
  59. metaVar_author=AUTHOR
  60. metaVar_base=base
  61. metaVar_bucket=BUCKET
  62. metaVar_command=command
  63. metaVar_commitOrTag=COMMIT|TAG
  64. metaVar_commitish=commit-ish
  65. metaVar_configFile=FILE
  66. metaVar_connProp=conn.prop
  67. metaVar_directory=DIRECTORY
  68. metaVar_file=FILE
  69. metaVar_filepattern=filepattern
  70. metaVar_gitDir=GIT_DIR
  71. metaVar_hostName=HOSTNAME
  72. metaVar_linesOfContext=lines
  73. metaVar_message=message
  74. metaVar_n=n
  75. metaVar_name=name
  76. metaVar_object=object
  77. metaVar_op=OP
  78. metaVar_pass=PASS
  79. metaVar_path=path
  80. metaVar_paths=path ...
  81. metaVar_port=PORT
  82. metaVar_refs=REFS
  83. metaVar_refspec=refspec
  84. metaVar_remoteName=name
  85. metaVar_seconds=SECONDS
  86. metaVar_service=SERVICE
  87. metaVar_treeish=tree-ish
  88. metaVar_uriish=uri-ish
  89. metaVar_url=URL
  90. metaVar_user=USER
  91. metaVar_version=VERSION
  92. mostCommonlyUsedCommandsAre=The most commonly used commands are:
  93. needApprovalToDestroyCurrentRepository=Need approval to destroy current repository
  94. noGitRepositoryConfigured=No Git repository configured.
  95. noSuchFile=no such file: {0}
  96. noTREESectionInIndex=no 'TREE' section in index
  97. nonFastForward=non-fast forward
  98. notABranch={0} is not a branch
  99. notACommit={0} is not a commit
  100. notAGitRepository='{0}' not a git repository
  101. notAJgitCommand={0} is not a jgit command
  102. notARevision=Not a revision: {0}
  103. notATagVersionIsRequired={0} is not a tag, --version is required
  104. notATree={0} is not a tree
  105. notAValidRefName={0} is not a valid ref name
  106. notAnIndexFile={0} is not an index file
  107. notAnObject={0} is not an object
  108. notFound=!! NOT FOUND !!
  109. onlyOneMetaVarExpectedIn=Only one {0} expected in {1}.
  110. pushTo=To {0}
  111. remoteMessage=remote: {0}
  112. remoteRefObjectChangedIsNotExpectedOne=remote ref object changed - is not expected one {0}
  113. remoteSideDoesNotSupportDeletingRefs=remote side does not support deleting refs
  114. repaint=Repaint
  115. serviceNotSupported=Service '{0}' not supported
  116. skippingObject=skipping {0} {1}
  117. timeInMilliSeconds={0} ms
  118. tooManyRefsGiven=Too many refs given
  119. unsupportedOperation=Unsupported operation: {0}
  120. usage_CommandLineClientForamazonsS3Service=Command line client for Amazon's S3 service
  121. usage_CommitAuthor=Override the author name used in the commit. You can use the standard A U Thor <author@example.com> format.
  122. usage_CommitMessage=Use the given <msg> as the commit message
  123. usage_CreateABareRepository=Create a bare repository
  124. usage_CreateATag=Create a tag
  125. usage_CreateAnEmptyGitRepository=Create an empty git repository
  126. usage_DisplayTheVersionOfJgit=Display the version of jgit
  127. usage_IPZillaPassword=IPZilla Password
  128. usage_IPZillaURL=IPZilla URL
  129. usage_IPZillausername=IPZilla Username
  130. usage_RepositoryToReadFrom=Repository to read from
  131. usage_RepositoryToReceiveInto=Repository to receive into
  132. usage_ServerSideBackendForJgitFetch=Server side backend for 'jgit fetch'
  133. usage_ServerSideBackendForJgitPush=Server side backend for 'jgit push'
  134. usage_ShowDiffs=Show diffs
  135. usage_StopTrackingAFile=Stop tracking a file
  136. usage_UpdateRemoteRepositoryFromLocalRefs=Update remote repository from local refs
  137. usage_abortConnectionIfNoActivity=abort connection if no activity
  138. usage_actOnRemoteTrackingBranches=act on remote-tracking branches
  139. usage_addFileContentsToTheIndex=Add file contents to the index
  140. usage_alterTheDetailShown=alter the detail shown
  141. usage_approveDestructionOfRepository=approve destruction of repository
  142. usage_beMoreVerbose=be more verbose
  143. usage_beVerbose=be verbose
  144. usage_cached=compare against index
  145. usage_cloneRepositoryIntoNewDir=Clone a repository into a new directory
  146. usage_configFile=configuration file
  147. usage_configureTheServiceInDaemonServicename=configure the service in daemon.servicename
  148. usage_deleteBranchEvenIfNotMerged=delete branch (even if not merged)
  149. usage_deleteFullyMergedBranch=delete fully merged branch
  150. usage_detectRenames=detect renamed files
  151. usage_diffAlgorithm=the diff algorithm to use
  152. usage_directoriesToExport=directories to export
  153. usage_disableTheServiceInAllRepositories=disable the service in all repositories
  154. usage_displayAListOfAllRegisteredJgitCommands=Display a list of all registered jgit commands
  155. usage_displayAllPossibleMergeBases=display all possible merge bases
  156. usage_displayThejavaStackTraceOnExceptions=display the Java stack trace on exceptions
  157. usage_displayThisHelpText=display this help text
  158. usage_dstPrefix=show the destination prefix instead of "b/"
  159. usage_enableTheServiceInAllRepositories=enable the service in all repositories
  160. usage_exportRepositoriesOverGit=Export repositories over git://
  161. usage_exportWithoutGitDaemonExportOk=export without git-daemon-export-ok
  162. usage_fetchThinPack=fetch thin pack
  163. usage_filesToAddContentFrom=Files to add content from
  164. usage_fixAThinPackToBeComplete=fix a thin pack to be complete
  165. usage_forEachRefOutput=for-each-ref output
  166. usage_forceCreateBranchEvenExists=force create branch even exists
  167. usage_forceReplacingAnExistingTag=force replacing an existing tag
  168. usage_hostnameOrIpToListenOn=hostname (or ip) to listen on
  169. usage_indexFileFormatToCreate=index file format to create
  170. usage_inputOutputFile=Input/output file
  171. usage_listBothRemoteTrackingAndLocalBranches=list both remote-tracking and local branches
  172. usage_listCreateOrDeleteBranches=List, create, or delete branches
  173. usage_logAllPretty=format:%H %ct %P' output=log --all '--pretty=format:%H %ct %P' output
  174. usage_moveRenameABranch=move/rename a branch
  175. usage_nameStatus=show only name and status of files
  176. usage_noPrefix=do not show any source or destination prefix
  177. usage_noRenames=disable rename detection
  178. usage_onlyMatchAgainstAlreadyTrackedFiles=Only match <filepattern> against already tracked files in the index rather than the working tree
  179. usage_outputFile=Output file
  180. usage_path=path
  181. usage_performFsckStyleChecksOnReceive=perform fsck style checks on receive
  182. usage_portNumberToListenOn=port number to listen on
  183. usage_produceAnEclipseIPLog=Produce an Eclipse IP log
  184. usage_pruneStaleTrackingRefs=prune stale tracking refs
  185. usage_recordChangesToRepository=Record changes to the repository
  186. usage_recurseIntoSubtrees=recurse into subtrees
  187. usage_renameLimit=limit size of rename matrix
  188. usage_setTheGitRepositoryToOperateOn=set the git repository to operate on
  189. usage_showPatch=display patch
  190. usage_showRefNamesMatchingCommits=Show ref names matching commits
  191. usage_srcPrefix=show the source prefix instead of "a/"
  192. usage_symbolicVersionForTheProject=Symbolic version for the project
  193. usage_synchronizeIPZillaData=Synchronize IPZilla data
  194. usage_tagMessage=tag message
  195. usage_updateRemoteRefsFromAnotherRepository=Update remote refs from another repository
  196. usage_useNameInsteadOfOriginToTrackUpstream=use <name> instead of 'origin' to track upstream
  197. usage_viewCommitHistory=View commit history
  198. warningNoCommitGivenOnCommandLine=warning: No commit given on command line, assuming {0}