Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d677eaf16280888fbe5424c8ce2952a0919f9bb7 (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
###############################################################################
# Copyright (c) 2012 Wind River Systems, Inc. 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:
# Wind River Systems - initial API and implementation
###############################################################################

LaunchConfigurationMainTabSection_title = Process
LaunchConfigurationMainTabSection_processImage_label = Image:
LaunchConfigurationMainTabSection_processArguments_label = Arguments:
LaunchConfigurationMainTabSection_error_missingProcessImage = Please select or enter a process image.
LaunchConfigurationMainTabSection_stopAtEntry_label = Stop at Entry
LaunchConfigurationMainTabSection_stopAtMain_label = Stop at Main (ProcessesV1 only)
LaunchConfigurationMainTabSection_attachChildren_label = Attach Process Children (ProcessesV1 only)

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 target 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

LaunchConfigurationAdvancedTabSection_title=Advanced
LaunchConfigurationAdvancedTabSection_group_label=Line Separator Settings
LaunchConfigurationAdvancedTabSection_lineseparator_label=Please specify the line separator used by the launched process.
LaunchConfigurationAdvancedTabSection_lineseparator_default=Default
LaunchConfigurationAdvancedTabSection_lineseparator_lf=LF
LaunchConfigurationAdvancedTabSection_lineseparator_crlf=CRLF
LaunchConfigurationAdvancedTabSection_lineseparator_cr=CR

#PathMapEditorPage_column_source=Local
#PathMapEditorPage_column_destination=Origin
PathMapEditorPage_column_contextquery=Context Query

AbstractDiagnosticsCommandHandler_progress_title=Running Diagnostics...
AbstractDiagnosticsCommandHandler_progress_button_cancel=&Cancel

Back to the top