diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2010-05-28 09:44:10 -0700 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2010-05-28 09:50:07 -0700 |
commit | 072ad087ff274ed8e0bee2fc941ced3d82ff6f4f (patch) | |
tree | 35ce7c6e96f40ad0bdedaaab0dc583a5388573c1 /org.eclipse.jgit.pgm/resources | |
parent | 16419dad35792bd4f9c8cc6eaff38faa7c9cd522 (diff) | |
download | jgit-072ad087ff274ed8e0bee2fc941ced3d82ff6f4f.tar.gz jgit-072ad087ff274ed8e0bee2fc941ced3d82ff6f4f.zip |
Externalize strings in Commit command
Change-Id: I08b2cdd147ad6f3c67795f2e75a5b5d2ce2fb20f
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.jgit.pgm/resources')
-rw-r--r-- | org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties index edf31e97be..d13c47d297 100644 --- a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties +++ b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties @@ -8,6 +8,7 @@ N=N IPZillaPasswordPrompt=IPZilla Password authorInfo=Author: {0} <{1}> averageMSPerRead=average {0} ms/read +branchDetachedHEAD=detached HEAD branchAlreadyExists=branch {0} already exists branchCreatedFrom =branch: Created from {0} 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}'. @@ -54,6 +55,7 @@ listeningOn=Listening on {0} metaVar_DAG=DAG metaVar_KEY=KEY metaVar_arg=ARG +metaVar_author=AUTHOR metaVar_base=base metaVar_bucket=BUCKET metaVar_command=command @@ -110,6 +112,8 @@ skippingObject=skipping {0} {1} timeInMilliSeconds={0} ms tooManyRefsGiven=Too many refs given unsupportedOperation=Unsupported operation: {0} +usage_CommitAuthor=Override the author name used in the commit. You can use the standard A U Thor <author@example.com> format. +usage_CommitMessage=Use the given <msg> as the commit message usage_CommandLineClientForamazonsS3Service=Command line client for Amazon's S3 service usage_CreateABareRepository=Create a bare repository usage_CreateATag=Create a tag @@ -163,6 +167,7 @@ usage_portNumberToListenOn=port number to listen on usage_produceAnEclipseIPLog=Produce an Eclipse IP log usage_pruneStaleTrackingRefs=prune stale tracking refs usage_recurseIntoSubtrees=recurse into subtrees +usage_recordChangesToRepository=Record changes to the repository usage_setTheGitRepositoryToOperateOn=set the git repository to operate on usage_showRefNamesMatchingCommits=Show ref names matching commits usage_symbolicVersionForTheProject=Symbolic version for the project |