1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692
|
###############################################################################
# Copyright (c) 2003, 2013 IBM Corporation, QNX Software Systems, and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# IBM Corporation - initial API and implementation
# Markus Schorn (Wind River Systems)
# Anton Leherbauer (Wind River Systems)
# Sergey Prigogin (Google)
# QNX Software Systems - [272416] Rework the working set configurations
# Axel Mueller - [289339] Surround with
# Tomasz Wesolowski
# James Blackburn (Broadcom Corp.)
###############################################################################
pluginName=C/C++ Development Tools UI
providerName=Eclipse CDT
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
scope.asmEditor.name=Assembly Editor
asmEditor.description=Editor for Assembly Source Files
category.source.name=C/C++ Source
category.source.description= C/C++ Source Actions
ActionDefinition.copyQualifiedName.name= Copy Qualified Name
ActionDefinition.copyQualifiedName.description= Copy a fully qualified name to the system clipboard
ActionDefinition.sourceQuickMenu.name= Show Source Quick Menu
ActionDefinition.sourceQuickMenu.description= Shows the source quick menu
ActionDefinition.comment.name= Comment
ActionDefinition.comment.description= Turns the selected lines into // style comments
ActionDefinition.uncomment.name= Uncomment
ActionDefinition.uncomment.description= Uncomments the selected // style comment lines
ActionDefinition.toggleComment.name= Toggle Comment
ActionDefinition.toggleComment.description= Toggle comment the selected lines
ActionDefinition.opendecl.name= Open Declaration
ActionDefinition.opendecl.description= Opens an editor on the selected element's declaration(s)
ActionDefinition.opencview.name= Show in C/C++ Project view
ActionDefinition.opencview.description= Shows the selected resource in the C/C++ Project view
ActionDefinition.finddecl.name= Declaration
ActionDefinition.finddecl.description= Searches for declarations of the selected element in the workspace
ActionDefinition.finddecl.project.name= Declaration in Project
ActionDefinition.finddecl.project.description= Searches for declarations of the selected element in the enclosing project
ActionDefinition.finddecl.workingset.name= Declaration in Working Set
ActionDefinition.finddecl.workingset.description= Searches for declarations of the selected element in a working set
ActionDefinition.findrefs.name= References
ActionDefinition.findrefs.description= Searches for references to the selected element in the workspace
ActionDefinition.findrefs.project.name= References in Project
ActionDefinition.findrefs.project.description= Searches for references to the selected element in the enclosing project
ActionDefinition.findrefs.workingset.name= References in Working Set
ActionDefinition.findrefs.workingset.description= Searches for references to the selected element in a working set
ActionDefinition.openCallHierarchy.name= Open Call Hierarchy
ActionDefinition.openCallHierarchy.description= Opens the call hierarchy for the selected element
ActionDefinition.addBlockComment.name= Add Block Comment
ActionDefinition.addBlockComment.description= Encloses the selection with a block comment
ActionDefinition.removeBlockComment.name= Remove Block Comment
ActionDefinition.removeBlockComment.description= Removes the block comment enclosing the selection
ActionDefinition.indent.name= Indent Line
ActionDefinition.indent.description=Indents the current line
ActionDefinition.alignConst.name= Align const qualifiers
ActionDefinition.alignConst.description= Moves const qualifiers to the left or right of the type depending on the workspace preferences
ActionDefinition.format.name=Format
ActionDefinition.format.description=Formats 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= Goes to the next bookmark of the selected file
ActionDefinition.FindWord.name= Find Word
ActionDefinition.FindWord.description= Selects 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= Steps backward in macro expansions
ActionDefinition.forwardMacroExpansion.name= Forward
ActionDefinition.forwardMacroExpansion.description= Steps 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 Member Function...
ActionDefinition.renameElement.name= Rename - Refactoring\u0020
ActionDefinition.renameElement.description= Renames the selected element
ActionDefinition.extractConstant.name= Extract Constant - Refactoring\u0020
ActionDefinition.extractConstant.description= Extracts a constant for the selected expression
ActionDefinition.extractLocalVariable.name= Extract Local Variable - Refactoring\u0020
ActionDefinition.extractLocalVariable.description= Extracts a local variable for the selected expression
ActionDefinition.extractFunction.name= Extract Function - Refactoring\u0020
ActionDefinition.extractFunction.description= Extracts a function for the selected list of expressions or statements
ActionDefinition.toggleFunction.name= Toggle Function - Refactoring\u0020
ActionDefinition.toggleFunction.description= Toggles the implementation between header and implementation file
ActionDefinition.implementMethod.name= Implement Method - Source Generation\u0020
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
ActionDefinition.overrideMethods.name = Override Methods...
ActionDefinition.overrideMethods.description = Generates override methods for a selected class
ActionDefinition.surroundWith.quickMenu.name= Surround With Quick Menu
ActionDefinition.surroundWith.quickMenu.description= Shows the Surround With quick menu
# 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.toggleFunction.label=Toggle Function
Refactoring.hideMethod.label=Hide Method...
Refactoring.implementMethod.label=Impl&ement Method...
Refactoring.gettersAndSetters.label=Gene&rate Getters and Setters...
Refactoring.overrideMethods.label=Override Methods...
Source.menu.label = &Source
CEditor.name=C/C++ Editor
CPluginPreferencePage.name=C/C++
CPluginEditorPreferencePage.name=Editor
CPluginTemplatePreferencePage.name=Templates
CPluginBuildPreferencePage.name=Build
CPluginBuildConsolePreferencePage.name=Console
CPluginGlobalBuildLogPreferencePage.name=Logging
CPluginFileTypesPreferencePage.name=File Types
CodeStylePreferencePage.name=Code Style
codeTemplatePreferencePage.name=Code Templates
codeFormatterPreferencePage.name=Formatter
includeStylePreferencePage.name=Include Style
includePragmasPreferencePage.name=Include Pragmas
headerSubstitutionPreferencePage.name=Header Substitution
organizeIncludesPreferencePage.name=Organize Includes
nameStylePreferencePage.name=Name Style
CodeAssistPreferencePage.name=Content Assist
CodeAssistAdvancedPreferencePage.name=Advanced
SmartTypingPreferencePage.name=Typing
ColoringPreferencePage.name=Syntax Coloring
FoldingPreferencePage.name=Folding
HoverPreferencePage.name=Hovers
markOccurrencesPreferencePage.name=Mark Occurrences
SaveActionsPreferencePage.name=Save Actions
ScalabilityPreferencePage.name=Scalability
DefaultBinaryFileEditor.name = Default Binary File Editor
AsmEditor.name = Assembly Editor
# Task Action
DeleteTaskAction.label=Delete C/C++ Markers
DeleteIProblemMarkerAction.label=Delete Problem 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=Reset to Default...
ExcludeAction.label=Exclude from Build...
BuildConfigurationActionSet.descr=Build active configuration for the current project
BuildLoggingPreferencePage.name=Logging
LanguageSettingsProvidersPropertyPage.name=Preprocessor Include Paths, Macros etc.
# 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
CSearch.color.match_highlight= Match background highlight
CSearch.color.match_write_highlight= Write match background highlight
# 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
#Organize Includes
ActionDefinition.organizeIncludes.name= Organize Includes
ActionDefinition.organizeIncludes.description= Evaluates all required includes and replaces the current includes
#Sort Lines
ActionDefinition.sortLines.name= Sort Lines
ActionDefinition.sortLines.description= Sort selected lines alphabetically
#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++
BuildConsole.name=C/C++ Build Console
BuildConsoleFontDefinition.description= The C/C++ Build Console font is used by the C/C++ Build Console
BuildConsoleFontDefinition.label= C/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
HideAnonymousStruct.label= Anonymous structs and enums
HideAnonymousStruct.navigator.label= C/C++ anonymous structs and enums
HideAnonymousStruct.description= Hides all anonymous structs and enums
ForwardDeclarationFilter.label= Forward declaration
ForwardDeclarationFilter.navigator.label= C/C++ forward declaration
ForwardDeclarationFilter.description= Hides forward declarations, unless found in a header file.
HideMacroDirective.label= Macro directive
HideMacroDirective.navigator.label= C/C++ macro directive
HideMacroDirective.description= Hides Macro directives
HideUsingDirective.label= Using directive
HideUsingDirective.navigator.label= C/C++ using directive
HideUsingDirective.description= Hides using 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
doccomment.contextType.name = Doc 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.nullindexer=No Indexer (search based features will not work correctly)
CDTIndexer.fastindexer=C/C++ Indexer
IndexView.name=C/C++ Index
RebuildIndex.name=Rebuild Index
RebuildIndex.label=&Rebuild
FreshenIndex.name=Freshen All Files in Index
FreshenIndex.label=&Freshen All Files
SyncIndex.name=Update Index with Modified Files
SyncIndex.label=&Update with Modified Files
UpdateUnresolvedIncludes.name=Re-resolve Unresolved Includes
UpdateUnresolvedIncludes.label=R&e-resolve Unresolved Includes
SearchUnresolvedIncludes.name=Search for Unresolved Includes
SearchUnresolvedIncludes.label=Search for Unresolved &Includes
CreateParserLog.name=Create Parser Log File
CreateParserLog.label=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 = C/C++ 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
SurroundWithTemplateAction.label= Surround &With
# 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
ResourceConfigurations.menu=Resource Configurations
Index.menu=Index
C.Cpp.Index.menu=C/C++ &Index
CDTWizard=CDT New Project Wizard
CDTproject=C/C++ Project
CDTproject.desc=Create a new C or C++ 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
WriteOccurrenceAnnotation.label= C/C++ Write Occurrences
DocCommentOwnerExtensionPoint = Doc Comment Owner
Doxygen.name = Doxygen
# Hyperlinking
cEditorHyperlinkTarget= C/C++ Editor
cElementHyperlinkDetector= C/C++ Elements
keybinding.MSVS= Microsoft Visual Studio
wsselection= Manage &Working Sets...
workingSetConfigsPage=C/C++ Build
activateWorkingSetConfig.label=Set &Active by Working Set
activateWorkingSetConfig.context.label=Set &Active
buildWorkingSetConfig.label=&Build by Working Set
buildWorkingSetConfig.context.label=&Build
workingSetConfigs.context.label=&Build Configurations
workingSetConfigurationsExtensionPoint=Working Set Configurations
# Keywords for Preferences
preferenceKeywords.common=c cpp cplusplus cdt
preferenceKeywords.codeformatter=profile codestyle project specific comment indentation brace white space blank line new control statement wrapping tab parenthesis bracket
preferenceKeywords.codestyle=class member visibility order ordering
preferenceKeywords.codetemplates=comment code constructor method file type content
preferenceKeywords.namestyle=name style file getter setter field variable include guard
preferenceKeywords.includestyle=include includes style partner system header file system
preferenceKeywords.includepragmas=include includes pragma pragmas IWYU export begin_exports end_exports
preferenceKeywords.headersubstitution=header file substitution map IWYU
preferenceKeywords.organizeincludes=include includes organize
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 format formatting statement
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.saveactions=editor save trailing whitespace white space end file newline\u0020
preferenceKeywords.scalability=editor mode large file lines disable performance\u0020
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
preferenceKeywords.colored_labels=search colors highlight matching
historyAction.label = History...
createScriptAction.label = Create Script...
applyScriptAction.label = Apply Script...
renameFolderParticipant.name = Source Folder Rename
headerFileMoveParticipant.name = Header File Move
headerFileRenameParticipant.name = Header File Rename
FormatAction.label= &Format
IndentAction.label= Correct &Indentation
AlignConst.label= &Align Const
OrganizeIncludesAction.label= Or&ganize Includes
AddIncludeAction.label= A&dd Include
SortLinesAction.label= Sor&t Lines
CommentAction.label= Co&mment
UncommentAction.label= &Uncomment
ToggleCommentAction.label= Togg&le Comment
AddBlockCommentAction.label= Add &Block Comment
RemoveBlockCommentAction.label= Remove Bloc&k Comment
ShiftRightAction.label= &Shift Right
ShiftLeftAction.label= S&hift Left
# Decorators
indexedFilesDecorator.label = C/C++ Indexed Files
indexedFilesDecorator.description = Decorates files indexed by C/C++ Indexer.
excludedFile.name = C/C++ Files and Folders Excluded from Build
excludedFile.description = Decorates source files and folders excluded from C/C++ build.
includeFolderDecorator.name = C/C++ Missing Include Folders
includeFolderDecorator.description = Decorates missing include folders with error/warning indicator.
CustomBuildSettingsDecorator.name= C/C++ Files and Folders with Customized Build Settings
CustomBuildSettingsDecorator.description= Decorates files and folders when build settings are different from parent resource.
templatesViewName= Templates
AllLanguageSettingEntries.name=Entries
AllLanguageSettingProviders.name=Providers
AllLanguageSettingEntries.tooltip=Language Setting Entries Providers
deleteConfigsCommand.name = Reset to Default
excludeCommand.name = Exclude from Build
ActionDefinition.selectEnclosing.description = Expand the selection to enclosing C/C++ element
ActionDefinition.selectEnclosing.name = Select Enclosing C/C++ Element
ActionDefinition.selectNext.description = Expand the selection to next C/C++ element
ActionDefinition.selectNext.name = Select Next C/C++ Element
ActionDefinition.selectPrevious.description = Expand the selection to enclosing C/C++ element
ActionDefinition.selectPrevious.name = Select Previous C/C++ Element
ActionDefinition.selectLast.description = Restore last selection in C/C++ editor
ActionDefinition.selectLast.name = Restore Last C/C++ Selection
LanguageSettingsProviderAssociationExtensionPoint=Language Settings Provider UI
overrideAnnotation.label = C/C++ Override indicators
transfer.EditorAppearance.name = C/C++ Editor Appearance
transfer.EditorAppearance.description = Preferences related to how the editor presents the edited code to the user (including colors, fonts, hovers, foldings, etc...)
transfer.EditorBehavior.name = C/C++ Editor Behavior
transfer.EditorBehavior.description = Preferences related to how the editor deals with the edited code (typing, save action, etc...)
transfer.CodeStyle.name = C/C++ Code Style\u0020
transfer.CodeStyle.description = C/C++ > Code Style preferences
# Refresh Exclusion Contributors
RefreshExclusionContributor.name = Resources
callHierarchyProviders.name = Call Hierarchy Providers
externalSearchProviders.name = External Search Providers
RefreshExclusionContributorExtensionPoint = Refresh Exclusion Contributor
semanticHighlightingExtensionPoint = Semantic Highlighting Extension Point
UserSettingEntries.name = CDT User Setting Entries
toolchains.preferences.name = Core Build Toolchains
CopyQualifiedName.label= Cop&y Qualified Name
|