Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 76727d698279f58572516fc27a7df18e1d9e4543 (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
###############################################################################
# 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
###############################################################################

LaunchSelectionManager_error_failedToDetermineElfType=Failed to determine ELF type of file ''{0}''.

LaunchContextSelectorTab_name=Main

ContextSelectorControl_toolbar_refresh_tooltip=Refresh

LaunchConfigType_title=Launch Configuration Type
LaunchConfigType_label=Name:

ContextSelectorSection_title=Remote Context
ContextSelectorSection_label=Name:

RemoteContextSelectorControl_error_noContextSelected_single=Please select a remote context.
RemoteContextSelectorControl_error_noContextSelected_multi=Please select one or more remote contexts.

ReferencedProjectsTab_name = Referenced Projects

ReferencedProjectsSection_title = Referenced Projects
ReferencedProjectsSection_description = Referenced Projects
ReferencedProjectsSection_name_column = Name
ReferencedProjectsSection_add_button = Add
ReferencedProjectsSection_delete_button = Delete
ReferencedProjectsSection_up_button = Up
ReferencedProjectsSection_down_button = Down
ReferencedProjectsSection_addDialog_message = Select projects that should be built before launch.

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

LaunchEditorPage_title = Launches
LaunchExplorerEditorPage_PageTitle=Launches

DeleteHandlerDelegate_question_title = Question
DeleteHandlerDelegate_question_message = Are you sure you want to delete ''{0}''?

LaunchDialogHandler_dialog_title = Choose launch mode
LaunchDialogHandler_dialog_message = Please choose a launch mode for {0} launch ''{1}''.

CommonDnD_launchMode_dialog_title = Choose launch mode
CommonDnD_launchMode_dialog_message = Please choose a launch mode for {0} launch.

CommonDnD_launchType_dialog_title = Choose launch configuration type
CommonDnD_launchType_dialog_message = Please choose a launch configuration type.

Back to the top