mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
- extern strings
This commit is contained in:
parent
c96aeb760e
commit
725c78475c
1 changed files with 14 additions and 5 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue