mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-02 22:05:44 +02:00
Delete unused strings
This commit is contained in:
parent
f50fe22020
commit
eff63967da
1 changed files with 0 additions and 42 deletions
|
@ -9,48 +9,6 @@
|
|||
# IBM - Initial API and implementation
|
||||
###############################################################################
|
||||
|
||||
# ------- Project Update Messages -------
|
||||
ManagedBuilderStartup.update.20x.title=Update Managed Make Project
|
||||
ManagedBuilderStartup.update.20x.message=The project {0} has been detected in your workspace.\n Its build settings are stored in a format that is no longer supported.\n Would you like to convert them now?
|
||||
|
||||
# ------- NewProjectCreationPluginPage-------
|
||||
MngMakeProjectWizard.op_error=Managed Make Error
|
||||
MngMakeProjectWizard.title=Managed Make Project
|
||||
MngMakeProjectWizard.description=Create a new Managed Make project.
|
||||
#MngMakeProjectWizardSettings.title=Managed Make Settings
|
||||
#MngMakeProjectWizardSettings.description=Define the Managed Make build settings.
|
||||
MngMakeProjectWizard.message.add_nature=Adding Managed Nature
|
||||
MngMakeProjectWizard.message.add_builder=Adding Makefile Generator
|
||||
MngMakeProjectWizard.message.save=Saving new build options
|
||||
|
||||
MngCWizard.title=Managed Make C Project
|
||||
MngCWizard.description=Create a new Managed Make C project.
|
||||
MngCWizardSettings.title=Managed Make C Settings
|
||||
MngCWizardSettings.description=Define the Managed Make C build settings.
|
||||
|
||||
MngCCWizard.title=Managed Make C++ Project
|
||||
MngCCWizard.description=Create a new Managed Make C++ Project.
|
||||
MngCCWizard.message.creating=Creating a new C++ Project with a makefile generator
|
||||
MngCCWizardSettings.title=Managed Make C++ Settings
|
||||
MngCCWizardSettings.description=Define the Managed Make C++ build settings.
|
||||
|
||||
# -- Strings for the platform selection page --
|
||||
MngMakeProjectWizard.config.title=Select a type of project
|
||||
MngMakeProjectWizard.config.desc=Select the platform and configurations you wish to deploy on
|
||||
PlatformBlock.tip.platform=Select the type of project for the build goal
|
||||
PlatformBlock.tip.forcedconfigs=There are no buildable configurations on this platform for this project type.\n By default, all configurations selected.
|
||||
PlatformBlock.label.platform=Project Type:
|
||||
PlatformBlock.label.configs=Configurations:
|
||||
PlatformBlock.label.showall=Show All Project Types
|
||||
PlatformBlock.label.showall.config=Show All Configurations
|
||||
PlatformBlock.label.selectAll=Select All
|
||||
PlatformBlock.label.deselectAll=Deselect All
|
||||
PlatformBlock.message.error.noconfigs=You must select at least one configuration
|
||||
|
||||
# -- Strings for the additional options tab
|
||||
MngMakeProjectWizard.options.title=Additional Project Settings
|
||||
MngMakeProjectWizard.options.desc=Define the inter-project dependencies, if any.
|
||||
|
||||
# ----------- Configuration Selection Page -----------
|
||||
BuildPropertyPage.label.Platform=Project Type:
|
||||
BuildPropertyPage.label.Configuration=Configuration:
|
||||
|
|
Loading…
Add table
Reference in a new issue