Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  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_commandDetail=DETAIL
  64. metaVar_commitOrTag=COMMIT|TAG
  65. metaVar_commitish=commit-ish
  66. metaVar_configFile=FILE
  67. metaVar_connProp=conn.prop
  68. metaVar_diffAlg=ALGORITHM
  69. metaVar_directory=DIRECTORY
  70. metaVar_file=FILE
  71. metaVar_filepattern=filepattern
  72. metaVar_gitDir=GIT_DIR
  73. metaVar_hostName=HOSTNAME
  74. metaVar_linesOfContext=lines
  75. metaVar_message=message
  76. metaVar_n=n
  77. metaVar_name=name
  78. metaVar_object=object
  79. metaVar_op=OP
  80. metaVar_pass=PASS
  81. metaVar_path=path
  82. metaVar_paths=path ...
  83. metaVar_port=PORT
  84. metaVar_refs=REFS
  85. metaVar_refspec=refspec
  86. metaVar_remoteName=name
  87. metaVar_seconds=SECONDS
  88. metaVar_service=SERVICE
  89. metaVar_treeish=tree-ish
  90. metaVar_uriish=uri-ish
  91. metaVar_url=URL
  92. metaVar_user=USER
  93. metaVar_version=VERSION
  94. mostCommonlyUsedCommandsAre=The most commonly used commands are:
  95. needApprovalToDestroyCurrentRepository=Need approval to destroy current repository
  96. noGitRepositoryConfigured=No Git repository configured.
  97. noSuchFile=no such file: {0}
  98. noTREESectionInIndex=no 'TREE' section in index
  99. nonFastForward=non-fast forward
  100. notABranch={0} is not a branch
  101. notACommit={0} is not a commit
  102. notAGitRepository='{0}' not a git repository
  103. notAJgitCommand={0} is not a jgit command
  104. notARevision=Not a revision: {0}
  105. notATagVersionIsRequired={0} is not a tag, --version is required
  106. notATree={0} is not a tree
  107. notAValidRefName={0} is not a valid ref name
  108. notAnIndexFile={0} is not an index file
  109. notAnObject={0} is not an object
  110. notFound=!! NOT FOUND !!
  111. onlyOneMetaVarExpectedIn=Only one {0} expected in {1}.
  112. pushTo=To {0}
  113. remoteMessage=remote: {0}
  114. remoteRefObjectChangedIsNotExpectedOne=remote ref object changed - is not expected one {0}
  115. remoteSideDoesNotSupportDeletingRefs=remote side does not support deleting refs
  116. repaint=Repaint
  117. serviceNotSupported=Service '{0}' not supported
  118. skippingObject=skipping {0} {1}
  119. timeInMilliSeconds={0} ms
  120. tooManyRefsGiven=Too many refs given
  121. unsupportedOperation=Unsupported operation: {0}
  122. usage_CommandLineClientForamazonsS3Service=Command line client for Amazon's S3 service
  123. usage_CommitAuthor=Override the author name used in the commit. You can use the standard A U Thor <author@example.com> format.
  124. usage_CommitMessage=Use the given <msg> as the commit message
  125. usage_CreateABareRepository=Create a bare repository
  126. usage_CreateATag=Create a tag
  127. usage_CreateAnEmptyGitRepository=Create an empty git repository
  128. usage_DisplayTheVersionOfJgit=Display the version of jgit
  129. usage_IPZillaPassword=IPZilla Password
  130. usage_IPZillaURL=IPZilla URL
  131. usage_IPZillausername=IPZilla Username
  132. usage_RepositoryToReadFrom=Repository to read from
  133. usage_RepositoryToReceiveInto=Repository to receive into
  134. usage_ServerSideBackendForJgitFetch=Server side backend for 'jgit fetch'
  135. usage_ServerSideBackendForJgitPush=Server side backend for 'jgit push'
  136. usage_ShowDiffs=Show diffs
  137. usage_StopTrackingAFile=Stop tracking a file
  138. usage_UpdateRemoteRepositoryFromLocalRefs=Update remote repository from local refs
  139. usage_abortConnectionIfNoActivity=abort connection if no activity
  140. usage_actOnRemoteTrackingBranches=act on remote-tracking branches
  141. usage_addFileContentsToTheIndex=Add file contents to the index
  142. usage_alterTheDetailShown=alter the detail shown
  143. usage_approveDestructionOfRepository=approve destruction of repository
  144. usage_beMoreVerbose=be more verbose
  145. usage_beVerbose=be verbose
  146. usage_cached=compare against index
  147. usage_checkout=Checkout a branch to the working tree
  148. usage_cloneRepositoryIntoNewDir=Clone a repository into a new directory
  149. usage_configFile=configuration file
  150. usage_configureTheServiceInDaemonServicename=configure the service in daemon.servicename
  151. usage_createBranchAndCheckout=create branch and checkout
  152. usage_deleteBranchEvenIfNotMerged=delete branch (even if not merged)
  153. usage_deleteFullyMergedBranch=delete fully merged branch
  154. usage_detectRenames=detect renamed files
  155. usage_diffAlgorithm=the diff algorithm to use. Currently supported are: 'myers', 'histogram'
  156. usage_directoriesToExport=directories to export
  157. usage_disableTheServiceInAllRepositories=disable the service in all repositories
  158. usage_displayAListOfAllRegisteredJgitCommands=Display a list of all registered jgit commands
  159. usage_displayAllPossibleMergeBases=display all possible merge bases
  160. usage_displayThejavaStackTraceOnExceptions=display the Java stack trace on exceptions
  161. usage_displayThisHelpText=display this help text
  162. usage_dstPrefix=show the destination prefix instead of "b/"
  163. usage_enableTheServiceInAllRepositories=enable the service in all repositories
  164. usage_exportRepositoriesOverGit=Export repositories over git://
  165. usage_exportWithoutGitDaemonExportOk=export without git-daemon-export-ok
  166. usage_fetchThinPack=fetch thin pack
  167. usage_filesToAddContentFrom=Files to add content from
  168. usage_fixAThinPackToBeComplete=fix a thin pack to be complete
  169. usage_forEachRefOutput=for-each-ref output
  170. usage_forceCheckout=when switching branches, proceed even if the index or the working tree differs from HEAD
  171. usage_forceCreateBranchEvenExists=force create branch even exists
  172. usage_forceReplacingAnExistingTag=force replacing an existing tag
  173. usage_hostnameOrIpToListenOn=hostname (or ip) to listen on
  174. usage_indexFileFormatToCreate=index file format to create
  175. usage_inputOutputFile=Input/output file
  176. usage_listBothRemoteTrackingAndLocalBranches=list both remote-tracking and local branches
  177. usage_listCreateOrDeleteBranches=List, create, or delete branches
  178. usage_logAllPretty=format:%H %ct %P' output=log --all '--pretty=format:%H %ct %P' output
  179. usage_moveRenameABranch=move/rename a branch
  180. usage_nameStatus=show only name and status of files
  181. usage_noPrefix=do not show any source or destination prefix
  182. usage_noRenames=disable rename detection
  183. usage_onlyMatchAgainstAlreadyTrackedFiles=Only match <filepattern> against already tracked files in the index rather than the working tree
  184. usage_outputFile=Output file
  185. usage_path=path
  186. usage_performFsckStyleChecksOnReceive=perform fsck style checks on receive
  187. usage_portNumberToListenOn=port number to listen on
  188. usage_produceAnEclipseIPLog=Produce an Eclipse IP log
  189. usage_pruneStaleTrackingRefs=prune stale tracking refs
  190. usage_recordChangesToRepository=Record changes to the repository
  191. usage_recurseIntoSubtrees=recurse into subtrees
  192. usage_renameLimit=limit size of rename matrix
  193. usage_setTheGitRepositoryToOperateOn=set the git repository to operate on
  194. usage_showPatch=display patch
  195. usage_showRefNamesMatchingCommits=Show ref names matching commits
  196. usage_srcPrefix=show the source prefix instead of "a/"
  197. usage_symbolicVersionForTheProject=Symbolic version for the project
  198. usage_synchronizeIPZillaData=Synchronize IPZilla data
  199. usage_tagMessage=tag message
  200. usage_updateRemoteRefsFromAnotherRepository=Update remote refs from another repository
  201. usage_useNameInsteadOfOriginToTrackUpstream=use <name> instead of 'origin' to track upstream
  202. usage_viewCommitHistory=View commit history
  203. warningNoCommitGivenOnCommandLine=warning: No commit given on command line, assuming {0}