|
|
@ -76,6 +76,7 @@ metaVar_author=AUTHOR |
|
|
|
metaVar_base=base |
|
|
|
metaVar_base=base |
|
|
|
metaVar_blameL=START,END |
|
|
|
metaVar_blameL=START,END |
|
|
|
metaVar_blameReverse=START..END |
|
|
|
metaVar_blameReverse=START..END |
|
|
|
|
|
|
|
metaVar_branchName=branch |
|
|
|
metaVar_bucket=BUCKET |
|
|
|
metaVar_bucket=BUCKET |
|
|
|
metaVar_command=command |
|
|
|
metaVar_command=command |
|
|
|
metaVar_commandDetail=DETAIL |
|
|
|
metaVar_commandDetail=DETAIL |
|
|
@ -116,6 +117,7 @@ mostCommonlyUsedCommandsAre=The most commonly used commands are: |
|
|
|
needApprovalToDestroyCurrentRepository=Need approval to destroy current repository |
|
|
|
needApprovalToDestroyCurrentRepository=Need approval to destroy current repository |
|
|
|
noGitRepositoryConfigured=No Git repository configured. |
|
|
|
noGitRepositoryConfigured=No Git repository configured. |
|
|
|
noSuchFile=no such file: {0} |
|
|
|
noSuchFile=no such file: {0} |
|
|
|
|
|
|
|
noSuchRemoteRef=no such remote ref: ''{0}'' |
|
|
|
noTREESectionInIndex=no 'TREE' section in index |
|
|
|
noTREESectionInIndex=no 'TREE' section in index |
|
|
|
nonFastForward=non-fast forward |
|
|
|
nonFastForward=non-fast forward |
|
|
|
notABranch={0} is not a branch |
|
|
|
notABranch={0} is not a branch |
|
|
@ -274,5 +276,6 @@ usage_symbolicVersionForTheProject=Symbolic version for the project |
|
|
|
usage_tagMessage=tag message |
|
|
|
usage_tagMessage=tag message |
|
|
|
usage_updateRemoteRefsFromAnotherRepository=Update remote refs from another repository |
|
|
|
usage_updateRemoteRefsFromAnotherRepository=Update remote refs from another repository |
|
|
|
usage_useNameInsteadOfOriginToTrackUpstream=use <name> instead of 'origin' to track upstream |
|
|
|
usage_useNameInsteadOfOriginToTrackUpstream=use <name> instead of 'origin' to track upstream |
|
|
|
|
|
|
|
usage_checkoutBranchAfterClone=checkout named branch instead of remotes's HEAD |
|
|
|
usage_viewCommitHistory=View commit history |
|
|
|
usage_viewCommitHistory=View commit history |
|
|
|
warningNoCommitGivenOnCommandLine=warning: No commit given on command line, assuming {0} |
|
|
|
warningNoCommitGivenOnCommandLine=warning: No commit given on command line, assuming {0} |
|
|
|