Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6f02a266675fd217d86adcedcbe4d882b906d901 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
###############################################################################
# Copyright (c) 2013 IBM Corporation.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
# 
# Contributors:
#     IBM Corporation - initial implementation
###############################################################################
JSchConnectionPage_A_connection_with_that_name_already_exists=A connection with that name already exists
JSchConnectionPage_Edit_Connection=Edit Connection
JSchConnectionPage_Edit_properties_of_an_existing_connection=Edit properties of an existing connection
JSchConnectionPage_Please_enter_name_for_connection=Please enter a name for the connection
JSchConnectionPage_Proxy=SSH Proxy Settings
JSchConnectionPage_Help=If 'Local' is selected and proxy command is empty, no proxy is used.\nSee <a href=\"org.eclipse.ui.net.NetPreferences\">Network Connections</a> for SOCKS and HTTP proxy options.
JSchConnectionPage_SelectCommand=Enter a local or remote command such as 'nc %h %p'. Can be empty for an ssh gateway.
JSchConnectionPage_SelectConnection=Select 'Remote' for an ssh gateway or a remote proxy command.
JSchConnectionPage_Settings0=Connection Settings
JSchConnectionPage_selectProxyConnection=Please select a proxy connection
JSchFileSystemContributor_0=Browse File System
JSchNewConnectionPage_Advanced=Advanced
JSchNewConnectionPage_Connection_name=Connection name:
JSchNewConnectionPage_File_with_private_key=File with private key:
JSchNewConnectionPage_Host=Host:
JSchNewConnectionPage_Host_information=Host information
JSchNewConnectionPage_Host_name_cannot_be_empty=Host name cannot be empty
JSchNewConnectionPage_New_Connection=New Connection
JSchNewConnectionPage_New_connection_properties=New connection properties
JSchNewConnectionPage_Passphrase=Passphrase:
JSchNewConnectionPage_Password=Password:
JSchNewConnectionPage_Password_based_authentication=Password based authentication
JSchNewConnectionPage_Please_enter_a_connection_name=Please enter a connection name
JSchNewConnectionPage_Port=Port:
JSchNewConnectionPage_Port_is_not_valid=Port is not valid
JSchNewConnectionPage_Private_key_file_cannot_be_read=Private key file cannot be read
JSchNewConnectionPage_Private_key_file_does_not_exist=Private key file does not exist
JSchNewConnectionPage_Private_key_file_is_invalid=Private key file is invalid
JSchNewConnectionPage_Private_key_path_cannot_be_empty=Private key path cannot be empty
JSchNewConnectionPage_Public_key_based_authentication=Public key based authentication
JSchNewConnectionPage_Timeout=Timeout:
JSchNewConnectionPage_Timeout_is_not_valid=Timeout is not valid
JSchNewConnectionPage_User=User:
JSchNewConnectionPage_User_name_cannot_be_empty=User name cannot be empty
JSchUIConnectionManager_Connection_Error=Connection Error
JSchUIConnectionManager_Could_not_open_connection=Could not open connection

Back to the top