diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties index 2525746828e..c2ff084494f 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties @@ -31,6 +31,20 @@ OpenNewFileWizardAction.title=New File OpenNewFolderWizardAction.title=New Folder OpenClassWizardAction.title=New Class +# ------- Project/Prefernces/Wizards COnfiguration blocks ------- + +ErrorParserBlock.label=Error Parsers +ErrorParserBlock.desc=Set the error parser for this project + +BinaryParserBlock.label=Binary Parser +BinaryParserBlock.desc=Set required binary parser for this project + +IndexerBlock.label=Indexer +IndexerBlock.desc=Project Indexer option + +ReferenceBlock.label= Projects +ReferenceBlock.desc= Referenced C/C++ Projects + # ------- NewProjectCreationPluginPage------- CProjectWizardPage.nameLabel=Name: @@ -55,8 +69,6 @@ ProjectConfigurationBlock.error.InvalidBuildCommand=Invalid build command # --- The new wizards ---- # FIXME: Remove the properties above when satisfy with wizards. -ReferenceBlock.label= Projects -ReferenceBlock.desc= Referenced C/C++ Projects SettingsBlock.label=Build Settings SettingsBlock.keepOnGoing=Keep Going On Error @@ -342,6 +354,3 @@ NewConfiguration.label.name=Configuration name: NewConfiguration.label.copy=Copy settings from: NewConfiguration.error.title=Error NewConfiguration.error.duplicateName=A configuration named "{0}" already exists. - -ErrorParserBlock.label=Error Parsers -ErrorParserBlock.desc=Set the error parser for this project \ No newline at end of file