Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build/org.eclipse.cdt.cmake.ui/src/org/eclipse/cdt/cmake/ui/internal/messages.properties')
-rw-r--r--build/org.eclipse.cdt.cmake.ui/src/org/eclipse/cdt/cmake/ui/internal/messages.properties13
1 files changed, 13 insertions, 0 deletions
diff --git a/build/org.eclipse.cdt.cmake.ui/src/org/eclipse/cdt/cmake/ui/internal/messages.properties b/build/org.eclipse.cdt.cmake.ui/src/org/eclipse/cdt/cmake/ui/internal/messages.properties
new file mode 100644
index 00000000000..51b607823f3
--- /dev/null
+++ b/build/org.eclipse.cdt.cmake.ui/src/org/eclipse/cdt/cmake/ui/internal/messages.properties
@@ -0,0 +1,13 @@
+CMakeBuildTab_BuildCommand=Build command
+CMakeBuildTab_CleanCommand=Clean command
+CMakeBuildTab_Cmake=CMake
+CMakeBuildTab_CMakeArgs=Additional CMake arguments:
+CMakeBuildTab_Generator=Generator
+CMakeBuildTab_Ninja=Ninja
+CMakeBuildTab_UnixMakefiles=Unix Makefiles
+CMakePropertyPage_FailedToStartCMakeGui_Body=Failed to run the CMake GUI:
+CMakePropertyPage_FailedToStartCMakeGui_Title=Failed to run CMake GUI
+CMakePropertyPage_LaunchCMakeGui=Launch CMake GUI...
+NewCMakeProjectWizard_Description=Specify properties of new CMake project.
+NewCMakeProjectWizard_PageTitle=New CMake Project
+NewCMakeProjectWizard_WindowTitle=New CMake Project

Back to the top