1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core/org.eclipse.cdt.ui/plugin.properties

526 lines
21 KiB
Properties

###############################################################################
# Copyright (c) 2003, 2008 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
# Markus Schorn (Wind River Systems)
# Anton Leherbauer (Wind River Systems)
# Sergey Prigogin (Google)
###############################################################################
pluginName=C/C++ Development Tools UI
providerName=Eclipse.org
elementFiltersName=CElement Filters
binaryParserPage=Binary Parser Page
pathContainerPage=Path Container Page
textHoversName=Text Hovers
cHelpProviderName=C Help Provider
nature.name=C Nature
perspective.name=C/C++
viewsCategory.name=&C/C++
CView.name=C/C++ Projects
cPropertyTabName=New CDT Model Property Tab
# The Wizards
# C/C++
newCWizardsCategory.name=C/C++
categoryCDT.name=CDT
#Project Conversion
ConversionWizard.name=Convert a project's nature
ConversionWizard.description=Convert a project's nature
CElementCreationActionSet.label= C/C++ Element Creation
CElementCreationActionSet.description= C/C++ Element Creation Action Set
NewProjectDropDownAction.label=&Project...
NewProjectDropDownAction.tooltip=New C/C++ Project
NewFolderDropDownAction.label=&Source Folder...
NewFolderDropDownAction.tooltip=New C/C++ Source Folder
NewWizards.sourceFolder = Source Folder
NewWizards.sourceFolder.description = Create a new source folder
NewWizards.folder = Folder
NewWizards.folder.description = Create a new folder resource
NewFileDropDownAction.label=&Source File...
NewFileDropDownAction.tooltip=New C/C++ Source File
NewWizards.sourceFile = Source File
NewWizards.sourceFile.description = Create a new source file
NewWizards.headerFile = Header File
NewWizards.headerFile.description = Create a new header file
NewWizards.file = File from Template
NewWizards.file.description = Create a new file resource based on a file template
NewTypeDropDownAction.label=&Class...
NewTypeDropDownAction.tooltip=New C++ Class
NewWizards.class = Class
NewWizards.class.description = Create a new C++ class
# Editor
# Scope and Key Commands
scope.cEditor.name=C/C++ Editor
cEditor.description=Editor for C/C++ Source Files
category.source.name=C/C++ Source
category.source.description= C/C++ Source Actions
ActionDefinition.comment.name= Comment
ActionDefinition.comment.description= Turn the selected lines into // style comments
ActionDefinition.uncomment.name= Uncomment
ActionDefinition.uncomment.description= Uncomment the selected // style comment lines
ActionDefinition.toggleComment.name= Comment/Uncomment
ActionDefinition.toggleComment.description= Comment/Uncomment the selected lines
ActionDefinition.opendecl.name= Open Declaration
ActionDefinition.opendecl.description= Open an editor on the selected element's declaration(s)
ActionDefinition.opendef.name= Open Definition
ActionDefinition.opendef.description= Open an editor on the selected element's definition
ActionDefinition.opencview.name= Show in C/C++ Project view
ActionDefinition.opencview.description= Show the selected resource in the C/C++ Project view
ActionDefinition.finddecl.name= Find Declaration
ActionDefinition.finddecl.description= Find Declaration
ActionDefinition.findrefs.name= Find References
ActionDefinition.findrefs.description= Find References
ActionDefinition.openCallHierarchy.name= Open Call Hierarchy
ActionDefinition.openCallHierarchy.description= Open the call hierarchy for the selected element
ActionDefinition.addBlockComment.name= Add Block Comment
ActionDefinition.addBlockComment.description= Enclose the selection with a block comment
ActionDefinition.removeBlockComment.name= Remove Block Comment
ActionDefinition.removeBlockComment.description= Remove the block comment enclosing the selection
ActionDefinition.indent.name= Indent Line
ActionDefinition.indent.description=Indents the current line
ActionDefinition.format.name=Format
ActionDefinition.format.description=Format Source Code
ActionDefinition.gotoMatchingBracket.name= Go to Matching Bracket
ActionDefinition.gotoMatchingBracket.description= Moves the cursor to the matching bracket
ActionDefinition.gotoNextBookmark.name= Next Bookmark
ActionDefinition.gotoNextBookmark.description= Goto next bookmark of the selected file
ActionDefinition.FindWord.name= Find Word
ActionDefinition.FindWord.description= Select a word and find the next occurrence
ActionDefinition.toggleSourceHeader.name= Toggle Source/Header
ActionDefinition.toggleSourceHeader.description= Toggles between corresponding source and header files
ActionDefinition.backwardMacroExpansion.name= Back
ActionDefinition.backwardMacroExpansion.description= Step backward in macro expansions
ActionDefinition.forwardMacroExpansion.name= Forward
ActionDefinition.forwardMacroExpansion.description= Step forward in macro expansions
ActionDefinition.showMacroExplorer.name= Explore Macro Expansion
ActionDefinition.showMacroExplorer.description= Opens a quick view for macro expansion exploration
category.refactoring.description= C/C++ Refactorings
category.refactoring.name = Refactor - C++
refactoringExtractConstant.label = Extract Constant...
refactoringExtractLocalVariable.label = Extract Local Variable...
refactoringHideMethod.label = Hide Memeber Function...
ActionDefinition.renameElement.name= Rename - Refactoring
ActionDefinition.renameElement.description= Rename the selected element
ActionDefinition.extractConstant.name= Extract Constant - Refactoring
ActionDefinition.extractConstant.description= Extract a constant for the selected expression
ActionDefinition.extractLocalVariable.name= Extract Local Variable - Refactoring
ActionDefinition.extractLocalVariable.description= Extract a local variable for the selected expression
ActionDefinition.extractFunction.name= Extract Function - Refactoring
ActionDefinition.extractFunction.description= Extract a function for the selected list of expressions or statements
ActionDefinition.implementMethod.name= Implement Method - Source Generation
ActionDefinition.implementMethod.description= Implements a method for a selected method declaration
ActionDefinition.gettersAndSetters.name = Generate Getters and Setters...
ActionDefinition.gettersAndSetters.description = Generates getters and setters for a selected field
# Action Set
CodingActionSet.label= C/C++ Coding
CodingActionSet.description= Action set containing coding related C/C++ actions
Refactoring.menu.label= Refac&tor
Refactoring.renameAction.label=Re&name...
Refactoring.extractConstant.label=Extr&act Constant...
Refactoring.extractLocalVariable.label=Extract &Local Variable
Refactoring.extractFunction.label=Extract &Function...
Refactoring.hideMethod.label=Hide Method...
Refactoring.implementMethod.label=Impl&ement Method...
Refactoring.gettersAndSetters.label=Generate Getters and Setters...
CEditor.name=C/C++ Editor
CPluginPreferencePage.name=C/C++
CPluginEditorPreferencePage.name=Editor
CPluginTemplatePreferencePage.name=Templates
CPluginBuildConsolePreferencePage.name=Build Console
CPluginFileTypesPreferencePage.name=File Types
CodeFormatterPreferencePage.name=Code Style
codeTemplatePreferencePage.name=Code Templates
CodeAssistPreferencePage.name=Content Assist
CodeAssistAdvancedPreferencePage.name=Advanced
SmartTypingPreferencePage.name=Typing
ColoringPreferencePage.name=Syntax Coloring
FoldingPreferencePage.name=Folding
HoverPreferencePage.name=Hovers
markOccurrencesPreferencePage.name= Mark Occurrences
ScalabilityPreferencePage.name=Scalability
DefaultBinaryFileEditor.name = Default Binary File Editor
AsmEditor.name = Assembly Editor
# Task Action
DeleteTaskAction.label=Delete C/C++ Markers
DeleteIProblemMarkerAction.label=Delete IProblem Markers
OpenExternalProblemAction.label=Open external location
# Build configuration actions
BuildConfigActionSet.label=Build Configuration
BuildConfigToolbarAction.label=Active Build Configuration
BuildConfigMenuAction.label=Set Active
BuildConfigContextAction.label=Set Active
BuildConfigAction.tooltip=Change active build configuration for project(s)
BuildConfigAction.tooltip2=Manage configurations for the current project
BuildActiveConfiguration.label=Build Active Configuration
BuildActiveConfiguration.tooltip=Build the active configurations of selected projects
ManageConfigAction.label=Manage...
DeleteRcConfigAction.label=Delete resource cfgs...
ExcludeAction.label=Exclude from build...
BuildConfigurationActionSet.descr=Build active configuration for the current project
# Common Editor ruler actions
AddTask.label=Add &Task...
AddTask.tooltip=Add Task...
AddBookmark.label=Add Boo&kmark...
AddBookmark.tooltip=Add Bookmark...
QuickFix.label=&Quick Fix
QuickFix.tooltip=Quick Fix
# C/C++ Search
CSearchPage.label= C/C++ Search
openCSearchPageAction.label= &C/C++...
ElementNameSorter.label= &Name
ElementNameSorter.tooltip= Sort the view by C Element Name
ParentNameSorter.label= &Parent Name
ParentNameSorter.tooltip= Sort the view by C Element Parent Name
PathNameSorter.label= P&ath
PathNameSorter.tooltip= Sort the view by Resource Path
# Action sets
CSearchActionSet.label= C/C++ Search
CSearchActionSet.description= Action set containing search related C/C++ actions
CNavigationActionSet.label= C/C++ Navigation
CNavigationActionSet.description= C/C++ Navigation Action Set
COpenActionSet.label= C/C++ Open Actions
COpenActionSet.description= Action set containing open actions for C/C++
CEditorPresentationActionSet.label=C/C++ Editor Presentation
CEditorPresentationActionSet.description=Actions to customize the C/C++ editor presentation
# Menus
searchMenu.label= Se&arch
# Open Element
OpenTypeAction.label= Open &Element...
OpenTypeAction.tooltip= Open Element
ActionDefinition.openType.name= Open Element
ActionDefinition.openType.description= Open an element in an Editor
#Add include
ActionDefinition.addInclude.name= Add Include
ActionDefinition.addInclude.description= Create include statement on selection
#Show outline dialog
ActionDefinition.showOutline.name= Show outline
ActionDefinition.showOutline.description= Shows outline
ActionDefinition.showQuickTypeHierarchy.name= Quick Type Hierarchy
ActionDefinition.showQuickTypeHierarchy.description= Shows quick type hierarchy
CElementWorkingSetPage.name = C/C++
BuildConsoleFontDefinition.description= The C-Build console font is used by the C-Build console
BuildConsoleFontDefinition.label= C-Build Console Text Font
ActionDefinition.GotoNextMember.name = Go to Next Member
ActionDefinition.GotoNextMember.description = Move the caret to the next member of the translation unit
ActionDefinition.GotoPrevMember.name = Go to Previous Member
ActionDefinition.GotoPrevMember.description = Move the caret to the previous member of the translation unit
##########################################################################
# Filter Support
##########################################################################
HideClosedProjects.label= Closed projects
HideClosedProjects.description= Hides closed projects
HideExecutableFiles.label= Executable files
HideExecutableFiles.description= Hides executable files
HideSharedFiles.label= Shared object files
HideSharedFiles.description= Hides shared object files
HideArchiveFiles.label= Archive files
HideArchiveFiles.description= Hides Archive files
HideObjectFiles.label= Object files
HideObjectFiles.description= Hides Object files
HideNonCElements.label= Non-C elements
HideNonCElements.description= Show only C elements
HideNonCProjects.label = Non-C projects
HideNonCProjects.description= Show only C projects
HideReferencedLibraries.label= Referenced libraries
HideReferencedLibraries.description= Hides referenced libraries i.e. those not contained inside the project itself
HideCFiles.label= C files
HideCFiles.description= Hides all C files
HideHeaderFiles.label= Header files
HideHeaderFiles.description= Hides all Header files
HideUsingDirective.label= Using directive
HideUsingDirective.description= Hides using directives
HideMacroDirective.label= Macro directive
HideMacroDirective.description= Hides Macro directives
#
WorkInProgress.name=Work In Progress
CDTSearch.name=Search
CDTIndexerProperty.name=Indexer
CDTHelpProperty.name=Documentation
CDTFileTypesProperty.name=File Types
CDTLanguagesProperty.name=Language Mappings
cDocumentSetupParticipant=C Document Setup Participant
asmDocumentSetupParticipant=Assembly Document Setup Participant
defaultPathContainerPage=Default Path Container
## CEditor Fonts
CEditorFontDefiniton.label= C/C++ Editor Text Font
CEditorFontDefinition.description = The C/C++ editor text font is used by C/C++ editors.
#--- presentation
CPresentation.label= C/C++
CEditorPresentation.label= Editor
CDTIndexerMarker.label= C/C++ Indexer Markers
#Type Hierarchy
CHierarchy.viewCategoryName= C/C++ Type Hierarchy
CHierarchy.perspective.name=C/C++ Type Hierarchy
CHierarchy.hierarchyViewName= Hierarchy
ActionDefinition.open.hierarchy.name= Open Hierarchy
ActionDefinition.open.hierarchy.description= Open the hierarchy of the selected element
OpenTypeInHierarchyAction.label=Open Type in Hierarch&y...
OpenTypeInHierarchyAction.description=Opens a type selected from the all types dialog in a type hierarchy
OpenTypeInHierarchyAction.tooltip=Opens a Type in a Type Hierarchy
OpenElementInCallHierarchyAction.label=Open Element in Ca&ll Hierarchy...
OpenElementInCallHierarchyAction.description=Opens an element selected from a dialog in the call hierarchy
OpenElementInCallHierarchyAction.tooltip=Opens an Element in the Call Hierarchy
ActionDefinition.openTypeInHierarchy.name= Open Type in Hierarchy
ActionDefinition.openTypeInHierarchy.description= Open a type in the type hierarchy view
ActionDefinition.openTypeHierarchy.name= Open Type Hierarchy
ActionDefinition.openTypeHierarchy.description= Open a type hierarchy on the selected element
ActionDefinition.openElementInCallHierarchy.name= Open Element in Call Hierarchy
ActionDefinition.openElementInCallHierarchy.description= Open an element in the call hierarchy view
ActionDefinition.openIncludeBrowser.name= Open Include Browser
ActionDefinition.openIncludeBrowser.description= Open an include browser on the selected element
OpenTypeHierarchyAction.label=Open Type Hie&rarchy
OpenTypeHierarchyAction.tooltip=Opens a Type Hierarchy for the Selected Element
ViewCommand.typeHierarchy.name= C Type Hierarchy
ViewCommand.typeHierarchy.description= Show the Type Hierarchy view
OpenDeclarationAction.label=&Open Declaration
OpenDeclarationAction.tooltip=Open an editor on the selected element's declaration
# hovering contribution
CEditorTextHoversName=C Editor Text Hovers
sourceHover= Source
sourceHoverDescription= Shows the source of the selected element.
macroExpansionHover= Macro Expansion
macroExpansionHoverDescription= Shows the expansion of the selected macro.
cdocHover= Documentation
cdocHoverDescription= Shows the documentation of the selected element.
sequentialHover= Combined Hover
sequentialHoverDescription= Tries the hovers in the sequence listed below and uses the one which fits best for the selected element and the current context.
annotationHover= Annotation Description
annotationHoverDescription= Shows the description of the selected annotation.
problemHover= Problem Description
problemHoverDescription= Shows the description of the selected problem.
#
appearancePrefName= Appearance
# PathEntry Variable Preference Name
pathEntryVariablesPrefName=PathEntry Variables
#--- folding
foldingStructureProvidersExtensionPoint= Folding Structure Providers
defaultFoldingStructureProviderName= Default C Folding
Folding.label= F&olding
# Merge fonts
cCompareFontDefinition.label= C/C++ compare text font
cCompareFontDefinition.description= The C/C++ compare text font is used by C/C++ compare/merge tools.
asmCompareFontDefinition.label= Assembly compare text font
asmCompareFontDefinition.description= The Assembly compare text font is used by Assembly compare/merge tools.
#--- templates
c.contextType.name = C/C++
comment.contextType.name = Comment
# completion
completionContributors=Content Assist Completion Contributor
completionProposalComputer=Completion Proposal Computer
# Quick fix
quickFixProcessorExtensionPoint=Quick Fix Processor
quickAssistProcessorExtensionPoint=Quick Assist Processor
spellingQuickFixProcessor=Spelling Quick Fix Processor
defaultQuickAssistProcessor=Standard Quick Assist Processor
# Spelling
cSpellingEngine.label=C/C++ spelling engine
# Indexer Preference Name
indexerPrefName=Indexer
# indexer names
CDTIndexer.domsourceindexer=Full C/C++ Indexer (complete parse)
CDTIndexer.nullindexer=No Indexer (search based features will not work correctly)
CDTIndexer.fastindexer=Fast C/C++ Indexer (recommended)
IndexView.name=C/C++ Index
RebuildIndex.name=&Rebuild
SyncIndex.name=&Update with Modified Files
FreshenIndex.name=&Freshen All Files
SearchUnresolvedIncludes.name=Search for Unresolved &Includes
CreateParserLog.name=Create Parser &Log File
indexerPage.name = Indexer Page
proposalFilter.name = Code Completion Proposal Filter
includeBrowser.name = Include Browser
callHierarchy.name = Call Hierarchy
typeHierarchy.name = Type Hierarchy
cSearchPage.name = CSearchPage
# Task tags
todoTaskPrefName = Task Tags
# dummy label (not displayed)
Dummy.label = dummy
# Common Navigator
navigatorContent.name = CDT Elements
OpenCallHierarchy.label = Open Call H&ierarchy
OpenCallHierarchy.tooltip = Open Call Hierarchy
OpenIncludeBrowser.label = Open Inc&lude Browser
OpenIncludeBrowser.tooltip = Open Include Browser
ParserProposalCategory=Parsing-based Proposals
DefaultProposalCategory= &Basic Proposals
TemplateProposalCategory= Te&mplate Proposals
TextProposalCategory= &Word Proposals
HelpProposalCategory= Help Proposals
SpecificContentAssist.name= C/C++ Content Assist
SpecificContentAssist.desc= A parameterizable command that invokes content assist with a single completion proposal category
SpecificContentAssist.param= type
# CView context
cViewScope.name = In C/C++ Views
cViewScope.description = In C/C++ Views
NewCfgDialog.name = newCfgDialog
teamProjectIndexExportWizard.name = Team Shared Index
teamProjectIndexExportWizard.description = Exports C/C++ index for use in other workspaces.
exportWizard.CDTCategory.name = C/C++
projectSettingsIndexExportWizard.name = C/C++ Project Settings
importWizard.CDTCategory.name = C/C++
page.c.general=C/C++ General
# menu labels
Configurations.menu=Build Configurations
Index.menu=Index
CDTWizard=CDT New Project Wizard
CDTproject=CDT Project
CDTproject.desc=Create a new language-neutral project
CPPproject=C++ Project
CPPproject.desc=Create a new C++ project
Cproject=C Project
Cproject.desc=Create a new C project
TemplatePreferencePage.name=Template Default Values
Template.Engine.Wizard=template entries contributor
ConfigManager=Dialog for Configurations management
HelpInfo=Allows contributing the map files to the map-file-based CDT CHelpProvider.
# Macro Expansion Hover key binding context
macroExpansionHoverScope.name= In Macro Expansion Hover
macroExpansionHoverScope.description= In Macro Expansion Hover
# Mark occurrences
toggleMarkOccurrences.label= Toggle Mark Occurrences
toggleMarkOccurrences.tooltip= Toggle Mark Occurrences
toggleMarkOccurrences.description= Toggles mark occurrences in C/C++ editors
OccurrenceAnnotation.label= C/C++ Occurrences
DocCommentOwner.name = DocCommentOwner
Doxygen.name = Doxygen
indexedFilesDecorator.label = C/C++ Indexed Files
# Hyperlinking
cEditorHyperlinkTarget= C/C++ Editor
cElementHyperlinkDetector= C/C++ Elements
keybinding.MSVS= Microsoft Visual Studio
wsselection= Configs for Working set
# Keywords for Preferences
preferenceKeywords.common=c cpp cplusplus cdt
preferenceKeywords.codestyle=profile codestyle project specific comment indentation brace white space blank line new control statement wrapping tab parenthesis bracket
preferenceKeywords.codetemplates=comment code constructor method file type content
preferenceKeywords.todo=case sensitive task tag todo xxx fix fixme project comments
preferenceKeywords.indexer=index skip references type macro search build configuration cache memory performance
preferenceKeywords.ceditor=editor appearance navigation colors smart caret positioning highlight matching bracket inactive code foreground background save trailing whitespace newline doxygen
preferenceKeywords.contentassist=editor content code assist complete completion insert overwrite single proposal common prefix automatically auto activation trigger category categories separate specific word hippie template
preferenceKeywords.scalability=editor mode large file lines disable performance
preferenceKeywords.hover=editor hover annotation key modifier combined variable problem string source documentation
preferenceKeywords.syntaxcoloring=editor colors semantic coloring highlighting multi line single line comment task tag class struct union function method static field constant keywords local variable operators brackets strings type variable inherited method declaration
preferenceKeywords.templates=editor templates snippet macros
preferenceKeywords.folding=editor folding section comment header function method statement preprocessor
preferenceKeywords.markoccurrences=editor occurrence mark highlight
preferenceKeywords.smarttyping=editor typing type close comment tabs indentation indent imports wrap escape semicolons braces brackets parenthesis parentheses strings literals paste pasting tabulator automatically