Changes:
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / util / messages.properties
diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/util/messages.properties b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/util/messages.properties
new file mode 100644 (file)
index 0000000..99a6994
--- /dev/null
@@ -0,0 +1,68 @@
+###############################################################################
+# Copyright (c) 2000, 2003 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials 
+# are made available under the terms of the Common Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/cpl-v10.html
+# 
+# Contributors:
+#     IBM Corporation - initial API and implementation
+###############################################################################
+### Eclipse Java Core Compiler messages.
+
+### compilation
+compilation.unresolvedProblem = Unresolved compilation problem: \n
+compilation.unresolvedProblems = Unresolved compilation problems: \n
+compilation.request = request {0}/{1} : {2}
+compilation.process = process {0}/{1} : {2}
+compilation.done = done {0}/{1} : {2}
+compilation.units = {0} units compiled
+compilation.unit = {0} unit compiled
+compilation.internalError = Internal compiler error
+
+### output
+output.isFile =  The outDir is a file : {0}
+output.isFileNotDirectory = The outDir is a file not a directory.
+output.dirName =  The output dir name is : {0}
+output.notValidAll =  The outDir is not a valid directory name. All the directories cannot be created.
+output.fileName =  file name : {0}
+output.notValid = The outDir is not a valid directory name. The directory cannot be created.
+
+### problem
+problem.noSourceInformation = \n!! no source information available !!
+problem.atLine = (at line {0})
+
+### abort
+abort.invalidAttribute = SANITY CHECK: Invalid attribute for local variable {0}
+abort.missingCode = Missing code implementation in the compiler
+abort.againstSourceModel = Cannot compile against source model {0} issued from {1}
+
+### accept
+accept.cannot = Cannot accept the compilation unit: 
+
+### parser
+parser.incorrectPath = The path for the javadcl.java file is incorrect
+parser.moveFiles = MOVE FILES IN THE Runtime DIRECTORY OF Parser.class
+parser.syntaxRecovery = SYNTAX RECOVERY
+parser.regularParse = REGULAR PARSE
+parser.missingFile = missing file {0}
+parser.corruptedFile = corrupted file {0}
+
+### binding
+binding.subclass = anonymous subclass of {0}
+binding.implementation = anonymous implementation of {0}
+
+### ast
+ast.missingStatement = Missing statement code generation implementation
+ast.variableShouldProvide = Assignment variable should provide an implementation for flow analysis
+ast.compoundPreShouldProvide = Compound pre assignments  should provide an implementation for code generation
+ast.compoundVariableShouldProvide = Compound assignment variable  should provide an implementation for code generation
+ast.postIncrShouldProvide = Post increment variable  should provide an implementation for code generation
+ast.missingCode = Missing code gen implementation
+
+### constant
+constant.cannotCastedInto =  {0} constant cannot be casted into {1}
+constant.cannotConvertedTo = {0} constant cannot be converted to {1}
+
+### miscellaneous
+error.undefinedBaseType = Undefined base type: {0}