Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 124bfe86b69ac1fa1e7dddd11dc005342c9ca468 (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
#
# org.eclipse.tcf.te.tcf.launch.ui
# Externalized Strings.
#

LaunchConfigurationMainTabSection_title = Process
LaunchConfigurationMainTabSection_processArguments_label = Arguments:

ProcessImageSelectorControl_label = Process Image:
ProcessImageSelectorControl_error_missingProcessImage = Please select or enter a process image.

FileTransferTab_name = File Transfers

FileTransferSection_title = File Transfers
FileTransferSection_description = File Transfers
FileTransferSection_host_column = Host
FileTransferSection_target_column = Target
FileTransferSection_options_column = Options
FileTransferSection_add_button = Add
FileTransferSection_edit_button = Edit
FileTransferSection_delete_button = Delete
FileTransferSection_up_button = Up
FileTransferSection_down_button = Down
FileTransferSection_toHost_tooltip = Transfer from Target to Host
FileTransferSection_toTarget_tooltip = Transfer from Host to Target
FileTransferSection_toHost_text = <<
FileTransferSection_toTarget_text = >>

AddEditFileTransferDialog_add_dialogTitle = Add
AddEditFileTransferDialog_edit_dialogTitle = Edit
AddEditFileTransferDialog_add_title = Add new file transfer
AddEditFileTransferDialog_edit_title = Edit existing file transfer
AddEditFileTransferDialog_add_message = Please enter the host and traget file/directory.
AddEditFileTransferDialog_edit_message = Change the host or target file/directory or the direction.
AddEditFileTransferDialog_target_label = Target:
AddEditFileTransferDialog_host_label = Host:
AddEditFileTransferDialog_options_label = Options:
AddEditFileTransferDialog_toHost_checkbox = Transfer from Target to Host
AddEditFileTransferDialog_toTarget_checkbox = Transfer from Host to Target
 

Back to the top