提交 5a2dfa19 编写于 作者: S stephenconnolly

i18n

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@10190 71c3de6d-444a-0410-be80-ed276b4c234a
上级 994927af
......@@ -30,7 +30,7 @@ public class JNLPLauncher extends ComputerLauncher {
public static final Descriptor<ComputerLauncher> DESCRIPTOR = new Descriptor<ComputerLauncher>(JNLPLauncher.class) {
public String getDisplayName() {
return "Launch slave agents via JNLP";
return Messages.JNLPLauncher.displayName();
}
};
......
RetentionStrategy.Always.displayName=Keep this slave on-line as much as possible
RetentionStrategy.Demand.displayName=Take this slave on-line when in demand and off-line when idle
CommandLauncher.displayName=Launch slave via execution of command on the Master
JNLPLauncher.displayName=Launch slave agents via JNLP
ComputerLauncher.unexpectedError=Unexpected error in launching a slave. This is probably a bug in Hudson
ComputerLauncher.abortedLaunch=Launching slave process aborted.
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册