Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d564fe3c5fa5433ac0cef4a9ede558f9ce2aa168 (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
#################################################################################
#  Copyright (c) 2006, 2007, 2009 Red Hat, Inc.
#
#  This program and the accompanying materials
#  are made available under the terms of the Eclipse Public License 2.0
#  which accompanies this distribution, and is available at
#  https://www.eclipse.org/legal/epl-2.0/
#
#  SPDX-License-Identifier: EPL-2.0
# 
#  Contributors:
#      Red Hat Incorporated - initial API and implementation
#################################################################################
CWD=Working Directory:

InvokeAction.windowTitle.quoteError=Quote/Double quote not correct
InvokeAction.progress.message=Running {0}
InvokeAction.execute.windowTitle.error=Invoke Action Error
InvokeAction.execute.message=Couldn't execute command :
InvokeAction.success=Command executed successfully
InvokeAction.console.message=Invoking {0} in {1}


InvokeAutoconfAction.command=Running autoconf in {0} 
InvokeAutoconfAction.windowTitle.stdout=Invoke Autoconf - Output
InvokeAutoconfAction.windowTitle.stderr=Invoke Autoconf - Error


InvokeAutomakeAction.command=Running automake
InvokeAutomakeAction.windowTitle.options=Automake Options
InvokeAutomakeAction.message.options.makeTargets=Enter targets separated by space :
InvokeAutomakeAction.message.options.otherOptions=Enter options separated by space :
InvokeAutomakeAction.windowTitle.stdout=Invoke Automake - Output
InvokeAutomakeAction.windowTitle.stderr=Invoke Automake - Error

InvokeAutoheaderAction.command=Running autoheader
InvokeAutoheaderAction.windowTitle.options=Autoheader Options
InvokeAutoheaderAction.message.options.otherOptions=Enter options separated by space :
InvokeAutoheaderAction.windowTitle.stdout=Invoke Autoheader - Output
InvokeAutoheaderAction.windowTitle.stderr=Invoke Autoheader - Error

InvokeAutoreconfAction.command=Running autoreconf
InvokeAutoreconfAction.windowTitle.options=Autoreconf Options
InvokeAutoreconfAction.message.options.otherOptions=Enter options separated by space :
InvokeAutoreconfAction.windowTitle.stdout=Invoke Autoreconf - Output
InvokeAutoreconfAction.windowTitle.stderr=Invoke Autoreconf - Error

InvokeAclocalAction.command=Running aclocal
InvokeAclocalAction.windowTitle.options=Aclocal Options
InvokeAclocalAction.message.options.includeDir=Add directory to search list for .m4 files :
InvokeAclocalAction.message.options.otherOptions=Enter options separated by space :
InvokeAclocalAction.windowTitle.stdout=Invoke Automake - Output
InvokeAclocalAction.windowTitle.stderr=Invoke Automake - Error

InvokeLibtoolizeAction.command=Running libtoolize
InvokeLibtoolizeAction.windowTitle.options=Libtoolize Options
InvokeLibtoolizeAction.message.options.otherOptions=Enter options separated by space :
InvokeLibtoolizeAction.windowTitle.stdout=Invoke Libtoolize - Output
InvokeLibtoolizeAction.windowTitle.stderr=Invoke Libtoolize - Error

Back to the top