misc parser changes
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / problem / messages.properties
index b4ea5fa..33b1294 100644 (file)
 208 = Array constants can only be used in initializers
 209 = Syntax error on keyword "{0}"; {1} expected
 210 = Syntax error on keyword "{0}", no accurate correction available
-211 = Parse error "{0}"
+
+211 = Parser error "{0}"
+212 = Parser warning "{0}"
+213 = Keyword 'var' is deprecated. Please use 'public' 'private' or 'protected' modifier for field declarations.
 
 220 = Unmatched bracket
 221 = The primitive type {0} of {1} does not have a field {2}