Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: de07d5f1028733a1bbc7306c54aa72edea7c326d (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                          











                                                                                                  

                                                                           
                                                                                                       

                                                   







                                                                                    
                                     
 













                                                                  






                                                                   

                                                                                            
                                                                        
                                                       














                                                                                                                                                                                                                                                                                                                                                                 







                                                 














                                                                    








                                                                      













                                                                                 
                                                                            
 















                                                                                
                                  
                                                  
                                   
 

                                                         




                                              


                                                   


                                                             
 
                  
                                                                

                                                                          
 








































































































































                                                                                             









                                                                                                                  
 
                                            
                                        

                                                        

 













                                                                   


                                                
                                                                    
#########################################
# (c) Copyright IBM Corp. 2000, 2001.
# All Rights Reserved.
######################################### 

# ------- CView -----------------
CView.make_edit_action =Project properties

# ------- Preference Page ------- 
 
ConsolePreferencePage.clearConsole.label=Always clear console before building
ConsolePreferencePage.autoOpenConsole.label=Open console when building
ConsolePreferencePage.consoleOnTop.label=Bring console to top when building (if present)
ConsolePreferencePage.consoleLines.label=Limit console ouput (# lines):
ConsolePreferencePage.consoleLines.errorMessage=Value must be an integer between 10 and 2147483647
ConsolePreferencePage.tabWidth.label=Display tab with:
ConsolePreferencePage.tabWidth.errorMessage=Value must be an integer between 1 and 100
ConsolePreferencePage.colorSettings.label=Console text color settings
ConsolePreferencePage.outputColor.label=Output text color
ConsolePreferencePage.infoColor.label=Information message text color
ConsolePreferencePage.errorColor.label=Error message text color

CBasePreferencePage.linkToEditor.label=Link view selection to active editor
CBasePreferencePage.CUChildren.label=Show file members in Project View
CBasePreferencePage.OutlineView.structuralParseMode.label=Use Structural-Parse mode to build the CModel

CBasePreferencePage.editorFont.label=C Editor font:

CBasePreferencePage.bracketHighlightBox.label=Highlight matching brackets with box 
CBasePreferencePage.bracketHighlightClr.label=Highlight matching brackets with color
CBasePreferencePage.bracketColour.label=Bracket highlighting color

OpenProjectWizardAction.title=New Project
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:
CProjectWizardPage.useDefaultLabel=Use Default Location
CProjectWizardPage.locationLabel=Location:
CProjectWizardPage.browseLabel=Browse...
CProjectWizardPage.projectNameEmpty=Project name must be specified.
CProjectWizardPage.defaultLocationError=Location path can not overlap with default location.
CProjectWizardPage.projectExistsMessage=Project already exists.
CProjectWizardPage.directoryLabel=Select the project contents directory.
CProjectWizardPage.locationError=Invalid path location.

# ------- ProjectConfigurationBlock------- 

ProjectConfigurationBlock.buildCmdText.label=The build command is an executable program which will be used by the builder to build your C project. If the build command is not on the current system environment path, you have to enter an absolute path name. If the build command is make then it will use the makefile which is located in the project folder
ProjectConfigurationBlock.buildArgsText.label=Build can be either incremental or full. You can specify different build arguments\nfor the two kinds.
ProjectConfigurationBlock.buildArgText.label=Additional build arguments

ProjectConfigurationBlock.buildLocation.label=Build command:
ProjectConfigurationBlock.buildLocation.button=Browse...
ProjectConfigurationBlock.fullBuildArguments.label=Full Build Arguments:
ProjectConfigurationBlock.incrBuildArguments.label=Incremental Build Arguments:
ProjectConfigurationBlock.error.InvalidBuildCommand=Invalid build command
 
# --- The new wizards ----
# FIXME: Remove the properties above when satisfy with wizards.

SettingsBlock.label=Build Settings
SettingsBlock.keepOnGoing=Keep Going On Error
SettingsBlock.stopOnError=Stop On Error
SettingsBlock.makeOption.label=Build Command
SettingsBlock.makeOption.use_default=Use Default
SettingsBlock.makeOption.build_cmd=Build Command:

#Strings for the platform selection tab
PlatformBlock.label.platform=Platform:
PlatformBlock.tip.platform=Select the platform you wish to deploy on
PlatformBlock.label.configs=Configurations:

# String constants for the build configuration tab
ConfigurationBlock.label=Build Information
ConfigurationBlock.type=Project Type
ConfigurationBlock.type.app=Application
ConfigurationBlock.type.shared=Shared Library/DLL
ConfigurationBlock.type.static=Static Library
ConfigurationBlock.build.label=Build Settings
ConfigurationBlock.build.continue=Continue On Error
ConfigurationBlock.build.stop=Stop On Error

# String constants for the build include path and preprocessor symbols
BuildPathInfoBlock.label=Paths and Symbols
BuildPathInfoBlock.paths=Include paths:
BuildPathInfoBlock.symbols=Defined symbols:
BuildPathInfoBlock.browse.path=New Include Path
BuildPathInfoBlock.browse.path.label=Path:
BuildPathInfoBlock.browse.symbol=New Defined Symbol
BuildPathInfoBlock.browse.symbol.label=Symbol:

StdMakeProjectWizard.op_error=Standard Make Error
StdMakeProjectWizard.title=Standard Make Project
StdMakeProjectWizard.description=Create a new Standard Make project.
StdMakeProjectWizardSettings.title=Standard Make Settings
StdMakeProjectWizardSettings.description=Define the Standard Make build settings.

StdCWizard.title=Standard Make C Project
StdCWizard.description=Create a new Standard Make C project.
StdCWizardSettings.title=Standard Make C Settings
StdCWizardSettings.description=Define the Standard Make C build settings.

StdCCWizard.title=Standard Make C++ Project
StdCCWizard.description=Create a new Standard Make C++ Project.
StdCCWizardSettings.title=Standard Make C++ Settings
StdCCWizardSettings.description=Define the Standard Make C++ build settings.

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.

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.
MngCCWizardSettings.title=Managed Make C++ Settings
MngCCWizardSettings.description=Define the Managed Make C++ build settings.

NewClassWizard.title=New C++ Class
NewClassWizard.description=Create a new C++ Class.
NewClassWizard.page.title=C++ Class

CProjectWizard.op_error.title=Error Creating Project
CProjectWizard.op_error.message=Project cannot be created
CProjectWizard.op_description=C Project Wizard
CProjectWizard.windowTitle=New Project
CProjectWizard.description=C Project Wizard
CProjectWizard.title=C Project Wizard
CProjectWizardPage=C Wizard Page

# Defaults from ConvertProjectWizardPage
ConversionWizard.windowTitle=Convert C/C++ Projects
ConversionWizard.description=Select project(s) for conversion
ConversionWizard.title=Add a C++ Nature to project(s)
ConversionWizard.projectlist=Candidates for conversion

# Convert to C/C++
StdMakeConversionWizard.windowTitle=Convert Projects to C or C++
StdMakeConversionWizard.description=Select project(s) for conversion
StdMakeConversionWizard.title=Add a C or C++ Nature to selected project(s)

TabFolderPage=Tab Folder Page
TabFolderPage.title=Project
TabFolderPage.desc=Project Settings

# ------- CProjectPropertyPage------- 

CProjectPropertyPage.nocproject=Not a C builder
CProjectPropertyPage.closedproject=C information is not available for a closed project

# ------- Building ------- 

CBuilder.build_error=Could not execute builder "{0}" configured in the project property page.

# ------- Properties-------

CElementProperties.name=name
CElementProperties.elf_cpu=cpu
CElementProperties.elf_text=text
CElementProperties.elf_data=data
CElementProperties.elf_bss=bss
CElementProperties.elf_type=type
CElementProperties.elf_soname=soname
CElementProperties.elf_has_debug=debug
CElementProperties.elf_needed=needed

# ------- Compare -------

CMergeViewer.title=C Compare Viewer
CStructureCreator.name=C Compare

# ------- Editor ------------

Editor.Undo.label=Undo@Ctrl+Z
Editor.Undo.tooltip=Undo
Editor.Undo.image=
Editor.Undo.description=Undo

Editor.Redo.label=Redo@Ctrl+Y
Editor.Redo.tooltip=Redo
Editor.Redo.image=
Editor.Redo.description=Redo

Editor.Cut.label=Cut@Ctrl+X
Editor.Cut.tooltip=Cut
Editor.Cut.image=
Editor.Cut.description=Cut

Editor.Copy.label=&Copy@Ctrl+C
Editor.Copy.tooltip=Copy
Editor.Copy.image=
Editor.Copy.description=Copy

Editor.Paste.label=Paste@Ctrl+V
Editor.Paste.tooltip=Paste
Editor.Paste.image=
Editor.Paste.description=Paste

Editor.Delete.label=Delete@Delete
Editor.Delete.tooltip=Delete
Editor.Delete.image=
Editor.Delete.description=Delete

Editor.SelectAll.label=Select &All@Ctrl+A
Editor.SelectAll.tooltip=Select All
Editor.SelectAll.image=
Editor.SelectAll.description=Select All

Editor.ShiftRight.label=Sh&ift Right@Ctrl+I
Editor.ShiftRight.tooltip=Shift Right
Editor.ShiftRight.image=
Editor.ShiftRight.description=Shift the selected text to the right

Editor.ShiftLeft.label=S&hift Left@Ctrl+Shift+I
Editor.ShiftLeft.tooltip=Shift Left
Editor.ShiftLeft.image=
Editor.ShiftLeft.description=Shift the selected text to the left

Editor.FindReplace.label=Find/Replace...@Ctrl+F
Editor.FindReplace.tooltip=Find/Replace
Editor.FindReplace.image=
Editor.FindReplace.description=Find/Replace

Editor.AddBookmark.label=Boo&kmark...
Editor.AddBookmark.tooltip=Bookmark
Editor.AddBookmark.image=
Editor.AddBookmark.description=Add Bookmark
Editor.AddBookmark.dialog.title=Add Bookmark
Editor.AddBookmark.dialog.message=Enter Bookmark name

Editor.AddTask.label=&Task...
Editor.AddTask.tooltip=Task
Editor.AddTask.image=
Editor.AddTask.description=Add Task

Editor.Save.label=Save@Ctrl+S
Editor.Save.tooltip=Save
Editor.Save.image=
Editor.Save.description=Save

Editor.Revert.label=Re&vert
Editor.Revert.tooltip=Revert
Editor.Revert.image=
Editor.Revert.description=Revert

Editor.GotoLine.label=&Go to Line...@Ctrl+L
Editor.GotoLine.tooltip=Go to a Line
Editor.GotoLine.image=
Editor.GotoLine.description=Go to a line
Editor.GotoLine.dialog.title=Go to Line
Editor.GotoLine.dialog.message=Enter line number:
Editor.GotoLine.dialog.invalid_input=Invalid line number
Editor.GotoLine.dialog.invalid_range=Line number out of range

Editor.NextError.label= Go To Next Error
Editor.PreviousError.label=Go To Previous Error
Editor.NextError.tooltip= Jump to next error marker
Editor.PreviousError.tooltip=Jump to previous error marker


Editor.error.no_provider=Text editor does not have a document provider
Editor.error.save.title=Save Problems
Editor.error.save.message=Internal error: 
Editor.error.revert.title=Problems While Reverting to Saved State
Editor.error.revert.message=Internal error: 
Editor.error.no_input=Unable to read text editor input
Editor.error.invalid_input=Invalid text editor input

CEditorPreferencePage.description= C Editor Preferences

# ------- OpenIncludeDeclarationAction------------

OpenIncludeAction.label=&Open
OpenIncludeAction.tooltip=Open the Selected Include in the Editor
OpenIncludeAction.description=Open the selected include in the editor
OpenIncludeAction.dialog.title=Open Include
OpenIncludeAction.dialog.message=Select the file to open

# ------- FileSearchAction ---------------
FileSearchAction.label=Workspace
FileSearchAction.tooltip=Performs a text based file search for element in workspace
FileSearchAction.description=Performs a text based file search for element in workspace

# ------- FileSearchActionInWorkingSet ---------------
FileSearchActionInWorkingSet.label=Working Set...
FileSearchActionInWorkingSet.tooltip=Performs a text based file search for element in the selected working set
FileSearchActionInWorkingSet.description=Performs a text based file search for element in the selected working set


# ------- SearchDialogAction ---------------
SearchDialogAction.label=C/C++ Search...
SearchDialogAction.tooltip=Opens C/C++ Search Dialog
SearchDialogAction.description=Opens C/C++ Search Dialog


# ------- LexicalSortingAction------------

LexicalSortingAction.label=Sort
LexicalSortingAction.description=Sorts the elements in the outliner
LexicalSortingAction.tooltip=Sort
LexicalSortingAction.tooltip.on=Do Not Sort
LexicalSortingAction.tooltip.off=Sort

# ------- ClearOutputAction------------
ClearOutputAction.label=Clea&r Console
ClearOutputAction.tooltip=Clear Console 

# ------- New menu items to overwrite superclass ----------
CreateFileAction.text = &File
CreateFolderAction.text = F&older

# ------- Drag and Drop Message Text -----------
CViewDragNDrop.txt = already exists. Would you like to overwrite it?

Back to the top