Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 18d2b21e7053795a46ec3476484ae9b9ca18ec30 (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
CMakeBuildTab_BuildCommand=Build command
CMakeBuildTab_CleanCommand=Clean command
CMakeBuildTab_Cmake=CMake
CMakeBuildTab_CMakeArgs=Additional CMake arguments:
CMakeBuildTab_Generator=Generator
CMakeBuildTab_Ninja=Ninja
CMakeBuildTab_NoneAvailable=No Toolchains Available for this Target
CMakeBuildTab_Settings=CMake Settings
CMakeBuildTab_Toolchain=Toolchain
CMakeBuildTab_UnixMakefiles=Unix Makefiles
CMakePreferencePage_Add=Add...
CMakePreferencePage_ConfirmRemoveDesc=Do you wish to deregister the selected files?
CMakePreferencePage_ConfirmRemoveTitle=Deregister CMake ToolChain File
CMakePreferencePage_Files=Toolchain Files
CMakePreferencePage_Path=Toolchain File
CMakePreferencePage_Remove=Remove
CMakePreferencePage_Toolchain=Toolchain
CMakePropertyPage_FailedToStartCMakeGui_Body=Failed to run the CMake GUI: 
CMakePropertyPage_FailedToStartCMakeGui_Title=Failed to run CMake GUI
CMakePropertyPage_FailedToGetOS_Body=Failed to get target OS for CMake project:
CMakePropertyPage_FailedToGetOS_Title=Failed to get target OS
CMakePropertyPage_FailedToGetCMakeConfiguration_Body=Failed to fetch CMake configuration values
CMakePropertyPage_FailedToGetCMakeConfiguration_Title=Failed to fetch CMake configuration
CMakePropertyPage_FailedToConfigure=Failed to reconfigure CMake
CMakePropertyPage_Terminated=Command terminated with rc={0}\n
CMakePropertyPage_LaunchCMakeGui=Launch CMake GUI...
NewCMakeProjectWizard_Description=Specify properties of new CMake project.
NewCMakeProjectWizard_PageTitle=New CMake Project
NewCMakeProjectWizard_WindowTitle=New CMake Project
NewCMakeToolChainFilePage_Browse=Browse...
NewCMakeToolChainFilePage_NoPath=Please set the path to the CMake toolchain file.
NewCMakeToolChainFilePage_Path=Path:
NewCMakeToolChainFilePage_Select=Select location for CMake toolchain file
NewCMakeToolChainFilePage_Title=New CMake ToolChain File
NewCMakeToolChainFilePage_Toolchain=Toolchain:

Back to the top