blob: 99b2974ef83a45a65bf4c777f0cb061101f6fdd4 [file] [log] [blame]
###############################################################################
# Copyright (c) 2000, 2007 IBM Corporation 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:
# IBM Corporation - initial API and implementation
###############################################################################
header=
# {0} plugin name
# {1} xml log file name
dom_header= log for {0}
footer=
# {0] source file name
# {1} number of problems
# {2} number of errors
# {3} number of warnings
problems.header=----------\n
# {0] source file name
# {1} number of problems
# {2} number of errors
# {3} number of warnings
problems.footer={1} problem(s) ({2} error(s), {3} warning(s))
errors.header=
errors.footer=
warnings.header=
warnings.footer=
# {0} source file name
# {1} global error number
# {2} error number
# {3} error id
# {4} line number of the error
# {5} error message
# {6} source code before this error
# {7} source code corresponding to this error
# {8} source code after this error
# {9} complement to underline the problem
# {10} starting position of the error
# {11} ending position of the error
errors.entry.odd={1}. ERROR in {0}\n\
(at line {4})\n\
\ {6}{7}{8}\n\ {9}\n\
{5}\n\
----------\n
# {0} source file name
# {1} global error number
# {2} error number
# {3} error id
# {4} line number of the error
# {5} error message
# {6} source code before this error
# {7} source code corresponding to this error
# {8} source code after this error
# {9} complement to underline the problem
# {10} starting position of the error
# {11} ending position of the error
errors.entry.even={1}. ERROR in {0}\n\
(at line {4})\n\
\ {6}{7}{8}\n\ {9}\n\
{5}\n\
----------\n
# {0} source file name
# {1} global error number
# {2} error number
# {3} error id
# {4} line number of the error
# {5} error message
# {6} source code before this error
# {7} source code corresponding to this error
# {8} source code after this error
# {9} complement to underline the problem
# {10} starting position of the error
# {11} ending position of the error
warnings.entry.odd={1}. WARNING in {0}\n\
(at line {4})\n\
\ {6}{7}{8}\n\ {9}\n\
{5}\n\
----------\n
# {0} source file name
# {1} global error number
# {2} error number
# {3} error id
# {4} line number of the error
# {5} error message
# {6} source code before this error
# {7} source code corresponding to this error
# {8} source code after this error
# {9} complement to underline the problem
# {10} starting position of the error
# {11} ending position of the error
warnings.entry.even={1}. WARNING in {0}\n\
(at line {4})\n\
\ {6}{7}{8}\n\ {9}\n\
{5}\n\
----------\n
# {0} global number of problems
# {1} global number of errors
# {2} global number of warnings
# {3} global number of tasks
problem_summary={0} problem(s) ({1} error(s), {2} warning(s))