Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5c71663d47079b2754e64a9282ea6952311afc06 (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
###############################################################################
# Copyright (c) 2012 IBM Corporation and others.
# 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 API and implementation
###############################################################################
#
# org.eclipse.tcf.te.tcf.launch.ui
# Externalized Strings.
#

LaunchConfigurationMainTabSection_title = Process
LaunchConfigurationMainTabSection_processImage_label = Image:
LaunchConfigurationMainTabSection_processArguments_label = Arguments:
LaunchConfigurationMainTabSection_error_missingProcessImage = Please select or enter a process image.

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