Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
blob: 873d504cdb35aeb37f66a2b8008113622bf08819 (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
###############################################################################
# Copyright (c) 2010, 2019 Mia-Software and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v20.html
#
# Contributors:
#    Gabriel Barbier (Mia-Software) - initial API and implementation
#    Nicolas Bros (Mia-Software) - Bug 337402 - [Discovery Workflow] refactoring
###############################################################################
AdditionalButtonsComposite_down=&Down
AdditionalButtonsComposite_load=&Load...
AdditionalButtonsComposite_remove=&Remove
AdditionalButtonsComposite_up=&Up
ContextualMenuInWorkflowTable_Down=Down
ContextualMenuInWorkflowTable_Load=Load...
ContextualMenuInWorkflowTable_Remove=Remove
ContextualMenuInWorkflowTable_Up=Up
LaunchersPage_launchersList=List of Launchers
LaunchersPage_message=Please select a launch configuration to add to the workflow
LaunchersPage_messageExtended=Please select a launch configuration to add to the workflow (launchers which may lead to a recursion have been removed)
LaunchersPage_selectLaunchConfig=Select a launch configuration
LaunchersPage_wizardDescription=This wizard represents the list of available launch configurations.
WizardToSelectLaunchers_selectLaunch=Select a launch configuration
WorkflowTab_basicLabel=Build your basic workflow (load existing launch configurations and execute them)
WorkflowTab_name=Workflow

Back to the top