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-05-31 01:42:48 +00:00
|
|
|
#Properties file for org.eclipse.cdt.codan.checkers.ui
|
|
|
|
Bundle-Vendor = Eclipse CDT
|
2012-02-23 13:24:18 -08:00
|
|
|
Bundle-Name = Codan Checkers Ui
|
|
|
|
|
|
|
|
checker.name.Cppcheck = Cppcheck
|
|
|
|
problem.description.Cppcheck.Error = Errors reported by Cppcheck (http://cppcheck.sourceforge.net/)
|
|
|
|
problem.name.Cppcheck.Error = Errors
|
|
|
|
problem.description.Cppcheck.Warning = Warnings reported by Cppcheck (http://cppcheck.sourceforge.net/)
|
|
|
|
problem.name.Cppcheck.Warning = Warnings
|
|
|
|
problem.description.Cppcheck.Syntax = Syntax problems reported by Cppcheck (http://cppcheck.sourceforge.net/)
|
|
|
|
problem.name.Cppcheck.Syntax = Syntax Problems
|
|
|
|
problem.messagePattern.Cppcheck.all = {0}
|