From 0864a48b3de16b8eb347005d90a8a3158edf2a5a Mon Sep 17 00:00:00 2001 From: Vivian Kong Date: Tue, 17 Mar 2009 16:53:34 +0000 Subject: [PATCH] fix NLS strings --- .../core/parser/ParserMessages.properties | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ParserMessages.properties b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ParserMessages.properties index 2498435fb4e..d3eae130a84 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ParserMessages.properties +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ParserMessages.properties @@ -28,14 +28,14 @@ ScannerProblemFactory.error.preproc.warning=#warning encountered with text: {0} ScannerProblemFactory.error.preproc.inclusionNotFound=Unresolved inclusion: {0} ScannerProblemFactory.error.preproc.definitionNotFound=Macro definition not found: {0} ScannerProblemFactory.error.preproc.invalidMacroDefn=Macro definition malformed for macro: {0} -ScannerProblemFactory.error.preproc.invalidMacroRedefn=Invalid macro redefinition for macro : {0} -ScannerProblemFactory.error.preproc.unbalancedConditional=Preprocessor conditionals unbalanced : {0} -ScannerProblemFactory.error.preproc.conditionalEval=Expression evaluation error for condition : {0} -ScannerProblemFactory.error.preproc.macroUsage=Macro usage error for macro : {0} -ScannerProblemFactory.error.preproc.circularInclusion=Circular inclusion for file : {0} -ScannerProblemFactory.error.preproc.invalidDirective=Invalid preprocessor directive : {0} -ScannerProblemFactory.error.preproc.macroPasting=Invalid use of macro pasting in macro : {0} -ScannerProblemFactory.error.preproc.missingRParen=missing ')' in parameter list of macro : {0} +ScannerProblemFactory.error.preproc.invalidMacroRedefn=Invalid macro redefinition for macro: {0} +ScannerProblemFactory.error.preproc.unbalancedConditional=Preprocessor conditionals unbalanced: {0} +ScannerProblemFactory.error.preproc.conditionalEval=Expression evaluation error for condition: {0} +ScannerProblemFactory.error.preproc.macroUsage=Macro usage error for macro: {0} +ScannerProblemFactory.error.preproc.circularInclusion=Circular inclusion for file: {0} +ScannerProblemFactory.error.preproc.invalidDirective=Invalid preprocessor directive: {0} +ScannerProblemFactory.error.preproc.macroPasting=Invalid use of macro pasting in macro: {0} +ScannerProblemFactory.error.preproc.missingRParen=missing '')'' in parameter list of macro: {0} ScannerProblemFactory.error.preproc.invalidVaArgs=__VA_ARGS__ can only appear in the expansion of a C99 variadic macro ScannerProblemFactory.error.scanner.invalidEscapeChar=Invalid escape character encountered @@ -52,11 +52,11 @@ ScannerProblemFactory.error.scanner.expressionSyntaxError=Expression syntax erro ScannerProblemFactory.error.scanner.illegalIdentifier=Illegal identifier in defined() ScannerProblemFactory.error.scanner.badConditionalExpression=Bad conditional expression ScannerProblemFactory.error.scanner.unexpectedEOF=Unexpected End Of File encountered -ScannerProblemFactory.error.scanner.badCharacter=Bad character sequence encountered : {0} +ScannerProblemFactory.error.scanner.badCharacter=Bad character sequence encountered: {0} ParserProblemFactory.error.syntax.syntaxError=Syntax error -ASTProblemFactory.error.semantic.nameNotFound=Attempt to use symbol failed : {0} +ASTProblemFactory.error.semantic.nameNotFound=Attempt to use symbol failed: {0} BaseProblemFactory.problemPattern={0} in file: {1}:{2, number, integer}