Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5394090c5909be52bfc1bbbd6468e159abfe27d1 (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
47
48
49
50
51
###############################################################################
# Copyright (c) 2012, 2014 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
###############################################################################

AttachMainTab_title = Remote Debug
AttachMainTab_label = This is a non editable auto generated launch configuration.\n\nPlease do not delete or rename it.

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_name=Object Paths
PathMapEditorPage_error_apply=Failed to update object paths for configuration ''{0}''.\n\nPossible cause:\n{1}
PathMapEditorPage_error_title=Error
PathMapEditorPage_showAll_label=Show auto-generated path map rules
PathMapTab_copy_menu_label=&Copy to Clipboard

SourceLookupEditorPage_name=Source Paths

AbstractDiagnosticsCommandHandler_progress_title=Running Diagnostics...
AbstractDiagnosticsCommandHandler_progress_button_cancel=&Cancel

Back to the top