Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlena Laskavaia2010-08-17 00:39:18 +0000
committerAlena Laskavaia2010-08-17 00:39:18 +0000
commit3d24fe63f2e173eca5c065d331a3be2c0c26adae (patch)
tree4f250cd2a9f1042a0059131bd703c92ee0a9adb7 /codan/org.eclipse.cdt.codan.ui/OSGI-INF/l10n/bundle.properties
parent68afedc2c727efca4dbeec180d234591e453dd76 (diff)
downloadorg.eclipse.cdt-3d24fe63f2e173eca5c065d331a3be2c0c26adae.tar.gz
org.eclipse.cdt-3d24fe63f2e173eca5c065d331a3be2c0c26adae.tar.xz
org.eclipse.cdt-3d24fe63f2e173eca5c065d331a3be2c0c26adae.zip
externalized strings
Diffstat (limited to 'codan/org.eclipse.cdt.codan.ui/OSGI-INF/l10n/bundle.properties')
-rw-r--r--codan/org.eclipse.cdt.codan.ui/OSGI-INF/l10n/bundle.properties8
1 files changed, 7 insertions, 1 deletions
diff --git a/codan/org.eclipse.cdt.codan.ui/OSGI-INF/l10n/bundle.properties b/codan/org.eclipse.cdt.codan.ui/OSGI-INF/l10n/bundle.properties
index 4b8f443a517..21509b44668 100644
--- a/codan/org.eclipse.cdt.codan.ui/OSGI-INF/l10n/bundle.properties
+++ b/codan/org.eclipse.cdt.codan.ui/OSGI-INF/l10n/bundle.properties
@@ -19,4 +19,10 @@ category.name = Code Analysis
command.name = Run Code Analysis
view.name = Problem Details
extension-point.name = Codan Problem Details
-extension-point.name.codamMarkerResolution = Codan Marker Resolution \ No newline at end of file
+extension-point.name.codamMarkerResolution = Codan Marker Resolution
+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
+markerGroupingEntry.category.CodingStyle = Coding Style \ No newline at end of file

Back to the top