2010-06-03 17:01:53 +00:00
|
|
|
###############################################################################
|
|
|
|
# Copyright (c) 2010 Alena Laskavaia 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:
|
|
|
|
# Alena Laskavaia - initial API and implementation
|
|
|
|
###############################################################################
|
2010-03-22 01:48:19 +00:00
|
|
|
#Properties file for org.eclipse.cdt.codan.ui
|
2010-03-22 15:34:15 +00:00
|
|
|
Bundle-Vendor = Eclipse CDT
|
2010-03-22 01:48:19 +00:00
|
|
|
Bundle-Name = Code Analysis UI
|
|
|
|
CodeAnalysisAction.label = Run Code Analysis
|
|
|
|
CodeAnalysisProperties.name = Code Analysis
|
|
|
|
CodeAnalysisPreferences.name = Code Analysis
|
2010-04-21 01:40:15 +00:00
|
|
|
CodeAnalysisPreferencesBuild.name = Launching
|
|
|
|
category.name = Code Analysis
|
2010-05-01 00:41:56 +00:00
|
|
|
command.name = Run Code Analysis
|
|
|
|
view.name = Problem Details
|
2012-08-24 09:49:56 -07:00
|
|
|
codanProblemDetailsExtensionPoint = Codan Problem Details
|
|
|
|
codanMarkerResolutionExtensionPoint = Codan Marker Resolution
|
2010-08-17 00:39:18 +00:00
|
|
|
markerTypeCategory.name = Code Analysis Problems
|
|
|
|
markerGrouping.label = Code Analysis Problem Type
|
|
|
|
markerGroupingEntry.category.Unknown = Unknown
|
|
|
|
markerGroupingEntry.category.ProgrammingProblems = Programming Problems
|
|
|
|
markerGroupingEntry.category.CompilerErrors = Semantic Errors
|
2011-03-18 02:14:26 +00:00
|
|
|
markerGroupingEntry.category.CodingStyle = Coding Style
|
|
|
|
marker.editor.error = Codan Errors
|
|
|
|
marker.editor.warning = Codan Warnings
|
|
|
|
marker.editor.info = Codan Info
|
|
|
|
action.customize = Customize Problem...
|