Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1d90440c1ef25dfff9ab339a9af9b15203815d90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright (c) 2014 Eike Stepper (Loehne, Germany) 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:
#    Eike Stepper - initial API and implementation

pluginName = Oomph Setup
providerName = Eclipse Oomph Project


_UI_Setup_content_type = Oomph Setup File

_UI_MacroTaskDRequired_diagnostic = A macro task must specify an ID
_UI_ArgumentParameterAlreadyBound_diagnostic = An argument may not bind to a parameter that is already bound
_UI_ArgumentParameterOutOfScope_diagnostic = An argument may only refer to a parameter of the containing macro expansion's macro
_UI_ArgumentValueMustBeSpecified_diagnostic = An argument bound to a parameter without a default value must specify a value
_UI_MacroTaskMissingArgument_diagnostic = Arguments must be specified for the parameter(s) {0}
_UI_MacroNoRecursion_diagnostic = A macro must not recursively expand so the cycle {0} is invalid

Back to the top