提交 1f82e3fa 编写于 作者: S serge-rider

#3508 SSH tunnel test localization


Former-commit-id: 6b86f317
上级 47aafa63
......@@ -117,7 +117,7 @@ public class SSHTunnelConfiguratorUI implements IObjectPropertyConfigurator<DBWH
tunnelTimeout = UIUtils.createLabelSpinner(advancedGroup, SSHUIMessages.model_ssh_configurator_label_tunnel_timeout, SSHConstants.DEFAULT_CONNECT_TIMEOUT, 0, 300000);
}
Button testButton = UIUtils.createPushButton(composite, "Test runnel configuration", null, new SelectionAdapter() {
Button testButton = UIUtils.createPushButton(composite, SSHUIMessages.model_ssh_configurator_button_test_tunnel, null, new SelectionAdapter() {
@Override
public void widgetSelected(SelectionEvent e) {
testTunnelConnection();
......
......@@ -40,6 +40,7 @@ public class SSHUIMessages extends NLS {
public static String model_ssh_configurator_label_local_port_description;
public static String model_ssh_configurator_label_keep_alive;
public static String model_ssh_configurator_label_tunnel_timeout;
public static String model_ssh_configurator_button_test_tunnel;
static {
// initialize resource bundle
......
......@@ -16,3 +16,4 @@ model_ssh_configurator_label_local_port = Local port
model_ssh_configurator_label_local_port_description = Local port for tunnel. If set to <=0 then random free port (>10000) will be acquired
model_ssh_configurator_label_keep_alive = Keep-Alive interval (ms)
model_ssh_configurator_label_tunnel_timeout = Tunnel connect timeout (ms)
model_ssh_configurator_button_test_tunnel = Test tunnel configuration
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册