summaryrefslogtreecommitdiffstats
path: root/plugins/org.yocto.cmake.managedbuilder/src/org/yocto/cmake/managedbuilder/YoctoCMakeMessages.properties
blob: 55773ac59d6e6a8319d4b4dca6744fd8ebb04aeb (plain)
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
#/*******************************************************************************
# * Copyright (c) 2013 BMW Car IT GmbH.
# * 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:
# * BMW Car IT - initial implementation
# *******************************************************************************/

# Job
ExecuteConfigureJob.runConfigure=Running configure
ExecuteConfigureJob.consoleName=Configure using CMake [{0}]
ExecuteConfigureJob.buildingMakefile=Building Makefile
ExecuteConfigureJob.warning.aborted=Build of project has been aborted
ExecuteConfigureJob.error.couldNotStart=Build of project could not be started
ExecuteConfigureJob.error.buildFailed=Build of project failed
ExecuteConfigureJob.cmakeWarning.dialogTitle=Unable to run command "cmake"
ExecuteConfigureJob.cmakeWarning.dialogMessage=Please make sure that cmake is installed properly on this machine.

# File generator
YoctoCMakeMakefileGenerator.configureJob.name=Configuring project
YoctoCMakeMakefileGenerator.configure.creatingMakefiles=Generating Makefiles using CMake
YoctoCMakeMakefileGenerator.cancel.missingCMakeList=CMakeLists.txt file is missing
YoctoCMakeMakefileGenerator.creatingBuildDirectory=Creating build directory
YoctoCMakeMakefileGenerator.error.makeFileGenerationFailed=Makefile generation failed during configuration process
YoctoCMakeMakefileGenerator.ok.makefilesStillValid=Makefiles are still valid.
YoctoCMakeMakefileGenerator.removingCacheFiles=Removing cache files