2004-06-24 19:29:42 +00:00
###############################################################################
2013-01-24 20:33:56 -08:00
# Copyright (c) 2003, 2013 IBM Corporation, QNX Software Systems, and others.
2018-11-20 13:02:15 +00:00
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
2004-06-24 19:29:42 +00:00
# which accompanies this distribution, and is available at
2018-11-20 13:02:15 +00:00
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
2005-06-23 16:02:46 +00:00
#
2004-06-24 19:29:42 +00:00
# Contributors:
# IBM Corporation - initial API and implementation
2006-06-30 09:42:39 +00:00
# Markus Schorn (Wind River Systems)
2007-04-18 10:53:48 +00:00
# Anton Leherbauer (Wind River Systems)
2007-12-03 00:09:20 +00:00
# Sergey Prigogin (Google)
2009-04-23 14:57:49 +00:00
# QNX Software Systems - [272416] Rework the working set configurations
2009-10-26 08:17:27 +00:00
# Axel Mueller - [289339] Surround with
2010-08-13 01:01:13 +00:00
# Tomasz Wesolowski
2011-01-14 10:27:31 +00:00
# James Blackburn (Broadcom Corp.)
2004-06-24 19:29:42 +00:00
###############################################################################
2002-08-26 17:43:52 +00:00
pluginName = C/C++ Development Tools UI
2009-05-26 14:48:10 +00:00
providerName = Eclipse CDT
2002-06-26 20:55:44 +00:00
elementFiltersName = CElement Filters
2004-03-18 23:34:30 +00:00
binaryParserPage = Binary Parser Page
2004-04-26 14:51:52 +00:00
pathContainerPage = Path Container Page
2002-06-26 20:55:44 +00:00
textHoversName = Text Hovers
2004-11-01 16:01:29 +00:00
cHelpProviderName = C Help Provider
2002-06-26 20:55:44 +00:00
nature.name = C Nature
2004-04-05 03:03:31 +00:00
perspective.name = C/C++
2015-02-23 14:35:19 -05:00
viewsCategory.name = C/C++
2002-06-26 20:55:44 +00:00
CView.name = C/C++ Projects
2007-02-20 17:23:35 +00:00
cPropertyTabName = New CDT Model Property Tab
2002-06-26 20:55:44 +00:00
2003-06-09 19:22:21 +00:00
# The Wizards
2009-02-04 13:19:07 +00:00
# C/C++
newCWizardsCategory.name = C/C++
2002-06-26 20:55:44 +00:00
2007-02-20 17:23:35 +00:00
categoryCDT.name = CDT
2002-08-13 15:05:20 +00:00
#Project Conversion
2002-10-28 16:55:36 +00:00
ConversionWizard.name = Convert a project's nature
ConversionWizard.description = Convert a project's nature
2002-08-13 15:05:20 +00:00
2004-09-22 21:00:37 +00:00
CElementCreationActionSet.label = C/C++ Element Creation
CElementCreationActionSet.description = C/C++ Element Creation Action Set
2004-09-22 18:27:55 +00:00
NewProjectDropDownAction.label = &Project...
NewProjectDropDownAction.tooltip = New C/C++ Project
2004-09-24 16:28:02 +00:00
NewFolderDropDownAction.label = &Source Folder...
NewFolderDropDownAction.tooltip = New C/C++ Source Folder
NewWizards.sourceFolder = Source Folder
NewWizards.sourceFolder.description = Create a new source folder
2003-02-01 20:00:26 +00:00
NewWizards.folder = Folder
NewWizards.folder.description = Create a new folder resource
2004-09-22 18:27:55 +00:00
NewFileDropDownAction.label = &Source File...
NewFileDropDownAction.tooltip = New C/C++ Source File
2004-09-24 16:28:02 +00:00
2004-09-22 18:27:55 +00:00
NewWizards.sourceFile = Source File
NewWizards.sourceFile.description = Create a new source file
NewWizards.headerFile = Header File
NewWizards.headerFile.description = Create a new header file
2007-12-03 14:04:12 +00:00
NewWizards.file = File from Template
NewWizards.file.description = Create a new file resource based on a file template
2004-09-22 18:27:55 +00:00
NewTypeDropDownAction.label = &Class...
NewTypeDropDownAction.tooltip = New C++ Class
2003-05-27 21:33:04 +00:00
NewWizards.class = Class
NewWizards.class.description = Create a new C++ class
2002-06-26 20:55:44 +00:00
2018-11-22 23:46:49 +00:00
# Editor
2003-06-20 17:00:19 +00:00
2018-11-22 23:46:49 +00:00
# Scope and Key Commands
2003-06-20 17:00:19 +00:00
scope.cEditor.name = C/C++ Editor
cEditor.description = Editor for C/C++ Source Files
2016-12-06 00:19:53 -05:00
scope.asmEditor.name = Assembly Editor
asmEditor.description = Editor for Assembly Source Files
2003-06-20 17:00:19 +00:00
category.source.name = C/C++ Source
category.source.description = C/C++ Source Actions
2019-04-13 13:20:09 +02:00
ActionDefinition.copyQualifiedName.name = Copy Qualified Name
ActionDefinition.copyQualifiedName.description = Copy a fully qualified name to the system clipboard
2009-11-06 13:58:49 +00:00
ActionDefinition.sourceQuickMenu.name = Show Source Quick Menu
ActionDefinition.sourceQuickMenu.description = Shows the source quick menu
2003-06-20 17:00:19 +00:00
ActionDefinition.comment.name = Comment
2014-07-30 15:58:06 -07:00
ActionDefinition.comment.description = Turns the selected lines into // style comments
2003-06-20 17:00:19 +00:00
ActionDefinition.uncomment.name = Uncomment
2014-07-30 15:58:06 -07:00
ActionDefinition.uncomment.description = Uncomments the selected // style comment lines
2003-06-20 17:00:19 +00:00
2016-09-20 08:27:08 -04:00
ActionDefinition.toggleComment.name = Toggle Comment
ActionDefinition.toggleComment.description = Toggle comment the selected lines
2006-07-20 15:05:28 +00:00
2003-10-01 13:33:39 +00:00
ActionDefinition.opendecl.name = Open Declaration
2014-07-30 15:58:06 -07:00
ActionDefinition.opendecl.description = Opens an editor on the selected element's declaration(s)
2003-10-01 13:33:39 +00:00
2004-01-29 17:22:26 +00:00
ActionDefinition.opencview.name = Show in C/C++ Project view
2014-07-30 15:58:06 -07:00
ActionDefinition.opencview.description = Shows the selected resource in the C/C++ Project view
2004-01-29 17:22:26 +00:00
2011-09-02 11:19:58 +02:00
ActionDefinition.finddecl.name = Declaration
2014-07-30 15:58:06 -07:00
ActionDefinition.finddecl.description = Searches for declarations of the selected element in the workspace
2011-09-02 11:19:58 +02:00
ActionDefinition.finddecl.project.name = Declaration in Project
2014-07-30 15:58:06 -07:00
ActionDefinition.finddecl.project.description = Searches for declarations of the selected element in the enclosing project
2011-09-02 11:19:58 +02:00
ActionDefinition.finddecl.workingset.name = Declaration in Working Set
2014-07-30 15:58:06 -07:00
ActionDefinition.finddecl.workingset.description = Searches for declarations of the selected element in a working set
2011-09-02 11:19:58 +02:00
ActionDefinition.findrefs.name = References
2014-07-30 15:58:06 -07:00
ActionDefinition.findrefs.description = Searches for references to the selected element in the workspace
2011-09-02 11:19:58 +02:00
ActionDefinition.findrefs.project.name = References in Project
2014-07-30 15:58:06 -07:00
ActionDefinition.findrefs.project.description = Searches for references to the selected element in the enclosing project
2011-09-02 11:19:58 +02:00
ActionDefinition.findrefs.workingset.name = References in Working Set
2014-07-30 15:58:06 -07:00
ActionDefinition.findrefs.workingset.description = Searches for references to the selected element in a working set
2004-08-04 14:18:28 +00:00
2006-08-21 15:22:50 +00:00
ActionDefinition.openCallHierarchy.name = Open Call Hierarchy
2014-07-30 15:58:06 -07:00
ActionDefinition.openCallHierarchy.description = Opens the call hierarchy for the selected element
2006-08-21 15:22:50 +00:00
2004-12-03 21:51:07 +00:00
ActionDefinition.addBlockComment.name = Add Block Comment
2014-07-30 15:58:06 -07:00
ActionDefinition.addBlockComment.description = Encloses the selection with a block comment
2004-12-03 21:51:07 +00:00
ActionDefinition.removeBlockComment.name = Remove Block Comment
2014-07-30 15:58:06 -07:00
ActionDefinition.removeBlockComment.description = Removes the block comment enclosing the selection
2004-12-03 21:51:07 +00:00
2006-10-02 13:06:08 +00:00
ActionDefinition.indent.name = Indent Line
ActionDefinition.indent.description = Indents the current line
2016-07-15 13:55:07 +02:00
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
2004-09-07 20:25:17 +00:00
ActionDefinition.format.name = Format
2014-07-30 15:58:06 -07:00
ActionDefinition.format.description = Formats Source Code
2004-09-07 20:25:17 +00:00
2005-02-26 01:42:42 +00:00
ActionDefinition.gotoMatchingBracket.name = Go to Matching Bracket
ActionDefinition.gotoMatchingBracket.description = Moves the cursor to the matching bracket
2008-03-28 19:39:19 +00:00
ActionDefinition.gotoNextBookmark.name = Next Bookmark
2014-07-30 15:58:06 -07:00
ActionDefinition.gotoNextBookmark.description = Goes to the next bookmark of the selected file
2008-03-28 19:39:19 +00:00
ActionDefinition.FindWord.name = Find Word
2014-07-30 15:58:06 -07:00
ActionDefinition.FindWord.description = Selects a word and find the next occurrence
2008-03-28 19:39:19 +00:00
2007-04-12 13:54:12 +00:00
ActionDefinition.toggleSourceHeader.name = Toggle Source/Header
ActionDefinition.toggleSourceHeader.description = Toggles between corresponding source and header files
2009-01-09 09:24:08 +00:00
ActionDefinition.backwardMacroExpansion.name = Back
2014-07-30 15:58:06 -07:00
ActionDefinition.backwardMacroExpansion.description = Steps backward in macro expansions
2009-01-09 09:24:08 +00:00
ActionDefinition.forwardMacroExpansion.name = Forward
2014-07-30 15:58:06 -07:00
ActionDefinition.forwardMacroExpansion.description = Steps forward in macro expansions
2007-12-20 15:23:00 +00:00
2008-01-18 15:54:17 +00:00
ActionDefinition.showMacroExplorer.name = Explore Macro Expansion
ActionDefinition.showMacroExplorer.description = Opens a quick view for macro expansion exploration
2008-03-12 09:56:10 +00:00
category.refactoring.description = C/C++ Refactorings
category.refactoring.name = Refactor - C++
refactoringExtractConstant.label = Extract Constant...
2008-11-24 05:53:17 +00:00
refactoringExtractLocalVariable.label = Extract Local Variable...
2012-08-24 09:48:04 -07:00
refactoringHideMethod.label = Hide Member Function...
2008-03-12 09:56:10 +00:00
2018-11-22 23:46:49 +00:00
ActionDefinition.renameElement.name = Rename - Refactoring\u0020
2014-07-30 15:58:06 -07:00
ActionDefinition.renameElement.description = Renames the selected element
2018-11-22 23:46:49 +00:00
ActionDefinition.extractConstant.name = Extract Constant - Refactoring\u0020
2014-07-30 15:58:06 -07:00
ActionDefinition.extractConstant.description = Extracts a constant for the selected expression
2018-11-22 23:46:49 +00:00
ActionDefinition.extractLocalVariable.name = Extract Local Variable - Refactoring\u0020
2014-07-30 15:58:06 -07:00
ActionDefinition.extractLocalVariable.description = Extracts a local variable for the selected expression
2018-11-22 23:46:49 +00:00
ActionDefinition.extractFunction.name = Extract Function - Refactoring\u0020
2014-07-30 15:58:06 -07:00
ActionDefinition.extractFunction.description = Extracts a function for the selected list of expressions or statements
2018-11-22 23:46:49 +00:00
ActionDefinition.toggleFunction.name = Toggle Function - Refactoring\u0020
2011-04-12 09:08:19 +00:00
ActionDefinition.toggleFunction.description = Toggles the implementation between header and implementation file
2018-11-22 23:46:49 +00:00
ActionDefinition.implementMethod.name = Implement Method - Source Generation\u0020
2008-04-16 13:09:08 +00:00
ActionDefinition.implementMethod.description = Implements a method for a selected method declaration
2008-04-16 13:59:50 +00:00
ActionDefinition.gettersAndSetters.name = Generate Getters and Setters...
ActionDefinition.gettersAndSetters.description = Generates getters and setters for a selected field
2019-03-09 10:22:10 +01:00
ActionDefinition.overrideMethods.name = Override Methods...
ActionDefinition.overrideMethods.description = Generates override methods for a selected class
2008-03-12 09:56:10 +00:00
2009-10-26 08:17:27 +00:00
ActionDefinition.surroundWith.quickMenu.name = Surround With Quick Menu
ActionDefinition.surroundWith.quickMenu.description = Shows the Surround With quick menu
2008-03-12 09:56:10 +00:00
# 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...
2008-11-24 05:53:17 +00:00
Refactoring.extractLocalVariable.label = Extract &Local Variable
2008-05-16 09:55:55 +00:00
Refactoring.extractFunction.label = Extract &Function...
2011-04-12 09:08:19 +00:00
Refactoring.toggleFunction.label = Toggle Function
2008-04-21 14:44:12 +00:00
Refactoring.hideMethod.label = Hide Method...
2008-05-15 14:47:11 +00:00
Refactoring.implementMethod.label = Impl&ement Method...
2010-05-03 04:53:27 +00:00
Refactoring.gettersAndSetters.label = Gene&rate Getters and Setters...
2019-03-09 10:22:10 +01:00
Refactoring.overrideMethods.label = Override Methods...
2008-03-12 09:56:10 +00:00
2009-04-15 11:21:01 +00:00
Source.menu.label = &Source
2004-06-08 17:40:04 +00:00
CEditor.name = C/C++ Editor
2004-11-05 23:24:44 +00:00
2002-06-26 20:55:44 +00:00
CPluginPreferencePage.name = C/C++
2004-06-08 17:40:04 +00:00
CPluginEditorPreferencePage.name = Editor
2005-03-30 00:17:45 +00:00
CPluginTemplatePreferencePage.name = Templates
2011-01-14 10:27:31 +00:00
CPluginBuildPreferencePage.name = Build
2010-02-21 14:45:20 +00:00
CPluginBuildConsolePreferencePage.name = Console
2010-10-19 15:40:17 +00:00
CPluginGlobalBuildLogPreferencePage.name = Logging
2004-06-08 17:40:04 +00:00
CPluginFileTypesPreferencePage.name = File Types
2012-01-06 20:02:15 -08:00
CodeStylePreferencePage.name = Code Style
2008-01-11 15:54:49 +00:00
codeTemplatePreferencePage.name = Code Templates
2012-01-06 20:02:15 -08:00
codeFormatterPreferencePage.name = Formatter
2013-02-14 17:15:12 -08:00
includeStylePreferencePage.name = Include Style
2013-03-23 19:52:42 -07:00
includePragmasPreferencePage.name = Include Pragmas
2013-06-14 15:50:47 -07:00
headerSubstitutionPreferencePage.name = Header Substitution
2013-02-14 17:15:12 -08:00
organizeIncludesPreferencePage.name = Organize Includes
2011-04-25 19:11:53 +00:00
nameStylePreferencePage.name = Name Style
2006-05-09 15:08:50 +00:00
CodeAssistPreferencePage.name = Content Assist
2007-01-24 16:11:48 +00:00
CodeAssistAdvancedPreferencePage.name = Advanced
2006-10-02 13:06:08 +00:00
SmartTypingPreferencePage.name = Typing
2006-09-27 14:38:35 +00:00
ColoringPreferencePage.name = Syntax Coloring
2006-11-13 09:44:14 +00:00
FoldingPreferencePage.name = Folding
HoverPreferencePage.name = Hovers
2009-04-25 22:46:49 +00:00
markOccurrencesPreferencePage.name = Mark Occurrences
SaveActionsPreferencePage.name = Save Actions
2008-04-23 14:31:53 +00:00
ScalabilityPreferencePage.name = Scalability
2002-06-26 20:55:44 +00:00
2007-07-11 09:54:49 +00:00
DefaultBinaryFileEditor.name = Default Binary File Editor
2002-10-08 20:09:14 +00:00
AsmEditor.name = Assembly Editor
2002-06-26 20:55:44 +00:00
# Task Action
DeleteTaskAction.label = Delete C/C++ Markers
2013-06-14 15:50:47 -07:00
DeleteIProblemMarkerAction.label = Delete Problem Markers
2006-11-20 08:14:14 +00:00
OpenExternalProblemAction.label = Open external location
2003-06-09 19:22:21 +00:00
2007-02-20 17:23:35 +00:00
# Build configuration actions
BuildConfigActionSet.label = Build Configuration
BuildConfigToolbarAction.label = Active Build Configuration
2007-04-09 13:38:17 +00:00
BuildConfigMenuAction.label = Set Active
BuildConfigContextAction.label = Set Active
2007-02-27 12:39:15 +00:00
BuildConfigAction.tooltip = Change active build configuration for project(s)
BuildConfigAction.tooltip2 = Manage configurations for the current project
2007-05-07 03:42:24 +00:00
BuildActiveConfiguration.label = Build Active Configuration
BuildActiveConfiguration.tooltip = Build the active configurations of selected projects
2007-02-20 17:23:35 +00:00
2007-04-09 13:38:17 +00:00
ManageConfigAction.label = Manage...
2010-04-19 05:05:00 +00:00
DeleteRcConfigAction.label = Reset to Default...
ExcludeAction.label = Exclude from Build...
2007-03-01 14:13:03 +00:00
BuildConfigurationActionSet.descr = Build active configuration for the current project
2007-02-20 17:23:35 +00:00
2010-05-21 13:53:29 +00:00
BuildLoggingPreferencePage.name = Logging
2012-05-04 18:33:09 -04:00
LanguageSettingsProvidersPropertyPage.name = Preprocessor Include Paths, Macros etc.
2010-05-21 13:53:29 +00:00
2006-07-03 09:11:48 +00:00
# Common Editor ruler actions
AddTask.label = Add &Task...
AddTask.tooltip = Add Task...
AddBookmark.label = Add Boo&kmark...
AddBookmark.tooltip = Add Bookmark...
2008-01-30 14:11:27 +00:00
QuickFix.label = &Quick Fix
QuickFix.tooltip = Quick Fix
2006-07-03 09:11:48 +00:00
2003-07-14 15:34:57 +00:00
# C/C++ Search
2003-06-28 19:56:54 +00:00
CSearchPage.label = C/C++ Search
2003-07-14 15:34:57 +00:00
openCSearchPageAction.label = &C/C++...
2003-06-28 19:56:54 +00:00
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
2019-03-30 08:45:57 +01:00
CSearch.color.match_highlight = Match background highlight
CSearch.color.match_write_highlight = Write match background highlight
2003-06-28 19:56:54 +00:00
2003-07-14 15:34:57 +00:00
# Action sets
CSearchActionSet.label = C/C++ Search
CSearchActionSet.description = Action set containing search related C/C++ actions
2007-04-17 10:07:38 +00:00
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++
2006-07-10 13:47:51 +00:00
CEditorPresentationActionSet.label = C/C++ Editor Presentation
CEditorPresentationActionSet.description = Actions to customize the C/C++ editor presentation
2003-07-14 15:34:57 +00:00
# Menus
searchMenu.label = Se&arch
2004-03-09 19:50:00 +00:00
2007-04-18 10:53:48 +00:00
# Open Element
OpenTypeAction.label = Open &Element...
OpenTypeAction.tooltip = Open Element
ActionDefinition.openType.name = Open Element
ActionDefinition.openType.description = Open an element in an Editor
2004-01-28 21:23:51 +00:00
2010-05-03 04:53:27 +00:00
#Add Include
2004-09-03 19:22:25 +00:00
ActionDefinition.addInclude.name = Add Include
ActionDefinition.addInclude.description = Create include statement on selection
2013-03-14 17:20:22 -07:00
#Organize Includes
2013-05-23 18:15:33 -07:00
ActionDefinition.organizeIncludes.name = Organize Includes
ActionDefinition.organizeIncludes.description = Evaluates all required includes and replaces the current includes
2013-03-14 17:20:22 -07:00
2010-05-03 04:53:27 +00:00
#Sort Lines
ActionDefinition.sortLines.name = Sort Lines
ActionDefinition.sortLines.description = Sort selected lines alphabetically
2004-12-14 18:46:40 +00:00
#Show outline dialog
ActionDefinition.showOutline.name = Show outline
ActionDefinition.showOutline.description = Shows outline
2007-01-30 15:00:23 +00:00
ActionDefinition.showQuickTypeHierarchy.name = Quick Type Hierarchy
ActionDefinition.showQuickTypeHierarchy.description = Shows quick type hierarchy
2004-02-16 03:28:25 +00:00
CElementWorkingSetPage.name = C/C++
2004-03-12 16:07:50 +00:00
2013-03-18 19:33:48 -04:00
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
2004-03-30 05:35:52 +00:00
2006-09-15 14:07:08 +00:00
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
2005-02-06 20:33:25 +00:00
2004-03-30 05:35:52 +00:00
##########################################################################
# 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
2007-10-11 10:03:19 +00:00
HideNonCElements.label = Non-C elements
2004-03-30 05:35:52 +00:00
HideNonCElements.description = Show only C elements
2004-04-02 16:27:05 +00:00
HideNonCProjects.label = Non-C projects
HideNonCProjects.description = Show only C projects
2004-03-30 05:35:52 +00:00
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
2004-03-31 07:57:18 +00:00
2012-01-03 13:45:37 -05:00
HideAnonymousStruct.label = Anonymous structs and enums
HideAnonymousStruct.navigator.label = C/C++ anonymous structs and enums
HideAnonymousStruct.description = Hides all anonymous structs and enums
2010-10-06 13:46:44 +00:00
ForwardDeclarationFilter.label = Forward declaration
2012-01-03 14:35:22 -05:00
ForwardDeclarationFilter.navigator.label = C/C++ forward declaration
2010-10-06 13:46:44 +00:00
ForwardDeclarationFilter.description = Hides forward declarations, unless found in a header file.
2012-01-03 14:35:22 -05:00
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
2004-08-04 20:05:53 +00:00
#
2004-04-21 06:15:23 +00:00
WorkInProgress.name = Work In Progress
2004-06-11 18:38:39 +00:00
CDTSearch.name = Search
2007-04-09 06:03:56 +00:00
CDTIndexerProperty.name = Indexer
2004-05-03 17:29:17 +00:00
2007-04-09 06:03:56 +00:00
CDTHelpProperty.name = Documentation
2004-11-01 16:01:29 +00:00
2007-04-09 06:03:56 +00:00
CDTFileTypesProperty.name = File Types
2004-05-25 23:48:56 +00:00
2007-02-06 21:57:39 +00:00
CDTLanguagesProperty.name = Language Mappings
2004-04-26 15:51:29 +00:00
cDocumentSetupParticipant = C Document Setup Participant
2007-10-15 14:53:25 +00:00
asmDocumentSetupParticipant = Assembly Document Setup Participant
2004-04-26 15:51:29 +00:00
2004-05-20 02:18:09 +00:00
defaultPathContainerPage = Default Path Container
## CEditor Fonts
CEditorFontDefiniton.label = C/C++ Editor Text Font
2008-01-08 11:27:57 +00:00
CEditorFontDefinition.description = The C/C++ editor text font is used by C/C++ editors.
2004-05-20 02:18:09 +00:00
#--- presentation
CPresentation.label = C/C++
CEditorPresentation.label = Editor
2004-05-21 20:33:16 +00:00
CDTIndexerMarker.label = C/C++ Indexer Markers
2004-05-26 14:49:48 +00:00
2004-06-01 05:13:07 +00:00
2004-07-15 18:27:15 +00:00
#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
2007-04-17 13:48:39 +00:00
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
2004-07-15 18:27:15 +00:00
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
2007-04-17 13:48:39 +00:00
ActionDefinition.openElementInCallHierarchy.name = Open Element in Call Hierarchy
ActionDefinition.openElementInCallHierarchy.description = Open an element in the call hierarchy view
2007-05-31 09:53:45 +00:00
ActionDefinition.openIncludeBrowser.name = Open Include Browser
ActionDefinition.openIncludeBrowser.description = Open an include browser on the selected element
2004-07-15 18:27:15 +00:00
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
2008-03-14 12:46:09 +00:00
OpenDeclarationAction.label = &Open Declaration
OpenDeclarationAction.tooltip = Open an editor on the selected element's declaration
2004-07-15 18:27:15 +00:00
2004-06-01 05:13:07 +00:00
# hovering contribution
CEditorTextHoversName = C Editor Text Hovers
sourceHover = Source
sourceHoverDescription = Shows the source of the selected element.
2007-12-20 15:23:00 +00:00
macroExpansionHover = Macro Expansion
macroExpansionHoverDescription = Shows the expansion of the selected macro.
2004-06-01 05:13:07 +00:00
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.
2004-08-04 17:05:39 +00:00
#
appearancePrefName = Appearance
2004-08-25 00:10:08 +00:00
2005-03-07 21:35:35 +00:00
# PathEntry Variable Preference Name
pathEntryVariablesPrefName = PathEntry Variables
2004-08-25 00:10:08 +00:00
#--- folding
foldingStructureProvidersExtensionPoint = Folding Structure Providers
defaultFoldingStructureProviderName = Default C Folding
Folding.label = F&olding
2004-10-26 15:02:37 +00:00
# Merge fonts
2008-01-08 11:27:57 +00:00
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.
2004-12-10 17:22:41 +00:00
#--- templates
2007-01-18 07:58:56 +00:00
c.contextType.name = C/C++
comment.contextType.name = Comment
2009-04-24 10:49:54 +00:00
doccomment.contextType.name = Doc Comment
2005-03-08 19:46:46 +00:00
# completion
2006-05-09 15:08:50 +00:00
completionContributors = Content Assist Completion Contributor
2007-01-24 16:11:48 +00:00
completionProposalComputer = Completion Proposal Computer
2005-04-27 19:18:13 +00:00
2007-12-03 00:09:20 +00:00
# Quick fix
quickFixProcessorExtensionPoint = Quick Fix Processor
2008-08-12 03:39:54 +00:00
quickAssistProcessorExtensionPoint = Quick Assist Processor
2007-12-03 00:09:20 +00:00
spellingQuickFixProcessor = Spelling Quick Fix Processor
2008-08-12 03:39:54 +00:00
defaultQuickAssistProcessor = Standard Quick Assist Processor
2007-12-03 00:09:20 +00:00
# Spelling
cSpellingEngine.label = C/C++ spelling engine
2005-04-27 19:18:13 +00:00
# Indexer Preference Name
indexerPrefName = Indexer
# indexer names
2006-09-08 18:58:04 +00:00
CDTIndexer.nullindexer = No Indexer (search based features will not work correctly)
2009-11-18 11:27:01 +00:00
CDTIndexer.fastindexer = C/C++ Indexer
2005-12-21 21:01:29 +00:00
IndexView.name = C/C++ Index
2013-06-04 12:33:58 -07:00
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
2006-06-30 09:42:39 +00:00
indexerPage.name = Indexer Page
proposalFilter.name = Code Completion Proposal Filter
includeBrowser.name = Include Browser
2006-08-02 14:24:42 +00:00
callHierarchy.name = Call Hierarchy
2007-01-16 10:44:02 +00:00
typeHierarchy.name = Type Hierarchy
2006-07-03 09:11:48 +00:00
cSearchPage.name = CSearchPage
2007-05-30 11:08:06 +00:00
# Task tags
todoTaskPrefName = Task Tags
2006-07-03 09:11:48 +00:00
# dummy label (not displayed)
Dummy.label = dummy
# Common Navigator
2013-03-18 18:39:00 -04:00
navigatorContent.name = C/C++ Elements
2006-08-21 15:22:50 +00:00
2007-05-31 09:53:45 +00:00
OpenCallHierarchy.label = Open Call H&ierarchy
2006-09-27 14:38:35 +00:00
OpenCallHierarchy.tooltip = Open Call Hierarchy
2007-01-24 16:11:48 +00:00
2007-05-31 09:53:45 +00:00
OpenIncludeBrowser.label = Open Inc&lude Browser
OpenIncludeBrowser.tooltip = Open Include Browser
2007-01-24 16:11:48 +00:00
ParserProposalCategory = Parsing-based Proposals
DefaultProposalCategory = &Basic Proposals
TemplateProposalCategory = Te&mplate Proposals
TextProposalCategory = &Word Proposals
2008-03-17 14:37:27 +00:00
HelpProposalCategory = Help Proposals
2007-01-24 16:11:48 +00:00
SpecificContentAssist.name = C/C++ Content Assist
SpecificContentAssist.desc = A parameterizable command that invokes content assist with a single completion proposal category
SpecificContentAssist.param = type
2007-02-01 16:50:45 +00:00
2009-10-26 08:17:27 +00:00
SurroundWithTemplateAction.label = Surround &With
2007-02-01 16:50:45 +00:00
# CView context
cViewScope.name = In C/C++ Views
cViewScope.description = In C/C++ Views
2007-02-20 17:23:35 +00:00
2007-03-19 15:17:58 +00:00
NewCfgDialog.name = newCfgDialog
teamProjectIndexExportWizard.name = Team Shared Index
teamProjectIndexExportWizard.description = Exports C/C++ index for use in other workspaces.
2007-04-09 06:03:56 +00:00
exportWizard.CDTCategory.name = C/C++
2008-08-12 18:29:20 +00:00
projectSettingsIndexExportWizard.name = C/C++ Project Settings
importWizard.CDTCategory.name = C/C++
2007-04-09 06:03:56 +00:00
page.c.general = C/C++ General
# menu labels
2007-05-07 03:42:24 +00:00
Configurations.menu = Build Configurations
2010-04-19 05:05:00 +00:00
ResourceConfigurations.menu = Resource Configurations
2007-04-12 11:50:55 +00:00
Index.menu = Index
2013-05-23 12:32:22 +02:00
C.Cpp.Index.menu = C/C++ &Index
2007-04-12 11:50:55 +00:00
CDTWizard = CDT New Project Wizard
2007-04-12 14:44:44 +00:00
2016-08-09 14:54:14 -04:00
CDTproject = C/C++ Project
CDTproject.desc = Create a new C or C++ project
2007-06-22 05:25:07 +00:00
CPPproject = C++ Project
2007-04-12 14:44:44 +00:00
CPPproject.desc = Create a new C++ project
2007-06-22 05:25:07 +00:00
Cproject = C Project
2007-04-12 14:44:44 +00:00
Cproject.desc = Create a new C project
2007-04-26 17:07:39 +00:00
TemplatePreferencePage.name = Template Default Values
Template.Engine.Wizard = template entries contributor
2007-05-07 11:00:34 +00:00
ConfigManager = Dialog for Configurations management
2007-10-24 09:30:40 +00:00
2007-12-20 15:23:00 +00:00
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
2008-01-11 15:54:49 +00:00
# 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
2010-09-17 08:38:51 +00:00
WriteOccurrenceAnnotation.label = C/C++ Write Occurrences
2008-02-09 12:23:25 +00:00
2012-08-24 09:48:04 -07:00
DocCommentOwnerExtensionPoint = Doc Comment Owner
2008-02-15 10:29:25 +00:00
Doxygen.name = Doxygen
2008-02-27 10:48:53 +00:00
2008-03-14 13:38:14 +00:00
# Hyperlinking
cEditorHyperlinkTarget = C/C++ Editor
cElementHyperlinkDetector = C/C++ Elements
2008-03-28 19:39:19 +00:00
keybinding.MSVS = Microsoft Visual Studio
2009-04-23 14:57:49 +00:00
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
2008-11-20 11:27:44 +00:00
# Keywords for Preferences
preferenceKeywords.common = c cpp cplusplus cdt
2012-01-06 20:02:15 -08:00
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
2008-11-20 11:27:44 +00:00
preferenceKeywords.codetemplates = comment code constructor method file type content
2014-06-17 10:40:46 -07:00
preferenceKeywords.namestyle = name style file getter setter field variable include guard
2013-02-14 17:15:12 -08:00
preferenceKeywords.includestyle = include includes style partner system header file system
2013-03-23 19:52:42 -07:00
preferenceKeywords.includepragmas = include includes pragma pragmas IWYU export begin_exports end_exports
2013-06-14 15:50:47 -07:00
preferenceKeywords.headersubstitution = header file substitution map IWYU
2013-02-14 17:15:12 -08:00
preferenceKeywords.organizeincludes = include includes organize
2008-11-20 11:27:44 +00:00
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
2014-08-08 18:26:30 -07:00
preferenceKeywords.ceditor = editor appearance navigation colors smart caret positioning highlight matching bracket inactive code foreground background save trailing whitespace newline doxygen format formatting statement
2008-11-20 11:27:44 +00:00
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
2018-11-22 23:46:49 +00:00
preferenceKeywords.saveactions = editor save trailing whitespace white space end file newline\u0020
preferenceKeywords.scalability = editor mode large file lines disable performance\u0020
2008-11-20 11:27:44 +00:00
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
2009-07-09 09:55:00 +00:00
preferenceKeywords.smarttyping = editor typing type close comment tabs indentation indent imports wrap escape semicolons braces brackets parenthesis parentheses strings literals paste pasting tabulator automatically
2019-03-30 08:45:57 +01:00
preferenceKeywords.colored_labels = search colors highlight matching
2009-11-06 13:58:49 +00:00
2010-10-06 13:46:44 +00:00
2009-07-09 09:55:00 +00:00
historyAction.label = History...
createScriptAction.label = Create Script...
2009-10-20 13:54:25 +00:00
applyScriptAction.label = Apply Script...
2014-06-16 16:27:00 -07:00
renameFolderParticipant.name = Source Folder Rename
headerFileMoveParticipant.name = Header File Move
headerFileRenameParticipant.name = Header File Rename
2009-11-06 13:58:49 +00:00
FormatAction.label = &Format
IndentAction.label = Correct &Indentation
2016-07-15 13:55:07 +02:00
AlignConst.label = &Align Const
2013-03-14 17:20:22 -07:00
OrganizeIncludesAction.label = Or&ganize Includes
2009-11-06 13:58:49 +00:00
AddIncludeAction.label = A&dd Include
2010-05-03 04:53:27 +00:00
SortLinesAction.label = Sor&t Lines
2009-11-06 13:58:49 +00:00
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
2010-05-08 18:55:26 +00:00
# Decorators
2012-01-06 18:36:08 -05:00
indexedFilesDecorator.label = C/C++ Indexed Files
indexedFilesDecorator.description = Decorates files indexed by C/C++ Indexer.
2012-01-08 16:18:53 -05:00
excludedFile.name = C/C++ Files and Folders Excluded from Build
excludedFile.description = Decorates source files and folders excluded from C/C++ build.
2012-01-06 18:36:08 -05:00
includeFolderDecorator.name = C/C++ Missing Include Folders
includeFolderDecorator.description = Decorates missing include folders with error/warning indicator.
2013-01-19 16:37:08 -05:00
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.
2010-06-04 08:13:58 +00:00
templatesViewName = Templates
2010-06-28 12:57:55 +00:00
2012-08-24 12:21:16 -04:00
AllLanguageSettingEntries.name = Entries
AllLanguageSettingProviders.name = Providers
2012-05-01 22:36:29 -04:00
AllLanguageSettingEntries.tooltip = Language Setting Entries Providers
2010-06-28 12:57:55 +00:00
deleteConfigsCommand.name = Reset to Default
2010-08-13 01:01:13 +00:00
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
2010-09-02 07:08:18 +00:00
ActionDefinition.selectLast.name = Restore Last C/C++ Selection
2012-05-01 22:36:29 -04:00
LanguageSettingsProviderAssociationExtensionPoint = Language Settings Provider UI
2011-03-07 10:40:50 +00:00
overrideAnnotation.label = C/C++ Override indicators
transfer.EditorAppearance.name = C/C++ Editor Appearance
2013-01-24 20:11:14 -08:00
transfer.EditorAppearance.description = Preferences related to how the editor presents the edited code to the user (including colors, fonts, hovers, foldings, etc...)
2011-03-07 10:40:50 +00:00
transfer.EditorBehavior.name = C/C++ Editor Behavior
2013-01-24 20:11:14 -08:00
transfer.EditorBehavior.description = Preferences related to how the editor deals with the edited code (typing, save action, etc...)
2018-11-22 23:46:49 +00:00
transfer.CodeStyle.name = C/C++ Code Style\u0020
2013-01-24 20:11:14 -08:00
transfer.CodeStyle.description = C/C++ > Code Style preferences
2011-04-20 16:04:38 +00:00
# Refresh Exclusion Contributors
RefreshExclusionContributor.name = Resources
2011-05-10 16:53:37 +00:00
2014-01-02 17:30:54 -08:00
callHierarchyProviders.name = Call Hierarchy Providers
externalSearchProviders.name = External Search Providers
2012-08-24 09:48:04 -07:00
RefreshExclusionContributorExtensionPoint = Refresh Exclusion Contributor
2012-01-21 13:09:20 -05:00
2013-01-31 11:41:44 -05:00
semanticHighlightingExtensionPoint = Semantic Highlighting Extension Point
2012-08-01 11:32:23 -04:00
UserSettingEntries.name = CDT User Setting Entries
2017-12-01 14:02:47 -05:00
2019-04-13 13:20:09 +02:00
toolchains.preferences.name = Core Build Toolchains
CopyQualifiedName.label = Cop&y Qualified Name